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(deps): update turbo to v2 (major) #817

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@turbo/gen (source) 1.13.4 -> 2.3.0 age adoption passing confidence
turbo (source) 1.13.4 -> 2.3.0 age adoption passing confidence

Warning

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.0

Compare Source

What's Changed
Docs
@​turbo/codemod
Examples
Changelog
New Contributors

Full Changelog: vercel/turborepo@v2.2.3...v2.3.0

v2.2.3: Turborepo v2.2.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.2...v2.2.3

v2.2.2: Turborepo v2.2.2

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.1...v2.2.2

v2.2.1: Turborepo v2.2.1

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.2.0...v2.2.1

v2.2.0: Turborepo v2.2.0

Compare Source

What's Changed

Docs
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.3...v2.2.0

v2.1.3: Turborepo v2.1.3

Compare Source

What's Changed

Docs
create-turbo
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.2...v2.1.3

v2.1.2: Turborepo v2.1.2

Compare Source

What's Changed

Docs
@​turbo/telemetry
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.1...v2.1.2

v2.1.1: Turborepo v2.1.1

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1

v2.1.0: Turborepo v2.1.0

Compare Source

What's Changed

Docs
@​turbo/codemod
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.14...v2.1.0

v2.0.14: Turborepo v2.0.14

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.0.13...v2.0.14

v2.0.13: Turborepo v2.0.13

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from tatsutakein as a code owner June 4, 2024 19:51
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Copy link

coderabbitai bot commented Jun 4, 2024

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: Invalid enum value. Expected 'de' | 'de-DE' | 'de-AT' | 'de-CH' | 'en' | 'en-US' | 'en-AU' | 'en-GB' | 'en-CA' | 'en-NZ' | 'en-ZA' | 'es' | 'es-AR' | 'fr' | 'fr-CA' | 'fr-CH' | 'fr-BE' | 'nl' | 'nl-BE' | 'pt-AO' | 'pt' | 'pt-BR' | 'pt-MZ' | 'pt-PT' | 'ar' | 'ast-ES' | 'ast' | 'be-BY' | 'be' | 'br-FR' | 'br' | 'ca-ES' | 'ca' | 'ca-ES-valencia' | 'ca-ES-balear' | 'da-DK' | 'da' | 'de-DE-x-simple-language' | 'el-GR' | 'el' | 'eo' | 'fa' | 'ga-IE' | 'ga' | 'gl-ES' | 'gl' | 'it' | 'ja-JP' | 'ja' | 'km-KH' | 'km' | 'ko-KR' | 'ko' | 'pl-PL' | 'pl' | 'ro-RO' | 'ro' | 'ru-RU' | 'ru' | 'sk-SK' | 'sk' | 'sl-SI' | 'sl' | 'sv' | 'ta-IN' | 'ta' | 'tl-PH' | 'tl' | 'tr' | 'uk-UA' | 'uk' | 'zh-CN' | 'zh' | 'crh-UA' | 'crh' | 'nb' | 'no' | 'nl-NL' | 'de-DE-x-simple-language-DE' | 'es-ES' | 'it-IT' | 'fa-IR' | 'sv-SE' | 'de-LU' | 'fr-FR', received 'jp' at "language"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The changes involve upgrading two key dependencies in the package.json file: @turbo/gen and turbo, both moving from version 1.13.4 to 2.1.1. This significant version increase may introduce new features, enhancements, or breaking changes. Other dependencies remain unchanged, emphasizing the need to review the new capabilities and potential impacts on development and build processes.

Changes

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 @coderabbitai in 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 @coderabbitai in 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 pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere 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.

