chore(deps): update dependency turbo to ^1.13.4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| turbo (source) | ^1.2.5 -> ^1.13.4 |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
vercel/turborepo (turbo)
v1.13.4: Turborepo v1.13.4
What's Changed
Docs
- Update eslint-config package name. by @anthonyshew in vercel/turbo#8069
- chore(docs): add missing words by @jeremyadavis in vercel/turbo#8067
- Fix typo in Turborepo task-graph documentation by @danisal in vercel/turbo#8212
turbo-ignore
- feat(turbo-ignore): don’t fail on single package repos by @tknickman in vercel/turbo#8177
@turbo/repository
- chore: differentiate rust changes from building turbo by @chris-olszewski in vercel/turbo#8001
Examples
- fix(examples): lint docs by @tknickman in vercel/turbo#8049
- fix(example): Fix Prisma example by @caaatisgood in vercel/turbo#8046
- chore: move react from devDependency to dependency in design system starter template by @ghdtjgus76 in vercel/turbo#8159
Changelog
- feat(Turborepo): Be explicit about which binary we failed to find by @gsoltis in vercel/turbo#8050
- fix(ui): add carraige return after cache log messages by @chris-olszewski in vercel/turbo#8015
- fix(turborepo): Watch mode not responding to changes by @NicholasLYang in vercel/turbo#8057
- fix(Turborepo): Make package discovery async, and apply a debouncer by @gsoltis in vercel/turbo#8058
- fix(Turborepo): Disable inputs support by @gsoltis in vercel/turbo#8074
- feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by @gsoltis in vercel/turbo#8086
- Remove async-trait from a few crates by @arlyon in vercel/turbo#8077
- feat(turborepo): Using file hashing for package watching by @NicholasLYang in vercel/turbo#8104
- add support for cache_timeout as well as timeout by @arlyon in vercel/turbo#8078
- yield a different warning when the cache upload times out by @arlyon in vercel/turbo#8079
- fix lockfile by @sokra in vercel/turbo#8110
- fix(gen): isolate generator to
commonjsby @wesleycoder in vercel/turbo#8109 - fix: properly propigate internal errors by @chris-olszewski in vercel/turbo#8113
- feat(ui): render ui to alternative screen by @chris-olszewski in vercel/turbo#8084
- fix(turborepo): Persistent tasks in watch mode by @NicholasLYang in vercel/turbo#8107
- fix(Turborepo): Fix as_inputs to include ! by @gsoltis in vercel/turbo#8119
- fix(Turborepo): Handle new packages in lockfile comparisons by @gsoltis in vercel/turbo#8127
- fix(ui): minor formatting by @chris-olszewski in vercel/turbo#8136
- feat(turborepo): new ui + watch mode by @NicholasLYang in vercel/turbo#7962
- fix(turborepo): use transitive closure of filtered packages in watch mode by @NicholasLYang in vercel/turbo#8161
- add two retry strategies to allow requests to timeout gracefully by @arlyon in vercel/turbo#8080
- add support for upload speed / remaining in the cache upload step by @arlyon in vercel/turbo#8081
- chore(@turbo/benchmark): fix lint warnings by @mehulkar in vercel/turbo#8233
- chore(turborepo): Feature flagged off file hashing by @NicholasLYang in vercel/turbo#8229
- chore: downgrade curl to fix Windows rust tests by @chris-olszewski in vercel/turbo#8242
- fix(turborepo): Remove optional git locks by @NicholasLYang in vercel/turbo#8244
- fix(turborepo): Optional lock with env var by @NicholasLYang in vercel/turbo#8247
New Contributors
- @caaatisgood made their first contribution in vercel/turbo#8046
- @jeremyadavis made their first contribution in vercel/turbo#8067
- @wesleycoder made their first contribution in vercel/turbo#8109
- @ghdtjgus76 made their first contribution in vercel/turbo#8159
- @danisal made their first contribution in vercel/turbo#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 vercel/turbo#7911 - change init script of storybook by @zsh77 in vercel/turbo#7695
- docs(storybook): update documentation to the latest versions available for pnpm installation by @javiev in vercel/turbo#7953
- Update storybook docs by @zsh77 in vercel/turbo#7954
- Docs(deploying-with-docker.mdx): Inform user about
turbo prunecommand by @WillKirkmanM in vercel/turbo#7948
create-turbo
- feat(turbo-ignore): usage metrics by @tknickman in vercel/turbo#7897
turbo-ignore
- chore(turbo-ignore): lint test files and fix issues by @mehulkar in vercel/turbo#7991
eslint
- chore: pin eslint version by @chris-olszewski in vercel/turbo#7971
@turbo/telemetry
- feat(telemetry): defensive config loading by @tknickman in vercel/turbo#7891
- fix(telemetry): correctly parse alerted date by @tknickman in vercel/turbo#8042
Examples
- fix typo in dev script of a kitchen-sink's package by @zsh77 in vercel/turbo#7913
- Remove pnpm plugin in Gatsby example. by @anthonyshew in vercel/turbo#7916
- Bug fix on with-docker by @zsh77 in vercel/turbo#7915
Changelog
- feat(Turborepo): Flag on daemon package discovery by @gsoltis in vercel/turbo#7654
- fix(filter): dependencies filter should match transitive deps by @chris-olszewski in vercel/turbo#7886
- fix(Turborepo): Disable the new corepack notification by @gsoltis in vercel/turbo#7901
- Update lockfile for compatibility with next.js by @wbinnssmith in vercel/turbo#7944
- fix(ui): avoid rendering area more than u16::MAX by @chris-olszewski in vercel/turbo#7867
- chore: add removal warning to deprecated flags by @chris-olszewski in vercel/turbo#7890
- Fix(commands/prune.rs): Add More detail in MissingWorkspace error by @WillKirkmanM in vercel/turbo#7956
- refactor: Make
Run::runtake a ref by @NicholasLYang in vercel/turbo#7946 - feat(Turborepo): file hash watching by @gsoltis in vercel/turbo#7855
- fix(pnpm): support pnpm lockfile v9 by @chris-olszewski in vercel/turbo#7994
- feat(Turborepo): wire file hashing to grpc server by @gsoltis in vercel/turbo#7868
- fix(pnpm): correctly parse dependency paths with nested peer dependecies by @chris-olszewski in vercel/turbo#8003
- feat(turborepo): Watch mode by @NicholasLYang in vercel/turbo#7613
- feat(Turborepo): add a debouncer to file hash watching by @gsoltis in vercel/turbo#7904
- chore: Improved errors for watch mode by @NicholasLYang in vercel/turbo#8016
- feat(turborepo): Persistent Tasks in Watch Mode by @NicholasLYang in vercel/turbo#7922
- feat(Turborepo): support inputs for file hash watching by @gsoltis in vercel/turbo#7907
- feat(turborepo): Process package change events asynchronously by @NicholasLYang in vercel/turbo#8036
New Contributors
- @braden-w made their first contribution in vercel/turbo#7911
- @WillKirkmanM made their first contribution in vercel/turbo#7956
- @javiev made their first contribution in vercel/turbo#7953
- @hardlydearly made their first contribution in vercel/turbo#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 vercel/turbo#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 vercel/turbo#7806
- (docs): refer to correct Github Actions cache version as described in example by @KarelVerschraegen in vercel/turbo#7869
- Docs: Fix heading by @Dragate in vercel/turbo#7873
Changelog
- feat(ui): persist logs on failure by @chris-olszewski in vercel/turbo#7805
- feat(Turborepo): handle package manager changes by @gsoltis in vercel/turbo#7770
- feat(ui): add ability to scroll task output by @chris-olszewski in vercel/turbo#7807
- fix(ui): avoid dupe key events on windows by @chris-olszewski in vercel/turbo#7809
- fix(ui): avoid using prefix for replayed logs by @chris-olszewski in vercel/turbo#7810
- chore: remove some unused imports by @chris-olszewski in vercel/turbo#7816
- feat(ui): persist all logs by @chris-olszewski in vercel/turbo#7822
- fix(ui): limit viewport size based on term size by @chris-olszewski in vercel/turbo#7837
- feat(Turborepo): return invalid states from package discovery by @gsoltis in vercel/turbo#7789
- fix(Turborepo): ignore working tree state for fixed git comparisons by @gsoltis in vercel/turbo#7838
- fix(vt100): fix scrollback underflow by @chris-olszewski in vercel/turbo#7844
- fix(ui): account for border when reserving size for logs by @chris-olszewski in vercel/turbo#7846
- fix(yarn4): properly handle workspace protocol with path by @chris-olszewski in vercel/turbo#7817
- feat(lockfile): support for parsing pnpm lockfile v7 by @chris-olszewski in vercel/turbo#7853
- fix(pnpm): support new pnpm9 default link-workspace-packages by @chris-olszewski in vercel/turbo#7865
- chore(telemetry): track dot env usage by @chris-olszewski in vercel/turbo#7876
- chore: fix lockfile by @chris-olszewski in vercel/turbo#7877
New Contributors
- @wokcito made their first contribution in vercel/turbo#7806
- @Dragate made their first contribution in vercel/turbo#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 vercel/turbo#7669
- s/mental/model/ by @steveluscher in vercel/turbo#7668
- Fix typos in docs & turborepo-lsp by @Dann1y in vercel/turbo#7702
- docs: Update testing configuration documentation for clarity by @sooster910 in vercel/turbo#7683
- docs: change texts from lint to type-check by @devjiwonchoi in vercel/turbo#7698
-
scancommand doc. by @anthonyshew in vercel/turbo#6770 - Docs: add references to TURBO_CACHE_DIR environment variable by @weyert in vercel/turbo#7632
- Use hardcoding. by @anthonyshew in vercel/turbo#7792
- docs: document new ui configuration options by @chris-olszewski in vercel/turbo#7803
create-turbo
- publish 1.13.0-canary.2 to registry by @chris-olszewski in vercel/turbo#7787
eslint
- Support import.meta.env in eslint-plugin-turbo by @jamesbvaughan in vercel/turbo#7781
@turbo/repository
- fix(@turbo/repository): Remove custom type so nap can serialize it by @mehulkar in vercel/turbo#7650
- chore(@turbo/repository): bump to 0.0.1-canary.9 by @mehulkar in vercel/turbo#7652
- refactor(turborepo): Renaming -PackageDetector to -PackageChangeMapper by @NicholasLYang in vercel/turbo#7655
- chore(@turbo/repository): show current version when publishing by @mehulkar in vercel/turbo#7679
- chore(@turbo/repository): bump to 0.0.1-canary.10 by @mehulkar in vercel/turbo#7680
Examples
- Bug fix on with-tailwind example by @zsh77 in vercel/turbo#7584
- Improvements on kitchen-sink example by @zsh77 in vercel/turbo#7641
- Bug fix on with rollup by @zsh77 in vercel/turbo#7651
- fix(examples): avoid clearing screen when using vite by @chris-olszewski in vercel/turbo#7783
- Bug fix on kitchen-sink example by @zsh77 in vercel/turbo#7624
- fix(ci): fix examples CI check by @tknickman in vercel/turbo#7801
Changelog
- chore: clean up silent flag impl by @chris-olszewski in vercel/turbo#7643
- chore: silence lint warnings from vt100 crate by @chris-olszewski in vercel/turbo#7647
- chore: rename vendored vt100 crate by @chris-olszewski in vercel/turbo#7649
- feat: Add success rate telemetry for login by @Zertsov in vercel/turbo#7656
- chore(turborepo): Move PackageChangeMappers to turborepo-repository by @NicholasLYang in vercel/turbo#7657
- feature: Add invalidate flag to logout by @Zertsov in vercel/turbo#7444
- feat: terminal pane component by @chris-olszewski in vercel/turbo#7619
- feat: add getter for selected task by @chris-olszewski in vercel/turbo#7614
- chore(Turborepo): refactor client side of daemon-backed package discovery by @gsoltis in vercel/turbo#7644
- fix(turborepo): Logout by @NicholasLYang in vercel/turbo#7667
- feat: add scan subcommand by @arlyon in vercel/turbo#6788
- fix(Turborepo): Fix cookie directory by @gsoltis in vercel/turbo#7664
- refactor(turborepo): Split up
RunintoRunBuilderandRunby @NicholasLYang in vercel/turbo#7681 - chore: generalize log writer by @chris-olszewski in vercel/turbo#7678
- chore: generalize cache terminal output by @chris-olszewski in vercel/turbo#7701
- feat: add entire screen viewer to vt100 by @chris-olszewski in vercel/turbo#7699
- fix(Turborepo): Handle directory moves in package discovery by @gsoltis in vercel/turbo#7700
- chore(Turborepo): Handle unhandled error case in package discovery by @gsoltis in vercel/turbo#7703
- feat: ensure PrefixedWriter is line buffered by @chris-olszewski in vercel/turbo#7728
- chore(Turborepo): Consolidate Subscriber::watch and setup task by @gsoltis in vercel/turbo#7714
- feat(Turborepo): add error handling to package discovery process by @gsoltis in vercel/turbo#7725
- feat: enable new UI by @chris-olszewski in vercel/turbo#7733
- fix: retry requests that fail due to timeout or request errors by @chris-olszewski in vercel/turbo#7745
- feat: enable env var for preflight by @chris-olszewski in vercel/turbo#7754
- chore: add ability to configure TUI via turbo.json by @chris-olszewski in vercel/turbo#7755
- Add TURBO_CACHE_DIR env for
--cache-dirflag by @weyert in vercel/turbo#6294 - fix(ui): properly handle escape codes in persisted output by @chris-olszewski in vercel/turbo#7760
- fix(ui): always start tasks by @chris-olszewski in vercel/turbo#7758
- feat(Turborepo): handle invalid states in package watching by @gsoltis in vercel/turbo#7759
- feat: add ability to configure tasks as interactive by @chris-olszewski in vercel/turbo#7767
- feat: enable windows pty by @chris-olszewski in vercel/turbo#7780
- chore(ui): add more info to table footer by @chris-olszewski in vercel/turbo#7788
- chore: update turbo.json schema for interactive tasks by @chris-olszewski in vercel/turbo#7786
- feat(pnpm): respect link-workspace-packages npmrc by @chris-olszewski in vercel/turbo#7791
- feat: add ability to control UI via cli arg by @chris-olszewski in vercel/turbo#7793
- feat: support apple git in scan diagnostic by @arlyon in vercel/turbo#7740
New Contributors
- @steveluscher made their first contribution in vercel/turbo#7669
- @Dann1y made their first contribution in vercel/turbo#7702
- @sooster910 made their first contribution in vercel/turbo#7683
- @jamesbvaughan made their first contribution in vercel/turbo#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 vercel/turbo#7426
- chore(docs): update github actions versions to support node 20 by @robinsmith-source in vercel/turbo#7434
- chore: update docs to no longer suggest verbosity for
--profileby @chris-olszewski in vercel/turbo#7521 - Add version to package in internal packages docs for yarn by @loctn in vercel/turbo#7626
create-turbo
- release(turborepo): 1.12.4 by @github-actions in vercel/turbo#7383
@turbo/repository
- chore(Turborepo): bump versions in prep for a release by @gsoltis in vercel/turbo#7385
- refactor(turborepo): Package Detection by @NicholasLYang in vercel/turbo#7549
- feat(@turbo/repository): return dependencies in graph by @mehulkar in vercel/turbo#7616
- chore(@turbo/repository): bump version to 0.0.1-canary.8 by @mehulkar in vercel/turbo#7636
Examples
- fix(examples): basic generator by @dangbt in vercel/turbo#7400
- Remove barrel file from design-system-example by @anthonyshew in vercel/turbo#7580
- Dependabot updates for examples. by @anthonyshew in vercel/turbo#7615
- Bug fix on with-npm by @zsh77 in vercel/turbo#7587
- dev script of ui package in example with rollup by @zsh77 in vercel/turbo#7550
- Cleanup of with-vite example by @zsh77 in vercel/turbo#7585
- Cleanup of with-yarn example by @zsh77 in vercel/turbo#7589
- Guarantee typescript-eslint parser resolving. by @anthonyshew in vercel/turbo#7634
Changelog
- perf: parse and walk globs in parallel by @chris-olszewski in vercel/turbo#7244
- fix: do better validation for existing tokens by @Zertsov in vercel/turbo#7358
- chore(ci): remove Makefile targets to build Go binaries by @mehulkar in vercel/turbo#7389
- add error enum to
turborepo-dirsby @Zertsov in vercel/turbo#7277 - fix: Clippy errors by @Zertsov in vercel/turbo#7392
- docs: Refresh daemon documentation by @NicholasLYang in vercel/turbo#7386
- Break up Client trait by @Zertsov in vercel/turbo#7387
- chore(turbo): delete unused goreleaser configs by @mehulkar in vercel/turbo#7393
- Improve daemon startup times by @arlyon in vercel/turbo#7322
- fix: reading output from orphan process by @chris-olszewski in vercel/turbo#7402
- Add optionalwatch cookie support by @arlyon in vercel/turbo#7379
- chore: add force flag to login command by @Zertsov in vercel/turbo#7378
- Audit daemon error paths and ensure we are doing everything we can to handle by @arlyon in vercel/turbo#7334
- chore: lower log level for noisy crates by @chris-olszewski in vercel/turbo#7439
- chore: Rename daemon code by @NicholasLYang in vercel/turbo#7440
- fix: support yarn4 semver resolutions by @chris-olszewski in vercel/turbo#7442
- fix: More robust token validation by @Zertsov in vercel/turbo#7407
- chore: Change daemon log location to be in repo by @NicholasLYang in vercel/turbo#7468
- chore: remove unnecessary result on join_unix_path by @chris-olszewski in vercel/turbo#7506
- chore: remove unused features from config crate by @chris-olszewski in vercel/turbo#7531
- feat: task table widget by @chris-olszewski in vercel/turbo#7470
- fix: Remove extra login popup for Vercel by @Zertsov in vercel/turbo#7469
- feat(turborepo): Convert even more errors by @NicholasLYang in vercel/turbo#7513
- fix: correctly call teams api by @chris-olszewski in vercel/turbo#7533
- chore: add read_existing_to_string by @chris-olszewski in vercel/turbo#7532
- feat: allow for faux comments at top level of turbo.json by @chris-olszewski in vercel/turbo#7546
- fix: Load vercel token into command base by @Zertsov in vercel/turbo#7545
- fix: support pnpm workspace path aliasing by @chris-olszewski in vercel/turbo#7512
- chore: remove unused import from dep_splitter by @chris-olszewski in vercel/turbo#7555
- fix: Respect globalDependencies when determining changed packages by @NicholasLYang in vercel/turbo#7557
- feat(Turborepo): Renaming, additional cookiewriter constructor by @gsoltis in vercel/turbo#7553
- fix: vercel auth file borks login by @Zertsov in vercel/turbo#7556
- fix: login success page redirect by @Zertsov in vercel/turbo#7558
- chore: move logout functionality into auth crate by @Zertsov in vercel/turbo#7443
- chore: Change to use borrowed path by @Zertsov in vercel/turbo#7569
- Handle logging story better on daemon by @arlyon in vercel/turbo#7526
- fix: sso login duplicate popup by @Zertsov in vercel/turbo#7575
- chore(Turborepo): refactor telemetry to use turbopath by @gsoltis in vercel/turbo#7567
- chore(Turborepo): move test filesystem setup into test code by @gsoltis in vercel/turbo#7568
- chore(Turborepo): Switch tests to use filesystem, remove unused generics by @gsoltis in vercel/turbo#7610
- fix(cache): fix restoration issues of directories with very long paths by @chris-olszewski in vercel/turbo#7628
- chore: vendor vt100 crate by @chris-olszewski in vercel/turbo#7591
- fix(cache): restoration symlink by @chris-olszewski in vercel/turbo#7633
- fix: reject empty cache dir path by @chris-olszewski in vercel/turbo#7630
- fix: add more caching status tests by @Zertsov in vercel/turbo#7574
New Contributors
- @dangbt made their first contribution in vercel/turbo#7400
- @robinsmith-source made their first contribution in vercel/turbo#7434
- @nnmax made their first contribution in vercel/turbo#6651
- @bgw made their first contribution in vercel/turbo#7206
- @loctn made their first contribution in vercel/turbo#7626
- @zsh77 made their first contribution in vercel/turbo#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 vercel/turbo#7304
create-turbo
- release(turborepo): 1.12.3 by @github-actions in vercel/turbo#7296
- chore(create-turbo): update chalk to v4 by @mehulkar in vercel/turbo#7300
- release(turborepo): 1.12.4-canary.0 by @github-actions in vercel/turbo#7338
- release(turborepo): 1.12.4-canary.1 by @github-actions in vercel/turbo#7369
@turbo/repository - ⚠️ Alpha - Expect Breaking Changes
- fix(@turbo/repository): fix breaking API changes from turbo core by @mehulkar in vercel/turbo#7373
- chore(turbo): rename workspace -> package in PackageGraph module by @mehulkar in vercel/turbo#7372
Changelog
- chore(Turborepo): Delete or feature-gate imports by @gsoltis in vercel/turbo#7295
- fix(Turborepo): Route through existing wait_for_filewatching call by @gsoltis in vercel/turbo#7237
- feat(async_cache): support cloning by @tknickman in vercel/turbo#7293
- refactor: Error on absolute paths in turbo.json by @NicholasLYang in vercel/turbo#7292
- implement vercel auth token for SSO by @Zertsov in vercel/turbo#7192
- feat(@turbo/repository): add method to return package dependents by @mehulkar in vercel/turbo#7242
- chore(@turbo/repository): bump version to 0.0.1-canary.5 by @mehulkar in vercel/turbo#7312
- fix(Turborepo): Don't block forever if we have already gotten a parse error by @gsoltis in vercel/turbo#7203
- chore(Turborepo): Remove ExecutionState, we don't need it anymore by @gsoltis in vercel/turbo#7281
- feat(turbo): task access trace & cached configs by @tknickman in vercel/turbo#7074
- chore: fix clippy lints in @turbo/repository by @chris-olszewski in vercel/turbo#7310
- chore: Clean up log files, add
daemon logsubcommand by @NicholasLYang in vercel/turbo#7305 - chore: add shutdown method for async cache by @chris-olszewski in vercel/turbo#7309
- feat: vendor CI log groups by @cymruu in vercel/turbo#6314
- feat(turborepo): daemon UX improvements by @NicholasLYang in vercel/turbo#7307
- chore(turborepo): Ensure fresh builds by @NicholasLYang in vercel/turbo#7321
- chore: don't print debug info on successful login by @Zertsov in vercel/turbo#7323
- fix: check vercel token is still valid by @Zertsov in vercel/turbo#7325
- fix(Turborepo): Start moving cookie watching to downstream services by @gsoltis in vercel/turbo#7283
- chore(@turbo/repository): add inline jsdocs for findPackagesAndDependents method by @mehulkar in vercel/turbo#7331
- chore: modularize vercel api crate by @Zertsov in vercel/turbo#7329
- fix(Turborepo): Pass validated globs to daemon for watching by @gsoltis in vercel/turbo#7327
- feat(Turborepo): Add spaces_id to layered config by @gsoltis in vercel/turbo#7330
- feat(gitignore): break out gitignore util by @tknickman in vercel/turbo#7319
- feat(turbo): update changemapper to return name and path of packages by @mehulkar in vercel/turbo#7336
- chore(turbo): rename WorkspaceNode to PackageNode by @mehulkar in vercel/turbo#7351
- chore(turbo): rename WorkspaceInfo struct to PackageInfo by @mehulkar in vercel/turbo#7353
- chore(Turborepo): Move daemon paths off of CommandBase by @gsoltis in vercel/turbo#7339
- fix: use system certs for tls by @chris-olszewski in vercel/turbo#7357
- chore(Turborepo): Remote CommandBase from Run by @gsoltis in vercel/turbo#7360
- feat(@turbo/repository): add affectedPackages API by @mehulkar in vercel/turbo#7326
- feat(@turbo/repository): bump for release by @mehulkar in vercel/turbo#7361
- chore(turbo): rename WorkspaceName to PackageName by @mehulkar in vercel/turbo#7355
- chore(turbo): delete unused fixture in cli directory by @mehulkar in vercel/turbo#7376
- fix: avoid grouping logs from tasks which ended in error by @chris-olszewski in vercel/turbo#7335
New Contributors
- @cymruu made their first contribution in vercel/turbo#6314
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.3...v1.12.4
v1.12.3: Turborepo v1.12.3
What's Changed
Docs
- Add "System environment variables" page. by @anthonyshew in vercel/turbo#7223
- Remote Cache API doc. by @anthonyshew in vercel/turbo#7236
- Inputs clarity. by @anthonyshew in vercel/turbo#7246
- docs(turborepo): fix typo in task dependencies by @flextremedev in vercel/turbo#7271
- feat(docs): document building turbo from source by @mehulkar in vercel/turbo#7276
- Fix a typo in docs page for github actions by @noahsark769 in vercel/turbo#7249
create-turbo
- release(tur
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.