This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump(deps): update dependency turbo to v1.10.2 (#157)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.1` -> `1.10.2`](https://renovatebot.com/diffs/npm/turbo/1.10.1/1.10.2) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/compatibility-slim/1.10.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/confidence-slim/1.10.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/turbo</summary> ### [`v1.10.2`](https://togithub.com/vercel/turbo/releases/tag/v1.10.2): Turborepo v1.10.2 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.10.1...v1.10.2) <!-- Release notes generated using configuration in .github/turborepo-release.yml at v1.10.2 --> #### What's Changed ##### Changelog - fix(turborepo): rust implementation of file hashing via git index by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4967](https://togithub.com/vercel/turbo/pull/4967) - feat: rust pnpm lockfile implementation by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4906](https://togithub.com/vercel/turbo/pull/4906) - Fix broken link for `--verbosity`. by [@​leerob](https://togithub.com/leerob) in [https://github.com/vercel/turbo/pull/5118](https://togithub.com/vercel/turbo/pull/5118) - Noting multiple global turbo installations. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5119](https://togithub.com/vercel/turbo/pull/5119) - List dev command more consistently. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5120](https://togithub.com/vercel/turbo/pull/5120) - fix: update storybook dev command by [@​ekafyi](https://togithub.com/ekafyi) in [https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105) - feat(turborepo): Move some shim paths over to AbsoluteSystemPath by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5108](https://togithub.com/vercel/turbo/pull/5108) - feat(docs): update copy arg by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5090](https://togithub.com/vercel/turbo/pull/5090) - feat(docs): link examples with generators by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5126](https://togithub.com/vercel/turbo/pull/5126) - sync dependencies with next.js by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5131](https://togithub.com/vercel/turbo/pull/5131) - Include timeSaved metric when skipping cache check by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4952](https://togithub.com/vercel/turbo/pull/4952) - Update storybook.mdx by [@​lofsigma](https://togithub.com/lofsigma) in [https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134) - refactor(turborepo): API Client Cleanup by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5084](https://togithub.com/vercel/turbo/pull/5084) - feat(turborepo): Set feature to use Go daemon by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5147](https://togithub.com/vercel/turbo/pull/5147) - fix(turborepo): Handle unimplemented and failed_precondition in daemon clients by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5151](https://togithub.com/vercel/turbo/pull/5151) - feat(types): publish turbo types by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5130](https://togithub.com/vercel/turbo/pull/5130) - feat(daemon): clean by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5152](https://togithub.com/vercel/turbo/pull/5152) - chore(turborepo): Port piece of kill_live_server test for version mismatch by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5153](https://togithub.com/vercel/turbo/pull/5153) - feat(turborepo): Wait for a pid file, then a sock file by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5158](https://togithub.com/vercel/turbo/pull/5158) - feat(create-turbo): use latest turbo by default by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5155](https://togithub.com/vercel/turbo/pull/5155) - Update existing-monorepo.mdx by [@​tomheaton](https://togithub.com/tomheaton) in [https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149) - Merge timesaved and cache status data structures by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5135](https://togithub.com/vercel/turbo/pull/5135) - chore: specify rust crates as inputs to building turborepo by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4664](https://togithub.com/vercel/turbo/pull/4664) - Organize tests a bit by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5116](https://togithub.com/vercel/turbo/pull/5116) - docs: add `--out-dir` reference for prune command by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5173](https://togithub.com/vercel/turbo/pull/5173) - fix(turborepo): Restructure reading from stderr, fix parsing of ls-tree by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5181](https://togithub.com/vercel/turbo/pull/5181) - chore(cli): add note about changing run summary by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5186](https://togithub.com/vercel/turbo/pull/5186) - feat(turborepo): Remove as_absolute_path() in favor of Deref by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5194](https://togithub.com/vercel/turbo/pull/5194) - Update log message when cache restoration is skipped by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5127](https://togithub.com/vercel/turbo/pull/5127) - docs: Move deprecated options for run command to bottom by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5180](https://togithub.com/vercel/turbo/pull/5180) - Parallel ignores concurrency and dependencies, we don't need to validate by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5191](https://togithub.com/vercel/turbo/pull/5191) - feat(lockfiles): add support pnpm lockfile version 6.1 by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5195](https://togithub.com/vercel/turbo/pull/5195) - feat(turborepo): Remove anyhow from package manager detection by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5196](https://togithub.com/vercel/turbo/pull/5196) - Add codemod for glob syntax issues. by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/5184](https://togithub.com/vercel/turbo/pull/5184) - fix(gen): swap to which for windows by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5208](https://togithub.com/vercel/turbo/pull/5208) - Add timeSaved value into dry run output by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5171](https://togithub.com/vercel/turbo/pull/5171) - fix(turborepo): Repo config case normalization by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5209](https://togithub.com/vercel/turbo/pull/5209) - release(turborepo): 1.10.2-canary.2 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5212](https://togithub.com/vercel/turbo/pull/5212) - Update references to docs in code comments and help output by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5179](https://togithub.com/vercel/turbo/pull/5179) - fix(turbo): remove npx version check for gen by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5216](https://togithub.com/vercel/turbo/pull/5216) - release(turborepo): 1.10.2-canary.3 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5222](https://togithub.com/vercel/turbo/pull/5222) #### New Contributors - [@​cool-little-fish](https://togithub.com/cool-little-fish) made their first contribution in [https://github.com/vercel/turbo/pull/4902](https://togithub.com/vercel/turbo/pull/4902) - [@​ekafyi](https://togithub.com/ekafyi) made their first contribution in [https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105) - [@​lofsigma](https://togithub.com/lofsigma) made their first contribution in [https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134) - [@​tomheaton](https://togithub.com/tomheaton) made their first contribution in [https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149) **Full Changelog**: vercel/turborepo@v1.10.1...v1.10.2 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information