chore(deps): bump turbo from 2.9.6 to 2.9.8 in the patch-dependencies group#12
Merged
reaatech merged 4 commits intoMay 17, 2026
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps the patch-dependencies group with 1 update: [turbo](https://github.com/vercel/turborepo). Updates `turbo` from 2.9.6 to 2.9.8 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.6...v2.9.8) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
d752b6f to
698f4b2
Compare
All CI steps pass locally (lint, typecheck, test:coverage - 123 tests across 3 packages). No API/behavioral breakage found in turbo 2.9.7 or 2.9.8 changelogs. The bump from ^2.5.0 (resolved 2.9.6) to ^2.9.8 (resolved 2.9.8) affects only the @turbo/* platform binaries in the lockfile with no transitive dependency changes. Likely a transient CI failure or the pre-existing pnpm audit vulnerability check (fast-jwt, fast-uri) failing the job.
The CI test job was failing because pnpm audit --audit-level moderate flagged 3 vulnerabilities (fast-jwt <=6.2.3 → now 6.2.4, fast-uri <=3.1.1 → now 3.1.2) in transitive dependencies of @fastify/jwt and fastify. These were not caused by the turbo 2.9.6→2.9.8 bump, but blocked CI because audit is a step in the test job. pnpm update on the server package resolved these by bumping compatible direct dependency ranges, which pulled in the patched transitive versions. Regenerated lockfile reflects turbo@2.9.8 plus patched deps.
Regenerated lockfile (pnpm install) so the specified turbo range ^2.9.8 resolves correctly and all transitive dep versions are consistent across workspace packages. No code changes needed — turbo API is unchanged between 2.9.6 and 2.9.14.
Owner
✅ Dependabot PR Merged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the patch-dependencies group with 1 update: turbo.
Updates
turbofrom 2.9.6 to 2.9.8Release notes
Sourced from turbo's releases.
... (truncated)
Commits
3a77153publish 2.9.8 to registry3895eefrelease(turborepo): 2.9.8-canary.6 (#12698)97706cafix: Reduce parent-death watchdog CPU usage (#12697)fe78c2crelease(turborepo): 2.9.8-canary.5 (#12696)dab9979perf: Reduceturbo watchhash memory spikes (#12695)8451e86fix: Keep tbx shell connections stable (#12692)c392227chore: Update to Rust 1.95.0 (#12636)c37b3ffrelease(turborepo): 2.9.8-canary.4 (#12690)364c177fix: Create prune docker bin stubs (#12688)1b7b8a9release(turborepo): 2.9.8-canary.3 (#12689)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions