Skip to content

Update turbo 2.9.6 → 2.9.14 (patch)#20066

Open
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/turbo-2.9.14
Open

Update turbo 2.9.6 → 2.9.14 (patch)#20066
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/turbo-2.9.14

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented May 16, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ turbo (2.9.6 → 2.9.14) · Repo · Changelog

Release Notes

2.9.14

Note

This release contains important security fixes.

High:

Low:

What's Changed

Changelog

New Contributors

Full Changelog: v2.9.12...v2.9.14

2.9.12

What's Changed

Changelog

  • release(turborepo): 2.9.11 by @github-actions[bot] in #12771
  • fix: Allow transit nodes in LSP diagnostics by @anthonyshew in #12773

Full Changelog: v2.9.11...v2.9.12

2.9.11

What's Changed

Changelog

Full Changelog: v2.9.10...v2.9.11

2.9.10

What's Changed

Changelog

Full Changelog: v2.9.9...v2.9.10

2.9.9

What's Changed

Changelog

New Contributors

Full Changelog: v2.9.8...v2.9.9

2.9.8

What's Changed

@turbo/repository

Changelog

  • release(turborepo): 2.9.7 by @github-actions[bot] in #12679
  • test: Add regression for gitignored output restore by @anthonyshew in #12681
  • docs: Clarify root task guidance by @anthonyshew in #12683
  • fix: Preserve concrete dependency precedence by @anthonyshew in #12682
  • release(turborepo): 2.9.8-canary.1 by @github-actions[bot] in #12685
  • fix: Resolve Yarn catalog affected packages by @anthonyshew in #12684
  • release(turborepo): 2.9.8-canary.2 by @github-actions[bot] in #12687
  • fix: Preserve Bun prune lockfile validity by @anthonyshew in #12686
  • release(turborepo): 2.9.8-canary.3 by @github-actions[bot] in #12689
  • fix: Create prune docker bin stubs by @anthonyshew in #12688
  • release(turborepo): 2.9.8-canary.4 by @github-actions[bot] in #12690
  • fix: Keep tbx shell connections stable by @anthonyshew in #12692
  • perf: Reduce turbo watch hash memory spikes by @anthonyshew in #12695
  • release(turborepo): 2.9.8-canary.5 by @github-actions[bot] in #12696
  • fix: Reduce parent-death watchdog CPU usage by @anthonyshew in #12697
  • release(turborepo): 2.9.8-canary.6 by @github-actions[bot] in #12698

Full Changelog: v2.9.7...v2.9.8

2.9.7

What's Changed

eslint

  • chore: Upgrade dependencies to resolve their known vulnerabilities by @anthonyshew in #12604

Examples

Changelog

New Contributors

Full Changelog: v2.9.6...v2.9.7

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot requested a review from a team as a code owner May 16, 2026 13:40
@depfu depfu Bot added the depfu label May 16, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 16, 2026

Confidence Score: 5/5

Safe to merge — this is a clean, mechanical version bump with no logic changes.

The only changes are version strings and integrity hashes in package.json and pnpm-lock.yaml. All six platform binaries are updated in lockstep, the lockfile is consistent, and the update brings in important security patches without touching any application code.

No files require special attention.

Reviews (1): Last reviewed commit: "Update turbo to version 2.9.14" | Re-trigger Greptile

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 16, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 13536d84-a588-4b2d-a63f-6f05350dae33

📥 Commits

Reviewing files that changed from the base of the PR and between 36417cb and 67e7654.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

Walkthrough

This pull request updates the turbo development dependency in package.json from version ^2.9.6 to ^2.9.14. This is a minor version bump within the 2.9.x release series that brings in recent updates and fixes to the turbo build tool used by the project's development environment.

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: updating turbo from version 2.9.6 to 2.9.14 with patch designation.
Description check ✅ Passed The description is directly related to the changeset, providing comprehensive details about the turbo dependency update including release notes, security fixes, changelog items, and commit history.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented May 16, 2026

Sorry, but the merge failed with:

At least 1 approving review is required by reviewers with write access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants