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 devDependency turbo to v2 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
turbo (source) 1.13.4 -> 2.3.3 age adoption passing confidence

Release Notes

vercel/turborepo (turbo)

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

v2.0.13: Turborepo v2.0.13

Compare Source

What's Changed
Docs
Changelog
New Contributors

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

v2.0.12: Turborepo v2.0.12

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.11...v2.0.12

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

🚦 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 this update again.


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

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

Copy link

vercel bot commented Aug 29, 2024

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

Name Status Preview Comments Updated (UTC)
repository-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 0:50am

Copy link

coderabbitai bot commented Aug 29, 2024

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 update involves changing the version of the turbo package in the package.json file from 1.13.4 to 2.1.1. This indicates a significant upgrade, which may include new features, improvements, or bug fixes. The version change suggests potential breaking changes or enhancements that could impact the project's functionality.

Changes

File Change Summary
package.json Updated turbo version from 1.13.4 to 2.1.0 and then to 2.1.1

Poem

🐇 In the garden, changes bloom,
Turbo hops to a brand new room.
From 1.13 to 2.1,
A leap of joy, oh what fun!
Bugs be gone, features bright,
Hooray for upgrades, what a sight! 🌼✨


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

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • 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

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.

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 6086250 and 9a44215.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (1 hunks)
Additional comments not posted (1)
package.json (1)

39-39: LGTM! But verify the compatibility and functionality of the updated package.

The turbo package version is updated from 1.13.4 to 2.1.0. Ensure that the update does not introduce any issues and that the project remains functional.

The code changes are approved.

Run the following script to verify the compatibility and functionality of the updated package:

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 9a44215 and a486e1e.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
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 deps/major-turbo-monorepo branch from a486e1e to f95e838 Compare September 12, 2024 22:41
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from f95e838 to 44cc6b7 Compare September 30, 2024 22:15
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from 44cc6b7 to d4f7180 Compare October 18, 2024 20:28
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from d4f7180 to 91e20a2 Compare October 19, 2024 15:19
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from 91e20a2 to 16355f3 Compare October 21, 2024 16:27
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from 16355f3 to d9f26eb Compare October 21, 2024 18:09
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from d9f26eb to 6ca15d5 Compare November 14, 2024 19:30
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from 6ca15d5 to f1e12c9 Compare November 21, 2024 17:12
@renovate renovate bot force-pushed the deps/major-turbo-monorepo branch from f1e12c9 to 5d800cd Compare November 26, 2024 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants