Skip to content

Comments

Bump turbo from 2.4.4 to 2.5.0#238

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/turbo-2.5.0
Closed

Bump turbo from 2.4.4 to 2.5.0#238
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/turbo-2.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps turbo from 2.4.4 to 2.5.0.

Release notes

Sourced from turbo's releases.

Turborepo v2.5.0

What's Changed

Docs

eslint

... (truncated)

Commits
  • df394be publish 2.5.0 to registry
  • 0971db5 chore: upgrade to proxy-agent 6.5.0 (#10278)
  • 24f73b3 chore(auth): include path to bad token in error message (#10208)
  • 7c1b9eb chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.29.0 in /examples/ba...
  • fd35dbb chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.29.0 in /examples/wi...
  • 3adc486 chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.29.0 in /examples/wi...
  • 09dc083 chore(deps): bump the kitchen-sink group across 1 directory with 8 updates (#...
  • 400711e chore: upgrade turborepo-process and turborepo-filewatch to Rust 2024 edition...
  • 8107ad0 feat(tui): bump default scrollback length (#10261)
  • b8c0ff9 chore(deps): bump the with-tailwind group in /examples/with-tailwind with 4 u...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Upgrade Turbo from version 2.4.4 to 2.5.0

New Features:

  • Bump Turborepo to the latest version, which includes various documentation and feature improvements

Documentation:

  • Multiple documentation updates and improvements in the Turborepo documentation

Bumps [turbo](https://github.com/vercel/turborepo) from 2.4.4 to 2.5.0.
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.4.4...v2.5.0)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Apr 7, 2025

Reviewer's Guide by Sourcery

This pull request bumps the turbo dependency from version 2.4.4 to 2.5.0. It also updates the vite dependency from version 6.2.5 to 5.4.17, and updates the @modyfi/vite-plugin-yaml and vite-plugin-dts dependencies. Finally, it adds esbuild and several optional @esbuild/* dependencies.

Updated class diagram for package dependencies

classDiagram
  class Package {
    +name: string
    +version: string
  }

  class Turbo_2_4_4 {
    +version: 2.4.4
  }

  class Turbo_2_5_0 {
    +version: 2.5.0
  }

  class Vite_6_2_5 {
    +version: 6.2.5
  }

  class Vite_5_4_17 {
    +version: 5.4.17
  }

  Package <|-- Turbo_2_4_4 : extends
  Package <|-- Turbo_2_5_0 : extends
  Package <|-- Vite_6_2_5 : extends
  Package <|-- Vite_5_4_17 : extends

  note for Turbo_2_4_4 "Old version of Turbo"
  note for Turbo_2_5_0 "New version of Turbo"
  note for Vite_6_2_5 "Old version of Vite"
  note for Vite_5_4_17 "New version of Vite"
Loading

File-Level Changes

Change Details Files
The pull request updates the turbo dependency from version 2.4.4 to 2.5.0.
  • Updates the turbo dependency to version 2.5.0 in pnpm-lock.yaml.
  • Updates the turbo dependency to version 2.5.0 in package.json.
pnpm-lock.yaml
package.json
The pull request updates the vite dependency from version 6.2.5 to 5.4.17.
  • Updates the vite dependency to version 5.4.17 in pnpm-lock.yaml.
pnpm-lock.yaml
The pull request updates the @modyfi/vite-plugin-yaml dependency.
  • Updates the @modyfi/vite-plugin-yaml dependency in pnpm-lock.yaml.
pnpm-lock.yaml
The pull request updates the vite-plugin-dts dependency.
  • Updates the vite-plugin-dts dependency in pnpm-lock.yaml.
pnpm-lock.yaml
The pull request adds esbuild as a dependency.
  • Adds esbuild as a dependency in pnpm-lock.yaml.
pnpm-lock.yaml
The pull request adds several optional @esbuild/* dependencies.
  • Adds several optional @esbuild/* dependencies in pnpm-lock.yaml.
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Superseded by #247.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/turbo-2.5.0 branch April 28, 2025 11:19
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants