Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2/n] no-context lint: migrate some crates #5640

Merged
merged 10 commits into from Aug 3, 2023

Conversation

wbinnssmith
Copy link
Member

This migrates some crates away from using context, specifically:

  • node-file-trace
  • turbo-tasks-build
  • turbo-tasks-fetch
  • turbo-tasks
  • turbopack-build
  • turbopack-cli-utils
  • turbopack-cli
  • turbopack-core
  • turbopack-ecmascript

This also moves the lint to error and ignores other failing crates.

ast-grep[0] is a tool that uses tree-sitter[1] and a pattern language to match against code using its ast. It implements code transformation, querying, and linting.

Since clippy isn't extensible for project-specific lints, this adds a first ast-grep lint disallowing `context` as a variable name. Currently it's set to warning as usage is addressed.

To run, install ast-grep, then run `ast-grep scan`. Example output:

```
warning[no-context]: Don't name variables `context`.
    ┌─ ./crates/turbopack-ecmascript-hmr-protocol/src/lib.rs:132:9
    │
132 │     pub context: &'a str,
    │     ----^^^^^^^---------
    │
    = Use a more specific name, such as chunking_context, asset_context, etc.
```

[0] https://ast-grep.github.io
[1] https://tree-sitter.github.io/tree-sitter/
This migrates some crates away from using `context`, specifically:

- `node-file-trace`
- `turbo-tasks-build`
- `turbo-tasks-fetch`
- `turbo-tasks`
- `turbopack-build`
- `turbopack-cli-utils`
- `turbopack-cli`
- `turbopack-core`
- `turbopack-ecmascript`

This also moves the lint to `error` and ignores other failing crates.
@wbinnssmith wbinnssmith requested review from a team as code owners July 29, 2023 00:09
@wbinnssmith wbinnssmith requested review from chris-olszewski and arlyon and removed request for a team July 29, 2023 00:09
@vercel
Copy link

vercel bot commented Jul 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 10:02pm
examples-native-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 10:02pm
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Aug 3, 2023 10:02pm

@github-actions
Copy link
Contributor

✅ This change can build next-swc

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2023

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@github-actions
Copy link
Contributor

Linux Benchmark for f4f29ca

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5373.85µs ± 15.33µs 5377.23µs ± 16.95µs +0.06%
bench_hmr_to_eval/Turbopack CSR/1000 modules 5031.87µs ± 29.78µs 5062.01µs ± 36.01µs +0.60%
bench_startup/Turbopack CSR/1000 modules 984.46ms ± 1.48ms 987.68ms ± 3.04ms +0.33%

Comment on lines +22 to +35
- "./crates/turbopack-core/**"
- "./crates/turbopack-css/**"
- "./crates/turbopack-dev-server/**"
- "./crates/turbopack-dev/**"
- "./crates/turbopack-ecmascript-hmr-protocol/**"
- "./crates/turbopack-ecmascript-plugins/**"
- "./crates/turbopack-ecmascript-runtime/**"
- "./crates/turbopack-ecmascript/**"
- "./crates/turbopack-json/**"
- "./crates/turbopack-mdx/**"
- "./crates/turbopack-node/**"
- "./crates/turbopack-static/**"
- "./crates/turbopack-tests/**"
- "./crates/turbopack/**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this just be ./crates/turbopack*/**?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many crates are passing this, so ignoring them would remove value from this rule for now. This also acts as a list of crates to address.

Base automatically changed from wbinnssmith/ast-grep-lint to main August 1, 2023 18:52
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

Linux Benchmark for c390ef2

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5450.83µs ± 19.39µs 5444.43µs ± 25.04µs -0.12%
bench_hmr_to_eval/Turbopack CSR/1000 modules 5078.39µs ± 15.36µs 5287.88µs ± 223.49µs +4.13%
bench_startup/Turbopack CSR/1000 modules 989.19ms ± 0.83ms 997.76ms ± 5.30ms +0.87%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

Linux Benchmark for 9599343

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5424.54µs ± 27.57µs 5428.35µs ± 25.55µs +0.07%
bench_hmr_to_eval/Turbopack CSR/1000 modules 5096.56µs ± 27.66µs 5178.92µs ± 130.13µs +1.62%
bench_startup/Turbopack CSR/1000 modules 992.68ms ± 1.73ms 1001.33ms ± 4.08ms +0.87%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

MacOS Benchmark for 9599343

Test Base PR % Significant %
bench_startup/Turbopack CSR/1000 modules 8223.49ms ± 796.03ms 3338.70ms ± 65.16ms -59.40% -47.69%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 27.35ms ± 0.23ms 27.81ms ± 0.08ms +1.69%
bench_hmr_to_eval/Turbopack CSR/1000 modules 24.04ms ± 1.30ms 26.95ms ± 0.36ms +12.10%
bench_startup/Turbopack CSR/1000 modules 8223.49ms ± 796.03ms 3338.70ms ± 65.16ms -59.40% -47.69%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2023

Windows Benchmark for 9599343

Test Base PR % Significant %
bench_hmr_to_eval/Turbopack CSR/1000 modules 16.16ms ± 0.12ms 15.71ms ± 0.04ms -2.79% -0.79%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 15.76ms ± 0.03ms 15.78ms ± 0.02ms +0.07%
bench_hmr_to_eval/Turbopack CSR/1000 modules 16.16ms ± 0.12ms 15.71ms ± 0.04ms -2.79% -0.79%
bench_startup/Turbopack CSR/1000 modules 4208.76ms ± 24.22ms 4314.58ms ± 51.51ms +2.51%

@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2023

Linux Benchmark for 2acef4f

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 5395.17µs ± 24.77µs 5398.92µs ± 24.12µs +0.07%
bench_hmr_to_eval/Turbopack CSR/1000 modules 5099.90µs ± 26.93µs 5207.20µs ± 185.51µs +2.10%
bench_startup/Turbopack CSR/1000 modules 990.65ms ± 1.23ms 984.81ms ± 2.72ms -0.59%

