Skip to content

Commit 223364a

Browse files
chore(deps): update dependency turbo to v2.8.10 (#480)
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.9` → `2.8.10`](https://renovatebot.com/diffs/npm/turbo/2.8.9/2.8.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.8.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.8.9/2.8.10?slim=true) | --- ### Release Notes <details> <summary>vercel/turborepo (turbo)</summary> ### [`v2.8.10`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.8.10): Turborepo v2.8.10 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.8.9...v2.8.10) <!-- Release notes generated using configuration in .github/release.yml at v2.8.10 --> #### What's Changed ##### create-turbo - fix: Sanitize git command inputs in create-turbo by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11876](https://redirect.github.com/vercel/turborepo/pull/11876) ##### Changelog - fix: Move `node-plop` to dependencies so `PlopTypes` resolves for consumers by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11862](https://redirect.github.com/vercel/turborepo/pull/11862) - chore: Use 2024 edition in more packages, do not ignore some clippy l… by [@&#8203;ognevny](https://redirect.github.com/ognevny) in [#&#8203;11860](https://redirect.github.com/vercel/turborepo/pull/11860) - perf: Optimize hot-path hash computation by avoiding clones and using unstable sorts by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11872](https://redirect.github.com/vercel/turborepo/pull/11872) - perf: Replace twox-hash with xxhash-rust and optimize file hashing by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11874](https://redirect.github.com/vercel/turborepo/pull/11874) - fix: Restrict credential file permissions to owner-only by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11870](https://redirect.github.com/vercel/turborepo/pull/11870) - perf: Reduce allocations in globwalk by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11528](https://redirect.github.com/vercel/turborepo/pull/11528) - perf: Replace O(V³) Floyd-Warshall with O(V+E) DFS in watch mode subgraph creation by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11878](https://redirect.github.com/vercel/turborepo/pull/11878) - feat: Generate LLM-friendly markdown alongside --profile trace output by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11880](https://redirect.github.com/vercel/turborepo/pull/11880) - feat: Make `--profile` and `--anon-profile` filename optional by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11883](https://redirect.github.com/vercel/turborepo/pull/11883) - perf: Batch per-package git subprocess calls into repo-wide index by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11887](https://redirect.github.com/vercel/turborepo/pull/11887) - perf: Parallelize and pre-build RepoGitIndex by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11889](https://redirect.github.com/vercel/turborepo/pull/11889) - perf: Pre-compile glob exclusion filter and cache path prefix in file hashing by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [#&#8203;11891](https://redirect.github.com/vercel/turborepo/pull/11891) **Full Changelog**: <vercel/turborepo@v2.8.9...v2.8.10> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGV2RGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0ab7ac commit 223364a

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

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.9",
30+
"turbo": "2.8.10",
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)