fix(deps): update turbo monorepo to v1.13.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-config-turbo (source) | 1.11.2 -> 1.13.4 |
||||
| turbo (source) | 1.12.4 -> 1.13.4 |
Release Notes
vercel/turborepo (eslint-config-turbo)
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
commonjsby @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-helpersexample, consistent with "getting started" and starter repo by @braden-w in https://github.com/vercel/turbo/pull/7911 - change init script of storybook by @zsh77 in https://github.com/vercel/turbo/pull/7695
- docs(storybook): update documentation to the latest versions available for pnpm installation by @javiev in https://github.com/vercel/turbo/pull/7953
- Update storybook docs by @zsh77 in https://github.com/vercel/turbo/pull/7954
- Docs(deploying-with-docker.mdx): Inform user about
turbo prunecommand by @WillKirkmanM in https://github.com/vercel/turbo/pull/7948
create-turbo
- feat(turbo-ignore): usage metrics by @tknickman in https://github.com/vercel/turbo/pull/7897
turbo-ignore
- chore(turbo-ignore): lint test files and fix issues by @mehulkar in https://github.com/vercel/turbo/pull/7991
eslint
- chore: pin eslint version by @chris-olszewski in https://github.com/vercel/turbo/pull/7971
@turbo/telemetry
- feat(telemetry): defensive config loading by @tknickman in https://github.com/vercel/turbo/pull/7891
- fix(telemetry): correctly parse alerted date by @tknickman in https://github.com/vercel/turbo/pull/8042
Examples
- fix typo in dev script of a kitchen-sink's package by @zsh77 in https://github.com/vercel/turbo/pull/7913
- Remove pnpm plugin in Gatsby example. by @anthonyshew in https://github.com/vercel/turbo/pull/7916
- Bug fix on with-docker by @zsh77 in https://github.com/vercel/turbo/pull/7915
Changelog
- feat(Turborepo): Flag on daemon package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7654
- fix(filter): dependencies filter should match transitive deps by @chris-olszewski in https://github.com/vercel/turbo/pull/7886
- fix(Turborepo): Disable the new corepack notification by @gsoltis in https://github.com/vercel/turbo/pull/7901
- Update lockfile for compatibility with next.js by @wbinnssmith in https://github.com/vercel/turbo/pull/7944
- fix(ui): avoid rendering area more than u16::MAX by @chris-olszewski in https://github.com/vercel/turbo/pull/7867
- chore: add removal warning to deprecated flags by @chris-olszewski in https://github.com/vercel/turbo/pull/7890
- Fix(commands/prune.rs): Add More detail in MissingWorkspace error by @WillKirkmanM in https://github.com/vercel/turbo/pull/7956
- refactor: Make
Run::runtake a ref by @NicholasLYang in https://github.com/vercel/turbo/pull/7946 - feat(Turborepo): file hash watching by @gsoltis in https://github.com/vercel/turbo/pull/7855
- fix(pnpm): support pnpm lockfile v9 by @chris-olszewski in https://github.com/vercel/turbo/pull/7994
- feat(Turborepo): wire file hashing to grpc server by @gsoltis in https://github.com/vercel/turbo/pull/7868
- fix(pnpm): correctly parse dependency paths with nested peer dependecies by @chris-olszewski in https://github.com/vercel/turbo/pull/8003
- feat(turborepo): Watch mode by @NicholasLYang in https://github.com/vercel/turbo/pull/7613
- feat(Turborepo): add a debouncer to file hash watching by @gsoltis in https://github.com/vercel/turbo/pull/7904
- chore: Improved errors for watch mode by @NicholasLYang in https://github.com/vercel/turbo/pull/8016
- feat(turborepo): Persistent Tasks in Watch Mode by @NicholasLYang in https://github.com/vercel/turbo/pull/7922
- feat(Turborepo): support inputs for file hash watching by @gsoltis in https://github.com/vercel/turbo/pull/7907
- feat(turborepo): Process package change events asynchronously by @NicholasLYang in https://github.com/vercel/turbo/pull/8036
New Contributors
- @braden-w made their first contribution in https://github.com/vercel/turbo/pull/7911
- @WillKirkmanM made their first contribution in https://github.com/vercel/turbo/pull/7956
- @javiev made their first contribution in https://github.com/vercel/turbo/pull/7953
- @hardlydearly made their first contribution in https://github.com/vercel/turbo/pull/8032
Full Changelog: https://github.com/vercel/turbo/compare/v1.13.2...v1.13.3
v1.13.2: Turborepo v1.13.2
What's Changed
Examples
- Update TS module resolutions in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/7872
Full Changelog: https://github.com/vercel/turbo/compare/v1.13.1...v1.13.2
v1.13.1: Turborepo v1.13.1
What's Changed
Docs
- docs: add missing CLI references by @wokcito in https://github.com/vercel/turbo/pull/7806
- (docs): refer to correct Github Actions cache version as described in example by @KarelVerschraegen in https://github.com/vercel/turbo/pull/7869
- Docs: Fix heading by @Dragate in https://github.com/vercel/turbo/pull/7873
Changelog
- feat(ui): persist logs on failure by @chris-olszewski in https://github.com/vercel/turbo/pull/7805
- feat(Turborepo): handle package manager changes by @gsoltis in https://github.com/vercel/turbo/pull/7770
- feat(ui): add ability to scroll task output by @chris-olszewski in https://github.com/vercel/turbo/pull/7807
- fix(ui): avoid dupe key events on windows by @chris-olszewski in https://github.com/vercel/turbo/pull/7809
- fix(ui): avoid using prefix for replayed logs by @chris-olszewski in https://github.com/vercel/turbo/pull/7810
- chore: remove some unused imports by @chris-olszewski in https://github.com/vercel/turbo/pull/7816
- feat(ui): persist all logs by @chris-olszewski in https://github.com/vercel/turbo/pull/7822
- fix(ui): limit viewport size based on term size by @chris-olszewski in https://github.com/vercel/turbo/pull/7837
- feat(Turborepo): return invalid states from package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7789
- fix(Turborepo): ignore working tree state for fixed git comparisons by @gsoltis in https://github.com/vercel/turbo/pull/7838
- fix(vt100): fix scrollback underflow by @chris-olszewski in https://github.com/vercel/turbo/pull/7844
- fix(ui): account for border when reserving size for logs by @chris-olszewski in https://github.com/vercel/turbo/pull/7846
- fix(yarn4): properly handle workspace protocol with path by @chris-olszewski in https://github.com/vercel/turbo/pull/7817
- feat(lockfile): support for parsing pnpm lockfile v7 by @chris-olszewski in https://github.com/vercel/turbo/pull/7853
- fix(pnpm): support new pnpm9 default link-workspace-packages by @chris-olszewski in https://github.com/vercel/turbo/pull/7865
- chore(telemetry): track dot env usage by @chris-olszewski in https://github.com/vercel/turbo/pull/7876
- chore: fix lockfile by @chris-olszewski in https://github.com/vercel/turbo/pull/7877
New Contributors
- @wokcito made their first contribution in https://github.com/vercel/turbo/pull/7806
- @Dragate made their first contribution in https://github.com/vercel/turbo/pull/7873
Full Changelog: https://github.com/vercel/turbo/compare/v1.13.0...v1.13.1
v1.13.0: Turborepo v1.13.0
What's Changed
Docs
- s/the your/the/ by @steveluscher in https://github.com/vercel/turbo/pull/7669
- s/mental/model/ by @steveluscher in https://github.com/vercel/turbo/pull/7668
- Fix typos in docs & turborepo-lsp by @Dann1y in https://github.com/vercel/turbo/pull/7702
- docs: Update testing configuration documentation for clarity by @sooster910 in https://github.com/vercel/turbo/pull/7683
- docs: change texts from lint to type-check by @devjiwonchoi in https://github.com/vercel/turbo/pull/7698
scancommand doc. by @anthonyshew in https://github.com/vercel/turbo/pull/6770- Docs: add references to TURBO_CACHE_DIR environment variable by @weyert in https://github.com/vercel/turbo/pull/7632
- Use hardcoding. by @anthonyshew in https://github.com/vercel/turbo/pull/7792
- docs: document new ui configuration options by @chris-olszewski in https://github.com/vercel/turbo/pull/7803
create-turbo
- publish 1.13.0-canary.2 to registry by @chris-olszewski in https://github.com/vercel/turbo/pull/7787
eslint
- Support import.meta.env in eslint-plugin-turbo by @jamesbvaughan in https://github.com/vercel/turbo/pull/7781
@turbo/repository
- fix(@turbo/repository): Remove custom type so nap can serialize it by @mehulkar in https://github.com/vercel/turbo/pull/7650
- chore(@turbo/repository): bump to 0.0.1-canary.9 by @mehulkar in https://github.com/vercel/turbo/pull/7652
- refactor(turborepo): Renaming -PackageDetector to -PackageChangeMapper by @NicholasLYang in https://github.com/vercel/turbo/pull/7655
- chore(@turbo/repository): show current version when publishing by @mehulkar in https://github.com/vercel/turbo/pull/7679
- chore(@turbo/repository): bump to 0.0.1-canary.10 by @mehulkar in https://github.com/vercel/turbo/pull/7680
Examples
- Bug fix on with-tailwind example by @zsh77 in https://github.com/vercel/turbo/pull/7584
- Improvements on kitchen-sink example by @zsh77 in https://github.com/vercel/turbo/pull/7641
- Bug fix on with rollup by @zsh77 in https://github.com/vercel/turbo/pull/7651
- fix(examples): avoid clearing screen when using vite by @chris-olszewski in https://github.com/vercel/turbo/pull/7783
- Bug fix on kitchen-sink example by @zsh77 in https://github.com/vercel/turbo/pull/7624
- fix(ci): fix examples CI check by @tknickman in https://github.com/vercel/turbo/pull/7801
Changelog
- chore: clean up silent flag impl by @chris-olszewski in https://github.com/vercel/turbo/pull/7643
- chore: silence lint warnings from vt100 crate by @chris-olszewski in https://github.com/vercel/turbo/pull/7647
- chore: rename vendored vt100 crate by @chris-olszewski in https://github.com/vercel/turbo/pull/7649
- feat: Add success rate telemetry for login by @Zertsov in https://github.com/vercel/turbo/pull/7656
- chore(turborepo): Move PackageChangeMappers to turborepo-repository by @NicholasLYang in https://github.com/vercel/turbo/pull/7657
- feature: Add invalidate flag to logout by @Zertsov in https://github.com/vercel/turbo/pull/7444
- feat: terminal pane component by @chris-olszewski in https://github.com/vercel/turbo/pull/7619
- feat: add getter for selected task by @chris-olszewski in https://github.com/vercel/turbo/pull/7614
- chore(Turborepo): refactor client side of daemon-backed package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7644
- fix(turborepo): Logout by @NicholasLYang in https://github.com/vercel/turbo/pull/7667
- feat: add scan subcommand by @arlyon in https://github.com/vercel/turbo/pull/6788
- fix(Turborepo): Fix cookie directory by @gsoltis in https://github.com/vercel/turbo/pull/7664
- refactor(turborepo): Split up
RunintoRunBuilderandRunby @NicholasLYang in https://github.com/vercel/turbo/pull/7681 - chore: generalize log writer by @chris-olszewski in https://github.com/vercel/turbo/pull/7678
- chore: generalize cache terminal output by @chris-olszewski in https://github.com/vercel/turbo/pull/7701
- feat: add entire screen viewer to vt100 by @chris-olszewski in https://github.com/vercel/turbo/pull/7699
- fix(Turborepo): Handle directory moves in package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7700
- chore(Turborepo): Handle unhandled error case in package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7703
- feat: ensure PrefixedWriter is line buffered by @chris-olszewski in https://github.com/vercel/turbo/pull/7728
- chore(Turborepo): Consolidate Subscriber::watch and setup task by @gsoltis in https://github.com/vercel/turbo/pull/7714
- feat(Turborepo): add error handling to package discovery process by @gsoltis in https://github.com/vercel/turbo/pull/7725
- feat: enable new UI by @chris-olszewski in https://github.com/vercel/turbo/pull/7733
- fix: retry requests that fail due to timeout or request errors by @chris-olszewski in https://github.com/vercel/turbo/pull/7745
- feat: enable env var for preflight by @chris-olszewski in https://github.com/vercel/turbo/pull/7754
- chore: add ability to configure TUI via turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/7755
- Add TURBO_CACHE_DIR env for
--cache-dirflag by @weyert in https://github.com/vercel/turbo/pull/6294 - fix(ui): properly handle escape codes in persisted output by @chris-olszewski in https://github.com/vercel/turbo/pull/7760
- fix(ui): always start tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/7758
- feat(Turborepo): handle invalid states in package watching by @gsoltis in https://github.com/vercel/turbo/pull/7759
- feat: add ability to configure tasks as interactive by @chris-olszewski in https://github.com/vercel/turbo/pull/7767
- feat: enable windows pty by @chris-olszewski in https://github.com/vercel/turbo/pull/7780
- chore(ui): add more info to table footer by @chris-olszewski in https://github.com/vercel/turbo/pull/7788
- chore: update turbo.json schema for interactive tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/7786
- feat(pnpm): respect link-workspace-packages npmrc by @chris-olszewski in https://github.com/vercel/turbo/pull/7791
- feat: add ability to control UI via cli arg by @chris-olszewski in https://github.com/vercel/turbo/pull/7793
- feat: support apple git in scan diagnostic by @arlyon in https://github.com/vercel/turbo/pull/7740
New Contributors
- @steveluscher made their first contribution in https://github.com/vercel/turbo/pull/7669
- @Dann1y made their first contribution in https://github.com/vercel/turbo/pull/7702
- @sooster910 made their first contribution in https://github.com/vercel/turbo/pull/7683
- @jamesbvaughan made their first contribution in https://github.com/vercel/turbo/pull/7781
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.5...v1.13.0
v1.12.5: Turborepo v1.12.5
What's Changed
Docs
- Name the file in Prisma doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7426
- chore(docs): update github actions versions to support node 20 by @robinsmith-source in https://github.com/vercel/turbo/pull/7434
- chore: update docs to no longer suggest verbosity for
--profileby @chris-olszewski in https://github.com/vercel/turbo/pull/7521 - Add version to package in internal packages docs for yarn by @loctn in https://github.com/vercel/turbo/pull/7626
create-turbo
- release(turborepo): 1.12.4 by @github-actions in https://github.com/vercel/turbo/pull/7383
@turbo/repository
- chore(Turborepo): bump versions in prep for a release by @gsoltis in https://github.com/vercel/turbo/pull/7385
- refactor(turborepo): Package Detection by @NicholasLYang in https://github.com/vercel/turbo/pull/7549
- feat(@turbo/repository): return dependencies in graph by @mehulkar in https://github.com/vercel/turbo/pull/7616
- chore(@turbo/repository): bump version to 0.0.1-canary.8 by @mehulkar in https://github.com/vercel/turbo/pull/7636
Examples
- fix(examples): basic generator by @dangbt in https://github.com/vercel/turbo/pull/7400
- Remove barrel file from design-system-example by @anthonyshew in https://github.com/vercel/turbo/pull/7580
- Dependabot updates for examples. by @anthonyshew in https://github.com/vercel/turbo/pull/7615
- Bug fix on with-npm by @zsh77 in https://github.com/vercel/turbo/pull/7587
- dev script of ui package in example with rollup by @zsh77 in https://github.com/vercel/turbo/pull/7550
- Cleanup of with-vite example by @zsh77 in https://github.com/vercel/turbo/pull/7585
- Cleanup of with-yarn example by @zsh77 in https://github.com/vercel/turbo/pull/7589
- Guarantee typescript-eslint parser resolving. by @anthonyshew in https://github.com/vercel/turbo/pull/7634
Changelog
- perf: parse and walk globs in parallel by @chris-olszewski in https://github.com/vercel/turbo/pull/7244
- fix: do better validation for existing tokens by @Zertsov in https://github.com/vercel/turbo/pull/7358
- chore(ci): remove Makefile targets to build Go binaries by @mehulkar in https://github.com/vercel/turbo/pull/7389
- add error enum to
turborepo-dirsby @Zertsov in https://github.com/vercel/turbo/pull/7277 - fix: Clippy errors by @Zertsov in https://github.com/vercel/turbo/pull/7392
- docs: Refresh daemon documentation by @NicholasLYang in https://github.com/vercel/turbo/pull/7386
- Break up Client trait by @Zertsov in https://github.com/vercel/turbo/pull/7387
- chore(turbo): delete unused goreleaser configs by @mehulkar in https://github.com/vercel/turbo/pull/7393
- Improve daemon startup times by @arlyon in https://github.com/vercel/turbo/pull/7322
- fix: reading output from orphan process by @chris-olszewski in https://github.com/vercel/turbo/pull/7402
- Add optionalwatch cookie support by @arlyon in https://github.com/vercel/turbo/pull/7379
- chore: add force flag to login command by @Zertsov in https://github.com/vercel/turbo/pull/7378
- Audit daemon error paths and ensure we are doing everything we can to handle by @arlyon in https://github.com/vercel/turbo/pull/7334
- chore: lower log level for noisy crates by @chris-olszewski in https://github.com/vercel/turbo/pull/7439
- chore: Rename daemon code by @NicholasLYang in https://github.com/vercel/turbo/pull/7440
- fix: support yarn4 semver resolutions by @chris-olszewski in https://github.com/vercel/turbo/pull/7442
- fix: More robust token validation by @Zertsov in https://github.com/vercel/turbo/pull/7407
- chore: Change daemon log location to be in repo by @NicholasLYang in https://github.com/vercel/turbo/pull/7468
- chore: remove unnecessary result on join_unix_path by @chris-olszewski in https://github.com/vercel/turbo/pull/7506
- chore: remove unused features from config crate by @chris-olszewski in https://github.com/vercel/turbo/pull/7531
- feat: task table widget by @chris-olszewski in https://github.com/vercel/turbo/pull/7470
- fix: Remove extra login popup for Vercel by @Zertsov in https://github.com/vercel/turbo/pull/7469
- feat(turborepo): Convert even more errors by @NicholasLYang in https://github.com/vercel/turbo/pull/7513
- fix: correctly call teams api by @chris-olszewski in https://github.com/vercel/turbo/pull/7533
- chore: add read_existing_to_string by @chris-olszewski in https://github.com/vercel/turbo/pull/7532
- feat: allow for faux comments at top level of turbo.json by @chris-olszewski in https://github.com/vercel/turbo/pull/7546
- fix: Load vercel token into command base by @Zertsov in https://github.com/vercel/turbo/pull/7545
- fix: support pnpm workspace path aliasing by @chris-olszewski in https://github.com/vercel/turbo/pull/7512
- chore: remove unused import from dep_splitter by @chris-olszewski in https://github.com/vercel/turbo/pull/7555
- fix: Respect globalDependencies when determining changed packages by @NicholasLYang in https://github.com/vercel/turbo/pull/7557
- feat(Turborepo): Renaming, additional cookiewriter constructor by @gsoltis in https://github.com/vercel/turbo/pull/7553
- fix: vercel auth file borks login by @Zertsov in https://github.com/vercel/turbo/pull/7556
- fix: login success page redirect by @Zertsov in https://github.com/vercel/turbo/pull/7558
- chore: move logout functionality into auth crate by @Zertsov in https://github.com/vercel/turbo/pull/7443
- chore: Change to use borrowed path by @Zertsov in https://github.com/vercel/turbo/pull/7569
- Handle logging story better on daemon by @arlyon in https://github.com/vercel/turbo/pull/7526
- fix: sso login duplicate popup by @Zertsov in https://github.com/vercel/turbo/pull/7575
- chore(Turborepo): refactor telemetry to use turbopath by @gsoltis in https://github.com/vercel/turbo/pull/7567
- chore(Turborepo): move test filesystem setup into test code by @gsoltis in https://github.com/vercel/turbo/pull/7568
- chore(Turborepo): Switch tests to use filesystem, remove unused generics by @gsoltis in https://github.com/vercel/turbo/pull/7610
- fix(cache): fix restoration issues of directories with very long paths by @chris-olszewski in https://github.com/vercel/turbo/pull/7628
- chore: vendor vt100 crate by @chris-olszewski in https://github.com/vercel/turbo/pull/7591
- fix(cache): restoration symlink by @chris-olszewski in https://github.com/vercel/turbo/pull/7633
- fix: reject empty cache dir path by @chris-olszewski in https://github.com/vercel/turbo/pull/7630
- fix: add more caching status tests by @Zertsov in https://github.com/vercel/turbo/pull/7574
New Contributors
- @dangbt made their first contribution in https://github.com/vercel/turbo/pull/7400
- @robinsmith-source made their first contribution in https://github.com/vercel/turbo/pull/7434
- @nnmax made their first contribution in https://github.com/vercel/turbo/pull/6651
- @bgw made their first contribution in https://github.com/vercel/turbo/pull/7206
- @loctn made their first contribution in https://github.com/vercel/turbo/pull/7626
- @zsh77 made their first contribution in https://github.com/vercel/turbo/pull/7587
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.4...v1.12.5
v1.12.4: Turborepo v1.12.4
What's Changed
Docs
- feat(cache): bump default timeout and add docs by @tknickman in https://github.com/vercel/turbo/pull/7304
create-turbo
- release(turborepo): 1.12.3 by @github-actions in https://github.com/vercel/turbo/pull/7296
- chore(create-turbo): update chalk to v4 by @mehulkar in https://github.com/vercel/turbo/pull/7300
- release(turborepo): 1.12.4-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/7338
- release(turborepo): 1.12.4-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/7369
@turbo/repository - ⚠️ Alpha - Expect Breaking Changes
- fix(@turbo/repository): fix breaking API changes from turbo core by @mehulkar in https://github.com/vercel/turbo/pull/7373
- chore(turbo): rename workspace -> package in PackageGraph module by @mehulkar in https://github.com/vercel/turbo/pull/7372
Changelog
- chore(Turborepo): Delete or feature-gate imports by @gsoltis in https://github.com/vercel/turbo/pull/7295
- fix(Turborepo): Route through existing wait_for_filewatching call by @gsoltis in https://github.com/vercel/turbo/pull/7237
- feat(async_cache): support cloning by @tknickman in https://github.com/vercel/turbo/pull/7293
- refactor: Error on absolute paths in turbo.json by @NicholasLYang in https://github.com/vercel/turbo/pull/7292
- implement vercel auth token for SSO by @Zertsov in https://github.com/vercel/turbo/pull/7192
- feat(@turbo/repository): add method to return package dependents by @mehulkar in https://github.com/vercel/turbo/pull/7242
- chore(@turbo/repository): bump version to 0.0.1-canary.5 by @mehulkar in https://github.com/vercel/turbo/pull/7312
- fix(Turborepo): Don't block forever if we have already gotten a parse error by @gsoltis in https://github.com/vercel/turbo/pull/7203
- chore(Turborepo): Remove ExecutionState, we don't need it anymore by @gsoltis in https://github.com/vercel/turbo/pull/7281
- feat(turbo): task access trace & cached configs by @tknickman in https://github.com/vercel/turbo/pull/7074
- chore: fix clippy lints in @turbo/repository by @chris-olszewski in https://github.com/vercel/turbo/pull/7310
- chore: Clean up log files, add
daemon logsubcommand by @NicholasLYang in https://github.com/vercel/turbo/pull/7305 - chore: add shutdown method for async cache by @chris-olszewski in https://github.com/vercel/turbo/pull/7309
- feat: vendor CI log groups by @cymruu in https://github.com/vercel/turbo/pull/6314
- feat(turborepo): daemon UX improvements by @NicholasLYang in https://github.com/vercel/turbo/pull/7307
- chore(turborepo): Ensure fresh builds by @NicholasLYang in [https://github.com/ve
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: bb7526cc5a3d5cdb311c72b0b6dd6f55a4f55578
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.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| vercel-storage-next-integration-test-suite | ✅ Ready (Inspect) | Visit Preview | Jan 17, 2025 4:19pm |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/[email protected] 🔁 npm/[email protected] | Transitive: environment, eval, filesystem, shell | +2 |
508 kB | turbobot |
| npm/[email protected] 🔁 npm/[email protected] | None | 0 |
30.6 kB | turbobot |