Open renovate[bot] opened 2 months ago
Latest commit: 3cf2db70fea48c0fd84f4c6f8dda43e7039ee9f1
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This PR contains the following updates:
^1.4.3
->^2.0.0
Release Notes
vercel/turborepo (turbo)
### [`v2.2.3`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.3): Turborepo v2.2.3 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.2...v2.2.3) #### What's Changed ##### Changelog - feat(query): provide ast for files and depth for dependencies by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9285](https://redirect.github.com/vercel/turborepo/pull/9285) - fix: unnecessary empty cache logs by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9301](https://redirect.github.com/vercel/turborepo/pull/9301) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.2...v2.2.3 ### [`v2.2.2`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.2.2): Turborepo v2.2.2 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.1...v2.2.2) #### What's Changed ##### Changelog - fix(tui): generate stop event on ctrl c by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9296](https://redirect.github.com/vercel/turborepo/pull/9296) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.2.1...v2.2.2 ### [`v2.2.1`](https://redirect.github.com/vercel/turborepo/compare/v2.2.0...v2.2.1) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.2.0...v2.2.1) ### [`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 ### [`v2.1.3`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.3): Turborepo v2.1.3 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.2...v2.1.3) #### What's Changed ##### Docs - eslint plugin no-undeclared-env-vars should detect known framework variables by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9110](https://redirect.github.com/vercel/turborepo/pull/9110) - hotfix docs by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9159](https://redirect.github.com/vercel/turborepo/pull/9159) - Update constructing-ci.mdx by [@jpulec](https://redirect.github.com/jpulec) in [https://github.com/vercel/turborepo/pull/9162](https://redirect.github.com/vercel/turborepo/pull/9162) - Docs: fix line location for TURBO_TEAM env by [@ThibautMarechal](https://redirect.github.com/ThibautMarechal) in [https://github.com/vercel/turborepo/pull/9165](https://redirect.github.com/vercel/turborepo/pull/9165) - use frameworks.json for docs by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9163](https://redirect.github.com/vercel/turborepo/pull/9163) - Update using-environment-variables.mdx formatting to remove extra p tag by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9168](https://redirect.github.com/vercel/turborepo/pull/9168) - docs: add -w flag to pnpm example by [@giraffesyo](https://redirect.github.com/giraffesyo) in [https://github.com/vercel/turborepo/pull/9160](https://redirect.github.com/vercel/turborepo/pull/9160) - Invalid JSON in task docs by [@maschwenk](https://redirect.github.com/maschwenk) in [https://github.com/vercel/turborepo/pull/9180](https://redirect.github.com/vercel/turborepo/pull/9180) - base.json is extended by other tsconfig.json, not package.json by [@boutchitos](https://redirect.github.com/boutchitos) in [https://github.com/vercel/turborepo/pull/9189](https://redirect.github.com/vercel/turborepo/pull/9189) - docs: grammar error by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9194](https://redirect.github.com/vercel/turborepo/pull/9194) - docs: Task outputs clarifications by [@boutchitos](https://redirect.github.com/boutchitos) in [https://github.com/vercel/turborepo/pull/9185](https://redirect.github.com/vercel/turborepo/pull/9185) - Add "go-to-definition" instructions to TypeScript docs. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9198](https://redirect.github.com/vercel/turborepo/pull/9198) - Add link to go-to-definition doc. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9199](https://redirect.github.com/vercel/turborepo/pull/9199) - docs: Fix typos by [@jayvdb](https://redirect.github.com/jayvdb) in [https://github.com/vercel/turborepo/pull/9184](https://redirect.github.com/vercel/turborepo/pull/9184) ##### create-turbo - fix(create-turbo): Require specific argument for example option by [@islandryu](https://redirect.github.com/islandryu) in [https://github.com/vercel/turborepo/pull/9147](https://redirect.github.com/vercel/turborepo/pull/9147) ##### Changelog - feat: support rust 1.81.0 by [@ognevny](https://redirect.github.com/ognevny) in [https://github.com/vercel/turborepo/pull/9139](https://redirect.github.com/vercel/turborepo/pull/9139) - feat(turbo): COREPACK_HOME to default passthrough by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9151](https://redirect.github.com/vercel/turborepo/pull/9151) - fix(watch): await persistent run task instead of abort by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9152](https://redirect.github.com/vercel/turborepo/pull/9152) - fix(affected): include not committed changes in `--affected` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9133](https://redirect.github.com/vercel/turborepo/pull/9133) - refactor(query): make immediate dependencies default by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9114](https://redirect.github.com/vercel/turborepo/pull/9114) - feat: allow usage of `turbo` without turbo.json by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9149](https://redirect.github.com/vercel/turborepo/pull/9149) - chore(watch): simplify watch data synchronization by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9154](https://redirect.github.com/vercel/turborepo/pull/9154) - feat(query): add array type by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9161](https://redirect.github.com/vercel/turborepo/pull/9161) - feat: turbo-trace by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9134](https://redirect.github.com/vercel/turborepo/pull/9134) - refactor: Add `query` resolvers into web UI by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9182](https://redirect.github.com/vercel/turborepo/pull/9182) - add method for determining base commit on GitHub actions by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9169](https://redirect.github.com/vercel/turborepo/pull/9169) - feat(query): add filter by having task by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9188](https://redirect.github.com/vercel/turborepo/pull/9188) - feat(turbo): add version query by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9197](https://redirect.github.com/vercel/turborepo/pull/9197) #### New Contributors - [@ognevny](https://redirect.github.com/ognevny) made their first contribution in [https://github.com/vercel/turborepo/pull/9139](https://redirect.github.com/vercel/turborepo/pull/9139) - [@islandryu](https://redirect.github.com/islandryu) made their first contribution in [https://github.com/vercel/turborepo/pull/9147](https://redirect.github.com/vercel/turborepo/pull/9147) - [@jpulec](https://redirect.github.com/jpulec) made their first contribution in [https://github.com/vercel/turborepo/pull/9162](https://redirect.github.com/vercel/turborepo/pull/9162) - [@giraffesyo](https://redirect.github.com/giraffesyo) made their first contribution in [https://github.com/vercel/turborepo/pull/9160](https://redirect.github.com/vercel/turborepo/pull/9160) - [@boutchitos](https://redirect.github.com/boutchitos) made their first contribution in [https://github.com/vercel/turborepo/pull/9189](https://redirect.github.com/vercel/turborepo/pull/9189) - [@jayvdb](https://redirect.github.com/jayvdb) made their first contribution in [https://github.com/vercel/turborepo/pull/9184](https://redirect.github.com/vercel/turborepo/pull/9184) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.1.2...v2.1.3 ### [`v2.1.2`](https://redirect.github.com/vercel/turborepo/compare/v2.1.1...v2.1.2) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.1...v2.1.2) ### [`v2.1.1`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.1): Turborepo v2.1.1 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.0...v2.1.1) #### What's Changed ##### Docs - docs: document --affected flag and env vars by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9046](https://redirect.github.com/vercel/turborepo/pull/9046) - docs: document run displaying available tasks by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9052](https://redirect.github.com/vercel/turborepo/pull/9052) - feat(docs): doc ls by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9063](https://redirect.github.com/vercel/turborepo/pull/9063) - chore(config): add undocummented `remote` types to `turbo.json` schema by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9073](https://redirect.github.com/vercel/turborepo/pull/9073) - docs: Clarifications for `--affected`. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9078](https://redirect.github.com/vercel/turborepo/pull/9078) - Update constructing-ci.mdx by [@eps1lon](https://redirect.github.com/eps1lon) in [https://github.com/vercel/turborepo/pull/9079](https://redirect.github.com/vercel/turborepo/pull/9079) ##### Examples - examples: Fix sourcemapping in kitchen-sink. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9086](https://redirect.github.com/vercel/turborepo/pull/9086) ##### Changelog - pipes default values through to json-schema by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9039](https://redirect.github.com/vercel/turborepo/pull/9039) - fix(zsh): fix completion generation for zsh by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9082](https://redirect.github.com/vercel/turborepo/pull/9082) - fix(daemon): use correct arg group for deciding daemon config by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9088](https://redirect.github.com/vercel/turborepo/pull/9088) #### New Contributors - [@eps1lon](https://redirect.github.com/eps1lon) made their first contribution in [https://github.com/vercel/turborepo/pull/9079](https://redirect.github.com/vercel/turborepo/pull/9079) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.1.0...v2.1.1 ### [`v2.1.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.0): Turborepo v2.1.0 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.14...v2.1.0) #### What's Changed ##### Docs - documentation for for `cacheDir`, `daemon`, and `envMode` (config values, and env vars) by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9018](https://redirect.github.com/vercel/turborepo/pull/9018) - Update using-environment-variables.mdx by [@robertn702](https://redirect.github.com/robertn702) in [https://github.com/vercel/turborepo/pull/9040](https://redirect.github.com/vercel/turborepo/pull/9040) - (docs) Fix Node.js subpath import guidance. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9066](https://redirect.github.com/vercel/turborepo/pull/9066) ##### [@turbo/codemod](https://redirect.github.com/turbo/codemod) - separate configs, colocate JSONSchema, remove `globalDotEnv` and `pipeline.dotEnv` from V2 by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9025](https://redirect.github.com/vercel/turborepo/pull/9025) ##### Examples - Update README.md by [@Aditya0257](https://redirect.github.com/Aditya0257) in [https://github.com/vercel/turborepo/pull/8979](https://redirect.github.com/vercel/turborepo/pull/8979) - Update basic example to use stable Next.js. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turborepo/pull/9059](https://redirect.github.com/vercel/turborepo/pull/9059) ##### Changelog - TypeScript types for `cacheDir`, `daemon`, and `envMode` by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9011](https://redirect.github.com/vercel/turborepo/pull/9011) - chore: show deprecation info for globalDotEnv and dotEnv by [@devy-bee](https://redirect.github.com/devy-bee) in [https://github.com/vercel/turborepo/pull/8974](https://redirect.github.com/vercel/turborepo/pull/8974) - fix: lock tui-term version to pass rust type check by [@wadwings](https://redirect.github.com/wadwings) in [https://github.com/vercel/turborepo/pull/9022](https://redirect.github.com/vercel/turborepo/pull/9022) - feat: color no longer tied to task execution order by [@Shaharking](https://redirect.github.com/Shaharking) in [https://github.com/vercel/turborepo/pull/9023](https://redirect.github.com/vercel/turborepo/pull/9023) - fix(tui): avoid panic on restarting tasks during watch by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9032](https://redirect.github.com/vercel/turborepo/pull/9032) - feat(ls): support output format by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turborepo/pull/9031](https://redirect.github.com/vercel/turborepo/pull/9031) - chore(tui): remove unwraps from tui by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9034](https://redirect.github.com/vercel/turborepo/pull/9034) - feat: implement a query interface for turborepo by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/8977](https://redirect.github.com/vercel/turborepo/pull/8977) - feat(tui): allow searching for tasks by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9042](https://redirect.github.com/vercel/turborepo/pull/9042) - fix(affected): prevent affected from being used with filter by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9049](https://redirect.github.com/vercel/turborepo/pull/9049) - allow multiple fallbacks for --affected base branch by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turborepo/pull/9045](https://redirect.github.com/vercel/turborepo/pull/9045) - fix(affected): don't respect empty scm env vars by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9053](https://redirect.github.com/vercel/turborepo/pull/9053) - fix(affected): no longer error if `main` does not exist by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9061](https://redirect.github.com/vercel/turborepo/pull/9061) - fix(cli): avoid use of process exit by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9065](https://redirect.github.com/vercel/turborepo/pull/9065) - chore: Remove version output on CI by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turborepo/pull/9068](https://redirect.github.com/vercel/turborepo/pull/9068) - chore(tui): fix lint warnings in tests by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turborepo/pull/9062](https://redirect.github.com/vercel/turborepo/pull/9062) #### New Contributors - [@Aditya0257](https://redirect.github.com/Aditya0257) made their first contribution in [https://github.com/vercel/turborepo/pull/8979](https://redirect.github.com/vercel/turborepo/pull/8979) - [@devy-bee](https://redirect.github.com/devy-bee) made their first contribution in [https://github.com/vercel/turborepo/pull/8974](https://redirect.github.com/vercel/turborepo/pull/8974) - [@wadwings](https://redirect.github.com/wadwings) made their first contribution in [https://github.com/vercel/turborepo/pull/9022](https://redirect.github.com/vercel/turborepo/pull/9022) - [@Shaharking](https://redirect.github.com/Shaharking) made their first contribution in [https://github.com/vercel/turborepo/pull/9023](https://redirect.github.com/vercel/turborepo/pull/9023) - [@robertn702](https://redirect.github.com/robertn702) made their first contribution in [https://github.com/vercel/turborepo/pull/9040](https://redirect.github.com/vercel/turborepo/pull/9040) **Full Changelog**: https://github.com/vercel/turborepo/compare/v2.0.14...v2.1.0 ### [`v2.0.14`](https://redirect.github.com/vercel/turborepo/compare/v2.0.13...v2.0.14) [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.13...v2.0.14) ### [`v2.0.13`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.13): Turborepo v2.0.13 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.12...v2.0.13) ##### What's Changed ##### Docs - (docs): Improve clarity for watch. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8957](https://redirect.github.com/vercel/turbo/pull/8957) - Migrate to Storybook 8.2.6 by [@joeblas](https://redirect.github.com/joeblas) in [https://github.com/vercel/turbo/pull/8835](https://redirect.github.com/vercel/turbo/pull/8835) - chore(repo): update readme and links by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8965](https://redirect.github.com/vercel/turbo/pull/8965) - docs: add release flag to cargo build by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8992](https://redirect.github.com/vercel/turbo/pull/8992) ##### Changelog - chore: improve error message for package graph construction by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8966](https://redirect.github.com/vercel/turbo/pull/8966) - Log changed package names instead of full struct by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8971](https://redirect.github.com/vercel/turbo/pull/8971) - refactor: renamed UI to ColorConfig by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8962](https://redirect.github.com/vercel/turbo/pull/8962) - fix(watch): display which tasks will be rerun by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8960](https://redirect.github.com/vercel/turbo/pull/8960) - fix: print application errors to stderr instead of stdout by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8969](https://redirect.github.com/vercel/turbo/pull/8969) - feat: add `--affected` to `turbo ls` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8970](https://redirect.github.com/vercel/turbo/pull/8970) - chore(change_mapper): add debug log explaining why package is root dep by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8976](https://redirect.github.com/vercel/turbo/pull/8976) - chore: remove aliases by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8980](https://redirect.github.com/vercel/turbo/pull/8980) - enables test_gh\_8599 test by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8984](https://redirect.github.com/vercel/turbo/pull/8984) - removes GOROOT from globalPassThroughEnv for local dev by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8981](https://redirect.github.com/vercel/turbo/pull/8981) - simplify Prysk commands by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8982](https://redirect.github.com/vercel/turbo/pull/8982) - fix(create-turbo): support renamed repositories by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8993](https://redirect.github.com/vercel/turbo/pull/8993) - cacheDir for env, config, and flag by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8947](https://redirect.github.com/vercel/turbo/pull/8947) - Update Socket config by [@jackwilson323](https://redirect.github.com/jackwilson323) in [https://github.com/vercel/turbo/pull/9005](https://redirect.github.com/vercel/turbo/pull/9005) ##### New Contributors - [@joeblas](https://redirect.github.com/joeblas) made their first contribution in [https://github.com/vercel/turbo/pull/8835](https://redirect.github.com/vercel/turbo/pull/8835) - [@konomae](https://redirect.github.com/konomae) made their first contribution in [https://github.com/vercel/turbo/pull/8908](https://redirect.github.com/vercel/turbo/pull/8908) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.12...v2.0.13 ### [`v2.0.12`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.12): Turborepo v2.0.12 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.11...v2.0.12) #### What's Changed ##### Docs - docs: Re-mention passthroughs in CI compatibility section. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8939](https://redirect.github.com/vercel/turbo/pull/8939) - docs: Correct json comma syntax in sample code by [@huyb1991](https://redirect.github.com/huyb1991) in [https://github.com/vercel/turbo/pull/8949](https://redirect.github.com/vercel/turbo/pull/8949) ##### [@turbo/repository](https://redirect.github.com/turbo/repository) - feat(turborepo): log reason why all packages were considered changed by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8872](https://redirect.github.com/vercel/turbo/pull/8872) ##### Changelog - fix(watch): properly shut down persistent tasks by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8854](https://redirect.github.com/vercel/turbo/pull/8854) - add envMode to `turbo.json` by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8757](https://redirect.github.com/vercel/turbo/pull/8757) - chore(codeowners): remove turbopack by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8930](https://redirect.github.com/vercel/turbo/pull/8930) - chore(turbo): simplify contributing by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8931](https://redirect.github.com/vercel/turbo/pull/8931) - removes nextest config related to turbopack by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8925](https://redirect.github.com/vercel/turbo/pull/8925) - chore: improve -vv logging by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8910](https://redirect.github.com/vercel/turbo/pull/8910) - refactor(turborepo): change the ui config to use an enum by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8919](https://redirect.github.com/vercel/turbo/pull/8919) - remove / move unused or test crates by [@arlyon](https://redirect.github.com/arlyon) in [https://github.com/vercel/turbo/pull/8929](https://redirect.github.com/vercel/turbo/pull/8929) - fix(tui): allow for TUI use when hooked up to tty by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8942](https://redirect.github.com/vercel/turbo/pull/8942) - feat(telemetry): reduce data volume by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8944](https://redirect.github.com/vercel/turbo/pull/8944) - feat(owners): remove telem special case by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8945](https://redirect.github.com/vercel/turbo/pull/8945) - feat(turborepo): implement --affected flag by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8884](https://redirect.github.com/vercel/turbo/pull/8884) #### New Contributors - [@Marukome0743](https://redirect.github.com/Marukome0743) made their first contribution in [https://github.com/vercel/turbo/pull/8928](https://redirect.github.com/vercel/turbo/pull/8928) - [@fredericobreno](https://redirect.github.com/fredericobreno) made their first contribution in [https://github.com/vercel/turbo/pull/8911](https://redirect.github.com/vercel/turbo/pull/8911) - [@huyb1991](https://redirect.github.com/huyb1991) made their first contribution in [https://github.com/vercel/turbo/pull/8949](https://redirect.github.com/vercel/turbo/pull/8949) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.11...v2.0.12 ### [`v2.0.11`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.11): Turborepo v2.0.11 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.10...v2.0.11) #### What's Changed ##### Changelog - fix(pty): disable echoctl for child processes by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8892](https://redirect.github.com/vercel/turbo/pull/8892) #### New Contributors - [@Zaid-maker](https://redirect.github.com/Zaid-maker) made their first contribution in [https://github.com/vercel/turbo/pull/8090](https://redirect.github.com/vercel/turbo/pull/8090) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.10...v2.0.11 ### [`v2.0.10`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.10): Turborepo v2.0.10 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.9...v2.0.10) #### What's Changed ##### Examples - chore: dedupe link component in kitchen sink by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8813](https://redirect.github.com/vercel/turbo/pull/8813) - feat(examples): add example-with-typeorm by [@cgoinglove](https://redirect.github.com/cgoinglove) in [https://github.com/vercel/turbo/pull/8143](https://redirect.github.com/vercel/turbo/pull/8143) ##### Changelog - feat(turbo): add TMP and TEMP variables to pass through by [@cahilfoley](https://redirect.github.com/cahilfoley) in [https://github.com/vercel/turbo/pull/8803](https://redirect.github.com/vercel/turbo/pull/8803) - chore: add trace level logging to process management by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8822](https://redirect.github.com/vercel/turbo/pull/8822) - chore(infer): add test for current behavior by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8825](https://redirect.github.com/vercel/turbo/pull/8825) - fix: close stdin for non-interactive tasks by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8838](https://redirect.github.com/vercel/turbo/pull/8838) - chore(turborepo): print the turbo version on start up by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8841](https://redirect.github.com/vercel/turbo/pull/8841) - chore(auth): catch forbidden cache access error by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8853](https://redirect.github.com/vercel/turbo/pull/8853) - chore(telemetry): remove unused codepath field by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8855](https://redirect.github.com/vercel/turbo/pull/8855) - chore(schema): update schema with dangerouslyDisablePackageManagerCheck by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8856](https://redirect.github.com/vercel/turbo/pull/8856) - fix(turborepo): task table width bug by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8868](https://redirect.github.com/vercel/turbo/pull/8868) - feat(turborepo): added specific symbol for cache hit by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8869](https://redirect.github.com/vercel/turbo/pull/8869) - feat(tui): terminal pane mouse copying by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8713](https://redirect.github.com/vercel/turbo/pull/8713) - chore(filter): add additional logs for scm based filters by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8850](https://redirect.github.com/vercel/turbo/pull/8850) - chore:(logging): improve debug logs with -vv by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8867](https://redirect.github.com/vercel/turbo/pull/8867) - (chore): Make FS error more clear. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8881](https://redirect.github.com/vercel/turbo/pull/8881) - adds daemon flag for env var and turbo.json by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8728](https://redirect.github.com/vercel/turbo/pull/8728) - fix(windows): keep stdin open for conpty processes by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8885](https://redirect.github.com/vercel/turbo/pull/8885) #### New Contributors - [@cahilfoley](https://redirect.github.com/cahilfoley) made their first contribution in [https://github.com/vercel/turbo/pull/8803](https://redirect.github.com/vercel/turbo/pull/8803) - [@busybox11](https://redirect.github.com/busybox11) made their first contribution in [https://github.com/vercel/turbo/pull/8799](https://redirect.github.com/vercel/turbo/pull/8799) - [@samydoesit](https://redirect.github.com/samydoesit) made their first contribution in [https://github.com/vercel/turbo/pull/8725](https://redirect.github.com/vercel/turbo/pull/8725) - [@gdarchen](https://redirect.github.com/gdarchen) made their first contribution in [https://github.com/vercel/turbo/pull/8830](https://redirect.github.com/vercel/turbo/pull/8830) - [@cgoinglove](https://redirect.github.com/cgoinglove) made their first contribution in [https://github.com/vercel/turbo/pull/8143](https://redirect.github.com/vercel/turbo/pull/8143) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.9...v2.0.10 ### [`v2.0.9`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.9): Turborepo v2.0.9 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.8...v2.0.9) #### What's Changed ##### Examples - feat(examples): bump turbo for svelte by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8796](https://redirect.github.com/vercel/turbo/pull/8796) ##### Changelog - feature(turborepo): fancy package.json errors by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8299](https://redirect.github.com/vercel/turbo/pull/8299) - feat(turborepo): turbo ls with filter by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8779](https://redirect.github.com/vercel/turbo/pull/8779) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9 ### [`v2.0.8`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.8): Turborepo v2.0.8 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.7...v2.0.8) #### What's Changed ##### Examples - Update basic example. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8784](https://redirect.github.com/vercel/turbo/pull/8784) ##### Changelog - chore(turborepo): refine package.json parse error by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8753](https://redirect.github.com/vercel/turbo/pull/8753) - feat(turbo): add VERCEL to pass through by [@tknickman](https://redirect.github.com/tknickman) in [https://github.com/vercel/turbo/pull/8794](https://redirect.github.com/vercel/turbo/pull/8794) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8 ### [`v2.0.7`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.7): Turborepo v2.0.7 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.6...v2.0.7) #### What's Changed ##### Examples - Fix lockfile in kitchen-sink. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8666](https://redirect.github.com/vercel/turbo/pull/8666) - fix(examples): correct next.config extension in tsconfig by [@moolcoov](https://redirect.github.com/moolcoov) in [https://github.com/vercel/turbo/pull/8638](https://redirect.github.com/vercel/turbo/pull/8638) - feat(examples): add `with-nestjs` example by [@Neosoulink](https://redirect.github.com/Neosoulink) in [https://github.com/vercel/turbo/pull/8162](https://redirect.github.com/vercel/turbo/pull/8162) ##### Changelog - (refactor)ui: Refactoring/simplifying TUI state by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8650](https://redirect.github.com/vercel/turbo/pull/8650) - fix: add more windows vars to default pass through env by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8615](https://redirect.github.com/vercel/turbo/pull/8615) - Add Docker to default passthroughs list. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8690](https://redirect.github.com/vercel/turbo/pull/8690) - Add VSCode's debugger variables to default passthroughs. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8689](https://redirect.github.com/vercel/turbo/pull/8689) - update env_wildcards for SvelteKit by [@jacksteamdev](https://redirect.github.com/jacksteamdev) in [https://github.com/vercel/turbo/pull/8685](https://redirect.github.com/vercel/turbo/pull/8685) - fix constant width for checkmark by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8702](https://redirect.github.com/vercel/turbo/pull/8702) - fix(ui): respect `--output-logs` and `outputLogs` for persisting logs after TUI exits by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8612](https://redirect.github.com/vercel/turbo/pull/8612) - fix(ui): only start ui if there are tasks to run by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8703](https://redirect.github.com/vercel/turbo/pull/8703) - chore(ui): add tracing to all tui operations by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8704](https://redirect.github.com/vercel/turbo/pull/8704) - adds CLI flag for controlling tui/stream by [@dimitropoulos](https://redirect.github.com/dimitropoulos) in [https://github.com/vercel/turbo/pull/8714](https://redirect.github.com/vercel/turbo/pull/8714) - feat: allow opting out of required package manager by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8738](https://redirect.github.com/vercel/turbo/pull/8738) - upgrade deps to avoid conflict with next.js by [@sokra](https://redirect.github.com/sokra) in [https://github.com/vercel/turbo/pull/8750](https://redirect.github.com/vercel/turbo/pull/8750) - refactor(turborepo): derive `Opts` from `Config` by [@NicholasLYang](https://redirect.github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8759](https://redirect.github.com/vercel/turbo/pull/8759) #### New Contributors - [@dimitropoulos](https://redirect.github.com/dimitropoulos) made their first contribution in [https://github.com/vercel/turbo/pull/8674](https://redirect.github.com/vercel/turbo/pull/8674) - [@pathliving](https://redirect.github.com/pathliving) made their first contribution in [https://github.com/vercel/turbo/pull/8675](https://redirect.github.com/vercel/turbo/pull/8675) - [@UNRULYEON](https://redirect.github.com/UNRULYEON) made their first contribution in [https://github.com/vercel/turbo/pull/8679](https://redirect.github.com/vercel/turbo/pull/8679) - [@LaPulgaaa](https://redirect.github.com/LaPulgaaa) made their first contribution in [https://github.com/vercel/turbo/pull/8683](https://redirect.github.com/vercel/turbo/pull/8683) - [@jacksteamdev](https://redirect.github.com/jacksteamdev) made their first contribution in [https://github.com/vercel/turbo/pull/8685](https://redirect.github.com/vercel/turbo/pull/8685) - [@ony3000](https://redirect.github.com/ony3000) made their first contribution in [https://github.com/vercel/turbo/pull/8642](https://redirect.github.com/vercel/turbo/pull/8642) - [@moolcoov](https://redirect.github.com/moolcoov) made their first contribution in [https://github.com/vercel/turbo/pull/8638](https://redirect.github.com/vercel/turbo/pull/8638) - [@pkellner](https://redirect.github.com/pkellner) made their first contribution in [https://github.com/vercel/turbo/pull/8669](https://redirect.github.com/vercel/turbo/pull/8669) - [@vinnymac](https://redirect.github.com/vinnymac) made their first contribution in [https://github.com/vercel/turbo/pull/8637](https://redirect.github.com/vercel/turbo/pull/8637) - [@torresgol10](https://redirect.github.com/torresgol10) made their first contribution in [https://github.com/vercel/turbo/pull/8719](https://redirect.github.com/vercel/turbo/pull/8719) - [@baileywickham](https://redirect.github.com/baileywickham) made their first contribution in [https://github.com/vercel/turbo/pull/8692](https://redirect.github.com/vercel/turbo/pull/8692) - [@LioRael](https://redirect.github.com/LioRael) made their first contribution in [https://github.com/vercel/turbo/pull/8741](https://redirect.github.com/vercel/turbo/pull/8741) - [@mischnic](https://redirect.github.com/mischnic) made their first contribution in [https://github.com/vercel/turbo/pull/8767](https://redirect.github.com/vercel/turbo/pull/8767) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7 ### [`v2.0.6`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.6): Turborepo v2.0.6 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.5...v2.0.6) #### What's Changed ##### Examples - More fix-ups for `kitchen-sink`. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8590](https://redirect.github.com/vercel/turbo/pull/8590) - c2aa1 by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8592](https://redirect.github.com/vercel/turbo/pull/8592) - More kitchen-sink. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8593](https://redirect.github.com/vercel/turbo/pull/8593) - Fixing kitchen-sink example. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8600](https://redirect.github.com/vercel/turbo/pull/8600) - fix(turborepo): update package.json typo by [@JannatinNaimXIII](https://redirect.github.com/JannatinNaimXIII) in [https://github.com/vercel/turbo/pull/8621](https://redirect.github.com/vercel/turbo/pull/8621) ##### Changelog - fix(pnpm): enable npmrc parsing for pnpm 9 by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8591](https://redirect.github.com/vercel/turbo/pull/8591) - chore(turbo): add debug logs for changes files when using a git range filter by [@mehulkar](https://redirect.github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8608](https://redirect.github.com/vercel/turbo/pull/8608) - chore(ui): disable tui as the default by [@chris-olszewski](https://redirect.github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8631](https://redirect.github.com/vercel/turbo/pull/8631) - fix(ui): Use double arrow instead of spinner for active tasks. by [@anthonyshew](https://redirect.github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8632](https://redirect.github.com/vercel/turbo/pull/8632) #### New Contributors - [@kettei-sproutty](https://redirect.github.com/kettei-sproutty) made their first contribution in [https://github.com/vercel/turbo/pull/8596](https://redirect.github.com/vercel/turbo/pull/8596) - [@JannatinNaimXIII](https://redirect.github.com/JannatinNaimXIII) made their first contribution in [https://github.com/vercel/turbo/pull/8613](https://redirect.github.com/vercel/turbo/pull/8613) - [@NamesMT](https://redirect.github.com/NamesMT) made their first contribution in [https://github.com/vercel/turbo/pull/8616](https://redirect.github.com/vercel/turbo/pull/8616) **Full Changelog**: https://github.com/vercel/turbo/compare/v2.0.5...v2.0.6 ### [`v2.0.5`](https://redirect.github.com/vercel/turbo/releases/tag/v2.0.5): Turborepo v2.0.5 [Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.4...v2.0.5) #### What's Changed ##### create-turbo - Clean up create-turbo logs. by [@̴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 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.