-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update turbo to v2 (major) #817
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
Conversation
|
Warning
|
| Files | Change Summary |
|---|---|
package.json |
Upgraded @turbo/gen and turbo from 1.13.4 to 2.1.1; no changes to other dependencies. |
Poem
🐰 In the garden of code, we hop and play,
Upgrading our friends for a brighter day.
Turbo and Gen, both leaping high,
Bringing new wonders as they fly by.
With prettier blooms, our project will shine,
A joyful adventure, oh how divine! 🌼✨
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
4f94ed1 to
6d37f19
Compare
cfc981b to
80c52e1
Compare
d2435db to
2dc03e7
Compare
2dc03e7 to
62d9222
Compare
df99028 to
be8a769
Compare
53056e9 to
8c97305
Compare
47634ed to
2b14b67
Compare
2b14b67 to
e15fa72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (2)
package.json (2)
24-24: Upgrade@turbo/gento version2.0.12.This major version upgrade from
1.13.4to2.0.12may introduce breaking changes, new features, or improvements. Please review the release notes and changelog for@turbo/gento ensure compatibility and address any necessary code changes.Verification successful
Upgrade
@turbo/gento version2.0.12.This major version upgrade from
1.13.4to2.0.12may introduce breaking changes, new features, or improvements. The changelog for this version can be found here. Please review the release notes to ensure compatibility and address any necessary code changes.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and review changelog for `@turbo/gen` version `2.0.12`. # Test: Fetch the changelog for `@turbo/gen` version `2.0.12`. Expect: Review for breaking changes or new features. curl -s https://registry.npmjs.org/@turbo/gen/2.0.12 | jq '.changelog'Length of output: 75
Script:
#!/bin/bash # Description: Find the repository URL for `@turbo/gen` and fetch the changelog or release notes. # Step 1: Fetch the repository URL for `@turbo/gen` version `2.0.12`. repo_url=$(curl -s https://registry.npmjs.org/@turbo/gen/2.0.12 | jq -r '.repository.url') # Step 2: Extract the GitHub URL if it exists. if [[ $repo_url == *"github.com"* ]]; then # Convert git+https format to regular https URL if necessary. repo_url=${repo_url/git+/} repo_url=${repo_url/.git/} # Fetch the changelog or release notes from the GitHub repository. curl -s "${repo_url}/releases" | grep -A 10 "2.0.12" else echo "Repository URL not found or not a GitHub repository." fiLength of output: 26456
27-27: Upgradeturboto version2.0.12.This major version upgrade from
1.13.4to2.0.12may introduce breaking changes, new features, or improvements. Please review the release notes and changelog forturboto ensure compatibility and address any necessary code changes.
fa79af1 to
2da2a76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (2)
package.json (2)
24-24: Verify compatibility with@turbo/genversion 2.0.14.The upgrade from version
1.13.4to2.0.14may introduce breaking changes. Ensure that the new version is compatible with your existing code and that any new features are properly integrated.
27-27: Verify compatibility withturboversion 2.0.14.The upgrade from version
1.13.4to2.0.14may introduce breaking changes. Ensure that the new version is compatible with your existing code and that any new features are properly integrated.
2da2a76 to
3541286
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
3980c78 to
86c353b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (2)
package.json (2)
27-27: Verify the impact of theturboupgrade.The version has been updated to
2.1.0. It's crucial to review the release notes and test extensively due to the major version upgrade.
24-24: Verify the impact of the@turbo/genupgrade.The version has been updated to
2.1.0. It's crucial to review the release notes and test extensively due to the major version upgrade.
86c353b to
5796fb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
5796fb1 to
b69b5ec
Compare
b69b5ec to
07442b0
Compare
6243649 to
1e3f126
Compare
a9dc19c to
875749c
Compare
875749c to
13395bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Device | URL |
|---|---|
| mobile | https://tatsutakein-o8yzt6b8u-tatsutakeins-projects.vercel.app |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
This PR contains the following updates:
1.13.4->2.3.01.13.4->2.3.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
vercel/turborepo (@turbo/gen)
v2.3.0: Turborepo v2.3.0Compare Source
What's Changed
Docs
jest/ts-jestto latest by @dimitropoulos in https://github.com/vercel/turborepo/pull/9155TURBO_FORCEis a boolean. by @anthonyshew in https://github.com/vercel/turborepo/pull/9380//#means. by @anthonyshew in https://github.com/vercel/turborepo/pull/9377turbo infoby @anthonyshew in https://github.com/vercel/turborepo/pull/9413--cacheflag. by @anthonyshew in https://github.com/vercel/turborepo/pull/9427@turbo/codemod
Examples
Changelog
hkey. by @anthonyshew in https://github.com/vercel/turborepo/pull/9350importandrequireto trace resolver by @NicholasLYang in https://github.com/vercel/turborepo/pull/9360turbo infocommand for debugging by @anthonyshew in https://github.com/vercel/turborepo/pull/9368turbo info. by @anthonyshew in https://github.com/vercel/turborepo/pull/9416New Contributors
Full Changelog: vercel/turborepo@v2.2.3...v2.3.0
v2.2.3: Turborepo v2.2.3Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.2...v2.2.3
v2.2.2: Turborepo v2.2.2Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.1...v2.2.2
v2.2.1: Turborepo v2.2.1Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.0...v2.2.1
v2.2.0: Turborepo v2.2.0Compare Source
What's Changed
Docs
}and remove comma by @morinokami in https://github.com/vercel/turborepo/pull/9223--affectedon GitHub by @dimitropoulos in https://github.com/vercel/turborepo/pull/9283@turbo/repository
Examples
displaykey from generatedtsconfigby @Sensanaty in https://github.com/vercel/turborepo/pull/9225typesfield into first position ofexportsofkitchen-sinkexample. by @anthonyshew in https://github.com/vercel/turborepo/pull/9226with-shell-commandsby @breadadams in https://github.com/vercel/turborepo/pull/9219pnpm testto fail by @dimitropoulos in https://github.com/vercel/turborepo/pull/9239Changelog
affectedPackagesby @NicholasLYang in https://github.com/vercel/turborepo/pull/9201currentRunfield toturbo queryby @NicholasLYang in https://github.com/vercel/turborepo/pull/9196New Contributors
Full Changelog: vercel/turborepo@v2.1.3...v2.2.0
v2.1.3: Turborepo v2.1.3Compare Source
What's Changed
Docs
create-turbo
Changelog
--affectedby @NicholasLYang in https://github.com/vercel/turborepo/pull/9133turbowithout turbo.json by @chris-olszewski in https://github.com/vercel/turborepo/pull/9149queryresolvers into web UI by @NicholasLYang in https://github.com/vercel/turborepo/pull/9182New Contributors
Full Changelog: vercel/turborepo@v2.1.2...v2.1.3
v2.1.2: Turborepo v2.1.2Compare Source
What's Changed
Docs
@turbo/telemetry
Examples
Changelog
clap(env)to config by @chris-olszewski in https://github.com/vercel/turborepo/pull/9113New Contributors
Full Changelog: vercel/turborepo@v2.1.1...v2.1.2
v2.1.1: Turborepo v2.1.1Compare Source
What's Changed
Docs
remotetypes toturbo.jsonschema by @chris-olszewski in https://github.com/vercel/turborepo/pull/9073--affected. by @anthonyshew in https://github.com/vercel/turborepo/pull/9078Examples
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.1.0...v2.1.1
v2.1.0: Turborepo v2.1.0Compare Source
What's Changed
Docs
cacheDir,daemon, andenvMode(config values, and env vars) by @dimitropoulos in https://github.com/vercel/turborepo/pull/9018@turbo/codemod
globalDotEnvandpipeline.dotEnvfrom V2 by @dimitropoulos in https://github.com/vercel/turborepo/pull/9025Examples
Changelog
cacheDir,daemon, andenvModeby @dimitropoulos in https://github.com/vercel/turborepo/pull/9011maindoes not exist by @chris-olszewski in https://github.com/vercel/turborepo/pull/9061New Contributors
Full Changelog: vercel/turborepo@v2.0.14...v2.1.0
v2.0.14: Turborepo v2.0.14Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.0.13...v2.0.14
v2.0.13: Turborepo v2.0.13Compare Source
What's Changed
Docs
Changelog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.