vercel/turborepo (turbo)
### [`v2.2.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.0): Turborepo v2.2.0
[Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.3...v2.2.0)
#### What's Changed
##### Docs
- (docs) Consistency for configurations between docs and examples. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9212](https://redirect.github.com/vercel/turborepo/pull/9212)
- (docs) Fix spacing on link. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9213](https://redirect.github.com/vercel/turborepo/pull/9213)
- Removed an extra comma by [@itssidhere](https://redirect.github.com/itssidhere) in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220)
- docs: add missing `}` and remove comma by [@morinokami](https://redirect.github.com/morinokami) in [https://github.com/vercel/turborepo/pull/9223](https://redirect.github.com/vercel/turborepo/pull/9223)
- fix casing for product names by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9229](https://redirect.github.com/vercel/turborepo/pull/9229)
- log::debug and ignore on daemon usage in CI by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9237](https://redirect.github.com/vercel/turborepo/pull/9237)
- Update package-configurations.mdx by [@robertoms99](https://redirect.github.com/robertoms99) in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232)
- fix(docs): circleci config - remove excess colon when calling node/install-packages by [@komichar](https://redirect.github.com/komichar) in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264)
- docs: query documentation by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9258](https://redirect.github.com/vercel/turborepo/pull/9258)
- docs for `--affected` on GitHub by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9283](https://redirect.github.com/vercel/turborepo/pull/9283)
- docs: interruptible by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9282](https://redirect.github.com/vercel/turborepo/pull/9282)
- feat(docs): platform env docs by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9281](https://redirect.github.com/vercel/turborepo/pull/9281)
##### [@turbo/repository](https://redirect.github.com/turbo/repository)
- fix napi double .d.ts formatting by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9238](https://redirect.github.com/vercel/turborepo/pull/9238)
- feat(query): package changes reason by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9240](https://redirect.github.com/vercel/turborepo/pull/9240)
##### Examples
- chore: Remove `display` key from generated `tsconfig` by [@Sensanaty](https://redirect.github.com/Sensanaty) in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225)
- (examples) Move `types` field into first position of `exports` of `kitchen-sink` example. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9226](https://redirect.github.com/vercel/turborepo/pull/9226)
- chore(examples): minor adjustments to `with-shell-commands` by [@breadadams](https://redirect.github.com/breadadams) in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219)
- fix broken examples causing `pnpm test` to fail by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9239](https://redirect.github.com/vercel/turborepo/pull/9239)
##### Changelog
- feat(query): add filter to `affectedPackages` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9201](https://redirect.github.com/vercel/turborepo/pull/9201)
- feat(query): add `currentRun` field to `turbo query` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9196](https://redirect.github.com/vercel/turborepo/pull/9196)
- fix(cache): set content length for put artifact by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9183](https://redirect.github.com/vercel/turborepo/pull/9183)
- chore(query): fix query integration test by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9215](https://redirect.github.com/vercel/turborepo/pull/9215)
- fix(affected): handle Github Actions provided commit not part of checkout by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9214](https://redirect.github.com/vercel/turborepo/pull/9214)
- chore: fix grammar in README.md for project update by [@CaLxCyMru](https://redirect.github.com/CaLxCyMru) in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206)
- chore: update contributing and troubleshooting docs by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9231](https://redirect.github.com/vercel/turborepo/pull/9231)
- feat(query): add task dependencies/dependents by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9190](https://redirect.github.com/vercel/turborepo/pull/9190)
- fix(query): naming conflict by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9242](https://redirect.github.com/vercel/turborepo/pull/9242)
- feat: warn on empty cache by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9236](https://redirect.github.com/vercel/turborepo/pull/9236)
- feat(query): adding indirect and all dependencies for tasks by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9207](https://redirect.github.com/vercel/turborepo/pull/9207)
- feat(query): recover from trace errors by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9244](https://redirect.github.com/vercel/turborepo/pull/9244)
- chore: add USER as one of the supported process.env variables to passthru by [@cosn](https://redirect.github.com/cosn) in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235)
- chore(shim): add unit tests for shim parsing by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9248](https://redirect.github.com/vercel/turborepo/pull/9248)
- feat(watch): add interruptible tasks by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9228](https://redirect.github.com/vercel/turborepo/pull/9228)
- feat(turbo): add platform env support by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9122](https://redirect.github.com/vercel/turborepo/pull/9122)
- chore: fix clippy lint in filter tests by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9257](https://redirect.github.com/vercel/turborepo/pull/9257)
- chore(platform_env): add warn prefix by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9261](https://redirect.github.com/vercel/turborepo/pull/9261)
- chore(trace): fix compilation error in turbo-trace by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9267](https://redirect.github.com/vercel/turborepo/pull/9267)
- chore(platform_env): add warn prefix to docs by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9269](https://redirect.github.com/vercel/turborepo/pull/9269)
- fix(query): remove engine validation for query by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9271](https://redirect.github.com/vercel/turborepo/pull/9271)
- chore(scm): add more information to GHA warning by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9273](https://redirect.github.com/vercel/turborepo/pull/9273)
- perf(tui): bring async to tui by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9132](https://redirect.github.com/vercel/turborepo/pull/9132)
- chore: fix flakey log stream integration test by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9279](https://redirect.github.com/vercel/turborepo/pull/9279)
- feat(query): variables by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9260](https://redirect.github.com/vercel/turborepo/pull/9260)
- chore(ci): enable corepack for npm in integration tests by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turborepo/pull/9233](https://redirect.github.com/vercel/turborepo/pull/9233)
- chore: unhide query by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9286](https://redirect.github.com/vercel/turborepo/pull/9286)
#### New Contributors
- [@itssidhere](https://redirect.github.com/itssidhere) made their first contribution in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220)
- [@CaLxCyMru](https://redirect.github.com/CaLxCyMru) made their first contribution in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206)
- [@Sensanaty](https://redirect.github.com/Sensanaty) made their first contribution in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225)
- [@breadadams](https://redirect.github.com/breadadams) made their first contribution in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219)
- [@robertoms99](https://redirect.github.com/robertoms99) made their first contribution in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232)
- [@cosn](https://redirect.github.com/cosn) made their first contribution in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235)
- [@komichar](https://redirect.github.com/komichar) made their first contribution in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264)
**Full Changelog**: https://github.com/vercel/turborepo/compare/v2.1.3...v2.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.1.3
->2.2.0
Release Notes
vercel/turborepo (turbo)
### [`v2.2.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.0): Turborepo v2.2.0 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.3...v2.2.0) #### What's Changed ##### Docs - (docs) Consistency for configurations between docs and examples. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9212](https://redirect.github.com/vercel/turborepo/pull/9212) - (docs) Fix spacing on link. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9213](https://redirect.github.com/vercel/turborepo/pull/9213) - Removed an extra comma by [@itssidhere](https://redirect.github.com/itssidhere) in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220) - docs: add missing `}` and remove comma by [@morinokami](https://redirect.github.com/morinokami) in [https://github.com/vercel/turborepo/pull/9223](https://redirect.github.com/vercel/turborepo/pull/9223) - fix casing for product names by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9229](https://redirect.github.com/vercel/turborepo/pull/9229) - log::debug and ignore on daemon usage in CI by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9237](https://redirect.github.com/vercel/turborepo/pull/9237) - Update package-configurations.mdx by [@robertoms99](https://redirect.github.com/robertoms99) in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232) - fix(docs): circleci config - remove excess colon when calling node/install-packages by [@komichar](https://redirect.github.com/komichar) in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264) - docs: query documentation by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9258](https://redirect.github.com/vercel/turborepo/pull/9258) - docs for `--affected` on GitHub by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9283](https://redirect.github.com/vercel/turborepo/pull/9283) - docs: interruptible by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9282](https://redirect.github.com/vercel/turborepo/pull/9282) - feat(docs): platform env docs by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9281](https://redirect.github.com/vercel/turborepo/pull/9281) ##### [@turbo/repository](https://redirect.github.com/turbo/repository) - fix napi double .d.ts formatting by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9238](https://redirect.github.com/vercel/turborepo/pull/9238) - feat(query): package changes reason by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9240](https://redirect.github.com/vercel/turborepo/pull/9240) ##### Examples - chore: Remove `display` key from generated `tsconfig` by [@Sensanaty](https://redirect.github.com/Sensanaty) in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225) - (examples) Move `types` field into first position of `exports` of `kitchen-sink` example. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9226](https://redirect.github.com/vercel/turborepo/pull/9226) - chore(examples): minor adjustments to `with-shell-commands` by [@breadadams](https://redirect.github.com/breadadams) in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219) - fix broken examples causing `pnpm test` to fail by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9239](https://redirect.github.com/vercel/turborepo/pull/9239) ##### Changelog - feat(query): add filter to `affectedPackages` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9201](https://redirect.github.com/vercel/turborepo/pull/9201) - feat(query): add `currentRun` field to `turbo query` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9196](https://redirect.github.com/vercel/turborepo/pull/9196) - fix(cache): set content length for put artifact by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9183](https://redirect.github.com/vercel/turborepo/pull/9183) - chore(query): fix query integration test by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9215](https://redirect.github.com/vercel/turborepo/pull/9215) - fix(affected): handle Github Actions provided commit not part of checkout by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9214](https://redirect.github.com/vercel/turborepo/pull/9214) - chore: fix grammar in README.md for project update by [@CaLxCyMru](https://redirect.github.com/CaLxCyMru) in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206) - chore: update contributing and troubleshooting docs by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9231](https://redirect.github.com/vercel/turborepo/pull/9231) - feat(query): add task dependencies/dependents by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9190](https://redirect.github.com/vercel/turborepo/pull/9190) - fix(query): naming conflict by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9242](https://redirect.github.com/vercel/turborepo/pull/9242) - feat: warn on empty cache by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9236](https://redirect.github.com/vercel/turborepo/pull/9236) - feat(query): adding indirect and all dependencies for tasks by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9207](https://redirect.github.com/vercel/turborepo/pull/9207) - feat(query): recover from trace errors by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9244](https://redirect.github.com/vercel/turborepo/pull/9244) - chore: add USER as one of the supported process.env variables to passthru by [@cosn](https://redirect.github.com/cosn) in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235) - chore(shim): add unit tests for shim parsing by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9248](https://redirect.github.com/vercel/turborepo/pull/9248) - feat(watch): add interruptible tasks by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9228](https://redirect.github.com/vercel/turborepo/pull/9228) - feat(turbo): add platform env support by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9122](https://redirect.github.com/vercel/turborepo/pull/9122) - chore: fix clippy lint in filter tests by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9257](https://redirect.github.com/vercel/turborepo/pull/9257) - chore(platform_env): add warn prefix by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9261](https://redirect.github.com/vercel/turborepo/pull/9261) - chore(trace): fix compilation error in turbo-trace by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9267](https://redirect.github.com/vercel/turborepo/pull/9267) - chore(platform_env): add warn prefix to docs by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9269](https://redirect.github.com/vercel/turborepo/pull/9269) - fix(query): remove engine validation for query by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9271](https://redirect.github.com/vercel/turborepo/pull/9271) - chore(scm): add more information to GHA warning by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9273](https://redirect.github.com/vercel/turborepo/pull/9273) - perf(tui): bring async to tui by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9132](https://redirect.github.com/vercel/turborepo/pull/9132) - chore: fix flakey log stream integration test by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9279](https://redirect.github.com/vercel/turborepo/pull/9279) - feat(query): variables by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9260](https://redirect.github.com/vercel/turborepo/pull/9260) - chore(ci): enable corepack for npm in integration tests by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turborepo/pull/9233](https://redirect.github.com/vercel/turborepo/pull/9233) - chore: unhide query by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9286](https://redirect.github.com/vercel/turborepo/pull/9286) #### New Contributors - [@itssidhere](https://redirect.github.com/itssidhere) made their first contribution in [https://github.com/vercel/turborepo/pull/9220](https://redirect.github.com/vercel/turborepo/pull/9220) - [@CaLxCyMru](https://redirect.github.com/CaLxCyMru) made their first contribution in [https://github.com/vercel/turborepo/pull/9206](https://redirect.github.com/vercel/turborepo/pull/9206) - [@Sensanaty](https://redirect.github.com/Sensanaty) made their first contribution in [https://github.com/vercel/turborepo/pull/9225](https://redirect.github.com/vercel/turborepo/pull/9225) - [@breadadams](https://redirect.github.com/breadadams) made their first contribution in [https://github.com/vercel/turborepo/pull/9219](https://redirect.github.com/vercel/turborepo/pull/9219) - [@robertoms99](https://redirect.github.com/robertoms99) made their first contribution in [https://github.com/vercel/turborepo/pull/9232](https://redirect.github.com/vercel/turborepo/pull/9232) - [@cosn](https://redirect.github.com/cosn) made their first contribution in [https://github.com/vercel/turborepo/pull/9235](https://redirect.github.com/vercel/turborepo/pull/9235) - [@komichar](https://redirect.github.com/komichar) made their first contribution in [https://github.com/vercel/turborepo/pull/9264](https://redirect.github.com/vercel/turborepo/pull/9264) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.1.3...v2.2.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.