examples
examples copied to clipboard
chore(deps): update devdependency turbo to v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
turbo (source) | ^1.12.5 -> ^2.0.14 |
Release Notes
vercel/turborepo (turbo)
v2.0.14
v2.0.13
: Turborepo v2.0.13
What's Changed
Docs
- (docs): Improve clarity for watch. by @anthonyshew in https://github.com/vercel/turbo/pull/8957
- Migrate to Storybook 8.2.6 by @joeblas in https://github.com/vercel/turbo/pull/8835
- chore(repo): update readme and links by @tknickman in https://github.com/vercel/turbo/pull/8965
- docs: add release flag to cargo build by @chris-olszewski in https://github.com/vercel/turbo/pull/8992
Changelog
- chore: improve error message for package graph construction by @NicholasLYang in https://github.com/vercel/turbo/pull/8966
- Log changed package names instead of full struct by @mehulkar in https://github.com/vercel/turbo/pull/8971
- refactor: renamed UI to ColorConfig by @NicholasLYang in https://github.com/vercel/turbo/pull/8962
- fix(watch): display which tasks will be rerun by @chris-olszewski in https://github.com/vercel/turbo/pull/8960
- fix: print application errors to stderr instead of stdout by @chris-olszewski in https://github.com/vercel/turbo/pull/8969
- feat: add
--affected
toturbo ls
by @NicholasLYang in https://github.com/vercel/turbo/pull/8970 - chore(change_mapper): add debug log explaining why package is root dep by @chris-olszewski in https://github.com/vercel/turbo/pull/8976
- chore: remove aliases by @NicholasLYang in https://github.com/vercel/turbo/pull/8980
- enables test_gh_8599 test by @dimitropoulos in https://github.com/vercel/turbo/pull/8984
- removes GOROOT from globalPassThroughEnv for local dev by @dimitropoulos in https://github.com/vercel/turbo/pull/8981
- simplify Prysk commands by @dimitropoulos in https://github.com/vercel/turbo/pull/8982
- fix(create-turbo): support renamed repositories by @tknickman in https://github.com/vercel/turbo/pull/8993
- cacheDir for env, config, and flag by @dimitropoulos in https://github.com/vercel/turbo/pull/8947
- Update Socket config by @jackwilson323 in https://github.com/vercel/turbo/pull/9005
New Contributors
- @joeblas made their first contribution in https://github.com/vercel/turbo/pull/8835
- @konomae made their first contribution in https://github.com/vercel/turbo/pull/8908
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.12...v2.0.13
v2.0.12
: Turborepo v2.0.12
What's Changed
Docs
- docs: Re-mention passthroughs in CI compatibility section. by @anthonyshew in https://github.com/vercel/turbo/pull/8939
- docs: Correct json comma syntax in sample code by @huyb1991 in https://github.com/vercel/turbo/pull/8949
@turbo/repository
- feat(turborepo): log reason why all packages were considered changed by @mehulkar in https://github.com/vercel/turbo/pull/8872
Changelog
- fix(watch): properly shut down persistent tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/8854
- add envMode to
turbo.json
by @dimitropoulos in https://github.com/vercel/turbo/pull/8757 - chore(codeowners): remove turbopack by @tknickman in https://github.com/vercel/turbo/pull/8930
- chore(turbo): simplify contributing by @tknickman in https://github.com/vercel/turbo/pull/8931
- removes nextest config related to turbopack by @dimitropoulos in https://github.com/vercel/turbo/pull/8925
- chore: improve -vv logging by @mehulkar in https://github.com/vercel/turbo/pull/8910
- refactor(turborepo): change the ui config to use an enum by @NicholasLYang in https://github.com/vercel/turbo/pull/8919
- remove / move unused or test crates by @arlyon in https://github.com/vercel/turbo/pull/8929
- fix(tui): allow for TUI use when hooked up to tty by @chris-olszewski in https://github.com/vercel/turbo/pull/8942
- feat(telemetry): reduce data volume by @tknickman in https://github.com/vercel/turbo/pull/8944
- feat(owners): remove telem special case by @tknickman in https://github.com/vercel/turbo/pull/8945
- feat(turborepo): implement --affected flag by @NicholasLYang in https://github.com/vercel/turbo/pull/8884
New Contributors
- @Marukome0743 made their first contribution in https://github.com/vercel/turbo/pull/8928
- @fredericobreno made their first contribution in https://github.com/vercel/turbo/pull/8911
- @huyb1991 made their first contribution in https://github.com/vercel/turbo/pull/8949
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.11...v2.0.12
v2.0.11
: Turborepo v2.0.11
What's Changed
Changelog
- fix(pty): disable echoctl for child processes by @chris-olszewski in https://github.com/vercel/turbo/pull/8892
New Contributors
- @Zaid-maker made their first contribution in https://github.com/vercel/turbo/pull/8090
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.10...v2.0.11
v2.0.10
: Turborepo v2.0.10
What's Changed
Examples
- chore: dedupe link component in kitchen sink by @chris-olszewski in https://github.com/vercel/turbo/pull/8813
- feat(examples): add example-with-typeorm by @cgoinglove in https://github.com/vercel/turbo/pull/8143
Changelog
- feat(turbo): add TMP and TEMP variables to pass through by @cahilfoley in https://github.com/vercel/turbo/pull/8803
- chore: add trace level logging to process management by @chris-olszewski in https://github.com/vercel/turbo/pull/8822
- chore(infer): add test for current behavior by @chris-olszewski in https://github.com/vercel/turbo/pull/8825
- fix: close stdin for non-interactive tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/8838
- chore(turborepo): print the turbo version on start up by @NicholasLYang in https://github.com/vercel/turbo/pull/8841
- chore(auth): catch forbidden cache access error by @chris-olszewski in https://github.com/vercel/turbo/pull/8853
- chore(telemetry): remove unused codepath field by @mehulkar in https://github.com/vercel/turbo/pull/8855
- chore(schema): update schema with dangerouslyDisablePackageManagerCheck by @chris-olszewski in https://github.com/vercel/turbo/pull/8856
- fix(turborepo): task table width bug by @NicholasLYang in https://github.com/vercel/turbo/pull/8868
- feat(turborepo): added specific symbol for cache hit by @NicholasLYang in https://github.com/vercel/turbo/pull/8869
- feat(tui): terminal pane mouse copying by @chris-olszewski in https://github.com/vercel/turbo/pull/8713
- chore(filter): add additional logs for scm based filters by @chris-olszewski in https://github.com/vercel/turbo/pull/8850
- chore:(logging): improve debug logs with -vv by @mehulkar in https://github.com/vercel/turbo/pull/8867
- (chore): Make FS error more clear. by @anthonyshew in https://github.com/vercel/turbo/pull/8881
- adds daemon flag for env var and turbo.json by @dimitropoulos in https://github.com/vercel/turbo/pull/8728
- fix(windows): keep stdin open for conpty processes by @chris-olszewski in https://github.com/vercel/turbo/pull/8885
New Contributors
- @cahilfoley made their first contribution in https://github.com/vercel/turbo/pull/8803
- @busybox11 made their first contribution in https://github.com/vercel/turbo/pull/8799
- @samydoesit made their first contribution in https://github.com/vercel/turbo/pull/8725
- @gdarchen made their first contribution in https://github.com/vercel/turbo/pull/8830
- @cgoinglove made their first contribution in https://github.com/vercel/turbo/pull/8143
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.9...v2.0.10
v2.0.9
: Turborepo v2.0.9
What's Changed
Examples
- feat(examples): bump turbo for svelte by @tknickman in https://github.com/vercel/turbo/pull/8796
Changelog
- feature(turborepo): fancy package.json errors by @NicholasLYang in https://github.com/vercel/turbo/pull/8299
- feat(turborepo): turbo ls with filter by @NicholasLYang in https://github.com/vercel/turbo/pull/8779
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9
v2.0.8
: Turborepo v2.0.8
What's Changed
Examples
- Update basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/8784
Changelog
- chore(turborepo): refine package.json parse error by @NicholasLYang in https://github.com/vercel/turbo/pull/8753
- feat(turbo): add VERCEL to pass through by @tknickman in https://github.com/vercel/turbo/pull/8794
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8
v2.0.7
: Turborepo v2.0.7
What's Changed
Examples
- Fix lockfile in kitchen-sink. by @anthonyshew in https://github.com/vercel/turbo/pull/8666
- fix(examples): correct next.config extension in tsconfig by @moolcoov in https://github.com/vercel/turbo/pull/8638
- feat(examples): add
with-nestjs
example by @Neosoulink in https://github.com/vercel/turbo/pull/8162
Changelog
- (refactor)ui: Refactoring/simplifying TUI state by @anthonyshew in https://github.com/vercel/turbo/pull/8650
- fix: add more windows vars to default pass through env by @chris-olszewski in https://github.com/vercel/turbo/pull/8615
- Add Docker to default passthroughs list. by @anthonyshew in https://github.com/vercel/turbo/pull/8690
- Add VSCode's debugger variables to default passthroughs. by @anthonyshew in https://github.com/vercel/turbo/pull/8689
- update env_wildcards for SvelteKit by @jacksteamdev in https://github.com/vercel/turbo/pull/8685
- fix constant width for checkmark by @dimitropoulos in https://github.com/vercel/turbo/pull/8702
- fix(ui): respect
--output-logs
andoutputLogs
for persisting logs after TUI exits by @chris-olszewski in https://github.com/vercel/turbo/pull/8612 - fix(ui): only start ui if there are tasks to run by @chris-olszewski in https://github.com/vercel/turbo/pull/8703
- chore(ui): add tracing to all tui operations by @chris-olszewski in https://github.com/vercel/turbo/pull/8704
- adds CLI flag for controlling tui/stream by @dimitropoulos in https://github.com/vercel/turbo/pull/8714
- feat: allow opting out of required package manager by @chris-olszewski in https://github.com/vercel/turbo/pull/8738
- upgrade deps to avoid conflict with next.js by @sokra in https://github.com/vercel/turbo/pull/8750
- refactor(turborepo): derive
Opts
fromConfig
by @NicholasLYang in https://github.com/vercel/turbo/pull/8759
New Contributors
- @dimitropoulos made their first contribution in https://github.com/vercel/turbo/pull/8674
- @pathliving made their first contribution in https://github.com/vercel/turbo/pull/8675
- @UNRULYEON made their first contribution in https://github.com/vercel/turbo/pull/8679
- @LaPulgaaa made their first contribution in https://github.com/vercel/turbo/pull/8683
- @jacksteamdev made their first contribution in https://github.com/vercel/turbo/pull/8685
- @ony3000 made their first contribution in https://github.com/vercel/turbo/pull/8642
- @moolcoov made their first contribution in https://github.com/vercel/turbo/pull/8638
- @pkellner made their first contribution in https://github.com/vercel/turbo/pull/8669
- @vinnymac made their first contribution in https://github.com/vercel/turbo/pull/8637
- @torresgol10 made their first contribution in https://github.com/vercel/turbo/pull/8719
- @baileywickham made their first contribution in https://github.com/vercel/turbo/pull/8692
- @LioRael made their first contribution in https://github.com/vercel/turbo/pull/8741
- @mischnic made their first contribution in https://github.com/vercel/turbo/pull/8767
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7
v2.0.6
: Turborepo v2.0.6
What's Changed
Examples
- More fix-ups for
kitchen-sink
. by @anthonyshew in https://github.com/vercel/turbo/pull/8590 - c2aa1 by @anthonyshew in https://github.com/vercel/turbo/pull/8592
- More kitchen-sink. by @anthonyshew in https://github.com/vercel/turbo/pull/8593
- Fixing kitchen-sink example. by @anthonyshew in https://github.com/vercel/turbo/pull/8600
- fix(turborepo): update package.json typo by @JannatinNaimXIII in https://github.com/vercel/turbo/pull/8621
Changelog
- fix(pnpm): enable npmrc parsing for pnpm 9 by @chris-olszewski in https://github.com/vercel/turbo/pull/8591
- chore(turbo): add debug logs for changes files when using a git range filter by @mehulkar in https://github.com/vercel/turbo/pull/8608
- chore(ui): disable tui as the default by @chris-olszewski in https://github.com/vercel/turbo/pull/8631
- fix(ui): Use double arrow instead of spinner for active tasks. by @anthonyshew in https://github.com/vercel/turbo/pull/8632
New Contributors
- @kettei-sproutty made their first contribution in https://github.com/vercel/turbo/pull/8596
- @JannatinNaimXIII made their first contribution in https://github.com/vercel/turbo/pull/8613
- @NamesMT made their first contribution in https://github.com/vercel/turbo/pull/8616
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.5...v2.0.6
v2.0.5
: Turborepo v2.0.5
What's Changed
create-turbo
- Clean up create-turbo logs. by @anthonyshew in https://github.com/vercel/turbo/pull/8516
@turbo/codemod
- chore(@turbo/types): remove deprecated fields by @chris-olszewski in https://github.com/vercel/turbo/pull/8531
- fix(codemod): avoid overwriting existing packageManager field by @chris-olszewski in https://github.com/vercel/turbo/pull/8551
Examples
- chore(packages/ui turbo gen config.ts): Preventing the format of pack… by @moeyashi in https://github.com/vercel/turbo/pull/8033
- chore(examples): remove deprecated prettierrc option by @fucksophie in https://github.com/vercel/turbo/pull/8092
- Removed redundant @storybook/addon-docs dev dependency by @NickE27 in https://github.com/vercel/turbo/pull/8184
- Remove Tailwind from basic. by @anthonyshew in https://github.com/vercel/turbo/pull/8515
- fix: package name has wrong spelling by @sacrosanctic in https://github.com/vercel/turbo/pull/8517
- chore: move react, react-dom from devDependency to dependency in several examples by @ghdtjgus76 in https://github.com/vercel/turbo/pull/8192
- Examples polish. by @anthonyshew in https://github.com/vercel/turbo/pull/8511
- Update lockfile for kitchen-sink. by @anthonyshew in https://github.com/vercel/turbo/pull/8579
Changelog
- fix: factor in root dependencies into ... filters by @chris-olszewski in https://github.com/vercel/turbo/pull/8465
- Spruce up Remote Cache linking message. by @anthonyshew in https://github.com/vercel/turbo/pull/8494
- Fix outdated user listing. by @anthonyshew in https://github.com/vercel/turbo/pull/8526
- feat: GitLab VendorBehavior by @cymruu in https://github.com/vercel/turbo/pull/8300
- Jetbrains passthroughs. by @anthonyshew in https://github.com/vercel/turbo/pull/8560
- fix(turborepo): benchmarks by @NicholasLYang in https://github.com/vercel/turbo/pull/8569
- Light refactoring of TUI pane and instructions. by @anthonyshew in https://github.com/vercel/turbo/pull/8499
- feat(tui): output tasks with errors last by @chris-olszewski in https://github.com/vercel/turbo/pull/8570
- fix(ui): wait until task output is fully rendered on stop by @chris-olszewski in https://github.com/vercel/turbo/pull/8588
New Contributors
- @moeyashi made their first contribution in https://github.com/vercel/turbo/pull/8033
- @fucksophie made their first contribution in https://github.com/vercel/turbo/pull/8092
- @NickE27 made their first contribution in https://github.com/vercel/turbo/pull/8184
- @dcodesdev made their first contribution in https://github.com/vercel/turbo/pull/8315
- @sacrosanctic made their first contribution in https://github.com/vercel/turbo/pull/8517
- @iojcde made their first contribution in https://github.com/vercel/turbo/pull/5328
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.4...v2.0.5
v2.0.4
: Turborepo v2.0.4
What's Changed
create-turbo
- Update
create-turbo
to use carat versions. by @anthonyshew in https://github.com/vercel/turbo/pull/8448
@turbo/codemod
- chore: bump timeout for migration by @chris-olszewski in https://github.com/vercel/turbo/pull/8463
- fix(@turbo/codemode): no-op when turbo.json already contains tasks key by @mehulkar in https://github.com/vercel/turbo/pull/8471
Examples
- Give examples carat versions. by @anthonyshew in https://github.com/vercel/turbo/pull/8382
- Fix apk order in example. by @anthonyshew in https://github.com/vercel/turbo/pull/8392
- Fix
eslint-config-turbo
configuration in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/8405 - Remove root eslintrc from basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/8423
- Consistent Node.js version in Changesets action. by @anthonyshew in https://github.com/vercel/turbo/pull/8441
- Remove global dep from basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/8442
Changelog
- fix(filter): account for root internal dependencies in git based filter by @chris-olszewski in https://github.com/vercel/turbo/pull/8364
- Warn instead of print when no locally installed version. by @anthonyshew in https://github.com/vercel/turbo/pull/8384
- Add CI to default passthroughs. by @anthonyshew in https://github.com/vercel/turbo/pull/8393
- feat(shim): invoke local turbo version via npx if not installed by @chris-olszewski in https://github.com/vercel/turbo/pull/8385
- docs: update links to logs in turbo types by @boyum in https://github.com/vercel/turbo/pull/8403
- fix: added
LD_LIBRARY_PATH
to default forwarded env vars by @GauBen in https://github.com/vercel/turbo/pull/8412 - chore(turborepo): remove unused code by @NicholasLYang in https://github.com/vercel/turbo/pull/8428
- fix: disable panic handler in ci by @chris-olszewski in https://github.com/vercel/turbo/pull/8436
- fix: remove inferring turbo version from package.json or turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/8437
- fix(turborepo): avoid starting ui on too small terminals by @NicholasLYang in https://github.com/vercel/turbo/pull/8457
- chore(shim): make dynamic downloads opt in by @chris-olszewski in https://github.com/vercel/turbo/pull/8458
- fix(shim): avoid panic if user has malformed lockfile by @chris-olszewski in https://github.com/vercel/turbo/pull/8461
- fix(ui): pass through terminal env vars to appease chalk by @chris-olszewski in https://github.com/vercel/turbo/pull/8468
New Contributors
- @boyum made their first contribution in https://github.com/vercel/turbo/pull/8403
- @GauBen made their first contribution in https://github.com/vercel/turbo/pull/8412
- @sethidden made their first contribution in https://github.com/vercel/turbo/pull/8450
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.3...v2.0.4
v2.0.3
: Turborepo v2.0.3
What's Changed
turbo-ignore
- fix(turbo-ignore): infer correct version of turbo for project by @chris-olszewski in https://github.com/vercel/turbo/pull/8363
Changelog
- feat: warn when no local turbo found by @chris-olszewski in https://github.com/vercel/turbo/pull/8356
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.2...v2.0.3
v2.0.2
: Turborepo v2.0.2
What's Changed
@turbo/codemod
- fix(turborepo): factor in negated globs for workspace detection in codemods by @NicholasLYang in https://github.com/vercel/turbo/pull/8331
Examples
- Bump examples to 2.0.0. by @anthonyshew in https://github.com/vercel/turbo/pull/8284
Changelog
- feat(ui): respect CI and NO_COLOR as overrides for TUI by @chris-olszewski in https://github.com/vercel/turbo/pull/8335
- fix(ui): no longer attempt to read from stdin if non-tty by @chris-olszewski in https://github.com/vercel/turbo/pull/8333
- fix: correctly serialize ui values by @chris-olszewski in https://github.com/vercel/turbo/pull/8338
- fix: add NODE_OPTIONS to default pass through env vars by @chris-olszewski in https://github.com/vercel/turbo/pull/8353
- chore: add additional env vars to default pass through by @chris-olszewski in https://github.com/vercel/turbo/pull/8359
- fix(ui): disable TUI if log order is specified by @chris-olszewski in https://github.com/vercel/turbo/pull/8343
New Contributors
- @dvoytenko made their first contribution in https://github.com/vercel/turbo/pull/8334
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.1...v2.0.2
v2.0.1
: Turborepo v2.0.1
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.0...v2.0.1
v2.0.0
: Turborepo v2.0.0
What's Changed
Upgrade guide: https://turbo.build/repo/docs/crafting-your-repository/upgrading
@turbo/codemod
- feat(codemod): add logic for major version bump by @chris-olszewski in https://github.com/vercel/turbo/pull/8260
- feat(codemod): place tasks last in turbo.json rewrites by @chris-olszewski in https://github.com/vercel/turbo/pull/8268
- fix(codemod): support jsonc when parsing root turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/8279
- fix(codemod): respect --dry flag by @chris-olszewski in https://github.com/vercel/turbo/pull/8280
- feat: change values of "ui" in turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/8289
- fix(codemod): support jsonc when parsing root turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/8279
- feat(codemod): place tasks last in turbo.json rewrites by @chris-olszewski in https://github.com/vercel/turbo/pull/8268
- feat(codemod): add logic for major version bump by @chris-olszewski in https://github.com/vercel/turbo/pull/8260
- feat(codemod): add missing package names by @tknickman in https://github.com/vercel/turbo/pull/8186
Changelog
Breaking
- chore: remove legacy filter flags by @chris-olszewski in https://github.com/vercel/turbo/pull/8294/
- chore(turborepo): adjust error message for pipeline by @NicholasLYang in https://github.com/vercel/turbo/pull/8264
- chore(turbo)!: remove check for legacy turbo config in package.json by @mehulkar in https://github.com/vercel/turbo/pull/8023
- chore(turbo)! hard error on env vars in task and global dependencies by @mehulkar in #8026
- feat: require packageManager in package.json by @chris-olszewski in #8017
- feat(filter): no longer infer scope in filters by @chris-olszewski in #8137
- chore!(create-turbo): remove old pm arg by @tknickman in #8150
- feat: error on empty package name by @chris-olszewski #8152
- feat(filter): error on invalid filters by @chris-olszewski #8142
- Move fs cache location. by @anthonyshew in #8126
- refactor(turborepo): Rename outputMode to outputLogs in turbo.json by @NicholasLYang in #8149
- feat: --only now applies to package dependencies by @chris-olszewski in #8163
- Rename pipeline to tasks. by @anthonyshew in #8157
- feat: add doublestar to exact dir paths by @chris-olszewski in #8180
- chore: remove globalDotEnv and dotEnv fields by @chris-olszewski in #8181
- chore: make env mode strict by default by @chris-olszewski in #8182
Other
- feat: allow for negative globs in globalDeps by @chris-olszewski in #8190
- chore: change turborepo licenses to MIT by @chris-olszewski in #8197
- feat: all dependencies of root package contribute to global hash by @chris-olszewski in #8202
- fix(turborepo): non-determinism with root internal deps hash. by @NicholasLYang in https://github.com/vercel/turbo/pull/8277
- fix: update integration test to expect correct output by @chris-olszewski in https://github.com/vercel/turbo/pull/8285
- chore: remove cpuprofile flag by @chris-olszewski in https://github.com/vercel/turbo/pull/8282
- fix(ui): disable UI on all dry runs by @chris-olszewski in https://github.com/vercel/turbo/pull/8269
- fix(turborepo): stderr log by @NicholasLYang in https://github.com/vercel/turbo/pull/8267
- chore(turborepo): adjust error message for pipeline by @NicholasLYang in https://github.com/vercel/turbo/pull/8264
- fix(ui): ensure prelude gets printed before ui starts by @chris-olszewski in https://github.com/vercel/turbo/pull/8265
- chore(@turbo/benchmark): fix lint warnings by @mehulkar in https://github.com/vercel/turbo/pull/8233
- chore(turborepo): Feature flagged off file hashing by @NicholasLYang in https://github.com/vercel/turbo/pull/8229
- chore: downgrade curl to fix Windows rust tests by @chris-olszewski in https://github.com/vercel/turbo/pull/8242
- fix(turborepo): Remove optional git locks by @NicholasLYang in https://github.com/vercel/turbo/pull/8244
- fix(turborepo): Optional lock with env var by @NicholasLYang in https://github.com/vercel/turbo/pull/8247
- add two retry strategies to allow requests to timeout gracefully by @arlyon in https://github.com/vercel/turbo/pull/8080
- add support for upload speed / remaining in the cache upload step by @arlyon in https://github.com/vercel/turbo/pull/8081
- chore: remove --ignore flag by @chris-olszewski in https://github.com/vercel/turbo/pull/8201
- feat: factor engines into global cache key by @chris-olszewski in #8173
Full Changelog: https://github.com/vercel/turbo/compare/v1.13.4...v2.0.0
v1.13.4
: Turborepo v1.13.4
What's Changed
Docs
- Update eslint-config package name. by @anthonyshew in https://github.com/vercel/turbo/pull/8069
- chore(docs): add missing words by @jeremyadavis in https://github.com/vercel/turbo/pull/8067
- Fix typo in Turborepo task-graph documentation by @danisal in https://github.com/vercel/turbo/pull/8212
turbo-ignore
- feat(turbo-ignore): don’t fail on single package repos by @tknickman in https://github.com/vercel/turbo/pull/8177
@turbo/repository
- chore: differentiate rust changes from building turbo by @chris-olszewski in https://github.com/vercel/turbo/pull/8001
Examples
- fix(examples): lint docs by @tknickman in https://github.com/vercel/turbo/pull/8049
- fix(example): Fix Prisma example by @caaatisgood in https://github.com/vercel/turbo/pull/8046
- chore: move react from devDependency to dependency in design system starter template by @ghdtjgus76 in https://github.com/vercel/turbo/pull/8159
Changelog
- feat(Turborepo): Be explicit about which binary we failed to find by @gsoltis in https://github.com/vercel/turbo/pull/8050
- fix(ui): add carraige return after cache log messages by @chris-olszewski in https://github.com/vercel/turbo/pull/8015
- fix(turborepo): Watch mode not responding to changes by @NicholasLYang in https://github.com/vercel/turbo/pull/8057
- fix(Turborepo): Make package discovery async, and apply a debouncer by @gsoltis in https://github.com/vercel/turbo/pull/8058
- fix(Turborepo): Disable inputs support by @gsoltis in https://github.com/vercel/turbo/pull/8074
- feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by @gsoltis in https://github.com/vercel/turbo/pull/8086
- Remove async-trait from a few crates by @arlyon in https://github.com/vercel/turbo/pull/8077
- feat(turborepo): Using file hashing for package watching by @NicholasLYang in https://github.com/vercel/turbo/pull/8104
- add support for cache_timeout as well as timeout by @arlyon in https://github.com/vercel/turbo/pull/8078
- yield a different warning when the cache upload times out by @arlyon in https://github.com/vercel/turbo/pull/8079
- fix lockfile by @sokra in https://github.com/vercel/turbo/pull/8110
- fix(gen): isolate generator to
commonjs
by @wesleycoder in https://github.com/vercel/turbo/pull/8109 - fix: properly propigate internal errors by @chris-olszewski in https://github.com/vercel/turbo/pull/8113
- feat(ui): render ui to alternative screen by @chris-olszewski in https://github.com/vercel/turbo/pull/8084
- fix(turborepo): Persistent tasks in watch mode by @NicholasLYang in https://github.com/vercel/turbo/pull/8107
- fix(Turborepo): Fix as_inputs to include ! by @gsoltis in https://github.com/vercel/turbo/pull/8119
- fix(Turborepo): Handle new packages in lockfile comparisons by @gsoltis in https://github.com/vercel/turbo/pull/8127
- fix(ui): minor formatting by @chris-olszewski in https://github.com/vercel/turbo/pull/8136
- feat(turborepo): new ui + watch mode by @NicholasLYang in https://github.com/vercel/turbo/pull/7962
- fix(turborepo): use transitive closure of filtered packages in watch mode by @NicholasLYang in https://github.com/vercel/turbo/pull/8161
- add two retry strategies to allow requests to timeout gracefully by @arlyon in https://github.com/vercel/turbo/pull/8080
- add support for upload speed / remaining in the cache upload step by @arlyon in https://github.com/vercel/turbo/pull/8081
- chore(@turbo/benchmark): fix lint warnings by @mehulkar in https://github.com/vercel/turbo/pull/8233
- chore(turborepo): Feature flagged off file hashing by @NicholasLYang in https://github.com/vercel/turbo/pull/8229
- chore: downgrade curl to fix Windows rust tests by @chris-olszewski in https://github.com/vercel/turbo/pull/8242
- fix(turborepo): Remove optional git locks by @NicholasLYang in https://github.com/vercel/turbo/pull/8244
- fix(turborepo): Optional lock with env var by @NicholasLYang in https://github.com/vercel/turbo/pull/8247
New Contributors
- @caaatisgood made their first contribution in https://github.com/vercel/turbo/pull/8046
- @jeremyadavis made their first contribution in https://github.com/vercel/turbo/pull/8067
- @wesleycoder made their first contribution in https://github.com/vercel/turbo/pull/8109
- @ghdtjgus76 made their first contribution in https://github.com/vercel/turbo/pull/8159
- @danisal made their first contribution in https://github.com/vercel/turbo/pull/8212
Full Changelog: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4
v1.13.3
: Turborepo v1.13.3
What's Changed
Docs
- feat: use @repo/ pattern in
math-helpers
example, consistent with "
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.