@wbinnssmith wbinnssmith merged commit 25ce267 into main Aug 3, 2023
44 of 45 checks passed
@wbinnssmith wbinnssmith deleted the wbinnssmith/ast-grep-part-1 branch August 3, 2023 22:58
sokra added a commit to vercel/next.js that referenced this pull request Aug 4, 2023
renovate bot added a commit to fwouts/previewjs that referenced this pull request Aug 23, 2023
[![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.12` ->
`^1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to timelessco/js-bottomsheet that referenced this pull request Aug 23, 2023
[![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.12` -> `^1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

#### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/js-bottomsheet).
renovate bot added a commit to Asjas/platform that referenced this pull request Aug 23, 2023
[![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.12` ->
`1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/Asjas/platform).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to levaintech/sticky that referenced this pull request Aug 24, 2023
[![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.12` ->
`1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### 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 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/levaintech/sticky).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request Aug 24, 2023
[![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.12` ->
`^1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### 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 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/levaintech/contented).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Aug 24, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@aws-sdk/client-cognito-identity-provider](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.395.0` -> `3.398.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-cognito-identity-provider/3.395.0/3.398.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-cognito-identity-provider/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-cognito-identity-provider/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-cognito-identity-provider/3.395.0/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-cognito-identity-provider/3.395.0/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.395.0` -> `3.398.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.395.0/3.398.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.395.0/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.395.0/3.398.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`7.22.10` -> `7.22.11`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.10/7.22.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.22.10/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.22.10/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@babel/plugin-transform-typescript](https://babel.dev/docs/en/next/babel-plugin-transform-typescript) ([source](https://togithub.com/babel/babel)) | [`7.22.10` -> `7.22.11`](https://renovatebot.com/diffs/npm/@babel%2fplugin-transform-typescript/7.22.10/7.22.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fplugin-transform-typescript/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fplugin-transform-typescript/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fplugin-transform-typescript/7.22.10/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fplugin-transform-typescript/7.22.10/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript) ([source](https://togithub.com/babel/babel)) | [`7.22.5` -> `7.22.11`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.22.5/7.22.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fpreset-typescript/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fpreset-typescript/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fpreset-typescript/7.22.5/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fpreset-typescript/7.22.5/7.22.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/google.maps](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.maps) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`3.53.6` -> `3.54.0`](https://renovatebot.com/diffs/npm/@types%2fgoogle.maps/3.53.6/3.54.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fgoogle.maps/3.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fgoogle.maps/3.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fgoogle.maps/3.53.6/3.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fgoogle.maps/3.53.6/3.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.17.7` -> `18.17.9`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.7/18.17.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.7/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.7/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/papaparse](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`5.3.7` -> `5.3.8`](https://renovatebot.com/diffs/npm/@types%2fpapaparse/5.3.7/5.3.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fpapaparse/5.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fpapaparse/5.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fpapaparse/5.3.7/5.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fpapaparse/5.3.7/5.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.2.20` -> `18.2.21`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.20/18.2.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.20/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.20/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [i18next](https://www.i18next.com) ([source](https://togithub.com/i18next/i18next)) | [`23.4.4` -> `23.4.5`](https://renovatebot.com/diffs/npm/i18next/23.4.4/23.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/i18next/23.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/i18next/23.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/i18next/23.4.4/23.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/i18next/23.4.4/23.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [luxon](https://togithub.com/moment/luxon) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/luxon/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/luxon/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/luxon/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/luxon/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/luxon/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [mantine-react-table](https://www.mantine-react-table.com/) ([source](https://togithub.com/KevinVandy/mantine-react-table)) | [`1.1.2` -> `1.2.0`](https://renovatebot.com/diffs/npm/mantine-react-table/1.1.2/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mantine-react-table/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mantine-react-table/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mantine-react-table/1.1.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mantine-react-table/1.1.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`13.1.2` -> `13.2.0`](https://renovatebot.com/diffs/npm/react-i18next/13.1.2/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/13.1.2/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/13.1.2/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [tslog](https://tslog.js.org) ([source](https://togithub.com/fullstack-build/tslog)) | [`4.9.1` -> `4.9.2`](https://renovatebot.com/diffs/npm/tslog/4.9.1/4.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tslog/4.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tslog/4.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tslog/4.9.1/4.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tslog/4.9.1/4.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-cognito-identity-provider)</summary>

### [`v3.398.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cognito-identity-provider/CHANGELOG.md#33980-2023-08-23)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.398.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-cognito-identity-provider](https://togithub.com/aws-sdk/client-cognito-identity-provider)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>

### [`v3.398.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#33980-2023-08-23)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)

### [`v3.397.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#33970-2023-08-22)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.397.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)

</details>

<details>
<summary>babel/babel (@&#8203;babel/core)</summary>

### [`v7.22.11`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72211-2023-08-24)

[Compare Source](https://togithub.com/babel/babel/compare/v7.22.10...v7.22.11)

##### 🐛 Bug Fix

-   `babel-plugin-transform-typescript`
    -   [#&#8203;15882](https://togithub.com/babel/babel/pull/15882) Fix: fully remove TS nested type-only exported namespaces ([@&#8203;yangguansen](https://togithub.com/yangguansen))
-   `babel-types`
    -   [#&#8203;15867](https://togithub.com/babel/babel/pull/15867) fix: definition of TS function type params ([@&#8203;danez](https://togithub.com/danez))
-   `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`
    -   [#&#8203;15858](https://togithub.com/babel/babel/pull/15858) fix(standalone): strip archived syntax plugins ([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-core`
    -   [#&#8203;15850](https://togithub.com/babel/babel/pull/15850) Support configuring cache in ESM configs ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

##### 🏠 Internal

-   `babel-parser`
    -   [#&#8203;10940](https://togithub.com/babel/babel/pull/10940) Do not record trailing comma pos when `maybeAsyncArrow: false` ([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-core`, `babel-helper-compilation-targets`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decorators`, `babel-preset-env`, `babel-preset-react`, `babel-register`, `babel-traverse`, `babel-types`
    -   [#&#8203;15872](https://togithub.com/babel/babel/pull/15872) enable jest/no-standalone-expect ([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   `babel-core`, `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
    -   [#&#8203;15833](https://togithub.com/babel/babel/pull/15833) bump json5, terser and webpack, further minimize babel helpers ([@&#8203;JLHwung](https://togithub.com/JLHwung))
-   Other
    -   [#&#8203;15846](https://togithub.com/babel/babel/pull/15846) Use Babel 8.0 alpha to build babel ([@&#8203;JLHwung](https://togithub.com/JLHwung))
    -   [#&#8203;15856](https://togithub.com/babel/babel/pull/15856) Exclude redundant files from publish process ([@&#8203;JLHwung](https://togithub.com/JLHwung))

##### 🔬 Output optimization

-   `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-optional-chaining`, `babel-preset-env`
    -   [#&#8203;15871](https://togithub.com/babel/babel/pull/15871) Simplify `?.` output when chain result is ignored ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))

</details>

<details>
<summary>ueberdosis/tiptap (@&#8203;tiptap/extension-link)</summary>

### [`v2.1.7`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.1.7)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.6...v2.1.7)

##### What's Changed

-   fix(horizontal-rule): fix insertion being broken on empty docs by [@&#8203;bdbch](https://togithub.com/bdbch) in [ueberdosis/tiptap#4375

**Full Changelog**: ueberdosis/tiptap@v2.1.6...v2.1.7

</details>

<details>
<summary>trpc/trpc (@&#8203;trpc/client)</summary>

### [`v10.38.0`](https://togithub.com/trpc/trpc/releases/tag/v10.38.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.37.1...v10.38.0)

##### What's Changed

-   feat(`server`): add standalone middleware ([📚  docs](https://trpc.io/docs/server/middlewares#experimental-standalone-middlewares)) by [@&#8203;jussisaurio](https://togithub.com/jussisaurio) in [trpc/trpc#4713

##### New Contributors

-   [@&#8203;uchiha-suraj](https://togithub.com/uchiha-suraj) made their first contribution in [trpc/trpc#4700
-   [@&#8203;flyck](https://togithub.com/flyck) made their first contribution in [trpc/trpc#4698
-   [@&#8203;Neon-20](https://togithub.com/Neon-20) made their first contribution in [trpc/trpc#4717
-   [@&#8203;Syhner](https://togithub.com/Syhner) made their first contribution in [trpc/trpc#4739
-   [@&#8203;jussisaurio](https://togithub.com/jussisaurio) made their first contribution in [trpc/trpc#4713

**Full Changelog**: trpc/trpc@v10.37.1...v10.38.0

</details>

<details>
<summary>vercel/turbo (eslint-plugin-turbo)</summary>

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

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



##### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

##### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

### [`v23.4.5`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2345)

[Compare Source](https://togithub.com/i18next/i18next/compare/v23.4.4...v23.4.5)

-   types: named export for FlatNamespace

</details>

<details>
<summary>moment/luxon (luxon)</summary>

### [`v3.4.1`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#341-2023-08-23)

[Compare Source](https://togithub.com/moment/luxon/compare/3.4.0...3.4.1)

-   Fixes for regressions from 3.4.0 ([#&#8203;1482](https://togithub.com/moment/luxon/issues/1482) and [#&#8203;1488](https://togithub.com/moment/luxon/issues/1488))

</details>

<details>
<summary>KevinVandy/mantine-react-table (mantine-react-table)</summary>

### [`v1.2.0`](https://togithub.com/KevinVandy/mantine-react-table/releases/tag/v1.2.0)

[Compare Source](https://togithub.com/KevinVandy/mantine-react-table/compare/v1.1.2...v1.2.0)

##### What's Changed

-   Added new `"head-overlay"` `positionToolbarAlertBanner` option to overlay the alert banner over the table header
-   Added new `renderToolbarAlertBannerContent` table option to allow full customization of the alert banner content

**Full Changelog**: KevinVandy/mantine-react-table@v1.1.2...v1.2.0

</details>

<details>
<summary>i18next/react-i18next (react-i18next)</summary>

### [`v13.2.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1320)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.1.2...v13.2.0)

-   Don't use defaults prop as default key [1664](https://togithub.com/i18next/react-i18next/pull/1664)

</details>

<details>
<summary>fullstack-build/tslog (tslog)</summary>

### [`v4.9.2`](https://togithub.com/fullstack-build/tslog/releases/tag/v4.9.2)

[Compare Source](https://togithub.com/fullstack-build/tslog/compare/v4.9.1...v4.9.2)

-   Add more tests for some types  [`1e93acc`](https://togithub.com/fullstack-build/tslog/commit/1e93acc)
-   Merge pull request [#&#8203;259](https://togithub.com/fullstack-build/tslog/issues/259) from vktrl/master  [`3044fce`](https://togithub.com/fullstack-build/tslog/commit/3044fce)
-   add null test for node  [`be1e549`](https://togithub.com/fullstack-build/tslog/commit/be1e549)
-   fix undefined check, add null test for browser  [`d510305`](https://togithub.com/fullstack-build/tslog/commit/d510305)
-   Merge pull request [#&#8203;257](https://togithub.com/fullstack-build/tslog/issues/257) from fullstack-build/development  [`6ab687e`](https://togithub.com/fullstack-build/tslog/commit/6ab687e)
-   Fix docs, fix [#&#8203;256](https://togithub.com/fullstack-build/tslog/issues/256)  [`c24f7e1`](https://togithub.com/fullstack-build/tslog/commit/c24f7e1)

</details>

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/weareinreach/InReach).



PR-URL: #736
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Aug 24, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.37.1` -> `10.38.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.37.1/10.38.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.37.1/10.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.17.8` -> `18.17.9`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.8/18.17.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.8/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.8/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | [`6.23.0` -> `6.24.0`](https://renovatebot.com/diffs/npm/chromatic/6.23.0/6.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/6.23.0/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/6.23.0/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [luxon](https://togithub.com/moment/luxon) | [`3.4.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/luxon/3.4.0/3.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/luxon/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/luxon/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/luxon/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/luxon/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`13.1.2` -> `13.2.0`](https://renovatebot.com/diffs/npm/react-i18next/13.1.2/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/13.1.2/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/13.1.2/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.1.6` -> `5.2.2`](https://renovatebot.com/diffs/npm/typescript/5.1.6/5.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ueberdosis/tiptap (@&#8203;tiptap/extension-link)</summary>

### [`v2.1.7`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.1.7)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.6...v2.1.7)

##### What's Changed

-   fix(horizontal-rule): fix insertion being broken on empty docs by [@&#8203;bdbch](https://togithub.com/bdbch) in [ueberdosis/tiptap#4375

**Full Changelog**: ueberdosis/tiptap@v2.1.6...v2.1.7

</details>

<details>
<summary>trpc/trpc (@&#8203;trpc/client)</summary>

### [`v10.38.0`](https://togithub.com/trpc/trpc/releases/tag/v10.38.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.37.1...v10.38.0)

##### What's Changed

-   feat(`server`): add standalone middleware ([📚  docs](https://trpc.io/docs/server/middlewares#experimental-standalone-middlewares)) by [@&#8203;jussisaurio](https://togithub.com/jussisaurio) in [trpc/trpc#4713

##### New Contributors

-   [@&#8203;uchiha-suraj](https://togithub.com/uchiha-suraj) made their first contribution in [trpc/trpc#4700
-   [@&#8203;flyck](https://togithub.com/flyck) made their first contribution in [trpc/trpc#4698
-   [@&#8203;Neon-20](https://togithub.com/Neon-20) made their first contribution in [trpc/trpc#4717
-   [@&#8203;Syhner](https://togithub.com/Syhner) made their first contribution in [trpc/trpc#4739
-   [@&#8203;jussisaurio](https://togithub.com/jussisaurio) made their first contribution in [trpc/trpc#4713

**Full Changelog**: trpc/trpc@v10.37.1...v10.38.0

</details>

<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>

### [`v6.24.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#6240---2023-08-24)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.23.1...v6.24.0)

-   [801](https://togithub.com/chromaui/chromatic-cli/pull/801) Fix `Unexpected build status: PREPARED` error
-   [802](https://togithub.com/chromaui/chromatic-cli/pull/802) Include all commit info in `GitInfo`

### [`v6.23.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#6231---2023-08-24)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v6.23.0...v6.23.1)

-   [800](https://togithub.com/chromaui/chromatic-cli/pull/800) Fix type signature for `runAll` and `runBuild`

</details>

<details>
<summary>vercel/turbo (eslint-plugin-turbo)</summary>

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

#### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

</details>

<details>
<summary>moment/luxon (luxon)</summary>

### [`v3.4.1`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#341-2023-08-23)

[Compare Source](https://togithub.com/moment/luxon/compare/3.4.0...3.4.1)

-   Fixes for regressions from 3.4.0 ([#&#8203;1482](https://togithub.com/moment/luxon/issues/1482) and [#&#8203;1488](https://togithub.com/moment/luxon/issues/1488))

</details>

<details>
<summary>i18next/react-i18next (react-i18next)</summary>

### [`v13.2.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1320)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.1.2...v13.2.0)

-   Don't use defaults prop as default key [1664](https://togithub.com/i18next/react-i18next/pull/1664)

</details>

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/weareinreach/GLAAD).



PR-URL: #152
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to timelessco/node-ts-app that referenced this pull request Aug 27, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`20.5.0` -> `20.5.4`](https://renovatebot.com/diffs/npm/@types%2fnode/20.5.0/20.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.5.0/20.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.5.0/20.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell)) | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/cspell/7.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [knip](https://togithub.com/webpro/knip) | [`2.19.5` -> `2.19.11`](https://renovatebot.com/diffs/npm/knip/2.19.5/2.19.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/2.19.5/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/2.19.5/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`14.0.0` -> `14.0.1`](https://renovatebot.com/diffs/npm/lint-staged/14.0.0/14.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.1.6` -> `5.2.2`](https://renovatebot.com/diffs/npm/typescript/5.1.6/5.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

### [`v7.0.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#701-2023-08-21)

[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.0...v7.0.1)

##### Bug Fixes

-   Workflow Bot -- Update Dictionaries (main) ([#&#8203;4733](https://togithub.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://togithub.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))

</details>

<details>
<summary>webpro/knip (knip)</summary>

### [`v2.19.11`](https://togithub.com/webpro/knip/releases/tag/2.19.11)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.10...2.19.11)

-   Revert "Migrate from bash-parser to tree-sitter" ([`3035c07`](https://togithub.com/webpro/knip/commit/3035c07))
-   Revert "Migrate from bash-parser to tree-sitter (closes [#&#8203;72](https://togithub.com/webpro/knip/issues/72))" ([`8b798af`](https://togithub.com/webpro/knip/commit/8b798af))

### [`v2.19.10`](https://togithub.com/webpro/knip/releases/tag/2.19.10)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.9...2.19.10)

-   Fix node position for `LS.findReferences` (fixes [#&#8203;215](https://togithub.com/webpro/knip/issues/215)) ([`2c87aae`](https://togithub.com/webpro/knip/commit/2c87aae))
-   Refactor for readability ([`b66ad64`](https://togithub.com/webpro/knip/commit/b66ad64))
-   Fix typo in test title ([`a025f88`](https://togithub.com/webpro/knip/commit/a025f88))
-   Rename `getPeerDependencies` to `getPeerDependenciesOf` ([`1c6dbde`](https://togithub.com/webpro/knip/commit/1c6dbde))
-   Add extra link to webpack docs re. config function ([`0c3d80e`](https://togithub.com/webpro/knip/commit/0c3d80e))
-   Move nestjs-middleware fixture/test files ([`871b4a9`](https://togithub.com/webpro/knip/commit/871b4a9))
-   Run `npm ci` in CI (w/ lockfile) ([`a3c02c2`](https://togithub.com/webpro/knip/commit/a3c02c2))

### [`v2.19.9`](https://togithub.com/webpro/knip/releases/tag/2.19.9)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.8...2.19.9)

-   Update dependencies ([`0e57e45`](https://togithub.com/webpro/knip/commit/0e57e45))
-   Add [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)'s article ([`a3c86ef`](https://togithub.com/webpro/knip/commit/a3c86ef))
-   Remove console.log + obsolete assertion ([`9dc8d37`](https://togithub.com/webpro/knip/commit/9dc8d37))
-   fix: add middleware to default nextjs config plugin ([#&#8203;212](https://togithub.com/webpro/knip/issues/212)) ([`2f212e3`](https://togithub.com/webpro/knip/commit/2f212e3))

### [`v2.19.8`](https://togithub.com/webpro/knip/releases/tag/2.19.8)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.7...2.19.8)

-   Temp downgrade tree-sitter-bash to v0.19.0 ([`39c81c4`](https://togithub.com/webpro/knip/commit/39c81c4))
-   Add link to Discord channel + fix Dutch explanation of "Knip" ([`776776e`](https://togithub.com/webpro/knip/commit/776776e))

### [`v2.19.7`](https://togithub.com/webpro/knip/releases/tag/2.19.7)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.6...2.19.7)

-   Add `pnpm store` and more subcommands to pnpm resolver (fixes [#&#8203;208](https://togithub.com/webpro/knip/issues/208)) ([`7c6ae33`](https://togithub.com/webpro/knip/commit/7c6ae33))
-   Sort package manager commands ([`bb16843`](https://togithub.com/webpro/knip/commit/bb16843))
-   Add `@beta` as JSDoc tag to skip unused exports (like `@public`) (resolves [#&#8203;151](https://togithub.com/webpro/knip/issues/151)) ([`ff0710a`](https://togithub.com/webpro/knip/commit/ff0710a))

### [`v2.19.6`](https://togithub.com/webpro/knip/releases/tag/2.19.6)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.5...2.19.6)

-   Update dependencies ([`8ce85e7`](https://togithub.com/webpro/knip/commit/8ce85e7))
-   Support tagged templates with options in execa visitor (resolves [#&#8203;207](https://togithub.com/webpro/knip/issues/207)) ([`d7f8f71`](https://togithub.com/webpro/knip/commit/d7f8f71))
-   Migrate from bash-parser to tree-sitter (closes [#&#8203;72](https://togithub.com/webpro/knip/issues/72)) ([`ef3981f`](https://togithub.com/webpro/knip/commit/ef3981f))
-   Replace [@&#8203;ericcornelissen/bash-parser](https://togithub.com/ericcornelissen/bash-parser) with tree-sitter + tree-sitter-bash ([`73f569f`](https://togithub.com/webpro/knip/commit/73f569f))
-   Add ignored file ([`93fecda`](https://togithub.com/webpro/knip/commit/93fecda))

</details>

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

### [`v14.0.1`](https://togithub.com/okonet/lint-staged/releases/tag/v14.0.1)

[Compare Source](https://togithub.com/okonet/lint-staged/compare/v14.0.0...v14.0.1)

##### Bug Fixes

-   fix reading config from stdin, introduced in v14.0.0 ([#&#8203;1317](https://togithub.com/okonet/lint-staged/issues/1317)) ([fc3bfea](https://togithub.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e))

</details>

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

#### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

### [`v5.2.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.2.2): TypeScript 5.2

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.2.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/timelessco/node-ts-app).
kodiakhq bot pushed a commit to timelessco/next-ts-app that referenced this pull request Aug 27, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@next/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.17` -> `13.4.19`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.17/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fbundle-analyzer/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fbundle-analyzer/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fbundle-analyzer/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fbundle-analyzer/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/env](https://togithub.com/vercel/next.js) | [`13.4.17` -> `13.4.19`](https://renovatebot.com/diffs/npm/@next%2fenv/13.4.17/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fenv/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fenv/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fenv/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fenv/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`13.4.17` -> `13.4.19`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/13.4.17/13.4.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2feslint-plugin-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2feslint-plugin-next/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2feslint-plugin-next/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2feslint-plugin-next/13.4.17/13.4.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.17.5` -> `18.17.9`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.5/18.17.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.5/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.5/18.17.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.2.20` -> `18.2.21`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.20/18.2.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.20/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.20/18.2.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell)) | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/cspell/7.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [knip](https://togithub.com/webpro/knip) | [`2.19.5` -> `2.19.11`](https://renovatebot.com/diffs/npm/knip/2.19.5/2.19.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/2.19.5/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/2.19.5/2.19.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`14.0.0` -> `14.0.1`](https://renovatebot.com/diffs/npm/lint-staged/14.0.0/14.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`15.10.2` -> `15.10.3`](https://renovatebot.com/diffs/npm/stylelint/15.10.2/15.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/15.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/15.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/15.10.2/15.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/15.10.2/15.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.12` -> `1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.1.6` -> `5.2.2`](https://renovatebot.com/diffs/npm/typescript/5.1.6/5.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.1.6/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod)) | [`3.22.1` -> `3.22.2`](https://renovatebot.com/diffs/npm/zod/3.22.1/3.22.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod/3.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod/3.22.1/3.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/3.22.1/3.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js (@&#8203;next/bundle-analyzer)</summary>

### [`v13.4.19`](https://togithub.com/vercel/next.js/releases/tag/v13.4.19)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.18...v13.4.19)

##### Core Changes

-   fix: invalid module transform for `@headlessui/react`: [#&#8203;54206](https://togithub.com/vercel/next.js/issues/54206)
-   chore: remove unnecessary type cast in dev-build-watcher: [#&#8203;54221](https://togithub.com/vercel/next.js/issues/54221)
-   fix process.env not being available in standalone mode: [#&#8203;54203](https://togithub.com/vercel/next.js/issues/54203)
-   Fix missing `devPageFiles` collection: [#&#8203;54224](https://togithub.com/vercel/next.js/issues/54224)
-   Add `Route` and `LinkProps` stub generics: [#&#8203;54226](https://togithub.com/vercel/next.js/issues/54226)
-   Use `createClientModuleProxy` from Flight Server: [#&#8203;54232](https://togithub.com/vercel/next.js/issues/54232)
-   Add default not found to loader tree of group routes root layer: [#&#8203;54228](https://togithub.com/vercel/next.js/issues/54228)
-   feat(image): add support for custom `loaderFile` when `loader: default`: [#&#8203;53417](https://togithub.com/vercel/next.js/issues/53417)
-   Fix renamed export of Server Actions: [#&#8203;54241](https://togithub.com/vercel/next.js/issues/54241)
-   Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: [#&#8203;54243](https://togithub.com/vercel/next.js/issues/54243)

##### Misc Changes

-   Update dd-trace used for internal tools: [#&#8203;54214](https://togithub.com/vercel/next.js/issues/54214)
-   (Fix)Broken `upgrading.mdx` link : [#&#8203;54234](https://togithub.com/vercel/next.js/issues/54234)
-   chore: skip CI run on forks: [#&#8203;54219](https://togithub.com/vercel/next.js/issues/54219)
-   chore(ci): bump `cancel-workflow-action@0.11.0`: [#&#8203;54246](https://togithub.com/vercel/next.js/issues/54246)

##### Credits

Huge thanks to [@&#8203;opnay](https://togithub.com/opnay), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;ztanner](https://togithub.com/ztanner), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;vinaykulk621](https://togithub.com/vinaykulk621), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;goguda](https://togithub.com/goguda), and [@&#8203;coreyleelarson](https://togithub.com/coreyleelarson) for helping!

### [`v13.4.18`](https://togithub.com/vercel/next.js/releases/tag/v13.4.18)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.17...v13.4.18)

##### Core Changes

-   refactor: remove edge condition for module proxy path: [#&#8203;54167](https://togithub.com/vercel/next.js/issues/54167)
-   Remove unused variables: [#&#8203;54149](https://togithub.com/vercel/next.js/issues/54149)
-   chore: improve ts types for `position` in `dev-build-watcher`: [#&#8203;54124](https://togithub.com/vercel/next.js/issues/54124)
-   Turbopack: Strip relative path prefix when generating PageLoaderAsset: [#&#8203;54040](https://togithub.com/vercel/next.js/issues/54040)
-   Add `size` property to `ReadonlySearchParams`: [#&#8203;53144](https://togithub.com/vercel/next.js/issues/53144)
-   Assign default not-found boundary if custom not-found is not present for root layer only: [#&#8203;54185](https://togithub.com/vercel/next.js/issues/54185)
-   Allow range version for eslint config: [#&#8203;53751](https://togithub.com/vercel/next.js/issues/53751)
-   Automatically modularizeImports for the popular [@&#8203;headlessui/react](https://togithub.com/headlessui/react) library: [#&#8203;54188](https://togithub.com/vercel/next.js/issues/54188)
-   fix bfcache restoration behavior: [#&#8203;54198](https://togithub.com/vercel/next.js/issues/54198)

##### Misc Changes

-   Update rust toolchain: [#&#8203;54130](https://togithub.com/vercel/next.js/issues/54130)

##### Credits

Huge thanks to [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;jridgewell](https://togithub.com/jridgewell), [@&#8203;bencmbrook](https://togithub.com/bencmbrook), [@&#8203;cramforce](https://togithub.com/cramforce), and [@&#8203;ztanner](https://togithub.com/ztanner) for helping!

</details>

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

### [`v7.0.1`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#701-2023-08-21)

[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v7.0.0...v7.0.1)

##### Bug Fixes

-   Workflow Bot -- Update Dictionaries (main) ([#&#8203;4733](https://togithub.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://togithub.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))

</details>

<details>
<summary>webpro/knip (knip)</summary>

### [`v2.19.11`](https://togithub.com/webpro/knip/releases/tag/2.19.11)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.10...2.19.11)

-   Revert "Migrate from bash-parser to tree-sitter" ([`3035c07`](https://togithub.com/webpro/knip/commit/3035c07))
-   Revert "Migrate from bash-parser to tree-sitter (closes [#&#8203;72](https://togithub.com/webpro/knip/issues/72))" ([`8b798af`](https://togithub.com/webpro/knip/commit/8b798af))

### [`v2.19.10`](https://togithub.com/webpro/knip/releases/tag/2.19.10)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.9...2.19.10)

-   Fix node position for `LS.findReferences` (fixes [#&#8203;215](https://togithub.com/webpro/knip/issues/215)) ([`2c87aae`](https://togithub.com/webpro/knip/commit/2c87aae))
-   Refactor for readability ([`b66ad64`](https://togithub.com/webpro/knip/commit/b66ad64))
-   Fix typo in test title ([`a025f88`](https://togithub.com/webpro/knip/commit/a025f88))
-   Rename `getPeerDependencies` to `getPeerDependenciesOf` ([`1c6dbde`](https://togithub.com/webpro/knip/commit/1c6dbde))
-   Add extra link to webpack docs re. config function ([`0c3d80e`](https://togithub.com/webpro/knip/commit/0c3d80e))
-   Move nestjs-middleware fixture/test files ([`871b4a9`](https://togithub.com/webpro/knip/commit/871b4a9))
-   Run `npm ci` in CI (w/ lockfile) ([`a3c02c2`](https://togithub.com/webpro/knip/commit/a3c02c2))

### [`v2.19.9`](https://togithub.com/webpro/knip/releases/tag/2.19.9)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.8...2.19.9)

-   Update dependencies ([`0e57e45`](https://togithub.com/webpro/knip/commit/0e57e45))
-   Add [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)'s article ([`a3c86ef`](https://togithub.com/webpro/knip/commit/a3c86ef))
-   Remove console.log + obsolete assertion ([`9dc8d37`](https://togithub.com/webpro/knip/commit/9dc8d37))
-   fix: add middleware to default nextjs config plugin ([#&#8203;212](https://togithub.com/webpro/knip/issues/212)) ([`2f212e3`](https://togithub.com/webpro/knip/commit/2f212e3))

### [`v2.19.8`](https://togithub.com/webpro/knip/releases/tag/2.19.8)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.7...2.19.8)

-   Temp downgrade tree-sitter-bash to v0.19.0 ([`39c81c4`](https://togithub.com/webpro/knip/commit/39c81c4))
-   Add link to Discord channel + fix Dutch explanation of "Knip" ([`776776e`](https://togithub.com/webpro/knip/commit/776776e))

### [`v2.19.7`](https://togithub.com/webpro/knip/releases/tag/2.19.7)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.6...2.19.7)

-   Add `pnpm store` and more subcommands to pnpm resolver (fixes [#&#8203;208](https://togithub.com/webpro/knip/issues/208)) ([`7c6ae33`](https://togithub.com/webpro/knip/commit/7c6ae33))
-   Sort package manager commands ([`bb16843`](https://togithub.com/webpro/knip/commit/bb16843))
-   Add `@beta` as JSDoc tag to skip unused exports (like `@public`) (resolves [#&#8203;151](https://togithub.com/webpro/knip/issues/151)) ([`ff0710a`](https://togithub.com/webpro/knip/commit/ff0710a))

### [`v2.19.6`](https://togithub.com/webpro/knip/releases/tag/2.19.6)

[Compare Source](https://togithub.com/webpro/knip/compare/2.19.5...2.19.6)

-   Update dependencies ([`8ce85e7`](https://togithub.com/webpro/knip/commit/8ce85e7))
-   Support tagged templates with options in execa visitor (resolves [#&#8203;207](https://togithub.com/webpro/knip/issues/207)) ([`d7f8f71`](https://togithub.com/webpro/knip/commit/d7f8f71))
-   Migrate from bash-parser to tree-sitter (closes [#&#8203;72](https://togithub.com/webpro/knip/issues/72)) ([`ef3981f`](https://togithub.com/webpro/knip/commit/ef3981f))
-   Replace [@&#8203;ericcornelissen/bash-parser](https://togithub.com/ericcornelissen/bash-parser) with tree-sitter + tree-sitter-bash ([`73f569f`](https://togithub.com/webpro/knip/commit/73f569f))
-   Add ignored file ([`93fecda`](https://togithub.com/webpro/knip/commit/93fecda))

</details>

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

### [`v14.0.1`](https://togithub.com/okonet/lint-staged/releases/tag/v14.0.1)

[Compare Source](https://togithub.com/okonet/lint-staged/compare/v14.0.0...v14.0.1)

##### Bug Fixes

-   fix reading config from stdin, introduced in v14.0.0 ([#&#8203;1317](https://togithub.com/okonet/lint-staged/issues/1317)) ([fc3bfea](https://togithub.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e))

</details>

<details>
<summary>stylelint/stylelint (stylelint)</summary>

### [`v15.10.3`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#15103)

[Compare Source](https://togithub.com/stylelint/stylelint/compare/15.10.2...15.10.3)

-   Fixed: `declaration-property-value-no-unknown` false negatives for typed custom properties ([#&#8203;7078](https://togithub.com/stylelint/stylelint/pull/7078)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `property-no-unknown` false positives for scroll-driven animations ([#&#8203;7090](https://togithub.com/stylelint/stylelint/pull/7090)) ([@&#8203;renato-bohler](https://togithub.com/renato-bohler)).

</details>

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

#### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

### [`v5.2.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.2.2): TypeScript 5.2

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.2.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

<details>
<summary>colinhacks/zod (zod)</summary>

### [`v3.22.2`](https://togithub.com/colinhacks/zod/releases/tag/v3.22.2)

[Compare Source](https://togithub.com/colinhacks/zod/compare/v3.22.1...v3.22.2)

#### Commits:

-   [`13d9e6b`](https://togithub.com/colinhacks/zod/commit/13d9e6bda286cbd4c1b177171273695d8309e5de) Fix lint
-   [`0d49f10`](https://togithub.com/colinhacks/zod/commit/0d49f10b3c25a8e4cbb6534cc0773b195c56d06d) docs: add typeschema to ecosystem ([#&#8203;2626](https://togithub.com/colinhacks/zod/issues/2626))
-   [`8e4af7b`](https://togithub.com/colinhacks/zod/commit/8e4af7b56df6f2e3daf0dd825b986f1d963025ce) X to Zod: add app.quicktype.io ([#&#8203;2668](https://togithub.com/colinhacks/zod/issues/2668))
-   [`792b3ef`](https://togithub.com/colinhacks/zod/commit/792b3ef0d41c144cd10641c6966b98dae1222d82) Fix superrefine types

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/timelessco/next-ts-app).
benelan pushed a commit to Esri/calcite-design-system that referenced this pull request Aug 29, 2023
[![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.1` ->
`1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.1/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.1/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.1/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5611](https://togithub.com/vercel/turbo/pull/5611)
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[https://github.com/vercel/turbo/pull/5583](https://togithub.com/vercel/turbo/pull/5583)
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5609](https://togithub.com/vercel/turbo/pull/5609)
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5619](https://togithub.com/vercel/turbo/pull/5619)
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5621](https://togithub.com/vercel/turbo/pull/5621)
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5620](https://togithub.com/vercel/turbo/pull/5620)
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[https://github.com/vercel/turbo/pull/5614](https://togithub.com/vercel/turbo/pull/5614)
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5623](https://togithub.com/vercel/turbo/pull/5623)
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5626](https://togithub.com/vercel/turbo/pull/5626)
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5582](https://togithub.com/vercel/turbo/pull/5582)
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5633](https://togithub.com/vercel/turbo/pull/5633)
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[https://github.com/vercel/turbo/pull/5624](https://togithub.com/vercel/turbo/pull/5624)
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5597](https://togithub.com/vercel/turbo/pull/5597)
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[https://github.com/vercel/turbo/pull/5632](https://togithub.com/vercel/turbo/pull/5632)
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[https://github.com/vercel/turbo/pull/5636](https://togithub.com/vercel/turbo/pull/5636)
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5634](https://togithub.com/vercel/turbo/pull/5634)
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5666](https://togithub.com/vercel/turbo/pull/5666)
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5640](https://togithub.com/vercel/turbo/pull/5640)
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5661](https://togithub.com/vercel/turbo/pull/5661)
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[https://github.com/vercel/turbo/pull/5671](https://togithub.com/vercel/turbo/pull/5671)
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5673](https://togithub.com/vercel/turbo/pull/5673)
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5675](https://togithub.com/vercel/turbo/pull/5675)
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5676](https://togithub.com/vercel/turbo/pull/5676)
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5662](https://togithub.com/vercel/turbo/pull/5662)
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5663](https://togithub.com/vercel/turbo/pull/5663)
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[https://github.com/vercel/turbo/pull/5584](https://togithub.com/vercel/turbo/pull/5584)
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[https://github.com/vercel/turbo/pull/5686](https://togithub.com/vercel/turbo/pull/5686)
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5685](https://togithub.com/vercel/turbo/pull/5685)
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5279](https://togithub.com/vercel/turbo/pull/5279)
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5690](https://togithub.com/vercel/turbo/pull/5690)
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5696](https://togithub.com/vercel/turbo/pull/5696)
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5652](https://togithub.com/vercel/turbo/pull/5652)
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5695](https://togithub.com/vercel/turbo/pull/5695)
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[https://github.com/vercel/turbo/pull/5700](https://togithub.com/vercel/turbo/pull/5700)
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[https://github.com/vercel/turbo/pull/5660](https://togithub.com/vercel/turbo/pull/5660)
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5684](https://togithub.com/vercel/turbo/pull/5684)
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[https://github.com/vercel/turbo/pull/5708](https://togithub.com/vercel/turbo/pull/5708)
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[https://github.com/vercel/turbo/pull/5699](https://togithub.com/vercel/turbo/pull/5699)
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5509](https://togithub.com/vercel/turbo/pull/5509)
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[https://github.com/vercel/turbo/pull/5711](https://togithub.com/vercel/turbo/pull/5711)
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5706](https://togithub.com/vercel/turbo/pull/5706)
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5704](https://togithub.com/vercel/turbo/pull/5704)
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5713](https://togithub.com/vercel/turbo/pull/5713)
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[https://github.com/vercel/turbo/pull/5715](https://togithub.com/vercel/turbo/pull/5715)
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5629](https://togithub.com/vercel/turbo/pull/5629)
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5724](https://togithub.com/vercel/turbo/pull/5724)
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5725](https://togithub.com/vercel/turbo/pull/5725)
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5726](https://togithub.com/vercel/turbo/pull/5726)
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[https://github.com/vercel/turbo/pull/5717](https://togithub.com/vercel/turbo/pull/5717)
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[https://github.com/vercel/turbo/pull/5718](https://togithub.com/vercel/turbo/pull/5718)
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5712](https://togithub.com/vercel/turbo/pull/5712)
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5729](https://togithub.com/vercel/turbo/pull/5729)
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5709](https://togithub.com/vercel/turbo/pull/5709)
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5733](https://togithub.com/vercel/turbo/pull/5733)
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5735](https://togithub.com/vercel/turbo/pull/5735)
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5703](https://togithub.com/vercel/turbo/pull/5703)
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5697](https://togithub.com/vercel/turbo/pull/5697)
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[https://github.com/vercel/turbo/pull/5723](https://togithub.com/vercel/turbo/pull/5723)
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5731](https://togithub.com/vercel/turbo/pull/5731)
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5736](https://togithub.com/vercel/turbo/pull/5736)
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[https://github.com/vercel/turbo/pull/5705](https://togithub.com/vercel/turbo/pull/5705)
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5742](https://togithub.com/vercel/turbo/pull/5742)
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5707](https://togithub.com/vercel/turbo/pull/5707)
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5747](https://togithub.com/vercel/turbo/pull/5747)
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5727](https://togithub.com/vercel/turbo/pull/5727)
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5728](https://togithub.com/vercel/turbo/pull/5728)
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5749](https://togithub.com/vercel/turbo/pull/5749)
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5741](https://togithub.com/vercel/turbo/pull/5741)
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5750](https://togithub.com/vercel/turbo/pull/5750)
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5753](https://togithub.com/vercel/turbo/pull/5753)
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5746](https://togithub.com/vercel/turbo/pull/5746)
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5674](https://togithub.com/vercel/turbo/pull/5674)
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[https://github.com/vercel/turbo/pull/5757](https://togithub.com/vercel/turbo/pull/5757)
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[https://github.com/vercel/turbo/pull/5760](https://togithub.com/vercel/turbo/pull/5760)
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5754](https://togithub.com/vercel/turbo/pull/5754)
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5767](https://togithub.com/vercel/turbo/pull/5767)
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5763](https://togithub.com/vercel/turbo/pull/5763)
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5774](https://togithub.com/vercel/turbo/pull/5774)
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5775](https://togithub.com/vercel/turbo/pull/5775)
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5771](https://togithub.com/vercel/turbo/pull/5771)
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5769](https://togithub.com/vercel/turbo/pull/5769)
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5778](https://togithub.com/vercel/turbo/pull/5778)
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5779](https://togithub.com/vercel/turbo/pull/5779)
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5777](https://togithub.com/vercel/turbo/pull/5777)
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5776](https://togithub.com/vercel/turbo/pull/5776)
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5782](https://togithub.com/vercel/turbo/pull/5782)
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5628](https://togithub.com/vercel/turbo/pull/5628)

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[https://github.com/vercel/turbo/pull/5583](https://togithub.com/vercel/turbo/pull/5583)
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[https://github.com/vercel/turbo/pull/5614](https://togithub.com/vercel/turbo/pull/5614)
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[https://github.com/vercel/turbo/pull/5700](https://togithub.com/vercel/turbo/pull/5700)
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[https://github.com/vercel/turbo/pull/5711](https://togithub.com/vercel/turbo/pull/5711)
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[https://github.com/vercel/turbo/pull/5757](https://togithub.com/vercel/turbo/pull/5757)
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[https://github.com/vercel/turbo/pull/5760](https://togithub.com/vercel/turbo/pull/5760)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.12...v1.10.13

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.11 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5600](https://togithub.com/vercel/turbo/pull/5600)
- fix(prune): copy pnpm workspace file to top level out directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5605](https://togithub.com/vercel/turbo/pull/5605)
- fix: use correct enum values for task output mode by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5607](https://togithub.com/vercel/turbo/pull/5607)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.11...v1.10.12

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.10 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5593](https://togithub.com/vercel/turbo/pull/5593)
- fix: re-enable go-daemon by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5596](https://togithub.com/vercel/turbo/pull/5596)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.10...v1.10.11

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

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

#### What's Changed

##### Changelog

- chore: no longer convert in relative unix path constructor by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5552](https://togithub.com/vercel/turbo/pull/5552)
- release(turborepo): 1.10.9-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5559](https://togithub.com/vercel/turbo/pull/5559)
- fix(lockfile): Fix directory resolution variant by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5551](https://togithub.com/vercel/turbo/pull/5551)
- feat(turborepo): Add proxy support to create-turbo and turbo-gen by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5554](https://togithub.com/vercel/turbo/pull/5554)
- release(turborepo): 1.10.9 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5565](https://togithub.com/vercel/turbo/pull/5565)
- feat: port prune to rust by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5531](https://togithub.com/vercel/turbo/pull/5531)
- fix: pnpm alias workspace deps by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5569](https://togithub.com/vercel/turbo/pull/5569)
- release(turborepo): 1.10.10-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5577](https://togithub.com/vercel/turbo/pull/5577)
- fix: Forward verbosity flags to local turbo by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5578](https://togithub.com/vercel/turbo/pull/5578)
- feat: port package graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5566](https://togithub.com/vercel/turbo/pull/5566)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.9...v1.10.10

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.8 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5546](https://togithub.com/vercel/turbo/pull/5546)
- Update storybook.mdx by
[@&#8203;AmitGurbani](https://togithub.com/AmitGurbani) in
[https://github.com/vercel/turbo/pull/5537](https://togithub.com/vercel/turbo/pull/5537)
- docs: document log order by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5463](https://togithub.com/vercel/turbo/pull/5463)
- feat(turborepo): Add task ids to failure reports by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5535](https://togithub.com/vercel/turbo/pull/5535)
- fix(turborepo): Allow users to select a Vercel team when linking a
repository to a Space by
[@&#8203;mknichel](https://togithub.com/mknichel) in
[https://github.com/vercel/turbo/pull/5533](https://togithub.com/vercel/turbo/pull/5533)
- Remove binary optimization step. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5543](https://togithub.com/vercel/turbo/pull/5543)

#### New Contributors

- [@&#8203;AmitGurbani](https://togithub.com/AmitGurbani) made their
first contribution in
[https://github.com/vercel/turbo/pull/5537](https://togithub.com/vercel/turbo/pull/5537)
- [@&#8203;mknichel](https://togithub.com/mknichel) made their first
contribution in
[https://github.com/vercel/turbo/pull/5533](https://togithub.com/vercel/turbo/pull/5533)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.8...v1.10.9

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.7 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5434](https://togithub.com/vercel/turbo/pull/5434)
- chore(turborepo-docs): typo in code generation by
[@&#8203;devdumpling](https://togithub.com/devdumpling) in
[https://github.com/vercel/turbo/pull/5445](https://togithub.com/vercel/turbo/pull/5445)
- docs: update create-new.mdx by
[@&#8203;tyler-lutz](https://togithub.com/tyler-lutz) in
[https://github.com/vercel/turbo/pull/5464](https://togithub.com/vercel/turbo/pull/5464)
- fix(turborepo): properly tag errors when running in GH Actions by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5435](https://togithub.com/vercel/turbo/pull/5435)
- feat(turborepo): Calculate package inference by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5406](https://togithub.com/vercel/turbo/pull/5406)
- feat(lockfile) hide berry lockfile lifetime by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5436](https://togithub.com/vercel/turbo/pull/5436)
- feat(turborepo): More verbose status error by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5489](https://togithub.com/vercel/turbo/pull/5489)
- chore: suggest git upgrade by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5472](https://togithub.com/vercel/turbo/pull/5472)
- release(turborepo): 1.10.8-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5490](https://togithub.com/vercel/turbo/pull/5490)
- Use Workspace Configurations. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5492](https://togithub.com/vercel/turbo/pull/5492)
- fix(turborepo): use serde_jsonc recommended pattern. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[https://github.com/vercel/turbo/pull/5491](https://togithub.com/vercel/turbo/pull/5491)
- chore: Fix clippy errors and remove old feature directives by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5497](https://togithub.com/vercel/turbo/pull/5497)
- feat(turborepo): Port HTTP Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5065](https://togithub.com/vercel/turbo/pull/5065)
- fix(turborepo): Copy bytes from stdout and stderr before saving them
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5508](https://togithub.com/vercel/turbo/pull/5508)
- chore: Added clippy deny all to crates by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5514](https://togithub.com/vercel/turbo/pull/5514)
- Fix link. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew)
in
[https://github.com/vercel/turbo/pull/5518](https://togithub.com/vercel/turbo/pull/5518)
- Better spot for link. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5520](https://togithub.com/vercel/turbo/pull/5520)
- Implement hashing fallback by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5505](https://togithub.com/vercel/turbo/pull/5505)
- release(turborepo): 1.10.8-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5523](https://togithub.com/vercel/turbo/pull/5523)
- chore: use fs-err in turborepo fs related libs by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5517](https://togithub.com/vercel/turbo/pull/5517)
- fix(turborepo): Rebuild turbo if Go code has changed by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5530](https://togithub.com/vercel/turbo/pull/5530)
- fix(turborepo): Export and match on our copy of BasicUI by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5532](https://togithub.com/vercel/turbo/pull/5532)
- release(turborepo): 1.10.8-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5534](https://togithub.com/vercel/turbo/pull/5534)
- feat(turborepo): FS Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5473](https://togithub.com/vercel/turbo/pull/5473)

#### New Contributors

- [@&#8203;devdumpling](https://togithub.com/devdumpling) made their
first contribution in
[https://github.com/vercel/turbo/pull/5445](https://togithub.com/vercel/turbo/pull/5445)
- [@&#8203;tyler-lutz](https://togithub.com/tyler-lutz) made their first
contribution in
[https://github.com/vercel/turbo/pull/5464](https://togithub.com/vercel/turbo/pull/5464)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.7...v1.10.8

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.6 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5373](https://togithub.com/vercel/turbo/pull/5373)
- chore: replace `default_features` with `default-features` by
[@&#8203;mgrachev](https://togithub.com/mgrachev) in
[https://github.com/vercel/turbo/pull/5382](https://togithub.com/vercel/turbo/pull/5382)
- Fix misleading GitLab CI documentation by
[@&#8203;will3942](https://togithub.com/will3942) in
[https://github.com/vercel/turbo/pull/4635](https://togithub.com/vercel/turbo/pull/4635)
- Update docs with example of nested workspaces by
[@&#8203;maschwenk](https://togithub.com/maschwenk) in
[https://github.com/vercel/turbo/pull/4178](https://togithub.com/vercel/turbo/pull/4178)
- Plainer explanation for synthetic tasks. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5388](https://togithub.com/vercel/turbo/pull/5388)
- feat: port package graph by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5345](https://togithub.com/vercel/turbo/pull/5345)
- fix(turborepo): Drop implicit path conversions by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5375](https://togithub.com/vercel/turbo/pull/5375)
- refactor(turborepo): Enumerate the things we hash by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5401](https://togithub.com/vercel/turbo/pull/5401)
- feat(turborepo): Use Github log prefixes when running on Github
Actions by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5385](https://togithub.com/vercel/turbo/pull/5385)
- fix(turborepo): Handle globbing into directories that don't exist by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5404](https://togithub.com/vercel/turbo/pull/5404)
- release(turborepo): 1.10.7-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5413](https://togithub.com/vercel/turbo/pull/5413)
- feature(turborepo): Turbo Info Command by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5354](https://togithub.com/vercel/turbo/pull/5354)
- feat(turborepo): refactor scm and thread into scope calculation by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5405](https://togithub.com/vercel/turbo/pull/5405)
- perf(lockfiles): Eagerly parse berry resolutions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5417](https://togithub.com/vercel/turbo/pull/5417)
- Remove experimental badge. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5422](https://togithub.com/vercel/turbo/pull/5422)
- Remove experimental warning. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5421](https://togithub.com/vercel/turbo/pull/5421)
- ci: remove replacement usage from goreleaser by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5424](https://togithub.com/vercel/turbo/pull/5424)
- fix(turborepo): Send spaces logs for all tasks, even ones that aren't
cached by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5425](https://togithub.com/vercel/turbo/pull/5425)
- release(turborepo): 1.10.7-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5428](https://togithub.com/vercel/turbo/pull/5428)
- fix(turborepo) Set package inference and single_package even without a
repo state by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5432](https://togithub.com/vercel/turbo/pull/5432)
- fix(glob): add glob pattern codemods into globwalk by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5431](https://togithub.com/vercel/turbo/pull/5431)

#### New Contributors

- [@&#8203;will3942](https://togithub.com/will3942) made their first
contribution in
[https://github.com/vercel/turbo/pull/4635](https://togithub.com/vercel/turbo/pull/4635)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.6...v1.10.7

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

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

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

#### What's Changed

##### Changelog

- feat(turborepo): Scripts to build a debug version on windows by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5007](https://togithub.com/vercel/turbo/pull/5007)
- release(turborepo): 1.10.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5364](https://togithub.com/vercel/turbo/pull/5364)
- fix: prevent looking up workspace task if name is not in there by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5370](https://togithub.com/vercel/turbo/pull/5370)
- fix(turborepo): Restructure spaces client and test error handling by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5367](https://togithub.com/vercel/turbo/pull/5367)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.5...v1.10.6

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5349](https://togithub.com/vercel/turbo/pull/5349)
- feat(turborepo) Add timeout to api client json methods by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5350](https://togithub.com/vercel/turbo/pull/5350)
- feat(turborepo): Debugging output for e2e tests by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5351](https://togithub.com/vercel/turbo/pull/5351)
- feat(turbo): add main pointing to bin by
[@&#8203;wesleytodd](https://togithub.com/wesleytodd) in
[https://github.com/vercel/turbo/pull/5333](https://togithub.com/vercel/turbo/pull/5333)
- fix: Removed path slash conversion on unix by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5356](https://togithub.com/vercel/turbo/pull/5356)
- fix(turborepo): Fix single package inference by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5362](https://togithub.com/vercel/turbo/pull/5362)

#### New Contributors

- [@&#8203;wesleytodd](https://togithub.com/wesleytodd) made their first
contribution in
[https://github.com/vercel/turbo/pull/5333](https://togithub.com/vercel/turbo/pull/5333)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.4...v1.10.5

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5250](https://togithub.com/vercel/turbo/pull/5250)
- feat(turborepo): Port Manual hashing by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5237](https://togithub.com/vercel/turbo/pull/5237)
- Docs: prior to run testcases, add guides to install dependencies for
testcases. by [@&#8203;92hackers](https://togithub.com/92hackers) in
[https://github.com/vercel/turbo/pull/3090](https://togithub.com/vercel/turbo/pull/3090)
- fix(gen): fix ts config interference by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5263](https://togithub.com/vercel/turbo/pull/5263)
- release(turborepo): 1.10.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5262](https://togithub.com/vercel/turbo/pull/5262)
- feat(examples): update basic name on docs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5224](https://togithub.com/vercel/turbo/pull/5224)
- feat(turborepo): port git-based hashing with inputs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5251](https://togithub.com/vercel/turbo/pull/5251)
- Update .gitignore by [@&#8203;ph55](https://togithub.com/ph55) in
[https://github.com/vercel/turbo/pull/5269](https://togithub.com/vercel/turbo/pull/5269)
- feat(ci): conditionally set jest verbosity by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5271](https://togithub.com/vercel/turbo/pull/5271)
- fix(turborepo): Tighten build globs by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5274](https://togithub.com/vercel/turbo/pull/5274)
- fix(turborepo): Fix path match for parent dir in subtree match case by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5275](https://togithub.com/vercel/turbo/pull/5275)
- chore(turborepo): Move SCM to use vendored wax crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5277](https://togithub.com/vercel/turbo/pull/5277)
- release(turborepo): 1.10.4-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5278](https://togithub.com/vercel/turbo/pull/5278)
- fix(turborepo): avoid globbing directories due to ancestor truncation
by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5273](https://togithub.com/vercel/turbo/pull/5273)
- release(turborepo): 1.10.4-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5283](https://togithub.com/vercel/turbo/pull/5283)
- fix(spaces): read logs correctly when invoked from subdirectory by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5284](https://togithub.com/vercel/turbo/pull/5284)
- Synthesize --only by [@&#8203;gsoltis](https://togithub.com/gsoltis)
in
[https://github.com/vercel/turbo/pull/5285](https://togithub.com/vercel/turbo/pull/5285)
- feat(turborepo): Run outline pt 2 by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5203](https://togithub.com/vercel/turbo/pull/5203)
- feat(lockfiles): add rust implementation for yarn1 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5255](https://togithub.com/vercel/turbo/pull/5255)
- release(turborepo): 1.10.4-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5286](https://togithub.com/vercel/turbo/pull/5286)
- feat(turborepo): Report more details when go-turbo exits by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5287](https://togithub.com/vercel/turbo/pull/5287)
- docs(examples): update examples and docs to use node 18 by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5300](https://togithub.com/vercel/turbo/pull/5300)
- update dependencies to sync with next.js by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5303](https://togithub.com/vercel/turbo/pull/5303)
- feat(cache): Add ability to disable remote cache from turbo.json by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5305](https://togithub.com/vercel/turbo/pull/5305)
- feat(turborepo): Hash with libgit2 by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5309](https://togithub.com/vercel/turbo/pull/5309)
- Add --log-order option by
[@&#8203;rafaeltab](https://togithub.com/rafaeltab) in
[https://github.com/vercel/turbo/pull/3916](https://togithub.com/vercel/turbo/pull/3916)
- release(turborepo): 1.10.4-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5313](https://togithub.com/vercel/turbo/pull/5313)
- feat(turborepo): A few cleanup nits around log grouping by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5312](https://togithub.com/vercel/turbo/pull/5312)
- feat(run outline): Hide package graph internals by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5310](https://togithub.com/vercel/turbo/pull/5310)
- feat(logging): enable setting log order with an environment variable
by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5316](https://togithub.com/vercel/turbo/pull/5316)
- feat(cli): Add ability to pass --remote-only=false from CLI by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5317](https://togithub.com/vercel/turbo/pull/5317)
- fix(turborepo): Re-enable some tests on windows by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5319](https://togithub.com/vercel/turbo/pull/5319)
- refactor(turborepo): cli::run and args processing by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5297](https://togithub.com/vercel/turbo/pull/5297)
- feat(logging): add "auto" options for log prefixing and ordering by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5320](https://togithub.com/vercel/turbo/pull/5320)
- Fix ESLint script command. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5322](https://togithub.com/vercel/turbo/pull/5322)
- feat(turborepo): Add context to glob errors by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5323](https://togithub.com/vercel/turbo/pull/5323)
- fix(turbo): print help message when turbo called with flags/env vars
but no commands by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5329](https://togithub.com/vercel/turbo/pull/5329)
- refactor(turborepo): Move paths to UTF-8 by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5248](https://togithub.com/vercel/turbo/pull/5248)
- Add Vercel to CI providers. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5342](https://togithub.com/vercel/turbo/pull/5342)
- fix(turborepo): Hashing symlinks is erroring by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5340](https://togithub.com/vercel/turbo/pull/5340)
- release(turborepo): 1.10.4-canary.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5344](https://togithub.com/vercel/turbo/pull/5344)
- fix: update ctrlc to 3.4.0 to allow have new signal handlers overwrite
by [@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5346](https://togithub.com/vercel/turbo/pull/5346)

#### New Contributors

- [@&#8203;aaronbrown-vercel](https://togithub.com/aaronbrown-vercel)
made their first contribution in
[https://github.com/vercel/turbo/pull/5252](https://togithub.com/vercel/turbo/pull/5252)
- [@&#8203;younggeeks](https://togithub.com/younggeeks) made their first
contribution in
[https://github.com/vercel/turbo/pull/4883](https://togithub.com/vercel/turbo/pull/4883)
- [@&#8203;92hackers](https://togithub.com/92hackers) made their first
contribution in
[https://github.com/vercel/turbo/pull/3090](https://togithub.com/vercel/turbo/pull/3090)
- [@&#8203;ph55](https://togithub.com/ph55) made their first
contribution in
[https://github.com/vercel/turbo/pull/5269](https://togithub.com/vercel/turbo/pull/5269)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.3...v1.10.4

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5229](https://togithub.com/vercel/turbo/pull/5229)
- fix(ffi): fix Rust dangling pointer by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5230](https://togithub.com/vercel/turbo/pull/5230)
- feat(turborepo): implement package.json discovery by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5225](https://togithub.com/vercel/turbo/pull/5225)
- feat(run summary): Add whether turbo detected monorepo or not by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5241](https://togithub.com/vercel/turbo/pull/5241)
- ci(examples): Skip npm install when setting up git for examples tests
by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5240](https://togithub.com/vercel/turbo/pull/5240)
- docs: document that multiple --filters are unions by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5247](https://togithub.com/vercel/turbo/pull/5247)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.2...v1.10.3

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

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

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

#### What's Changed

##### Changelog

- fix(turborepo): rust implementation of file hashing via git index by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/4967](https://togithub.com/vercel/turbo/pull/4967)
- feat: rust pnpm lockfile implementation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/4906](https://togithub.com/vercel/turbo/pull/4906)
- Fix broken link for `--verbosity`. by
[@&#8203;leerob](https://togithub.com/leerob) in
[https://github.com/vercel/turbo/pull/5118](https://togithub.com/vercel/turbo/pull/5118)
- Noting multiple global turbo installations. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5119](https://togithub.com/vercel/turbo/pull/5119)
- List dev command more consistently. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[https://github.com/vercel/turbo/pull/5120](https://togithub.com/vercel/turbo/pull/5120)
- fix: update storybook dev command by
[@&#8203;ekafyi](https://togithub.com/ekafyi) in
[https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105)
- feat(turborepo): Move some shim paths over to AbsoluteSystemPath by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5108](https://togithub.com/vercel/turbo/pull/5108)
- feat(docs): update copy arg by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5090](https://togithub.com/vercel/turbo/pull/5090)
- feat(docs): link examples with generators by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5126](https://togithub.com/vercel/turbo/pull/5126)
- sync dependencies with next.js by
[@&#8203;sokra](https://togithub.com/sokra) in
[https://github.com/vercel/turbo/pull/5131](https://togithub.com/vercel/turbo/pull/5131)
- Include timeSaved metric when skipping cache check by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/4952](https://togithub.com/vercel/turbo/pull/4952)
- Update storybook.mdx by
[@&#8203;lofsigma](https://togithub.com/lofsigma) in
[https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134)
- refactor(turborepo): API Client Cleanup by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5084](https://togithub.com/vercel/turbo/pull/5084)
- feat(turborepo): Set feature to use Go daemon by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5147](https://togithub.com/vercel/turbo/pull/5147)
- fix(turborepo): Handle unimplemented and failed_precondition in daemon
clients by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5151](https://togithub.com/vercel/turbo/pull/5151)
- feat(types): publish turbo types by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5130](https://togithub.com/vercel/turbo/pull/5130)
- feat(daemon): clean by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5152](https://togithub.com/vercel/turbo/pull/5152)
- chore(turborepo): Port piece of kill_live_server test for version
mismatch by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5153](https://togithub.com/vercel/turbo/pull/5153)
- feat(turborepo): Wait for a pid file, then a sock file by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5158](https://togithub.com/vercel/turbo/pull/5158)
- feat(create-turbo): use latest turbo by default by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5155](https://togithub.com/vercel/turbo/pull/5155)
- Update existing-monorepo.mdx by
[@&#8203;tomheaton](https://togithub.com/tomheaton) in
[https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149)
- Merge timesaved and cache status data structures by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5135](https://togithub.com/vercel/turbo/pull/5135)
- chore: specify rust crates as inputs to building turborepo by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/4664](https://togithub.com/vercel/turbo/pull/4664)
- Organize tests a bit by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5116](https://togithub.com/vercel/turbo/pull/5116)
- docs: add `--out-dir` reference for prune command by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5173](https://togithub.com/vercel/turbo/pull/5173)
- fix(turborepo): Restructure reading from stderr, fix parsing of
ls-tree by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5181](https://togithub.com/vercel/turbo/pull/5181)
- chore(cli): add note about changing run summary by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5186](https://togithub.com/vercel/turbo/pull/5186)
- feat(turborepo): Remove as_absolute_path() in favor of Deref by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5194](https://togithub.com/vercel/turbo/pull/5194)
- Update log message when cache restoration is skipped by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5127](https://togithub.com/vercel/turbo/pull/5127)
- docs: Move deprecated options for run command to bottom by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5180](https://togithub.com/vercel/turbo/pull/5180)
- Parallel ignores concurrency and dependencies, we don't need to
validate by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5191](https://togithub.com/vercel/turbo/pull/5191)
- feat(lockfiles): add support pnpm lockfile version 6.1 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[https://github.com/vercel/turbo/pull/5195](https://togithub.com/vercel/turbo/pull/5195)
- feat(turborepo): Remove anyhow from package manager detection by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[https://github.com/vercel/turbo/pull/5196](https://togithub.com/vercel/turbo/pull/5196)
- Add codemod for glob syntax issues. by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[https://github.com/vercel/turbo/pull/5184](https://togithub.com/vercel/turbo/pull/5184)
- fix(gen): swap to which for windows by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5208](https://togithub.com/vercel/turbo/pull/5208)
- Add timeSaved value into dry run output by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5171](https://togithub.com/vercel/turbo/pull/5171)
- fix(turborepo): Repo config case normalization by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[https://github.com/vercel/turbo/pull/5209](https://togithub.com/vercel/turbo/pull/5209)
- release(turborepo): 1.10.2-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5212](https://togithub.com/vercel/turbo/pull/5212)
- Update references to docs in code comments and help output by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[https://github.com/vercel/turbo/pull/5179](https://togithub.com/vercel/turbo/pull/5179)
- fix(turbo): remove npx version check for gen by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[https://github.com/vercel/turbo/pull/5216](https://togithub.com/vercel/turbo/pull/5216)
- release(turborepo): 1.10.2-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/vercel/turbo/pull/5222](https://togithub.com/vercel/turbo/pull/5222)

#### New Contributors

- [@&#8203;cool-little-fish](https://togithub.com/cool-little-fish) made
their first contribution in
[https://github.com/vercel/turbo/pull/4902](https://togithub.com/vercel/turbo/pull/4902)
- [@&#8203;ekafyi](https://togithub.com/ekafyi) made their first
contribution in
[https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105)
- [@&#8203;lofsigma](https://togithub.com/lofsigma) made their first
contribution in
[https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134)
- [@&#8203;tomheaton](https://togithub.com/tomheaton) made their first
contribution in
[https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149)

**Full Changelog**:
https://github.com/vercel/turbo/compare/v1.10.1...v1.10.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bodinsamuel pushed a commit to specfy/specfy that referenced this pull request Aug 29, 2023
[![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.12` ->
`1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

##### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

##### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday" in timezone
Europe/Paris, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to specfy/specfy that referenced this pull request Sep 5, 2023
[![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.12` ->
`1.10.13`](https://renovatebot.com/diffs/npm/turbo/1.10.12/1.10.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday" in timezone
Europe/Paris, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fuxingloh pushed a commit to levaintech/keychain that referenced this pull request Sep 17, 2023
[![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.12` ->
`1.10.14`](https://renovatebot.com/diffs/npm/turbo/1.10.12/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.12/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.12/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### 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

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

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

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

#### What's Changed

##### Changelog

- release(turborepo): 1.10.12 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5611
- Change READMEs of created turborepos (reflect appDir) by
[@&#8203;DerTimonius](https://togithub.com/DerTimonius) in
[vercel/turbo#5583
- chore: upgrade pnpm to version that support node 20 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5609
- export namespace object instead commonjs interop object by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5619
- fix esm export in build runtime by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5621
- Revert "export namespace object instead commonjs interop object" by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5620
- Allow fallback to be used outside VERCEL by
[@&#8203;cipriancaba](https://togithub.com/cipriancaba) in
[vercel/turbo#5614
- fix(turborepo): Parse turbo json with comments by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5623
- remove require.cache clear from chunk loading by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5626
- Snapshot tests: canonicalize with dunce by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5582
- Turbopack: Sort env vars for compatibility by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5633
- fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5624
- WEB-1278: Turbopack build: Implement minification with swc minify by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5597
- Update `swc_core` to `v0.79.33` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5632
- feat: wasm text format and import support by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5636
- feature(turborepo): Port Async Cache and Cache Multiplexer by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5634
- update swc_core and sync deps by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5666
- \[2/n] no-context lint: migrate some crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5640
- \[3/n] no-context: migrate `turbopack-core` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5661
- chore(docs): improve docs for loose & strict env modes by
[@&#8203;styfle](https://togithub.com/styfle) in
[vercel/turbo#5671
- Make Go play nicely with omitempty. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5673
- add untracked trait reads by
[@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5675
- IssueFilePathExt -> IssueDescriptionExt by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5676
- \[4/n] no-context: migrate `turbopack-ecmascript` by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5662
- \[5/n] no-context: migrate remaining crates by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5663
- Hide some turbo_tasks internals by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5584
- remove error in update by [@&#8203;sokra](https://togithub.com/sokra)
in
[vercel/turbo#5686
- chore(gen): reduce published bundle size by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5685
- feat(codemod): upgrade refactor by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5279
- release(turborepo): 1.10.13-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5690
- Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#5696
- feat: port task graph construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5652
- fix(turborepo): Rationalize the install and execution process. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5695
- docs(ci-github-actions): fix indent by
[@&#8203;mparramont](https://togithub.com/mparramont) in
[vercel/turbo#5700
- feat: support `?module` imports for WebAssembly by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5660
- feature(turborepo): `turborepo-ui` crate by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5684
- fix dynamic embedding after the `Vc<T>` update by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#5708
- Update `swc_core` to `v0.79.55` by
[@&#8203;kdy1](https://togithub.com/kdy1) in
[vercel/turbo#5699
- AST-based modification of turbo.json by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5509
- chore(docs): use correct npm flag in installation docs by
[@&#8203;itzjacki](https://togithub.com/itzjacki) in
[vercel/turbo#5711
- Update environment variable docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5706
- chore(turborepo): Refactor globwatcher setup by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5704
- chore(turbo): disable deployments for gh pages by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5713
- Update `context` property in JS to match serialized Rust type by
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in
[vercel/turbo#5715
- feat: expose path to invalid package.json in error by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5629
- fix(turbo): remove trailing comma by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5724
- fix(turbo-gen): better placeholders by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5725
- chore(labeler): add created-by label by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5726
- Add a FileSystemPathOption::none for cached cell reuse by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5717
- Use shallow references in `any_content_changed_of_module` by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5718
- fix(turbo-workspaces): support alternate workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5712
- chore(labeler): change team to owned-by by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5729
- fix(Turborepo): Drop argument separator for yarn by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5709
- Bump lockfile to account for turborepo-ci by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5733
- fix(release): correct version script by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5735
- feat: port task graph validation by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5703
- feat: add async graph walker by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5697
- Misc comments in turbo_tasks by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[vercel/turbo#5723
- chore(labels): consolidate issue labels by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5731
- release(turborepo): 1.10.13-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5736
- Transformation code necessary to support Server Actions by
[@&#8203;jridgewell](https://togithub.com/jridgewell) in
[vercel/turbo#5705
- fix(lockfile): use correct ffi method for global changes by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5742
- feature(turbo): Port Run Cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5707
- fix: Remove package_task.rs by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5747
- fix: give name to package so that it works with rust codepath by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5727
- feat: port run graph flag by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5728
- chore: dedupe our lockfile names by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5749
- release(turborepo): 1.10.13-canary.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#5741
- chore: remove use of rc for task definitions by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5750
- chore: remove pass through env from experimental fields by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5753
- feat(turborepo): Framework inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5746
- feature(turborepo): Spaces gets its own API client. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5674
- fix(example): basic example react version in ui package by
[@&#8203;anmol242](https://togithub.com/anmol242) in
[vercel/turbo#5757
- Update to-cache-or-not-to-cache.mdx by
[@&#8203;uiolee](https://togithub.com/uiolee) in
[vercel/turbo#5760
- chore(types): consolidate packagejson type by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5754
- fix(docs): fix docs 404 by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5767
- fix(turborepo): Adopt std::cell::OnceCell by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5763
- fix(turborepo): Force all URLs to be normalized during login. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5774
- feat(examples): fix basic lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5775
- fix: make color selector threadsafe by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5771
- fix: copy root json to full directory by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5769
- fix(examples): rename basic eslint config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5778
- fix: take reference of run cache opts by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5779
- feat(examples): update tailwind lint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5777
- fix(turborepo): Remove automatic linking. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5776
- docs: clairify successful tasks are cached by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5782
- Port filter and scope to rust by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5628

#### New Contributors

- [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their
first contribution in
[vercel/turbo#5583
- [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their
first contribution in
[vercel/turbo#5614
- [@&#8203;mparramont](https://togithub.com/mparramont) made their first
contribution in
[vercel/turbo#5700
- [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first
contribution in
[vercel/turbo#5711
- [@&#8203;anmol242](https://togithub.com/anmol242) made their first
contribution in
[vercel/turbo#5757
- [@&#8203;uiolee](https://togithub.com/uiolee) made their first
contribution in
[vercel/turbo#5760

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

</details>

---

### 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 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/levaintech/keychain).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Sep 27, 2023
[![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.9` -> `1.10.14`](https://renovatebot.com/diffs/npm/turbo/1.10.9/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.9/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.9/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)



#### 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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.12 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5611
-   Change READMEs of created turborepos (reflect appDir) by [@&#8203;DerTimonius](https://togithub.com/DerTimonius) in [vercel/turbo#5583
-   chore: upgrade pnpm to version that support node 20 by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5609
-   export namespace object instead commonjs interop object by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5619
-   fix esm export in build runtime by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5621
-   Revert "export namespace object instead commonjs interop object" by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5620
-   Allow fallback to be used outside VERCEL by [@&#8203;cipriancaba](https://togithub.com/cipriancaba) in [vercel/turbo#5614
-   fix(turborepo): Parse turbo json with comments by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5623
-   remove require.cache clear from chunk loading by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5626
-   Snapshot tests: canonicalize with dunce by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5582
-   Turbopack: Sort env vars for compatibility by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5633
-   fix tracing span names by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5624
-   WEB-1278: Turbopack build: Implement minification with swc minify by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5597
-   Update `swc_core` to `v0.79.33` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5632
-   feat: wasm text format and import support by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5636
-   feature(turborepo): Port Async Cache and Cache Multiplexer by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5634
-   update swc_core and sync deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5666
-   \[2/n] no-context lint: migrate some crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5640
-   \[3/n] no-context: migrate `turbopack-core` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5661
-   chore(docs): improve docs for loose & strict env modes by [@&#8203;styfle](https://togithub.com/styfle) in [vercel/turbo#5671
-   Make Go play nicely with omitempty. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5673
-   add untracked trait reads by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5675
-   IssueFilePathExt -> IssueDescriptionExt by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5676
-   \[4/n] no-context: migrate `turbopack-ecmascript` by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5662
-   \[5/n] no-context: migrate remaining crates by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5663
-   Hide some turbo_tasks internals by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5584
-   remove error in update by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5686
-   chore(gen): reduce published bundle size by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5685
-   feat(codemod): upgrade refactor by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5279
-   release(turborepo): 1.10.13-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5690
-   Cleanup minify by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#5696
-   feat: port task graph construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5652
-   fix(turborepo): Rationalize the install and execution process. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5695
-   docs(ci-github-actions): fix indent  by [@&#8203;mparramont](https://togithub.com/mparramont) in [vercel/turbo#5700
-   feat: support `?module` imports for WebAssembly by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5660
-   feature(turborepo): `turborepo-ui` crate by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5684
-   fix dynamic embedding after the `Vc<T>` update by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#5708
-   Update `swc_core` to `v0.79.55` by [@&#8203;kdy1](https://togithub.com/kdy1) in [vercel/turbo#5699
-   AST-based modification of turbo.json by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5509
-   chore(docs): use correct npm flag in installation docs by [@&#8203;itzjacki](https://togithub.com/itzjacki) in [vercel/turbo#5711
-   Update environment variable docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5706
-   chore(turborepo): Refactor globwatcher setup by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5704
-   chore(turbo): disable deployments for gh pages by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5713
-   Update `context` property in JS to match serialized Rust type by [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith) in [vercel/turbo#5715
-   feat: expose path to invalid package.json in error by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5629
-   fix(turbo): remove trailing comma by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5724
-   fix(turbo-gen): better placeholders by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5725
-   chore(labeler): add created-by label by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5726
-   Add a FileSystemPathOption::none for cached cell reuse by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5717
-   Use shallow references in `any_content_changed_of_module` by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5718
-   fix(turbo-workspaces): support alternate workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5712
-   chore(labeler): change team to owned-by by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5729
-   fix(Turborepo): Drop argument separator for yarn by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5709
-   Bump lockfile to account for turborepo-ci by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5733
-   fix(release): correct version script by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5735
-   feat: port task graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5703
-   feat: add async graph walker by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5697
-   Misc comments in turbo_tasks by [@&#8203;alexkirsz](https://togithub.com/alexkirsz) in [vercel/turbo#5723
-   chore(labels): consolidate issue labels by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5731
-   release(turborepo): 1.10.13-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5736
-   Transformation code necessary to support Server Actions by [@&#8203;jridgewell](https://togithub.com/jridgewell) in [vercel/turbo#5705
-   fix(lockfile): use correct ffi method for global changes by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5742
-   feature(turbo): Port Run Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5707
-   fix: Remove package_task.rs by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5747
-   fix: give name to package so that it works with rust codepath by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5727
-   feat: port run graph flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5728
-   chore: dedupe our lockfile names by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5749
-   release(turborepo): 1.10.13-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5741
-   chore: remove use of rc for task definitions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5750
-   chore: remove pass through env from experimental fields by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5753
-   feat(turborepo): Framework inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5746
-   feature(turborepo): Spaces gets its own API client. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5674
-   fix(example): basic example react version in ui package by [@&#8203;anmol242](https://togithub.com/anmol242) in [vercel/turbo#5757
-   Update to-cache-or-not-to-cache.mdx by [@&#8203;uiolee](https://togithub.com/uiolee) in [vercel/turbo#5760
-   chore(types): consolidate packagejson type by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5754
-   fix(docs): fix docs 404 by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5767
-   fix(turborepo): Adopt std::cell::OnceCell by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5763
-   fix(turborepo): Force all URLs to be normalized during login. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5774
-   feat(examples): fix basic lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5775
-   fix: make color selector threadsafe by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5771
-   fix: copy root json to full directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5769
-   fix(examples): rename basic eslint config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5778
-   fix: take reference of run cache opts by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5779
-   feat(examples): update tailwind lint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#5777
-   fix(turborepo): Remove automatic linking. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#5776
-   docs: clairify successful tasks are cached by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5782
-   Port filter and scope to rust by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#5628

#### New Contributors

-   [@&#8203;DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [vercel/turbo#5583
-   [@&#8203;cipriancaba](https://togithub.com/cipriancaba) made their first contribution in [vercel/turbo#5614
-   [@&#8203;mparramont](https://togithub.com/mparramont) made their first contribution in [vercel/turbo#5700
-   [@&#8203;itzjacki](https://togithub.com/itzjacki) made their first contribution in [vercel/turbo#5711
-   [@&#8203;anmol242](https://togithub.com/anmol242) made their first contribution in [vercel/turbo#5757
-   [@&#8203;uiolee](https://togithub.com/uiolee) made their first contribution in [vercel/turbo#5760

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

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.11 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5600
-   fix(prune): copy pnpm workspace file to top level out directory by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5605
-   fix: use correct enum values for task output mode by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5607

**Full Changelog**: vercel/turbo@v1.10.11...v1.10.12

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.10 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5593
-   fix: re-enable go-daemon by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5596

**Full Changelog**: vercel/turbo@v1.10.10...v1.10.11

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

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



#### What's Changed

##### Changelog

-   chore: no longer convert in relative unix path constructor by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5552
-   release(turborepo): 1.10.9-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5559
-   fix(lockfile): Fix directory resolution variant by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5551
-   feat(turborepo): Add proxy support to create-turbo and turbo-gen by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#5554
-   release(turborepo): 1.10.9 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5565
-   feat: port prune to rust by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5531
-   fix: pnpm alias workspace deps by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5569
-   release(turborepo): 1.10.10-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#5577
-   fix: Forward verbosity flags to local turbo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#5578
-   feat: port package graph validation by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5566

**Full Changelog**: vercel/turbo@v1.10.9...v1.10.10

</details>

---

### 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 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants