Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!(create-turbo): remove old pm arg #8150

Conversation

tknickman
Copy link
Member

Description

We replaced this with an option instead of an arg, but cleaning up here!

Testing Instructions

@tknickman tknickman requested a review from a team as a code owner May 15, 2024 17:35
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 5:35pm
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview May 15, 2024 5:35pm
examples-designsystem-docs ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-gatsby-web ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-native-web ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-svelte-web ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-tailwind-web ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
examples-vite-web ⬜️ Ignored (Inspect) May 15, 2024 5:35pm
rust-docs ⬜️ Ignored (Inspect) May 15, 2024 5:35pm

Copy link
Contributor

🟢 Turbopack Benchmark CI successful 🟢

Thanks

@tknickman tknickman enabled auto-merge (squash) May 15, 2024 17:36
Copy link
Contributor

github-actions bot commented May 15, 2024

🟢 CI successful 🟢

Thanks

Copy link
Member

@chris-olszewski chris-olszewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@tknickman tknickman merged commit 88f61ed into turborepo_2 May 15, 2024
48 checks passed
@tknickman tknickman deleted the tomknickman/turbo-3185-remove-create-turbo-package-manager-arg branch May 15, 2024 17:47
chris-olszewski pushed a commit that referenced this pull request May 20, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski pushed a commit that referenced this pull request May 22, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski pushed a commit that referenced this pull request May 28, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski added a commit that referenced this pull request May 28, 2024
### Description

In #8150 we removed the deprecated
package manager argument in favor of the option, but we didn't remove
the corresponding parameter from the actual main function. This lead to
the options object getting passed as the package manager argument and
then the options object being undefined.

### Testing Instructions

Before
<img width="939" alt="Screenshot 2024-05-28 at 8 43 23 AM"
src="https://github.com/vercel/turbo/assets/4131117/6dcaa4a7-b0e0-4142-9854-95ed597d4eb5">

After
<img width="1171" alt="Screenshot 2024-05-28 at 8 43 01 AM"
src="https://github.com/vercel/turbo/assets/4131117/7ef11479-5895-4cd4-838c-a26dcaa0529a">

---------

Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Co-authored-by: Nicholas Yang <nicholas.yang@vercel.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Turbobot <turbobot@vercel.com>
chris-olszewski pushed a commit that referenced this pull request May 29, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski added a commit that referenced this pull request May 29, 2024
### Description

In #8150 we removed the deprecated
package manager argument in favor of the option, but we didn't remove
the corresponding parameter from the actual main function. This lead to
the options object getting passed as the package manager argument and
then the options object being undefined.

### Testing Instructions

Before
<img width="939" alt="Screenshot 2024-05-28 at 8 43 23 AM"
src="https://github.com/vercel/turbo/assets/4131117/6dcaa4a7-b0e0-4142-9854-95ed597d4eb5">

After
<img width="1171" alt="Screenshot 2024-05-28 at 8 43 01 AM"
src="https://github.com/vercel/turbo/assets/4131117/7ef11479-5895-4cd4-838c-a26dcaa0529a">

---------

Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Co-authored-by: Nicholas Yang <nicholas.yang@vercel.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Turbobot <turbobot@vercel.com>
chris-olszewski pushed a commit that referenced this pull request May 31, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski added a commit that referenced this pull request May 31, 2024
### Description

In #8150 we removed the deprecated
package manager argument in favor of the option, but we didn't remove
the corresponding parameter from the actual main function. This lead to
the options object getting passed as the package manager argument and
then the options object being undefined.

### Testing Instructions

Before
<img width="939" alt="Screenshot 2024-05-28 at 8 43 23 AM"
src="https://github.com/vercel/turbo/assets/4131117/6dcaa4a7-b0e0-4142-9854-95ed597d4eb5">

After
<img width="1171" alt="Screenshot 2024-05-28 at 8 43 01 AM"
src="https://github.com/vercel/turbo/assets/4131117/7ef11479-5895-4cd4-838c-a26dcaa0529a">

---------

Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Co-authored-by: Nicholas Yang <nicholas.yang@vercel.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Turbobot <turbobot@vercel.com>
chris-olszewski pushed a commit that referenced this pull request Jun 4, 2024
### Description

We replaced this with an option instead of an arg, but cleaning up here!

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
chris-olszewski added a commit that referenced this pull request Jun 4, 2024
### Description

In #8150 we removed the deprecated
package manager argument in favor of the option, but we didn't remove
the corresponding parameter from the actual main function. This lead to
the options object getting passed as the package manager argument and
then the options object being undefined.

### Testing Instructions

Before
<img width="939" alt="Screenshot 2024-05-28 at 8 43 23 AM"
src="https://github.com/vercel/turbo/assets/4131117/6dcaa4a7-b0e0-4142-9854-95ed597d4eb5">

After
<img width="1171" alt="Screenshot 2024-05-28 at 8 43 01 AM"
src="https://github.com/vercel/turbo/assets/4131117/7ef11479-5895-4cd4-838c-a26dcaa0529a">

---------

Co-authored-by: Mehul Kar <mehul.kar@vercel.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>
Co-authored-by: Nicholas Yang <nicholas.yang@vercel.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Turbobot <turbobot@vercel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants