Skip to content

chore(deps-dev): bump turbo from 2.6.1 to 2.6.3#37

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/turbo-2.6.3
Closed

chore(deps-dev): bump turbo from 2.6.1 to 2.6.3#37
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/turbo-2.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown
Contributor

Bumps turbo from 2.6.1 to 2.6.3.

Release notes

Sourced from turbo's releases.

Turborepo v2.6.3

What's Changed

turbo-ignore

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.6.2...v2.6.3

Turborepo v2.6.3-canary.0

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.6.2...v2.6.3-canary.0

Turborepo v2.6.2

What's Changed

Docs

... (truncated)

Changelog

Sourced from turbo's changelog.

Release Documentation

Quick Start

Release Turborepo CLI

  1. Create a release by triggering the [Turborepo Release][1] workflow

    • Specify the semver increment using the SemVer Increment field (start with prerelease)
    • Check the "Dry Run" box to run the full release workflow without publishing any packages. Artifacts will be created that you can test with locally.
  2. A PR is automatically opened to merge the release branch created in step 1 back into main

    • ⚠️ Merge this in! You don't need to wait for tests to pass (because they won't pass until after this PR is merged in). It's important to merge this branch soon after the publish is successful.

Release @turbo/repository

  1. Run [bump-version.sh][4] to update the versions of the packages. Merge in the changes to main.

  2. Create a release by triggering the [Turborepo Library Release][5] workflow.

    • Check the "Dry Run" box to run the full release workflow without publishing any packages.

Notes

  • GitHub Release Notes are published automatically using the config from [turborepo-release.yml][2], triggered by the [turbo-orchestrator][3] bot.

Turborepo CLI Release Process - In-Depth Guide

This section provides comprehensive documentation on how the Turborepo CLI is released, including the architecture, workflows, and detailed step-by-step processes.

Table of Contents

  1. Architecture Overview
  2. Version Management
  3. Release Workflow Stages
  4. Packages Released
  5. Platform-Specific Binaries
  6. Technical Reference
  7. Best Practices

Architecture Overview

The Turborepo release process is a multi-stage pipeline that:

  1. Manages versions centrally via version.txt at the repository root

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for turbo since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [turbo](https://github.com/vercel/turborepo) from 2.6.1 to 2.6.3.
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.6.1...v2.6.3)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Dec 8, 2025
@dependabot dependabot Bot requested review from a team as code owners December 8, 2025 18:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@0xisk 0xisk requested a review from a team as a code owner December 15, 2025 11:01
@coderabbitai

coderabbitai Bot commented Dec 15, 2025

Copy link
Copy Markdown

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.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Dec 17 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github

dependabot Bot commented on behalf of github Dec 22, 2025

Copy link
Copy Markdown
Contributor Author

A newer version of turbo exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@0xisk

0xisk commented Jun 8, 2026

Copy link
Copy Markdown
Member

Superseded by #110, which consolidates all open dependabot updates into one build-verified PR. Closing in favor of that.

@0xisk 0xisk closed this Jun 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/turbo-2.6.3 branch June 8, 2026 11:58
0xisk added a commit that referenced this pull request Jun 8, 2026
* chore(deps): consolidate open dependabot updates

Roll the open dependabot PRs into a single change so they can be
merged and verified together rather than five separate bumps.

* deps-dev: bump @biomejs/biome 2.4.15 -> 2.4.16 (#106)
* deps-dev: bump typescript ^5.x -> ^6.0.3 across the workspace
  root and the builder, cli, and simulator packages (#98)
* ci: bump the actions-deps group with 7 updates (#104) -
  harden-runner, actions/checkout, codeql-action,
  create-github-app-token, setup-node, upload-artifact,
  verified-bot-commit

vitest (#52) and turbo (#37) are already superseded on main
(^4.1.6 and ^2.9.14), so those PRs are closed as obsolete with no
change needed here.

The typescript 6.0 major bump is verified: build, types, lint, and
the test suite all pass. @types/node is kept at 25.9.1 (dependabot
#98 had introduced a 25.0.3 typo in the cli package).

Closes #106
Closes #104
Closes #98
Closes #52
Closes #37

* ci(scorecard): correct actions/checkout version comment

The pinned SHA df4cb1c is actions/checkout v6.0.3, matching the same
bump in the other workflows. Dependabot left the stale # v4.5.4
comment, which is misleading.

Refs: #110

* ci(scorecard): correct codeql-action version comment

The pinned SHA 87557b9 is codeql-action v4 (matching codeql.yml), not
v3.29.5. Fix the stale comment for consistency.

Refs: #110
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

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

1 participant