Releases: vercel/turborepo
Releases · vercel/turborepo
Turborepo v2.2.2-canary.0
What's Changed
Changelog
- fix(tui): generate stop event on ctrl c by @chris-olszewski in #9296
Full Changelog: v2.2.1...v2.2.2-canary.0
Turborepo v2.2.1
What's Changed
Changelog
- handle VERCEL_ARTIFACTS_* env vars override by @dimitropoulos in #9249
- fix(tui): avoid tui shutdown on unrecognized input by @chris-olszewski in #9289
Full Changelog: v2.2.0...v2.2.1
Turborepo v2.2.0
What's Changed
Docs
- (docs) Consistency for configurations between docs and examples. by @anthonyshew in #9212
- (docs) Fix spacing on link. by @anthonyshew in #9213
- Removed an extra comma by @itssidhere in #9220
- docs: add missing
}
and remove comma by @morinokami in #9223 - fix casing for product names by @dimitropoulos in #9229
- log::debug and ignore on daemon usage in CI by @dimitropoulos in #9237
- Update package-configurations.mdx by @robertoms99 in #9232
- fix(docs): circleci config - remove excess colon when calling node/install-packages by @komichar in #9264
- docs: query documentation by @NicholasLYang in #9258
- docs for
--affected
on GitHub by @dimitropoulos in #9283 - docs: interruptible by @NicholasLYang in #9282
- feat(docs): platform env docs by @tknickman in #9281
@turbo/repository
- fix napi double .d.ts formatting by @dimitropoulos in #9238
- feat(query): package changes reason by @NicholasLYang in #9240
Examples
- chore: Remove
display
key from generatedtsconfig
by @Sensanaty in #9225 - (examples) Move
types
field into first position ofexports
ofkitchen-sink
example. by @anthonyshew in #9226 - chore(examples): minor adjustments to
with-shell-commands
by @breadadams in #9219 - fix broken examples causing
pnpm test
to fail by @dimitropoulos in #9239
Changelog
- feat(query): add filter to
affectedPackages
by @NicholasLYang in #9201 - feat(query): add
currentRun
field toturbo query
by @NicholasLYang in #9196 - fix(cache): set content length for put artifact by @chris-olszewski in #9183
- chore(query): fix query integration test by @chris-olszewski in #9215
- fix(affected): handle Github Actions provided commit not part of checkout by @chris-olszewski in #9214
- chore: fix grammar in README.md for project update by @CaLxCyMru in #9206
- chore: update contributing and troubleshooting docs by @NicholasLYang in #9231
- feat(query): add task dependencies/dependents by @NicholasLYang in #9190
- fix(query): naming conflict by @NicholasLYang in #9242
- feat: warn on empty cache by @NicholasLYang in #9236
- feat(query): adding indirect and all dependencies for tasks by @NicholasLYang in #9207
- feat(query): recover from trace errors by @NicholasLYang in #9244
- chore: add USER as one of the supported process.env variables to passthru by @cosn in #9235
- chore(shim): add unit tests for shim parsing by @chris-olszewski in #9248
- feat(watch): add interruptible tasks by @NicholasLYang in #9228
- feat(turbo): add platform env support by @tknickman in #9122
- chore: fix clippy lint in filter tests by @chris-olszewski in #9257
- chore(platform_env): add warn prefix by @tknickman in #9261
- chore(trace): fix compilation error in turbo-trace by @chris-olszewski in #9267
- chore(platform_env): add warn prefix to docs by @tknickman in #9269
- fix(query): remove engine validation for query by @NicholasLYang in #9271
- chore(scm): add more information to GHA warning by @chris-olszewski in #9273
- perf(tui): bring async to tui by @chris-olszewski in #9132
- chore: fix flakey log stream integration test by @chris-olszewski in #9279
- feat(query): variables by @NicholasLYang in #9260
- chore(ci): enable corepack for npm in integration tests by @mehulkar in #9233
- chore: unhide query by @NicholasLYang in #9286
New Contributors
- @itssidhere made their first contribution in #9220
- @CaLxCyMru made their first contribution in #9206
- @Sensanaty made their first contribution in #9225
- @breadadams made their first contribution in #9219
- @robertoms99 made their first contribution in #9232
- @cosn made their first contribution in #9235
- @komichar made their first contribution in #9264
Full Changelog: v2.1.3...v2.2.0
Turborepo v2.1.4-canary.9
What's Changed
Changelog
- chore(scm): add more information to GHA warning by @chris-olszewski in #9273
- perf(tui): bring async to tui by @chris-olszewski in #9132
Full Changelog: v2.1.4-canary.8...v2.1.4-canary.9
Turborepo v2.1.4-canary.8
What's Changed
Changelog
- fix(query): remove engine validation for query by @NicholasLYang in #9271
Full Changelog: v2.1.4-canary.7...v2.1.4-canary.8
Turborepo v2.1.4-canary.7
What's Changed
Docs
- fix(docs): circleci config - remove excess colon when calling node/install-packages by @komichar in #9264
Changelog
- chore(trace): fix compilation error in turbo-trace by @chris-olszewski in #9267
- chore(platform_env): add warn prefix to docs by @tknickman in #9269
New Contributors
Full Changelog: v2.1.4-canary.6...v2.1.4-canary.7
Turborepo v2.1.4-canary.6
What's Changed
Changelog
- chore: fix clippy lint in filter tests by @chris-olszewski in #9257
- chore(platform_env): add warn prefix by @tknickman in #9261
Full Changelog: v2.1.4-canary.5...v2.1.4-canary.6
Turborepo v2.1.4-canary.5
What's Changed
Changelog
- chore(shim): add unit tests for shim parsing by @chris-olszewski in #9248
- feat(watch): add interruptible tasks by @NicholasLYang in #9228
- feat(turbo): add platform env support by @tknickman in #9122
Full Changelog: v2.1.4-canary.4...v2.1.4-canary.5
Turborepo v2.1.4-canary.4
What's Changed
Docs
- Update package-configurations.mdx by @robertoms99 in #9232
@turbo/repository
- feat(query): package changes reason by @NicholasLYang in #9240
Changelog
- feat(query): adding indirect and all dependencies for tasks by @NicholasLYang in #9207
- feat(query): recover from trace errors by @NicholasLYang in #9244
- chore: add USER as one of the supported process.env variables to passthru by @cosn in #9235
New Contributors
- @robertoms99 made their first contribution in #9232
- @cosn made their first contribution in #9235
Full Changelog: v2.1.4-canary.3...v2.1.4-canary.4
Turborepo v2.1.4-canary.3
What's Changed
Examples
- fix broken examples causing
pnpm test
to fail by @dimitropoulos in #9239
Changelog
- fix(query): naming conflict by @NicholasLYang in #9242
- feat: warn on empty cache by @NicholasLYang in #9236
Full Changelog: v2.1.4-canary.2...v2.1.4-canary.3