Skip to content

Commit fa0a1a2

Browse files
chore(deps): update dependency turbo to v2.8.12 (#496)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [turbo](https://turborepo.dev) ([source](https://redirect.github.com/vercel/turborepo)) | [`2.8.11` → `2.8.12`](https://renovatebot.com/diffs/npm/turbo/2.8.11/2.8.12) | ![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.8.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.8.11/2.8.12?slim=true) | --- ### Release Notes <details> <summary>vercel/turborepo (turbo)</summary> ### [`v2.8.12`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.8.12): Turborepo v2.8.12 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.8.11...v2.8.12) <!-- Release notes generated using configuration in .github/release.yml at v2.8.12 --> #### What's Changed ##### Changelog - chore: Reduce compile times by deduplicating thiserror and itertools by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12000](https://redirect.github.com/vercel/turborepo/pull/12000) - chore: Upgrade axum 0.7 to 0.8, deduplicate tower/tower-http by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12003](https://redirect.github.com/vercel/turborepo/pull/12003) - fix: Prevent peerDependencies from overwriting concrete dependency specifiers by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12004](https://redirect.github.com/vercel/turborepo/pull/12004) - fix: Resolve correct nested package version in bun lockfile pruning by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12008](https://redirect.github.com/vercel/turborepo/pull/12008) - fix: Resolve all lockfile pruning test failures by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12009](https://redirect.github.com/vercel/turborepo/pull/12009) - perf: Extract query module into turborepo-query crate by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12007](https://redirect.github.com/vercel/turborepo/pull/12007) - refactor: Migrate dry-json prysk tests to Rust + insta snapshots by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12010](https://redirect.github.com/vercel/turborepo/pull/12010) - perf: Deduplicate petgraph, fixedbitset, and dashmap by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12011](https://redirect.github.com/vercel/turborepo/pull/12011) - refactor: Migrate persistent-dependencies and task-dependencies to Rust + insta by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12012](https://redirect.github.com/vercel/turborepo/pull/12012) - test: Add lockfile-tests fixture for issue [#&#8203;12013](https://redirect.github.com/vercel/turborepo/issues/12013) by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12014](https://redirect.github.com/vercel/turborepo/pull/12014) - perf: Remove libgit2/git2 dependency, replace with gix-object by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12015](https://redirect.github.com/vercel/turborepo/pull/12015) - refactor: Migrate daemon, jsonc, query, edit-turbo-json tests to Rust by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12016](https://redirect.github.com/vercel/turborepo/pull/12016) - perf: Remove async-graphql from turborepo-lib by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12017](https://redirect.github.com/vercel/turborepo/pull/12017) - refactor: Migrate inference and run-logging tests to Rust by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12018](https://redirect.github.com/vercel/turborepo/pull/12018) - refactor: Migrate run-caching and strict-env-vars tests to Rust by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12020](https://redirect.github.com/vercel/turborepo/pull/12020) - fix: Mark lockfile-aware-caching/bun prysk test as flaky by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12021](https://redirect.github.com/vercel/turborepo/pull/12021) - fix: Add nextest retries for flaky tests by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12027](https://redirect.github.com/vercel/turborepo/pull/12027) - refactor: Migrate prune and run-summary tests to Rust by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12022](https://redirect.github.com/vercel/turborepo/pull/12022) - fix: Add nextest retries for flaky prysk tests by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12030](https://redirect.github.com/vercel/turborepo/pull/12030) - fix: Add nextest retries for flaky prune\_test::test\_prune\_composable\_config by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12032](https://redirect.github.com/vercel/turborepo/pull/12032) - fix: Suppress npm upgrade notices in Rust integration tests by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;12033](https://redirect.github.com/vercel/turborepo/pull/12033) **Full Changelog**: <vercel/turborepo@v2.8.11...v2.8.12> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/proto-graphql/proto-graphql-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGV2RGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d5c40b commit fa0a1a2

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ts-proto": "2.2.0",
2828
"tsup": "8.5.1",
2929
"tsx": "4.21.0",
30-
"turbo": "2.8.11",
30+
"turbo": "2.8.12",
3131
"typescript": "5.9.3",
3232
"vitest": "4.0.18"
3333
},

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)