What's Changed
Changelog
- fix(turborepo): rust implementation of file hashing via git index by @gsoltis in #4967
- feat: rust pnpm lockfile implementation by @chris-olszewski in #4906
- Fix broken link for
--verbosity
. by @leerob in #5118 - Noting multiple global turbo installations. by @anthonyshew in #5119
- List dev command more consistently. by @anthonyshew in #5120
- fix: update storybook dev command by @ekafyi in #5105
- feat(turborepo): Move some shim paths over to AbsoluteSystemPath by @gsoltis in #5108
- feat(docs): update copy arg by @tknickman in #5090
- feat(docs): link examples with generators by @tknickman in #5126
- sync dependencies with next.js by @sokra in #5131
- Include timeSaved metric when skipping cache check by @mehulkar in #4952
- Update storybook.mdx by @lofsigma in #5134
- refactor(turborepo): API Client Cleanup by @NicholasLYang in #5084
- feat(turborepo): Set feature to use Go daemon by @gsoltis in #5147
- fix(turborepo): Handle unimplemented and failed_precondition in daemon clients by @gsoltis in #5151
- feat(types): publish turbo types by @tknickman in #5130
- feat(daemon): clean by @tknickman in #5152
- chore(turborepo): Port piece of kill_live_server test for version mismatch by @gsoltis in #5153
- feat(turborepo): Wait for a pid file, then a sock file by @gsoltis in #5158
- feat(create-turbo): use latest turbo by default by @tknickman in #5155
- Update existing-monorepo.mdx by @tomheaton in #5149
- Merge timesaved and cache status data structures by @mehulkar in #5135
- chore: specify rust crates as inputs to building turborepo by @mehulkar in #4664
- Organize tests a bit by @mehulkar in #5116
- docs: add
--out-dir
reference for prune command by @mehulkar in #5173 - fix(turborepo): Restructure reading from stderr, fix parsing of ls-tree by @gsoltis in #5181
- chore(cli): add note about changing run summary by @tknickman in #5186
- feat(turborepo): Remove as_absolute_path() in favor of Deref by @gsoltis in #5194
- Update log message when cache restoration is skipped by @mehulkar in #5127
- docs: Move deprecated options for run command to bottom by @mehulkar in #5180
- Parallel ignores concurrency and dependencies, we don't need to validate by @gsoltis in #5191
- feat(lockfiles): add support pnpm lockfile version 6.1 by @chris-olszewski in #5195
- feat(turborepo): Remove anyhow from package manager detection by @gsoltis in #5196
- Add codemod for glob syntax issues. by @arlyon in #5184
- fix(gen): swap to which for windows by @tknickman in #5208
- Add timeSaved value into dry run output by @mehulkar in #5171
- fix(turborepo): Repo config case normalization by @NicholasLYang in #5209
- release(turborepo): 1.10.2-canary.2 by @github-actions in #5212
- Update references to docs in code comments and help output by @mehulkar in #5179
- fix(turbo): remove npx version check for gen by @tknickman in #5216
- release(turborepo): 1.10.2-canary.3 by @github-actions in #5222
New Contributors
- @cool-little-fish made their first contribution in #4902
- @ekafyi made their first contribution in #5105
- @lofsigma made their first contribution in #5134
- @tomheaton made their first contribution in #5149
Full Changelog: v1.10.1...v1.10.2