Skip to content

Commit

Permalink
build(deps): update dependency turbo to v1.10.14 (#7859)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turbo.build/repo)
([source](https://togithub.com/vercel/turbo)) | [`1.10.13` ->
`1.10.14`](https://renovatebot.com/diffs/npm/turbo/1.10.13/1.10.14) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo (turbo)</summary>

###
[`v1.10.14`](https://togithub.com/vercel/turbo/releases/tag/v1.10.14):
Turborepo v1.10.14

[Compare
Source](https://togithub.com/vercel/turbo/compare/v1.10.13...v1.10.14)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at v1.10.14 -->

#### What's Changed

##### Changelog

- Add support to integration tests for experimental rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5748
- chore: require lockfile implementations to be threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5781
- release(turborepo): 1.10.13 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5788
- feat(turbo-ignore): add better error message by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5790
- test: verify we can walk DAGs with multiple roots by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5770
- add filewatching tests to document behaviour regarding file add/delete
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5580
- add evaluatables to chunk list ident by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5785
- Tracing improvements by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5783
- Generic types over Vcs by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5738
- fix: snapshot test path canonicalization by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5795
- fix "any" context condition implementation by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5794
- feat(examples): update cra lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5799
- feat: port github action detection by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5792
- add middleware entry type by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5800
- fix: unify go rust error formatting by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5798
- fix: remove panic from task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5789
- feat: port task graph execution by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5791
- fix(turborepo): Better unlink Output by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5764
- perform invalidation directly on writes by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5786
- Automatically derive ValueDefault for primitive value types by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5793
- fix(lint): add node env by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5805
- fix: persistent task concurrency check by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5806
- feat: show all persistent task validation errors by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5807
- docs: update webpack docs to reflect latest next.js api by
[@&#8203;willwill96](https://togithub.com/willwill96) in
[vercel/turbo#5680
- feat(turborepo): Use new URL scheme. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5803
- fix(turborepo): API naming and dep graph by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5819
- make swc comments immutable by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5784
- avoid unnessecary indirection in async modules by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5627
- fix(lint): set vscode config for pnpm examples by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5826
- feat(docs): update lint in handbook by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5812
- Update HMR for next-api by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5814
- avoid cloning a large list of task ids by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5821
- chore(docs): update lint callout by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5831
- chore(lint): update
[@&#8203;vercel/style-guide](https://togithub.com/vercel/style-guide) to
latest by [@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5832
- feat(examples): upgrade
[@&#8203;vercel/style-guide](https://togithub.com/vercel/style-guide) to
5 by [@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5834
- Update `swc_core` to `v0.82.4` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5820
- chore: minor task cache changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5838
- chore: remove fake root topological task nodes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5828
- feat: port task execution summary by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5825
- Update `swc_core` to `v0.82.10` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5853
- Stub out module.hot.check for next-api by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5855
- feat(Turborepo): Create a filewatching crate by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5772
- chore: make color selector usable with prefix ui by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5863
- feat(example): update tailwind starter template by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5856
- chore: add full auth into http client by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5857
- feature(turbo): Global Hash by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5568
- fix(lint): remove unused import by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5883
- feat(example): update basic starter template by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5880
- feat(docs): update bundle format recommendation by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5870
- fix: avoid panic during task cache construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5882
- Add `Send` bound to `T` in `Vc<T>` to make type error less cryptic by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5871
- feat(Turborepo): add filesystem cookies on top of filewatching by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5858
- Turbopack: Remove `turbo_tasks::unit()` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5860
- Turbopack Experimental: Fix source maps in HMR by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5852
- feat(examples): update design-system by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5884
- fix: use existing ui instead of constructing a new one by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5886
- feat: support analysing ternary expressions by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5881
- Fix clippy warnings / errors in filewatching code by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5891
- feat: connect task cache with visitor by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5889
- Update pnpm to 8.7.1 by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5861
- fix: missing autoprefixer package in with-tailwind example by
[@&#8203;boompikachu](https://togithub.com/boompikachu) in
[vercel/turbo#5893
- release(turborepo): 1.10.14-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5903
- fix: deny clippy errors in filewatching crate by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5895
- fix(Turborepo): Filter ancestor events before manual recursive watch
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5896
- feat(create-turbo): better error when GH is down by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5900
- feat: port output control by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5906
- feat(examples): update kitchen-sink by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5892
- Revert swc versions to one that doesn't use lightningcss by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5911
- feature(turbo): Task Hash by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5716
- fix(with-tailwind): support .mjs import extension by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5912
- fix(create-turbo): add before commiting by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5914
- fix(tests): kitchen-sink updates by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5924
- feat(turbo-ignore): fix args and update fallback by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5910
- feat(examples): update gatsby by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5925
- feat(Turborepo): Implement glob watching by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5862
- release(turborepo): 1.10.14-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5929
- chore: add error to prefixed UI by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5915
- chore: purge unused Go code by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5917
- fix: add DOM lib to react-library tsconfig by
[@&#8203;ekafyi](https://togithub.com/ekafyi) in
[vercel/turbo#5111
- fix(examples-tests): correct gatsby prysk test by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5935
- feat: use prefixed ui in task graph visitor by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5930
- Add "scroll to top" option in theme.config.tsx by
[@&#8203;mitesh-gupta](https://togithub.com/mitesh-gupta) in
[vercel/turbo#5907
- changed LandingPage component clipping title by
[@&#8203;Firgrep](https://togithub.com/Firgrep) in
[vercel/turbo#5937
- Child process manager by [@&#8203;arlyon](https://togithub.com/arlyon)
in
[vercel/turbo#5849
- Revert "Child process manager" by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5939
- Update http mock and clap by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5936
- Update logos. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#5941
- Rearranging style-guide imports by
[@&#8203;imCorfitz](https://togithub.com/imCorfitz) in
[vercel/turbo#5942
- CSS HMR fixes by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5948
- Reduce the number of tasks for better performance by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5950
- improve error handling of developer workflow tool by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5952
- fix(Turborepo): Update integration test for bad flag by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5946
- Update ContextCondition::InPath to match exact path by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5938
- fix(workspaces): glob fix and refactor correction by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5951
- Wire filewatching to daemon server by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5916
- Revert "Reduce the number of tasks for better performance" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5953
- feat(turborepo): support Bun by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5934
- feat(create-turbo): support bun (beta) by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5943
- Use `is_inside_or_equal_ref` in `ContextCondition::InPath` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5954
- release(turborepo): 1.10.14-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5956
- feat(turborepo): add basic child process manager package by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5940
- Update `swc_core` to `v0.83.12` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5923
- reduce number of task in async_module by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5959
- reduce unneccessary fs tasks by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5960
- bumping minor or major should reset patch/minor by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5955
- fix: pin thiserror to <1.0.45 which requires updating the toolchain by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5962

#### New Contributors

- [@&#8203;willwill96](https://togithub.com/willwill96) made their first
contribution in
[vercel/turbo#5680
- [@&#8203;boompikachu](https://togithub.com/boompikachu) made their
first contribution in
[vercel/turbo#5893
- [@&#8203;mitesh-gupta](https://togithub.com/mitesh-gupta) made their
first contribution in
[vercel/turbo#5907
- [@&#8203;Firgrep](https://togithub.com/Firgrep) made their first
contribution in
[vercel/turbo#5937
- [@&#8203;imCorfitz](https://togithub.com/imCorfitz) made their first
contribution in
[vercel/turbo#5942

**Full Changelog**:
vercel/turbo@v1.10.13...v1.10.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on tuesday and thursday"
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Esri/calcite-design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <no-reply@benelan.dev>
  • Loading branch information
renovate[bot] and benelan committed Sep 26, 2023
1 parent 36ceaf1 commit d40cb25
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"tailwindcss": "3.3.3",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"turbo": "1.10.13",
"turbo": "1.10.14",
"type-fest": "3.11.1",
"typescript": "4.9.5",
"updtr": "4.0.0",
Expand Down

0 comments on commit d40cb25

Please sign in to comment.