@renovate renovate bot force-pushed the renovate/major-turbo branch 4 times, most recently from 4f94ed1 to 6d37f19 Compare June 11, 2024 10:01
@renovate renovate bot force-pushed the renovate/major-turbo branch 2 times, most recently from cfc981b to 80c52e1 Compare June 21, 2024 16:58
@renovate renovate bot force-pushed the renovate/major-turbo branch 3 times, most recently from d2435db to 2dc03e7 Compare June 28, 2024 21:34
@renovate renovate bot force-pushed the renovate/major-turbo branch from 2dc03e7 to 62d9222 Compare July 1, 2024 21:36
@renovate renovate bot force-pushed the renovate/major-turbo branch 7 times, most recently from df99028 to be8a769 Compare July 20, 2024 09:24
@renovate renovate bot force-pushed the renovate/major-turbo branch 5 times, most recently from 53056e9 to 8c97305 Compare July 29, 2024 19:11
@renovate renovate bot force-pushed the renovate/major-turbo branch 3 times, most recently from 47634ed to 2b14b67 Compare August 6, 2024 18:58
@renovate renovate bot force-pushed the renovate/major-turbo branch from 2b14b67 to e15fa72 Compare August 7, 2024 15:09
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between d52c4fe and e15fa72.

Files ignored due to path filters (1)
  • bun.lockb is 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/gen to version 2.0.12.

This major version upgrade from 1.13.4 to 2.0.12 may introduce breaking changes, new features, or improvements. Please review the release notes and changelog for @turbo/gen to ensure compatibility and address any necessary code changes.

Verification successful

Upgrade @turbo/gen to version 2.0.12.

This major version upgrade from 1.13.4 to 2.0.12 may 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."
fi

Length of output: 26456


27-27: Upgrade turbo to version 2.0.12.

This major version upgrade from 1.13.4 to 2.0.12 may introduce breaking changes, new features, or improvements. Please review the release notes and changelog for turbo to ensure compatibility and address any necessary code changes.

@renovate renovate bot force-pushed the renovate/major-turbo branch 2 times, most recently from fa79af1 to 2da2a76 Compare August 15, 2024 17:04
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between e15fa72 and 2da2a76.

Files ignored due to path filters (1)
  • bun.lockb is 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/gen version 2.0.14.

The upgrade from version 1.13.4 to 2.0.14 may 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 with turbo version 2.0.14.

The upgrade from version 1.13.4 to 2.0.14 may introduce breaking changes. Ensure that the new version is compatible with your existing code and that any new features are properly integrated.

@renovate renovate bot force-pushed the renovate/major-turbo branch from 2da2a76 to 3541286 Compare August 20, 2024 16:48
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 2da2a76 and 3541286.

Files ignored due to path filters (1)
  • bun.lockb is 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

@renovate renovate bot force-pushed the renovate/major-turbo branch 2 times, most recently from 3980c78 to 86c353b Compare August 28, 2024 11:44
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 3541286 and 86c353b.

Files ignored due to path filters (1)
  • bun.lockb is 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 the turbo upgrade.

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/gen upgrade.

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.

@renovate renovate bot force-pushed the renovate/major-turbo branch from 86c353b to 5796fb1 Compare August 30, 2024 22:32
Copy link

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 86c353b and 5796fb1.

Files ignored due to path filters (1)
  • bun.lockb is 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

@renovate renovate bot force-pushed the renovate/major-turbo branch from 5796fb1 to b69b5ec Compare September 12, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-turbo branch from b69b5ec to 07442b0 Compare September 30, 2024 22:29
@renovate renovate bot force-pushed the renovate/major-turbo branch 4 times, most recently from 6243649 to 1e3f126 Compare October 21, 2024 19:46
@renovate renovate bot force-pushed the renovate/major-turbo branch 4 times, most recently from a9dc19c to 875749c Compare November 18, 2024 13:32
@renovate renovate bot force-pushed the renovate/major-turbo branch from 875749c to 13395bc Compare November 18, 2024 13:38
@tatsutakein tatsutakein merged commit 1a321da into main Nov 18, 2024
10 checks passed
@tatsutakein tatsutakein deleted the renovate/major-turbo branch November 18, 2024 13:40
Copy link

@github-actions github-actions bot left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant