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

fix: declare version.txt as input #7221

Merged
merged 1 commit into from Feb 1, 2024

Conversation

chris-olszewski
Copy link
Contributor

@chris-olszewski chris-olszewski commented Feb 1, 2024

Description

Previously we were relying on cli/cmd/version.go to get bumped when the version got changed, but now we just have version.txt. This PR declares that input and gets rid of the Go inputs.

This causes failures like this one where we're using an older binary due to a cache hit.

Testing Instructions

Changing version.txt should now result in a cache miss
Screenshot 2024-02-01 at 1 44 05 PM

Closes TURBO-2222

Copy link

vercel bot commented Feb 1, 2024

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

11 Ignored Deployments
Name Status Preview Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-gatsby-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-native-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-svelte-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-tailwind-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
examples-vite-web ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
rust-docs ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm
turbo-site ⬜️ Ignored (Inspect) Feb 1, 2024 9:37pm

Copy link
Contributor

github-actions bot commented Feb 1, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Feb 1, 2024

🟢 CI successful 🟢

Thanks

@chris-olszewski chris-olszewski merged commit 9bbe22c into main Feb 1, 2024
51 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_clean_turbo_json_after_go branch February 1, 2024 21:49
renovate bot added a commit to inabagumi/shinju-date that referenced this pull request Feb 7, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.12.3`](https://togithub.com/vercel/turbo/compare/v1.12.2...v1.12.3)

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

</details>

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

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

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

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

#### What's Changed

##### Docs

- Add "System environment variables" page. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7223
- Remote Cache API doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7236
- Inputs clarity. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7246
- docs(turborepo): fix typo in task dependencies by
[@&#8203;flextremedev](https://togithub.com/flextremedev) in
[vercel/turbo#7271
- feat(docs): document building turbo from source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7276
- Fix a typo in docs page for github actions by
[@&#8203;noahsark769](https://togithub.com/noahsark769) in
[vercel/turbo#7249

##### create-turbo

- release(turborepo): 1.12.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7200
- release(turborepo): 1.12.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7215

##### Examples

- Bumping examples to 1.12 by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7053
- Fix trailing comma in exapmle react-library.json by
[@&#8203;Fl0h0](https://togithub.com/Fl0h0) in
[vercel/turbo#7273
- fix: avoid expensive globwalk in examples by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7238

##### Changelog

- backport wax 0.6 fixes to turborepo-wax by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7089
- chore: allow unused for variables that don't get used on windows by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7212
- rust is no longer experimental by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7214
- fix: declare version.txt as input by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7221
- refactor: Clean up error printing by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7169
- fix: correctly parse pnpm lockfile settings by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7198
- refactor(turborepo): Change Detector by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7222
- chore: move scripts to build and benchmark demos to new package by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7217
- feat(turbo-repository): return additional workspace data by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7187
- Fix/filter unnamed packages by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7280
- fix: Daemon Restarting by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7288
- chore(turborepo-lib): use compile error for feature validation by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#4235
-
fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)):
update types to latest signature by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7289
- fix(Turborepo): Flag off daemon for package discovery by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7290

#### New Contributors

- [@&#8203;flextremedev](https://togithub.com/flextremedev) made their
first contribution in
[vercel/turbo#7271
- [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first
contribution in
[vercel/turbo#7273
- [@&#8203;noahsark769](https://togithub.com/noahsark769) made their
first contribution in
[vercel/turbo#7249

**Full Changelog**:
vercel/turbo@v1.12.2...v1.12.3

</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 these
updates 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/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Docs

- Add "System environment variables" page. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7223
- Remote Cache API doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7236
- Inputs clarity. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7246
- docs(turborepo): fix typo in task dependencies by
[@&#8203;flextremedev](https://togithub.com/flextremedev) in
[vercel/turbo#7271
- feat(docs): document building turbo from source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7276
- Fix a typo in docs page for github actions by
[@&#8203;noahsark769](https://togithub.com/noahsark769) in
[vercel/turbo#7249

##### create-turbo

- release(turborepo): 1.12.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7200
- release(turborepo): 1.12.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7215

##### Examples

- Bumping examples to 1.12 by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7053
- Fix trailing comma in exapmle react-library.json by
[@&#8203;Fl0h0](https://togithub.com/Fl0h0) in
[vercel/turbo#7273
- fix: avoid expensive globwalk in examples by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7238

##### Changelog

- backport wax 0.6 fixes to turborepo-wax by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7089
- chore: allow unused for variables that don't get used on windows by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7212
- rust is no longer experimental by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7214
- fix: declare version.txt as input by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7221
- refactor: Clean up error printing by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7169
- fix: correctly parse pnpm lockfile settings by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7198
- refactor(turborepo): Change Detector by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7222
- chore: move scripts to build and benchmark demos to new package by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7217
- feat(turbo-repository): return additional workspace data by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7187
- Fix/filter unnamed packages by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7280
- fix: Daemon Restarting by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7288
- chore(turborepo-lib): use compile error for feature validation by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#4235
-
fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)):
update types to latest signature by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7289
- fix(Turborepo): Flag off daemon for package discovery by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7290

#### New Contributors

- [@&#8203;flextremedev](https://togithub.com/flextremedev) made their
first contribution in
[vercel/turbo#7271
- [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first
contribution in
[vercel/turbo#7273
- [@&#8203;noahsark769](https://togithub.com/noahsark769) made their
first contribution in
[vercel/turbo#7249

**Full Changelog**:
vercel/turbo@v1.12.2...v1.12.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Docs

- Add "System environment variables" page. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7223
- Remote Cache API doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7236
- Inputs clarity. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7246
- docs(turborepo): fix typo in task dependencies by
[@&#8203;flextremedev](https://togithub.com/flextremedev) in
[vercel/turbo#7271
- feat(docs): document building turbo from source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7276
- Fix a typo in docs page for github actions by
[@&#8203;noahsark769](https://togithub.com/noahsark769) in
[vercel/turbo#7249

##### create-turbo

- release(turborepo): 1.12.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7200
- release(turborepo): 1.12.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7215

##### Examples

- Bumping examples to 1.12 by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7053
- Fix trailing comma in exapmle react-library.json by
[@&#8203;Fl0h0](https://togithub.com/Fl0h0) in
[vercel/turbo#7273
- fix: avoid expensive globwalk in examples by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7238

##### Changelog

- backport wax 0.6 fixes to turborepo-wax by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7089
- chore: allow unused for variables that don't get used on windows by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7212
- rust is no longer experimental by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7214
- fix: declare version.txt as input by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7221
- refactor: Clean up error printing by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7169
- fix: correctly parse pnpm lockfile settings by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7198
- refactor(turborepo): Change Detector by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7222
- chore: move scripts to build and benchmark demos to new package by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7217
- feat(turbo-repository): return additional workspace data by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7187
- Fix/filter unnamed packages by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7280
- fix: Daemon Restarting by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7288
- chore(turborepo-lib): use compile error for feature validation by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#4235
-
fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)):
update types to latest signature by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7289
- fix(Turborepo): Flag off daemon for package discovery by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7290

#### New Contributors

- [@&#8203;flextremedev](https://togithub.com/flextremedev) made their
first contribution in
[vercel/turbo#7271
- [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first
contribution in
[vercel/turbo#7273
- [@&#8203;noahsark769](https://togithub.com/noahsark769) made their
first contribution in
[vercel/turbo#7249

**Full Changelog**:
vercel/turbo@v1.12.2...v1.12.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 Feb 7, 2024
[![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.12.2` -> `1.12.3`](https://renovatebot.com/diffs/npm/turbo/1.10.16/1.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.16/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.16/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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



#### What's Changed

##### Docs

-   Add "System environment variables" page. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7223](https://togithub.com/vercel/turbo/pull/7223)
-   Remote Cache API doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7236](https://togithub.com/vercel/turbo/pull/7236)
-   Inputs clarity. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7246](https://togithub.com/vercel/turbo/pull/7246)
-   docs(turborepo): fix typo in task dependencies by [@&#8203;flextremedev](https://togithub.com/flextremedev) in [https://github.com/vercel/turbo/pull/7271](https://togithub.com/vercel/turbo/pull/7271)
-   feat(docs): document building turbo from source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7276](https://togithub.com/vercel/turbo/pull/7276)
-   Fix a typo in docs page for github actions by [@&#8203;noahsark769](https://togithub.com/noahsark769) in [https://github.com/vercel/turbo/pull/7249](https://togithub.com/vercel/turbo/pull/7249)

##### create-turbo

-   release(turborepo): 1.12.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7200](https://togithub.com/vercel/turbo/pull/7200)
-   release(turborepo): 1.12.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7215](https://togithub.com/vercel/turbo/pull/7215)

##### Examples

-   Bumping examples to 1.12 by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7053](https://togithub.com/vercel/turbo/pull/7053)
-   Fix trailing comma in exapmle react-library.json by [@&#8203;Fl0h0](https://togithub.com/Fl0h0) in [https://github.com/vercel/turbo/pull/7273](https://togithub.com/vercel/turbo/pull/7273)
-   fix: avoid expensive globwalk in examples by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7238](https://togithub.com/vercel/turbo/pull/7238)

##### Changelog

-   backport wax 0.6 fixes to turborepo-wax by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7089](https://togithub.com/vercel/turbo/pull/7089)
-   chore: allow unused for variables that don't get used on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7212](https://togithub.com/vercel/turbo/pull/7212)
-   rust is no longer experimental by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7214](https://togithub.com/vercel/turbo/pull/7214)
-   fix: declare version.txt as input by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7221](https://togithub.com/vercel/turbo/pull/7221)
-   refactor: Clean up error printing by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7169](https://togithub.com/vercel/turbo/pull/7169)
-   fix: correctly parse pnpm lockfile settings by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7198](https://togithub.com/vercel/turbo/pull/7198)
-   refactor(turborepo): Change Detector by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7222](https://togithub.com/vercel/turbo/pull/7222)
-   chore: move scripts to build and benchmark demos to new package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7217](https://togithub.com/vercel/turbo/pull/7217)
-   feat(turbo-repository): return additional workspace data by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7187](https://togithub.com/vercel/turbo/pull/7187)
-   Fix/filter unnamed packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7280](https://togithub.com/vercel/turbo/pull/7280)
-   fix: Daemon Restarting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7288](https://togithub.com/vercel/turbo/pull/7288)
-   chore(turborepo-lib): use compile error for feature validation by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [https://github.com/vercel/turbo/pull/4235](https://togithub.com/vercel/turbo/pull/4235)
-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): update types to latest signature by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7289](https://togithub.com/vercel/turbo/pull/7289)
-   fix(Turborepo): Flag off daemon for package discovery by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7290](https://togithub.com/vercel/turbo/pull/7290)

#### New Contributors

-   [@&#8203;flextremedev](https://togithub.com/flextremedev) made their first contribution in [https://github.com/vercel/turbo/pull/7271](https://togithub.com/vercel/turbo/pull/7271)
-   [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first contribution in [https://github.com/vercel/turbo/pull/7273](https://togithub.com/vercel/turbo/pull/7273)
-   [@&#8203;noahsark769](https://togithub.com/noahsark769) made their first contribution in [https://github.com/vercel/turbo/pull/7249](https://togithub.com/vercel/turbo/pull/7249)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.2...v1.12.3

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

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



#### What's Changed

##### create-turbo

-   release(turborepo): 1.12.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7193](https://togithub.com/vercel/turbo/pull/7193)

##### Changelog

-   feat(lockfile): traverse lockfile in parallel by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7178](https://togithub.com/vercel/turbo/pull/7178)
-   perf: remove duplicate git construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7194](https://togithub.com/vercel/turbo/pull/7194)
-   Make clippy happy by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7195](https://togithub.com/vercel/turbo/pull/7195)
-   fix: keep stdin open for persistent tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7196](https://togithub.com/vercel/turbo/pull/7196)
-   add vc config dir by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7173](https://togithub.com/vercel/turbo/pull/7173)
-   fix(Turborepo): Handle spaces in path names in git status by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7197](https://togithub.com/vercel/turbo/pull/7197)
-   feat: enable vt processing on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7158](https://togithub.com/vercel/turbo/pull/7158)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.1...v1.12.2

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

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



#### What's Changed

##### Docs

-   docs: fix link in telemetry by [@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) in [https://github.com/vercel/turbo/pull/7190](https://togithub.com/vercel/turbo/pull/7190)

##### create-turbo

-   release(turborepo): 1.12.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7177](https://togithub.com/vercel/turbo/pull/7177)

##### Changelog

-   Print telemetry warning on stderr by [@&#8203;laat](https://togithub.com/laat) in [https://github.com/vercel/turbo/pull/7189](https://togithub.com/vercel/turbo/pull/7189)
-   chore(integration): remove \_helpers & fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7172](https://togithub.com/vercel/turbo/pull/7172)

#### New Contributors

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

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.0...v1.12.1

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

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



#### What's Changed

##### Docs

-   General CI steps on doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6894](https://togithub.com/vercel/turbo/pull/6894)
-   \[Docs] create-new.mdx - npm double slash typo fix by [@&#8203;Firfi](https://togithub.com/Firfi) in [https://github.com/vercel/turbo/pull/6933](https://togithub.com/vercel/turbo/pull/6933)
-   fix(docs): correct option heading by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6973](https://togithub.com/vercel/turbo/pull/6973)
-   Clean up inputs doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6980](https://togithub.com/vercel/turbo/pull/6980)
-   fix(docs): typo in `what-to-cache.mdx` by [@&#8203;pjlangley](https://togithub.com/pjlangley) in [https://github.com/vercel/turbo/pull/6960](https://togithub.com/vercel/turbo/pull/6960)
-   fix(docs): update vercel.mdx by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6987](https://togithub.com/vercel/turbo/pull/6987)
-   Doc for running setup tasks prior to development tasks. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6999](https://togithub.com/vercel/turbo/pull/6999)
-   Add Glossary to sidebar. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7011](https://togithub.com/vercel/turbo/pull/7011)
-   fix(docs): remote cache go -> rust by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7082](https://togithub.com/vercel/turbo/pull/7082)
-   Use `exports`  in Internal Packages doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7079](https://togithub.com/vercel/turbo/pull/7079)
-   fix: typo in github-actions.mdx by [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) in [https://github.com/vercel/turbo/pull/7069](https://togithub.com/vercel/turbo/pull/7069)
-   Document glob spec. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7076](https://togithub.com/vercel/turbo/pull/7076)
-   Document handling of Node.js versions, OS, and arch. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7072](https://togithub.com/vercel/turbo/pull/7072)
-   Add generalized deployment advice for Prisma doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7130](https://togithub.com/vercel/turbo/pull/7130)
-   \[DO NOT MERGE] feat(telemetry): cli reference by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6826](https://togithub.com/vercel/turbo/pull/6826)
-   \[DO NOT MERGE] feat(telemetry): feature docs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6827](https://togithub.com/vercel/turbo/pull/6827)
-   \[DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7155](https://togithub.com/vercel/turbo/pull/7155)

##### create-turbo

-   release(turborepo): 1.11.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6891](https://togithub.com/vercel/turbo/pull/6891)
-   release(turborepo): 1.11.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6975](https://togithub.com/vercel/turbo/pull/6975)
-   release(turborepo): 1.11.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6997](https://togithub.com/vercel/turbo/pull/6997)
-   release(turborepo): 1.11.4-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7157](https://togithub.com/vercel/turbo/pull/7157)
-   release(turborepo): 1.11.4-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7170](https://togithub.com/vercel/turbo/pull/7170)

##### Examples

-   chore(deps-dev): bump the example-dependencies group in /examples/with-shell-commands with 1 update by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/vercel/turbo/pull/6901](https://togithub.com/vercel/turbo/pull/6901)
-   Update dependencies in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6920](https://togithub.com/vercel/turbo/pull/6920)
-   Fix with-svelte-example by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [https://github.com/vercel/turbo/pull/6986](https://togithub.com/vercel/turbo/pull/6986)
-   fix(examples): fontSize type is number not string by [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) in [https://github.com/vercel/turbo/pull/7005](https://togithub.com/vercel/turbo/pull/7005)
-   Fix Svelte package export map by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [https://github.com/vercel/turbo/pull/7007](https://togithub.com/vercel/turbo/pull/7007)
-   fix(examples): basic generator by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7022](https://togithub.com/vercel/turbo/pull/7022)
-   fix(examples): ui turbo.json no longer needed by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7087](https://togithub.com/vercel/turbo/pull/7087)
-   chore(docs): remove unnecessary spaces by [@&#8203;GyoHeon](https://togithub.com/GyoHeon) in [https://github.com/vercel/turbo/pull/7118](https://togithub.com/vercel/turbo/pull/7118)
-   chore: install jest in examples/kitchen-sink by [@&#8203;llllvvuu](https://togithub.com/llllvvuu) in [https://github.com/vercel/turbo/pull/7132](https://togithub.com/vercel/turbo/pull/7132)

##### Changelog

-   fix: Make execution state use auth crate by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6880](https://togithub.com/vercel/turbo/pull/6880)
-   fix(telemetry): obfuscate rc endpoint by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6925](https://togithub.com/vercel/turbo/pull/6925)
-   fix: treat empty environement variables as unset by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6929](https://togithub.com/vercel/turbo/pull/6929)
-   Error out if dependent flags are provided without their parent by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6780](https://togithub.com/vercel/turbo/pull/6780)
-   fix: make sure that our concurrency check ignore packages without task by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6790](https://togithub.com/vercel/turbo/pull/6790)
-   chore: avoid panic on invalid directory filters by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6955](https://togithub.com/vercel/turbo/pull/6955)
-   feat(Turborepo): Use a wrapper around the raw strings we pass to globwalk by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6847](https://togithub.com/vercel/turbo/pull/6847)
-   fix: ignore permission errors during globbing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6957](https://togithub.com/vercel/turbo/pull/6957)
-   fix: avoid retry panic by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6926](https://togithub.com/vercel/turbo/pull/6926)
-   add better messaging when running with api flag by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6927](https://togithub.com/vercel/turbo/pull/6927)
-   fix some clippy lints by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6959](https://togithub.com/vercel/turbo/pull/6959)
-   Fix/unrevert daemon discovery by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6712](https://togithub.com/vercel/turbo/pull/6712)
-   feat(telemetry): track prune args by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6970](https://togithub.com/vercel/turbo/pull/6970)
-   feat(lockfiles): support Yarn 4 patches by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6974](https://togithub.com/vercel/turbo/pull/6974)
-   feat(telemetry): track global args by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6972](https://togithub.com/vercel/turbo/pull/6972)
-   fix: update Cargo.lock with correct workspace dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6990](https://togithub.com/vercel/turbo/pull/6990)
-   fix: rewrite prefix after carriage return by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6989](https://togithub.com/vercel/turbo/pull/6989)
-   feat(telemetry): track run arguments by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6985](https://togithub.com/vercel/turbo/pull/6985)
-   chore: remove usage of command groups by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6992](https://togithub.com/vercel/turbo/pull/6992)
-   chore: add reason for service being unavailable by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6993](https://togithub.com/vercel/turbo/pull/6993)
-   fix(turbo): validate graph extension by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6995](https://togithub.com/vercel/turbo/pull/6995)
-   chore: Adjusted error message for APIClient errors in cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6996](https://togithub.com/vercel/turbo/pull/6996)
-   fix(integration): update help integration test by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7017](https://togithub.com/vercel/turbo/pull/7017)
-   fix(cache): truncate metadata file when writing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7016](https://togithub.com/vercel/turbo/pull/7016)
-   fix(prune): correctly create symlinks to directories  by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6983](https://togithub.com/vercel/turbo/pull/6983)
-   fix: forward fixes for LSP by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7023](https://togithub.com/vercel/turbo/pull/7023)
-   fix(daemon): make sure cookie dir exists before writing cookie by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7015](https://togithub.com/vercel/turbo/pull/7015)
-   feat(telemetry): track more daemon errors by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7031](https://togithub.com/vercel/turbo/pull/7031)
-   chore: revert auth json by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7026](https://togithub.com/vercel/turbo/pull/7026)
-   chore: prefactor process manager by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7034](https://togithub.com/vercel/turbo/pull/7034)
-   chore(Turborepo): Scope down opts needed by the visitor, remove run lifetime by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7032](https://togithub.com/vercel/turbo/pull/7032)
-   fix: Examples turbo.json outputs key by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7071](https://togithub.com/vercel/turbo/pull/7071)
-   fix: filter package.json files that are subfolders of other packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7025](https://togithub.com/vercel/turbo/pull/7025)
-   feat: update `@turbo/repository` to use new terminology by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7078](https://togithub.com/vercel/turbo/pull/7078)
-   fix(turbo): sort dependents and dependencies during normalization by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7018](https://togithub.com/vercel/turbo/pull/7018)
-   release: `@turbo/repository@0.0.1-canary.3` by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7090](https://togithub.com/vercel/turbo/pull/7090)
-   chore(daemon): swap fallback logs to debug by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7102](https://togithub.com/vercel/turbo/pull/7102)
-   feat: add ability to spawn child process with pty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7077](https://togithub.com/vercel/turbo/pull/7077)
-   chore(Turborepo): Move more CLI stuff out of run code by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7085](https://togithub.com/vercel/turbo/pull/7085)
-   fix(hashing): include gitignored files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7105](https://togithub.com/vercel/turbo/pull/7105)
-   fix(clippy): remove unused import by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7120](https://togithub.com/vercel/turbo/pull/7120)
-   fix(hashing): include default files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7106](https://togithub.com/vercel/turbo/pull/7106)
-   chore: add tracing to pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7127](https://togithub.com/vercel/turbo/pull/7127)
-   fix disable echoctl by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7109](https://togithub.com/vercel/turbo/pull/7109)
-   feat(telemetry): enable feature by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7122](https://togithub.com/vercel/turbo/pull/7122)
-   feat: enable pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7128](https://togithub.com/vercel/turbo/pull/7128)
-   feat(hashing): support $TURBO_DEFAULT$ in inputs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7113](https://togithub.com/vercel/turbo/pull/7113)
-   fix: process manager tests tty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7156](https://togithub.com/vercel/turbo/pull/7156)
-   fix(tests): mock telemetry config by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7168](https://togithub.com/vercel/turbo/pull/7168)
-   chore: clean pnpm lockfile by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7171](https://togithub.com/vercel/turbo/pull/7171)
-   fix: tasks with no newline by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7175](https://togithub.com/vercel/turbo/pull/7175)

#### New Contributors

-   [@&#8203;Firfi](https://togithub.com/Firfi) made their first contribution in [https://github.com/vercel/turbo/pull/6933](https://togithub.com/vercel/turbo/pull/6933)
-   [@&#8203;pjlangley](https://togithub.com/pjlangley) made their first contribution in [https://github.com/vercel/turbo/pull/6960](https://togithub.com/vercel/turbo/pull/6960)
-   [@&#8203;dummdidumm](https://togithub.com/dummdidumm) made their first contribution in [https://github.com/vercel/turbo/pull/6986](https://togithub.com/vercel/turbo/pull/6986)
-   [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) made their first contribution in [https://github.com/vercel/turbo/pull/7005](https://togithub.com/vercel/turbo/pull/7005)
-   [@&#8203;nirban07](https://togithub.com/nirban07) made their first contribution in [https://github.com/vercel/turbo/pull/7008](https://togithub.com/vercel/turbo/pull/7008)
-   [@&#8203;mrmckeb](https://togithub.com/mrmckeb) made their first contribution in [https://github.com/vercel/turbo/pull/7078](https://togithub.com/vercel/turbo/pull/7078)
-   [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) made their first contribution in [https://github.com/vercel/turbo/pull/7069](https://togithub.com/vercel/turbo/pull/7069)
-   [@&#8203;GyoHeon](https://togithub.com/GyoHeon) made their first contribution in [https://github.com/vercel/turbo/pull/7118](https://togithub.com/vercel/turbo/pull/7118)
-   [@&#8203;llllvvuu](https://togithub.com/llllvvuu) made their first contribution in [https://github.com/vercel/turbo/pull/7132](https://togithub.com/vercel/turbo/pull/7132)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.3...v1.12.0

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

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



#### What's Changed

##### Docs

-   Updated outdated Docs "Getting Started" > "Create a New Monorepo" by [@&#8203;Gogoro](https://togithub.com/Gogoro) in [https://github.com/vercel/turbo/pull/6786](https://togithub.com/vercel/turbo/pull/6786)
-   docs: fix typo under getting started by [@&#8203;denniscampos](https://togithub.com/denniscampos) in [https://github.com/vercel/turbo/pull/6817](https://togithub.com/vercel/turbo/pull/6817)

##### create-turbo

-   release(turborepo): 1.11.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6776](https://togithub.com/vercel/turbo/pull/6776)
-   release(turborepo): 1.11.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6791](https://togithub.com/vercel/turbo/pull/6791)
-   release(turborepo): 1.11.3-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6835](https://togithub.com/vercel/turbo/pull/6835)
-   release(turborepo): 1.11.3-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6890](https://togithub.com/vercel/turbo/pull/6890)

##### Examples

-   Bump turbo in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6766](https://togithub.com/vercel/turbo/pull/6766)
-   fix button prop appName from docs app by [@&#8203;Yunfei1982](https://togithub.com/Yunfei1982) in [https://github.com/vercel/turbo/pull/6794](https://togithub.com/vercel/turbo/pull/6794)
-   Ignore dist in shell commands example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6851](https://togithub.com/vercel/turbo/pull/6851)
-   fix(examples): Typo correction on design-system package.json by [@&#8203;GGalupo](https://togithub.com/GGalupo) in [https://github.com/vercel/turbo/pull/6859](https://togithub.com/vercel/turbo/pull/6859)

##### Changelog

-   chore: remove verbosity filter from chrome profile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6779](https://togithub.com/vercel/turbo/pull/6779)
-   feat: add anon-profile flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6781](https://togithub.com/vercel/turbo/pull/6781)
-   chore: remove verbosity flag when running benchmark by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6782](https://togithub.com/vercel/turbo/pull/6782)
-   feat(gen): pass the command cwd through by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6795](https://togithub.com/vercel/turbo/pull/6795)
-   perf(yarn3): eagerly construct map from workspace paths to locators by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6797](https://togithub.com/vercel/turbo/pull/6797)
-   fix: add missing dependency to cargo lockfile by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6807](https://togithub.com/vercel/turbo/pull/6807)
-   refactor: Remove bookkeeping abstraction from turbo config by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6809](https://togithub.com/vercel/turbo/pull/6809)
-   chore: include response body if not valid JSON by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6796](https://togithub.com/vercel/turbo/pull/6796)
-   chore: add tracing to primary lockfile functions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6800](https://togithub.com/vercel/turbo/pull/6800)
-   feat(turbo): telemetry client by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6743](https://togithub.com/vercel/turbo/pull/6743)
-   fix(telemetry): don’t track hash by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6828](https://togithub.com/vercel/turbo/pull/6828)
-   feat(telemetry): add README disabled note by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6829](https://togithub.com/vercel/turbo/pull/6829)
-   feat(telemetry): generic parent to child event by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6830](https://togithub.com/vercel/turbo/pull/6830)
-   Create wrapper for `dirs_next::config_dir()` by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6837](https://togithub.com/vercel/turbo/pull/6837)
-   fix: Allow for long symlinks by using append_link by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6838](https://togithub.com/vercel/turbo/pull/6838)
-   Use the sso team instead of the string 'sso' by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6867](https://togithub.com/vercel/turbo/pull/6867)
-   feat(telemetry): track client system info by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6868](https://togithub.com/vercel/turbo/pull/6868)
-   fix(yarn4): avoid overwriting non-npm protocols by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6723](https://togithub.com/vercel/turbo/pull/6723)
-   fix: avoid deleting cached package discovery data by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6872](https://togithub.com/vercel/turbo/pull/6872)
-   Make link command use auth crate instead of config token by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6870](https://togithub.com/vercel/turbo/pull/6870)
-   fix support bracket filepaths by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6877](https://togithub.com/vercel/turbo/pull/6877)
-   fix clippy 'errors' by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6881](https://togithub.com/vercel/turbo/pull/6881)
-   feat(telemetry): add run and repo events by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6876](https://togithub.com/vercel/turbo/pull/6876)
-   add base url getter to APIClient by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6888](https://togithub.com/vercel/turbo/pull/6888)
-   chore: tracing overhaul by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6869](https://togithub.com/vercel/turbo/pull/6869)

#### New Contributors

-   [@&#8203;Yunfei1982](https://togithub.com/Yunfei1982) made their first contribution in [https://github.com/vercel/turbo/pull/6794](https://togithub.com/vercel/turbo/pull/6794)
-   [@&#8203;Gogoro](https://togithub.com/Gogoro) made their first contribution in [https://github.com/vercel/turbo/pull/6786](https://togithub.com/vercel/turbo/pull/6786)
-   [@&#8203;denniscampos](https://togithub.com/denniscampos) made their first contribution in [https://github.com/vercel/turbo/pull/6817](https://togithub.com/vercel/turbo/pull/6817)
-   [@&#8203;jupapios](https://togithub.com/jupapios) made their first contribution in [https://github.com/vercel/turbo/pull/6849](https://togithub.com/vercel/turbo/pull/6849)
-   [@&#8203;GGalupo](https://togithub.com/GGalupo) made their first contribution in [https://github.com/vercel/turbo/pull/6859](https://togithub.com/vercel/turbo/pull/6859)
-   [@&#8203;bb8dd](https://togithub.com/bb8dd) made their first contribution in [https://github.com/vercel/turbo/pull/6862](https://togithub.com/vercel/turbo/pull/6862)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.2...v1.11.3

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

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



#### What's Changed

##### Docs

-   Update yarn support policy. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6757](https://togithub.com/vercel/turbo/pull/6757)

##### create-turbo

-   release(turborepo): 1.11.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6742](https://togithub.com/vercel/turbo/pull/6742)
-   release(turborepo): 1.11.2-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6771](https://togithub.com/vercel/turbo/pull/6771)

##### Examples

-   Add transpilePackages to `with-tailwind` example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6746](https://togithub.com/vercel/turbo/pull/6746)
-   Update README for with-tailwind. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6755](https://togithub.com/vercel/turbo/pull/6755)
-   Remove source key from with-docker example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6759](https://togithub.com/vercel/turbo/pull/6759)
-   Use `"strict": true`  for TypeScript in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6762](https://togithub.com/vercel/turbo/pull/6762)

##### Changelog

-   chore: avoid panics in berry lockfile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6725](https://togithub.com/vercel/turbo/pull/6725)
-   fix: remove placeholder duration from cache metadata by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6756](https://togithub.com/vercel/turbo/pull/6756)
-   chore: Remove hash comparison code by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6758](https://togithub.com/vercel/turbo/pull/6758)
-   fix: ignore exit codes when child killed by manager by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6767](https://togithub.com/vercel/turbo/pull/6767)
-   fix: make assertion assert something by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6768](https://togithub.com/vercel/turbo/pull/6768)
-   Allow forcing use of daemon by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6764](https://togithub.com/vercel/turbo/pull/6764)
-   fix: avoid double slash if glob ends with slash by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6772](https://togithub.com/vercel/turbo/pull/6772)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.1...v1.11.2

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

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



#### What's Changed

##### create-turbo

-   release(turborepo): 1.11.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6706](https://togithub.com/vercel/turbo/pull/6706)
-   release(turborepo): 1.11.1-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6741](https://togithub.com/vercel/turbo/pull/6741)

##### Examples

-   Example with only shell commands. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6688](https://togithub.com/vercel/turbo/pull/6688)
-   Update with-tailwind example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6575](https://togithub.com/vercel/turbo/pull/6575)
-   Mix of server and client components in basic example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6682](https://togithub.com/vercel/turbo/pull/6682)

##### Changelog

-   chore(tests): cleanup setup scripts by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6700](https://togithub.com/vercel/turbo/pull/6700)
-   fix: limit the amount of logs we send to spaces by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6691](https://togithub.com/vercel/turbo/pull/6691)
-   chore(Turborepo): Bump npm rust package version by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6721](https://togithub.com/vercel/turbo/pull/6721)
-   fix: properly catch sigterm sent from global by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6724](https://togithub.com/vercel/turbo/pull/6724)
-   chore(ignore): exclude rustc-ice files by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6733](https://togithub.com/vercel/turbo/pull/6733)
-   Fix behaviour when discovering files for global hashing by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6738](https://togithub.com/vercel/turbo/pull/6738)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.0...v1.11.1

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

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



#### What's Changed

##### Docs

-   feat(docs): document support policy by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6277](https://togithub.com/vercel/turbo/pull/6277)
-   fix(docs): correct support typo by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6313](https://togithub.com/vercel/turbo/pull/6313)
-   fix(docs): Add full stop punctuation and add inifinitive marker to verb by [@&#8203;mdmathewdc](https://togithub.com/mdmathewdc) in [https://github.com/vercel/turbo/pull/6335](https://togithub.com/vercel/turbo/pull/6335)
-   docs: Added nested workspaces under troubleshooting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6342](https://togithub.com/vercel/turbo/pull/6342)
-   docs: document --profile flag by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6371](https://togithub.com/vercel/turbo/pull/6371)
-   fix(docs): clarify output mode for Dockerfile by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6385](https://togithub.com/vercel/turbo/pull/6385)
-   docs: add github actions/cache example to github ci docs by [@&#8203;austinwoon](https://togithub.com/austinwoon) in [https://github.com/vercel/turbo/pull/2761](https://togithub.com/vercel/turbo/pull/2761)
-   docs: Fix typo 'specifing -> specifying' by [@&#8203;mia-riezebos](https://togithub.com/mia-riezebos) in [https://github.com/vercel/turbo/pull/6426](https://togithub.com/vercel/turbo/pull/6426)
-   Improved TSConfigs in examples by [@&#8203;mattpocock](https://togithub.com/mattpocock) in [https://github.com/vercel/turbo/pull/6396](https://togithub.com/vercel/turbo/pull/6396)
-   docs: update formatting on --graph option by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6487](https://togithub.com/vercel/turbo/pull/6487)
-   Capitalization. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6561](https://togithub.com/vercel/turbo/pull/6561)
-   chore(docs): remove backticks from title/desc meta tags on CLI reference pages by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6580](https://togithub.com/vercel/turbo/pull/6580)
-   feat(docs): add node version compatibility for examples by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6581](https://togithub.com/vercel/turbo/pull/6581)
-   fix(docs): update inconsistent CLI headings by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6591](https://togithub.com/vercel/turbo/pull/6591)
-   feat(docs): add FAQ entry for non-JS workspaces in the codebase by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6612](https://togithub.com/vercel/turbo/pull/6612)
-   chore(docs): tweak getting started docs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6597](https://togithub.com/vercel/turbo/pull/6597)
-   docs: Added root internal dependencies explanation by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6622](https://togithub.com/vercel/turbo/pull/6622)
-   Capitalize the Tools category in sidebar. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6697](https://togithub.com/vercel/turbo/pull/6697)
-   Add yarn v2+ caveat for installing Internal Packages. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6696](https://togithub.com/vercel/turbo/pull/6696)
-   Update command-line-reference.mdx for --log-prefix CLI option by [@&#8203;marcneubauer](https://togithub.com/marcneubauer) in [https://github.com/vercel/turbo/pull/6657](https://togithub.com/vercel/turbo/pull/6657)

##### create-turbo

-   release(turborepo): 1.10.16 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6221](https://togithub.com/vercel/turbo/pull/6221)
-   release(turborepo): 1.10.17-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6329](https://togithub.com/vercel/turbo/pull/6329)
-   chore(turbo-utils): Remove tsup build by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6301](https://togithub.com/vercel/turbo/pull/6301)
-   release(turborepo): 1.10.17-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6448](https://togithub.com/vercel/turbo/pull/6448)
-   release(turborepo): 1.10.17-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6454](https://togithub.com/vercel/turbo/pull/6454)
-   release(turborepo): 1.10.17-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6502](https://togithub.com/vercel/turbo/pull/6502)
-   Re-up create-turbo. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6439](https://togithub.com/vercel/turbo/pull/6439)
-   release(turborepo): 1.10.17-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6521](https://togithub.com/vercel/turbo/pull/6521)
-   release(turborepo): 1.10.17-canary.5 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6549](https://togithub.com/vercel/turbo/pull/6549)
-   release(turborepo): 1.10.17-canary.6 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6610](https://togithub.com/vercel/turbo/pull/6610)
-   release(turborepo): 1.10.17-canary.7 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6629](https://togithub.com/vercel/turbo/pull/6629)
-   release(turborepo): 1.10.17-canary.8 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6630](https://togithub.com/vercel/turbo/pull/6630)
-   release(turborepo): 1.10.17-canary.9 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6667](https://togithub.com/vercel/turbo/pull/6667)
-   release(turborepo): 1.10.17-canary.10 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6698](https://togithub.com/vercel/turbo/pull/6698)

##### turbo-ignore

-   fix(turbo-ignore): better error for invalid commit by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6330](https://togithub.com/vercel/turbo/pull/6330)
-   Add \[vercel only <workspace>] by [@&#8203;m1heng](https://togithub.com/m1heng) in [https://github.com/vercel/turbo/pull/6579](https://togithub.com/vercel/turbo/pull/6579)

##### eslint

-   feat(Turborepo): Check env var indexing by literals by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6254](https://togithub.com/vercel/turbo/pull/6254)

##### Examples

-   chore(examples/with-svelte): regenerate apps with sveltekit by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6214](https://togithub.com/vercel/turbo/pull/6214)
-   feat(examples): update non-monorepo to pnpm by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6337](https://togithub.com/vercel/turbo/pull/6337)
-   fix(examples): updated with-docker devDependencies for successful build by [@&#8203;fa-901](https://togithub.com/fa-901) in [https://github.com/vercel/turbo/pull/5444](https://togithub.com/vercel/turbo/pull/5444)
-   feat(examples): upgrade ts by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6338](https://togithub.com/vercel/turbo/pull/6338)
-   feature(vue-nuxt): vue & nuxt example addition by [@&#8203;Neosoulink](https://togithub.com/Neosoulink) in [https://github.com/vercel/turbo/pull/6425](https://togithub.com/vercel/turbo/pull/6425)
-   Add Vue/Nuxt example to geting started. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6488](https://togithub.com/vercel/turbo/pull/6488)
-   Bump Next.js in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6533](https://togithub.com/vercel/turbo/pull/6533)
-   Set engine on create-turbo. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6568](https://togithub.com/vercel/turbo/pull/6568)
-   Remove create-react-app example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6556](https://togithub.com/vercel/turbo/pull/6556)
-   Update design-system example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6555](https://togithub.com/vercel/turbo/pull/6555)
-   Update with-docker example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6547](https://togithub.com/vercel/turbo/pull/6547)
-   Update with-rollup example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6573](https://togithub.com/vercel/turbo/pull/6573)
-   Update with-vite example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6574](https://togithub.com/vercel/turbo/pull/6574)
-   Package bumps for non-monorepo example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6553](https://togithub.com/vercel/turbo/pull/6553)
-   Update with-npm example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6558](https://togithub.com/vercel/turbo/pull/6558)
-   Update with-gatsby example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6570](https://togithub.com/vercel/turbo/pull/6570)
-   Update with-berry example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6550](https://togithub.com/vercel/turbo/pull/6550)
-   Update with-prisma example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6571](https://togithub.com/vercel/turbo/pull/6571)
-   fix(examples): with-berry readme update by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6607](https://togithub.com/vercel/turbo/pull/6607)
-   Update with-changesets. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6548](https://togithub.com/vercel/turbo/pull/6548)
-   Update with-react-native-web example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6572](https://togithub.com/vercel/turbo/pull/6572)
-   Update kitchen-sink example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6577](https://togithub.com/vercel/turbo/pull/6577)
-   Update with-yarn example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6557](https://togithub.com/vercel/turbo/pull/6557)
-   Update with-svelte-example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6576](https://togithub.com/vercel/turbo/pull/6576)

##### Changelog

-   feat(turborepo): Spaces by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6109](https://togithub.com/vercel/turbo/pull/6109)
-   fix: bias towards graph walk cancel over continue by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6210](https://togithub.com/vercel/turbo/pull/6210)
-   feat: hook up task execution tracking by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6222](https://togithub.com/vercel/turbo/pull/6222)
-   docs: Add the enabled config to turbo.json schema by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6224](https://togithub.com/vercel/turbo/pull/6224)
-   chore: fix example test setup so output matches by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6225](https://togithub.com/vercel/turbo/pull/6225)
-   fix: Respect color config for runcache output by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6217](https://togithub.com/vercel/turbo/pull/6217)
-   refactor(auth): Removed closure in login functions by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6235](https://togithub.com/vercel/turbo/pull/6235)
-   chore(test): validate that pruning carries remoteCache fields correctly by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6226](https://togithub.com/vercel/turbo/pull/6226)
-   chore: Removed run stub feature by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6236](https://togithub.com/vercel/turbo/pull/6236)
-   fix(Turborepo): Drop incorrect deprecation notice by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6239](https://togithub.com/vercel/turbo/pull/6239)
-   chore(test): Add test to ensure env var changes task hash by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6238](https://togithub.com/vercel/turbo/pull/6238)
-   chore: run summary prefactor by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6240](https://togithub.com/vercel/turbo/pull/6240)
-   refactor: Removed closure from logout by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6251](https://togithub.com/vercel/turbo/pull/6251)
-   chore: Added panic handler to turborepo by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6253](https://togithub.com/vercel/turbo/pull/6253)
-   refactor: Moving from anyhow to thiserror part 1 by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6250](https://togithub.com/vercel/turbo/pull/6250)
-   Clearer cache spinner message. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6278](https://togithub.com/vercel/turbo/pull/6278)
-   fix: use cprintln instead of warn when no tasks are run by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6285](https://togithub.com/vercel/turbo/pull/6285)
-   fix: don't escape html when serializing dry runs by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6284](https://togithub.com/vercel/turbo/pull/6284)
-   fix(Turborepo): Ensure process manager stays closed by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6258](https://togithub.com/vercel/turbo/pull/6258)
-   fix(Turborepo): escape colons in log filenames by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6267](https://togithub.com/vercel/turbo/pull/6267)
-   chore(test): fix gitignore in fixture by [@&#8203;mehul

</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).
kodiakhq bot pushed a commit to timelessco/js-bottomsheet that referenced this pull request Feb 7, 2024
[![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.12.2` -> `^1.12.3`](https://renovatebot.com/diffs/npm/turbo/1.12.2/1.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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



#### What's Changed

##### Docs

-   Add "System environment variables" page. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7223
-   Remote Cache API doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7236
-   Inputs clarity. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7246
-   docs(turborepo): fix typo in task dependencies by [@&#8203;flextremedev](https://togithub.com/flextremedev) in [vercel/turbo#7271
-   feat(docs): document building turbo from source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7276
-   Fix a typo in docs page for github actions by [@&#8203;noahsark769](https://togithub.com/noahsark769) in [vercel/turbo#7249

##### create-turbo

-   release(turborepo): 1.12.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7200
-   release(turborepo): 1.12.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7215

##### Examples

-   Bumping examples to 1.12 by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7053
-   Fix trailing comma in exapmle react-library.json by [@&#8203;Fl0h0](https://togithub.com/Fl0h0) in [vercel/turbo#7273
-   fix: avoid expensive globwalk in examples by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7238

##### Changelog

-   backport wax 0.6 fixes to turborepo-wax by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7089
-   chore: allow unused for variables that don't get used on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7212
-   rust is no longer experimental by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7214
-   fix: declare version.txt as input by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7221
-   refactor: Clean up error printing by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7169
-   fix: correctly parse pnpm lockfile settings by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7198
-   refactor(turborepo): Change Detector by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7222
-   chore: move scripts to build and benchmark demos to new package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7217
-   feat(turbo-repository): return additional workspace data by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [vercel/turbo#7187
-   Fix/filter unnamed packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7280
-   fix: Daemon Restarting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7288
-   chore(turborepo-lib): use compile error for feature validation by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#4235
-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): update types to latest signature by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7289
-   fix(Turborepo): Flag off daemon for package discovery by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7290

#### New Contributors

-   [@&#8203;flextremedev](https://togithub.com/flextremedev) made their first contribution in [vercel/turbo#7271
-   [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first contribution in [vercel/turbo#7273
-   [@&#8203;noahsark769](https://togithub.com/noahsark769) made their first contribution in [vercel/turbo#7249

**Full Changelog**: vercel/turbo@v1.12.2...v1.12.3

</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).
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Feb 8, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@neondatabase/serverless](https://neon.tech) ([source](https://togithub.com/neondatabase/serverless)) | [`0.7.2` -> `0.8.1`](https://renovatebot.com/diffs/npm/@neondatabase%2fserverless/0.7.2/0.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@neondatabase%2fserverless/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@neondatabase%2fserverless/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@neondatabase%2fserverless/0.7.2/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@neondatabase%2fserverless/0.7.2/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/viewport)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/ui/blocks) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/ui/blocks)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc/tree/HEAD/packages/client)) | [`10.45.0` -> `10.45.1`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.45.0/10.45.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc/tree/HEAD/packages/next)) | [`10.45.0` -> `10.45.1`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.45.0/10.45.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc/tree/HEAD/packages/react)) | [`10.45.0` -> `10.45.1`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.45.0/10.45.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc/tree/HEAD/packages/server)) | [`10.45.0` -> `10.45.1`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.45.0/10.45.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.45.0/10.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.45.0/10.45.1?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/tree/HEAD/types/react)) | [`18.2.53` -> `18.2.55`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.53/18.2.55) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.53/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.53/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | [`18.2.18` -> `18.2.19`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.18/18.2.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.18/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.18/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`6.20.0` -> `6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`6.20.0` -> `6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.20.0/6.21.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vercel/analytics](https://togithub.com/vercel/analytics) ([source](https://togithub.com/vercel/analytics/tree/HEAD/packages/web)) | [`1.1.2` -> `1.1.3`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.1.2/1.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.1.2/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.1.2/1.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | [`10.7.1` -> `10.9.0`](https://renovatebot.com/diffs/npm/chromatic/10.7.1/10.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/10.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/10.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/10.7.1/10.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/10.7.1/10.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) ([source](https://togithub.com/vercel/turbo/tree/HEAD/packages/eslint-plugin-turbo)) | [`1.12.2` -> `1.12.3`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.12.2/1.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`14.0.3` -> `14.0.5`](https://renovatebot.com/diffs/npm/react-i18next/14.0.3/14.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/14.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/14.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/14.0.3/14.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/14.0.3/14.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli)) | [`7.6.12` -> `7.6.13`](https://renovatebot.com/diffs/npm/storybook/7.6.12/7.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.6.12/7.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.12.2` -> `1.12.3`](https://renovatebot.com/diffs/npm/turbo/1.12.2/1.12.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.2/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>neondatabase/serverless (@&#8203;neondatabase/serverless)</summary>

### [`v0.8.1`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#081-2024-02-07)

[Compare Source](https://togithub.com/neondatabase/serverless/compare/eac7be63bdafed0d6edef48bfa161146e4bdab58...c2c501093274b729b5179bff416a86473be7117c)

Revert single per-region domain for WebSockets. Fix treatment of -pooler connection hosts.

### [`v0.8.0`](https://togithub.com/neondatabase/serverless/blob/HEAD/CHANGELOG.md#080-2024-02-06)

[Compare Source](https://togithub.com/neondatabase/serverless/compare/6382b3bc0b2752ee0b4ee9eb9bd159ea10e102d1...eac7be63bdafed0d6edef48bfa161146e4bdab58)

Use a single (per-region) domain name for all connections to Neon databases. Intended to help with connection caching in V8. Passes the endpoint ID inside connection options for WebSocket connections.

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-a11y)</summary>

### [`v7.6.13`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7613)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13)

-   Next.js: Fix frameworkOptions resolution - [#&#8203;25907](https://togithub.com/storybookjs/storybook/pull/25907), thanks [@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
-   React Native: Fix init fails when package is already installed - [#&#8203;25908](https://togithub.com/storybookjs/storybook/pull/25908), thanks [@&#8203;dannyhw](https://togithub.com/dannyhw)!
-   React Native: Remove watcher from init - [#&#8203;25895](https://togithub.com/storybookjs/storybook/pull/25895), thanks [@&#8203;dannyhw](https://togithub.com/dannyhw)!
-   Webpack: Update StorybookConfig import in core-webpack types.ts - [#&#8203;25740](https://togithub.com/storybookjs/storybook/pull/25740), thanks [@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-essentials)</summary>

### [`v7.6.13`](https://togithub.com/storybookjs/storybook/compare/v7.6.12...95ed703506ceb18e89a81bf93b3628a67b118edd)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13)

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-interactions)</summary>

### [`v7.6.13`](https://togithub.com/storybookjs/storybook/releases/tag/v7.6.13)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13)

##### 7.6.13

-   Next.js: Fix frameworkOptions resolution - [#&#8203;25907](https://togithub.com/storybookjs/storybook/pull/25907), thanks [@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
-   React Native: Fix init fails when package is already installed - [#&#8203;25908](https://togithub.com/storybookjs/storybook/pull/25908), thanks [@&#8203;dannyhw](https://togithub.com/dannyhw)!
-   React Native: Remove watcher from init - [#&#8203;25895](https://togithub.com/storybookjs/storybook/pull/25895), thanks [@&#8203;dannyhw](https://togithub.com/dannyhw)!
-   Webpack: Update StorybookConfig import in core-webpack types.ts - [#&#8203;25740](https://togithub.com/storybookjs/storybook/pull/25740), thanks [@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!

</details>

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

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.45.0...v10.45.1)

##### What's Changed

-   fix(server): parse url safer in fetch adapter by [@&#8203;KATT](https://togithub.com/KATT) in [trpc/trpc#5410
-   fix(react-query): no ref in `useHookResult()` by [@&#8203;KATT](https://togithub.com/KATT) in [trpc/trpc#5433

##### New Contributors

-   [@&#8203;cah4a](https://togithub.com/cah4a) made their first contribution in [trpc/trpc#5250
-   [@&#8203;zacanger](https://togithub.com/zacanger) made their first contribution in [trpc/trpc#5276

**Full Changelog**: trpc/trpc@v10.45.0...v10.45.1

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6210-2024-02-05)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   export plugin metadata

-   allow `parserOptions.project: false`

-   **eslint-plugin:** add rule prefer-find

##### 🩹 Fixes

-   **eslint-plugin:** \[no-unused-vars] don't report on types referenced in export assignment expression

-   **eslint-plugin:** \[switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

-   **eslint-plugin:** \[consistent-type-imports] dont report on types used in export assignment expressions

-   **eslint-plugin:** \[no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

-   **eslint-plugin:** \[class-literal-property-style] allow getter when same key setter exists

-   **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   allow `parserOptions.project: false`

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>vercel/analytics (@&#8203;vercel/analytics)</summary>

### [`v1.1.3`](https://togithub.com/vercel/analytics/releases/tag/1.1.3)

[Compare Source](https://togithub.com/vercel/analytics/compare/1.1.2...1.1.3)

#### What's Changed

-   Server events can now be sent when deployment protection is enabled by [@&#8203;tobiaslins](https://togithub.com/tobiaslins) in [vercel/analytics#129

**Full Changelog**: vercel/analytics@1.1.2...1.1.3

</details>

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

### [`v10.9.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1090-Wed-Feb-07-2024)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v10.8.0...v10.9.0)

##### 🚀 Enhancement

-   Be smarter about comparing lock files [#&#8203;912](https://togithub.com/chromaui/chromatic-cli/pull/912) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld) [@&#8203;tmeasday](https://togithub.com/tmeasday))

##### Authors: 2

-   Gert Hengeveld ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))
-   Tom Coleman ([@&#8203;tmeasday](https://togithub.com/tmeasday))

***

### [`v10.8.0`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1080-Tue-Feb-06-2024)

[Compare Source](https://togithub.com/chromaui/chromatic-cli/compare/v10.7.1...v10.8.0)

##### 🚀 Enhancement

-   Expose `repositoryRootDir`, `configFile` and fix `diagnosticsFile` [#&#8203;913](https://togithub.com/chromaui/chromatic-cli/pull/913) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))
-   Support `env`, `sessionId` and `log` options via Node API [#&#8203;897](https://togithub.com/chromaui/chromatic-cli/pull/897) ([@&#8203;work933k](https://togithub.com/work933k))
-   Add timestamps to debug and file logging [#&#8203;907](https://togithub.com/chromaui/chromatic-cli/pull/907) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

##### Authors: 2

-   [@&#8203;work933k](https://togithub.com/work933k)
-   Gert Hengeveld ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

***

</details>

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

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

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



#### What's Changed

##### Docs

-   Add "System environment variables" page. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7223
-   Remote Cache API doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7236
-   Inputs clarity. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7246
-   docs(turborepo): fix typo in task dependencies by [@&#8203;flextremedev](https://togithub.com/flextremedev) in [vercel/turbo#7271
-   feat(docs): document building turbo from source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7276
-   Fix a typo in docs page for github actions by [@&#8203;noahsark769](https://togithub.com/noahsark769) in [vercel/turbo#7249

##### create-turbo

-   release(turborepo): 1.12.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7200
-   release(turborepo): 1.12.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7215

##### Examples

-   Bumping examples to 1.12 by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7053
-   Fix trailing comma in exapmle react-library.json by [@&#8203;Fl0h0](https://togithub.com/Fl0h0) in [vercel/turbo#7273
-   fix: avoid expensive globwalk in examples by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7238

##### Changelog

-   backport wax 0.6 fixes to turborepo-wax by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7089
-   chore: allow unused for variables that don't get used on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7212
-   rust is no longer experimental by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7214
-   fix: declare version.txt as input by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7221
-   refactor: Clean up error printing by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7169
-   fix: correctly parse pnpm lockfile settings by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7198
-   refactor(turborepo): Change Detector by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7222
-   chore: move scripts to build and benchmark demos to new package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7217
-   feat(turbo-repository): return additional workspace data by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [vercel/turbo#7187
-   Fix/filter unnamed packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7280
-   fix: Daemon Restarting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7288
-   chore(turborepo-lib): use compile error for feature validation by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#4235
-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): update types to latest signature by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7289
-   fix(Turborepo): Flag off daemon for package discovery by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7290

#### New Contributors

-   [@&#8203;flextremedev](https://togithub.com/flextremedev) made their first contribution in [vercel/turbo#7271
-   [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first contribution in [vercel/turbo#7273
-   [@&#8203;noahsark769](https://togithub.com/noahsark769) made their first contribution in [vercel/turbo#7249

**Full Changelog**: vercel/turbo@v1.12.2...v1.12.3

</details>

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

### [`v14.0.5`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1405)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.4...v14.0.5)

-   Fix [1691](https://togithub.com/i18next/react-i18next/issues/1691) for strict mode, by preserving change language binding [1720](https://togithub.com/i18next/react-i18next/pull/1720)

### [`v14.0.4`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1404)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.3...v14.0.4)

-   fix interpolation of the count prop [1719](https://togithub.com/i18next/react-i18next/issues/1719)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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: #331
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to fwouts/previewjs that referenced this pull request Feb 12, 2024
[![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.11.3` ->
`^1.12.3`](https://renovatebot.com/diffs/npm/turbo/1.11.3/1.12.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.11.3/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.11.3/1.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

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

#### What's Changed

##### Docs

- Add "System environment variables" page. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7223
- Remote Cache API doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7236
- Inputs clarity. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7246
- docs(turborepo): fix typo in task dependencies by
[@&#8203;flextremedev](https://togithub.com/flextremedev) in
[vercel/turbo#7271
- feat(docs): document building turbo from source by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7276
- Fix a typo in docs page for github actions by
[@&#8203;noahsark769](https://togithub.com/noahsark769) in
[vercel/turbo#7249

##### create-turbo

- release(turborepo): 1.12.2 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7200
- release(turborepo): 1.12.3-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7215

##### Examples

- Bumping examples to 1.12 by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7053
- Fix trailing comma in exapmle react-library.json by
[@&#8203;Fl0h0](https://togithub.com/Fl0h0) in
[vercel/turbo#7273
- fix: avoid expensive globwalk in examples by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7238

##### Changelog

- backport wax 0.6 fixes to turborepo-wax by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7089
- chore: allow unused for variables that don't get used on windows by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7212
- rust is no longer experimental by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7214
- fix: declare version.txt as input by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7221
- refactor: Clean up error printing by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7169
- fix: correctly parse pnpm lockfile settings by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7198
- refactor(turborepo): Change Detector by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7222
- chore: move scripts to build and benchmark demos to new package by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7217
- feat(turbo-repository): return additional workspace data by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7187
- Fix/filter unnamed packages by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7280
- fix: Daemon Restarting by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7288
- chore(turborepo-lib): use compile error for feature validation by
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in
[vercel/turbo#4235
-
fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)):
update types to latest signature by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7289
- fix(Turborepo): Flag off daemon for package discovery by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7290

#### New Contributors

- [@&#8203;flextremedev](https://togithub.com/flextremedev) made their
first contribution in
[vercel/turbo#7271
- [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first
contribution in
[vercel/turbo#7273
- [@&#8203;noahsark769](https://togithub.com/noahsark769) made their
first contribution in
[vercel/turbo#7249

**Full Changelog**:
vercel/turbo@v1.12.2...v1.12.3

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

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

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

#### What's Changed

##### create-turbo

- release(turborepo): 1.12.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7193

##### Changelog

- feat(lockfile): traverse lockfile in parallel by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7178
- perf: remove duplicate git construction by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7194
- Make clippy happy by [@&#8203;Zertsov](https://togithub.com/Zertsov)
in
[vercel/turbo#7195
- fix: keep stdin open for persistent tasks by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7196
- add vc config dir by [@&#8203;Zertsov](https://togithub.com/Zertsov)
in
[vercel/turbo#7173
- fix(Turborepo): Handle spaces in path names in git status by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7197
- feat: enable vt processing on windows by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7158

**Full Changelog**:
vercel/turbo@v1.12.1...v1.12.2

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

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

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

#### What's Changed

##### Docs

- docs: fix link in telemetry by
[@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) in
[vercel/turbo#7190

##### create-turbo

- release(turborepo): 1.12.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7177

##### Changelog

- Print telemetry warning on stderr by
[@&#8203;laat](https://togithub.com/laat) in
[vercel/turbo#7189
- chore(integration): remove \_helpers & fallback by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7172

#### New Contributors

- [@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) made
their first contribution in
[vercel/turbo#7190
- [@&#8203;laat](https://togithub.com/laat) made their first
contribution in
[vercel/turbo#7189

**Full Changelog**:
vercel/turbo@v1.12.0...v1.12.1

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

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

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

#### What's Changed

##### Docs

- General CI steps on doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#6894
- \[Docs] create-new.mdx - npm double slash typo fix by
[@&#8203;Firfi](https://togithub.com/Firfi) in
[vercel/turbo#6933
- fix(docs): correct option heading by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6973
- Clean up inputs doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#6980
- fix(docs): typo in `what-to-cache.mdx` by
[@&#8203;pjlangley](https://togithub.com/pjlangley) in
[vercel/turbo#6960
- fix(docs): update vercel.mdx by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6987
- Doc for running setup tasks prior to development tasks. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#6999
- Add Glossary to sidebar. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7011
- fix(docs): remote cache go -> rust by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7082
- Use `exports` in Internal Packages doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7079
- fix: typo in github-actions.mdx by
[@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) in
[vercel/turbo#7069
- Document glob spec. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7076
- Document handling of Node.js versions, OS, and arch. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7072
- Add generalized deployment advice for Prisma doc. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#7130
- \[DO NOT MERGE] feat(telemetry): cli reference by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6826
- \[DO NOT MERGE] feat(telemetry): feature docs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6827
- \[DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7155

##### create-turbo

- release(turborepo): 1.11.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#6891
- release(turborepo): 1.11.4-canary.0 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#6975
- release(turborepo): 1.11.4-canary.1 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#6997
- release(turborepo): 1.11.4-canary.3 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7157
- release(turborepo): 1.11.4-canary.4 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[vercel/turbo#7170

##### Examples

- chore(deps-dev): bump the example-dependencies group in
/examples/with-shell-commands with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/turbo#6901
- Update dependencies in examples. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#6920
- Fix with-svelte-example by
[@&#8203;dummdidumm](https://togithub.com/dummdidumm) in
[vercel/turbo#6986
- fix(examples): fontSize type is number not string by
[@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) in
[vercel/turbo#7005
- Fix Svelte package export map by
[@&#8203;dummdidumm](https://togithub.com/dummdidumm) in
[vercel/turbo#7007
- fix(examples): basic generator by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7022
- fix(examples): ui turbo.json no longer needed by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7087
- chore(docs): remove unnecessary spaces by
[@&#8203;GyoHeon](https://togithub.com/GyoHeon) in
[vercel/turbo#7118
- chore: install jest in examples/kitchen-sink by
[@&#8203;llllvvuu](https://togithub.com/llllvvuu) in
[vercel/turbo#7132

##### Changelog

- fix: Make execution state use auth crate by
[@&#8203;Zertsov](https://togithub.com/Zertsov) in
[vercel/turbo#6880
- fix(telemetry): obfuscate rc endpoint by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6925
- fix: treat empty environement variables as unset by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6929
- Error out if dependent flags are provided without their parent by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#6780
- fix: make sure that our concurrency check ignore packages without task
by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#6790
- chore: avoid panic on invalid directory filters by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6955
- feat(Turborepo): Use a wrapper around the raw strings we pass to
globwalk by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#6847
- fix: ignore permission errors during globbing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6957
- fix: avoid retry panic by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6926
- add better messaging when running with api flag by
[@&#8203;Zertsov](https://togithub.com/Zertsov) in
[vercel/turbo#6927
- fix some clippy lints by [@&#8203;arlyon](https://togithub.com/arlyon)
in
[vercel/turbo#6959
- Fix/unrevert daemon discovery by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#6712
- feat(telemetry): track prune args by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6970
- feat(lockfiles): support Yarn 4 patches by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6974
- feat(telemetry): track global args by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6972
- fix: update Cargo.lock with correct workspace dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6990
- fix: rewrite prefix after carriage return by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6989
- feat(telemetry): track run arguments by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6985
- chore: remove usage of command groups by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6992
- chore: add reason for service being unavailable by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6993
- fix(turbo): validate graph extension by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#6995
- chore: Adjusted error message for APIClient errors in cache by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#6996
- fix(integration): update help integration test by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7017
- fix(cache): truncate metadata file when writing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7016
- fix(prune): correctly create symlinks to directories by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#6983
- fix: forward fixes for LSP by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7023
- fix(daemon): make sure cookie dir exists before writing cookie by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7015
- feat(telemetry): track more daemon errors by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7031
- chore: revert auth json by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7026
- chore: prefactor process manager by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7034
- chore(Turborepo): Scope down opts needed by the visitor, remove run
lifetime by [@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7032
- fix: Examples turbo.json outputs key by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#7071
- fix: filter package.json files that are subfolders of other packages
by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#7025
- feat: update `@turbo/repository` to use new terminology by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7078
- fix(turbo): sort dependents and dependencies during normalization by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7018
- release: `@turbo/repository@0.0.1-canary.3` by
[@&#8203;mrmckeb](https://togithub.com/mrmckeb) in
[vercel/turbo#7090
- chore(daemon): swap fallback logs to debug by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7102
- feat: add ability to spawn child process with pty by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7077
- chore(Turborepo): Move more CLI stuff out of run code by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#7085
- fix(hashing): include gitignored files in fallback by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7105
- fix(clippy): remove unused import by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7120
- fix(hashing): include default files in fallback by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7106
- chore: add tracing to pty usage by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7127
- fix disable echoctl by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7109
- feat(telemetry): enable feature by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7122
- feat: enable pty usage by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7128
- feat(hashing): support $TURBO_DEFAULT$ in inputs by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7113
- fix: process manager tests tty by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7156
- fix(tests): mock telemetry config by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#7168
- chore: clean pnpm lockfile by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#7171
- fix: tasks with no newline by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#7175

#### New Contributors

- [@&#8203;Firfi](https://togithub.com/Firfi) made their first
contribution in
[vercel/turbo#6933
- [@&#8203;pjlangley](https://togithub.com/pjlangley) made their first
contribution in
[vercel/turbo#6960
- [@&#8203;dummdidumm](https://togithub.com/dummdidumm) made their first
contribution in
[vercel/turbo#6986
- [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) made their
first contribution in
[vercel/turbo#7005
- [@&#8203;nirban07](https://togithub.com/nirban07) made their first
contribution in
[vercel/turbo#7008
- [@&#8203;mrmckeb](https://togithub.com/mrmckeb) made their first
contribution in
[vercel/turbo#7078
- [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) made their
first contribution in
[vercel/turbo#7069
- [@&#8203;GyoHeon](https://togithub.com/GyoHeon) made their first
contribution in
[vercel/turbo#7118
- [@&#8203;llllvvuu](https://togithub.com/llllvvuu) made their first
contribution in
[vercel/turbo#7132

**Full Changelog**:
vercel/turbo@v1.11.3...v1.12.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 Feb 18, 2024
[![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.12.3` -> `1.12.4`](https://renovatebot.com/diffs/npm/turbo/1.10.16/1.12.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.16/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.16/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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



#### What's Changed

##### Docs

-   feat(cache): bump default timeout and add docs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7304](https://togithub.com/vercel/turbo/pull/7304)

##### create-turbo

-   release(turborepo): 1.12.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7296](https://togithub.com/vercel/turbo/pull/7296)
-   chore(create-turbo): update chalk to v4 by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7300](https://togithub.com/vercel/turbo/pull/7300)
-   release(turborepo): 1.12.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7338](https://togithub.com/vercel/turbo/pull/7338)
-   release(turborepo): 1.12.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7369](https://togithub.com/vercel/turbo/pull/7369)

##### [@&#8203;turbo/repository](https://togithub.com/turbo/repository) - ⚠️  **Alpha - Expect Breaking Changes**

-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): fix breaking API changes from turbo core by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7373](https://togithub.com/vercel/turbo/pull/7373)
-   chore(turbo): rename workspace -> package in PackageGraph module by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7372](https://togithub.com/vercel/turbo/pull/7372)

##### Changelog

-   chore(Turborepo): Delete or feature-gate imports by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7295](https://togithub.com/vercel/turbo/pull/7295)
-   fix(Turborepo): Route through existing wait_for_filewatching call by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7237](https://togithub.com/vercel/turbo/pull/7237)
-   feat(async_cache): support cloning by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7293](https://togithub.com/vercel/turbo/pull/7293)
-   refactor: Error on absolute paths in turbo.json by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7292](https://togithub.com/vercel/turbo/pull/7292)
-   implement vercel auth token for SSO by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7192](https://togithub.com/vercel/turbo/pull/7192)
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add method to return package dependents by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7242](https://togithub.com/vercel/turbo/pull/7242)
-   chore([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): bump version to 0.0.1-canary.5 by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7312](https://togithub.com/vercel/turbo/pull/7312)
-   fix(Turborepo): Don't block forever if we have already gotten a parse error by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7203](https://togithub.com/vercel/turbo/pull/7203)
-   chore(Turborepo): Remove ExecutionState, we don't need it anymore by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7281](https://togithub.com/vercel/turbo/pull/7281)
-   feat(turbo): task access trace & cached configs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7074](https://togithub.com/vercel/turbo/pull/7074)
-   chore: fix clippy lints in [@&#8203;turbo/repository](https://togithub.com/turbo/repository) by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7310](https://togithub.com/vercel/turbo/pull/7310)
-   chore: Clean up log files, add `daemon log` subcommand by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7305](https://togithub.com/vercel/turbo/pull/7305)
-   chore: add shutdown method for async cache by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7309](https://togithub.com/vercel/turbo/pull/7309)
-   feat: vendor CI log groups by [@&#8203;cymruu](https://togithub.com/cymruu) in [https://github.com/vercel/turbo/pull/6314](https://togithub.com/vercel/turbo/pull/6314)
-   feat(turborepo): daemon UX improvements by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7307](https://togithub.com/vercel/turbo/pull/7307)
-   chore(turborepo): Ensure fresh builds by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7321](https://togithub.com/vercel/turbo/pull/7321)
-   chore: don't print debug info on successful login by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7323](https://togithub.com/vercel/turbo/pull/7323)
-   fix: check vercel token is still valid by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7325](https://togithub.com/vercel/turbo/pull/7325)
-   fix(Turborepo): Start moving cookie watching to downstream services by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7283](https://togithub.com/vercel/turbo/pull/7283)
-   chore([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add inline jsdocs for findPackagesAndDependents method by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7331](https://togithub.com/vercel/turbo/pull/7331)
-   chore: modularize vercel api crate by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7329](https://togithub.com/vercel/turbo/pull/7329)
-   fix(Turborepo): Pass validated globs to daemon for watching by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7327](https://togithub.com/vercel/turbo/pull/7327)
-   feat(Turborepo): Add spaces_id to layered config by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7330](https://togithub.com/vercel/turbo/pull/7330)
-   feat(gitignore): break out gitignore util by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7319](https://togithub.com/vercel/turbo/pull/7319)
-   feat(turbo): update changemapper to return name and path of packages by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7336](https://togithub.com/vercel/turbo/pull/7336)
-   chore(turbo): rename WorkspaceNode to PackageNode by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7351](https://togithub.com/vercel/turbo/pull/7351)
-   chore(turbo): rename WorkspaceInfo struct to PackageInfo by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7353](https://togithub.com/vercel/turbo/pull/7353)
-   chore(Turborepo): Move daemon paths off of CommandBase by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7339](https://togithub.com/vercel/turbo/pull/7339)
-   fix: use system certs for tls by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7357](https://togithub.com/vercel/turbo/pull/7357)
-   chore(Turborepo): Remote CommandBase from Run by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7360](https://togithub.com/vercel/turbo/pull/7360)
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add affectedPackages API by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7326](https://togithub.com/vercel/turbo/pull/7326)
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): bump for release by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7361](https://togithub.com/vercel/turbo/pull/7361)
-   chore(turbo): rename WorkspaceName to PackageName by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7355](https://togithub.com/vercel/turbo/pull/7355)
-   chore(turbo): delete unused fixture in cli directory by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7376](https://togithub.com/vercel/turbo/pull/7376)
-   fix: avoid grouping logs from tasks which ended in error by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7335](https://togithub.com/vercel/turbo/pull/7335)

#### New Contributors

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

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.3...v1.12.4

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

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



#### What's Changed

##### Docs

-   Add "System environment variables" page. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7223](https://togithub.com/vercel/turbo/pull/7223)
-   Remote Cache API doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7236](https://togithub.com/vercel/turbo/pull/7236)
-   Inputs clarity. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7246](https://togithub.com/vercel/turbo/pull/7246)
-   docs(turborepo): fix typo in task dependencies by [@&#8203;flextremedev](https://togithub.com/flextremedev) in [https://github.com/vercel/turbo/pull/7271](https://togithub.com/vercel/turbo/pull/7271)
-   feat(docs): document building turbo from source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7276](https://togithub.com/vercel/turbo/pull/7276)
-   Fix a typo in docs page for github actions by [@&#8203;noahsark769](https://togithub.com/noahsark769) in [https://github.com/vercel/turbo/pull/7249](https://togithub.com/vercel/turbo/pull/7249)

##### create-turbo

-   release(turborepo): 1.12.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7200](https://togithub.com/vercel/turbo/pull/7200)
-   release(turborepo): 1.12.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7215](https://togithub.com/vercel/turbo/pull/7215)

##### Examples

-   Bumping examples to 1.12 by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7053](https://togithub.com/vercel/turbo/pull/7053)
-   Fix trailing comma in exapmle react-library.json by [@&#8203;Fl0h0](https://togithub.com/Fl0h0) in [https://github.com/vercel/turbo/pull/7273](https://togithub.com/vercel/turbo/pull/7273)
-   fix: avoid expensive globwalk in examples by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7238](https://togithub.com/vercel/turbo/pull/7238)

##### Changelog

-   backport wax 0.6 fixes to turborepo-wax by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7089](https://togithub.com/vercel/turbo/pull/7089)
-   chore: allow unused for variables that don't get used on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7212](https://togithub.com/vercel/turbo/pull/7212)
-   rust is no longer experimental by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7214](https://togithub.com/vercel/turbo/pull/7214)
-   fix: declare version.txt as input by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7221](https://togithub.com/vercel/turbo/pull/7221)
-   refactor: Clean up error printing by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7169](https://togithub.com/vercel/turbo/pull/7169)
-   fix: correctly parse pnpm lockfile settings by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7198](https://togithub.com/vercel/turbo/pull/7198)
-   refactor(turborepo): Change Detector by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7222](https://togithub.com/vercel/turbo/pull/7222)
-   chore: move scripts to build and benchmark demos to new package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7217](https://togithub.com/vercel/turbo/pull/7217)
-   feat(turbo-repository): return additional workspace data by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7187](https://togithub.com/vercel/turbo/pull/7187)
-   Fix/filter unnamed packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7280](https://togithub.com/vercel/turbo/pull/7280)
-   fix: Daemon Restarting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7288](https://togithub.com/vercel/turbo/pull/7288)
-   chore(turborepo-lib): use compile error for feature validation by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [https://github.com/vercel/turbo/pull/4235](https://togithub.com/vercel/turbo/pull/4235)
-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): update types to latest signature by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7289](https://togithub.com/vercel/turbo/pull/7289)
-   fix(Turborepo): Flag off daemon for package discovery by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7290](https://togithub.com/vercel/turbo/pull/7290)

#### New Contributors

-   [@&#8203;flextremedev](https://togithub.com/flextremedev) made their first contribution in [https://github.com/vercel/turbo/pull/7271](https://togithub.com/vercel/turbo/pull/7271)
-   [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first contribution in [https://github.com/vercel/turbo/pull/7273](https://togithub.com/vercel/turbo/pull/7273)
-   [@&#8203;noahsark769](https://togithub.com/noahsark769) made their first contribution in [https://github.com/vercel/turbo/pull/7249](https://togithub.com/vercel/turbo/pull/7249)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.2...v1.12.3

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

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



#### What's Changed

##### create-turbo

-   release(turborepo): 1.12.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7193](https://togithub.com/vercel/turbo/pull/7193)

##### Changelog

-   feat(lockfile): traverse lockfile in parallel by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7178](https://togithub.com/vercel/turbo/pull/7178)
-   perf: remove duplicate git construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7194](https://togithub.com/vercel/turbo/pull/7194)
-   Make clippy happy by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7195](https://togithub.com/vercel/turbo/pull/7195)
-   fix: keep stdin open for persistent tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7196](https://togithub.com/vercel/turbo/pull/7196)
-   add vc config dir by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/7173](https://togithub.com/vercel/turbo/pull/7173)
-   fix(Turborepo): Handle spaces in path names in git status by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7197](https://togithub.com/vercel/turbo/pull/7197)
-   feat: enable vt processing on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7158](https://togithub.com/vercel/turbo/pull/7158)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.1...v1.12.2

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

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



#### What's Changed

##### Docs

-   docs: fix link in telemetry by [@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) in [https://github.com/vercel/turbo/pull/7190](https://togithub.com/vercel/turbo/pull/7190)

##### create-turbo

-   release(turborepo): 1.12.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7177](https://togithub.com/vercel/turbo/pull/7177)

##### Changelog

-   Print telemetry warning on stderr by [@&#8203;laat](https://togithub.com/laat) in [https://github.com/vercel/turbo/pull/7189](https://togithub.com/vercel/turbo/pull/7189)
-   chore(integration): remove \_helpers & fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7172](https://togithub.com/vercel/turbo/pull/7172)

#### New Contributors

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

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.12.0...v1.12.1

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

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



#### What's Changed

##### Docs

-   General CI steps on doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6894](https://togithub.com/vercel/turbo/pull/6894)
-   \[Docs] create-new.mdx - npm double slash typo fix by [@&#8203;Firfi](https://togithub.com/Firfi) in [https://github.com/vercel/turbo/pull/6933](https://togithub.com/vercel/turbo/pull/6933)
-   fix(docs): correct option heading by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6973](https://togithub.com/vercel/turbo/pull/6973)
-   Clean up inputs doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6980](https://togithub.com/vercel/turbo/pull/6980)
-   fix(docs): typo in `what-to-cache.mdx` by [@&#8203;pjlangley](https://togithub.com/pjlangley) in [https://github.com/vercel/turbo/pull/6960](https://togithub.com/vercel/turbo/pull/6960)
-   fix(docs): update vercel.mdx by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6987](https://togithub.com/vercel/turbo/pull/6987)
-   Doc for running setup tasks prior to development tasks. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6999](https://togithub.com/vercel/turbo/pull/6999)
-   Add Glossary to sidebar. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7011](https://togithub.com/vercel/turbo/pull/7011)
-   fix(docs): remote cache go -> rust by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7082](https://togithub.com/vercel/turbo/pull/7082)
-   Use `exports`  in Internal Packages doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7079](https://togithub.com/vercel/turbo/pull/7079)
-   fix: typo in github-actions.mdx by [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) in [https://github.com/vercel/turbo/pull/7069](https://togithub.com/vercel/turbo/pull/7069)
-   Document glob spec. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7076](https://togithub.com/vercel/turbo/pull/7076)
-   Document handling of Node.js versions, OS, and arch. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7072](https://togithub.com/vercel/turbo/pull/7072)
-   Add generalized deployment advice for Prisma doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/7130](https://togithub.com/vercel/turbo/pull/7130)
-   \[DO NOT MERGE] feat(telemetry): cli reference by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6826](https://togithub.com/vercel/turbo/pull/6826)
-   \[DO NOT MERGE] feat(telemetry): feature docs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6827](https://togithub.com/vercel/turbo/pull/6827)
-   \[DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7155](https://togithub.com/vercel/turbo/pull/7155)

##### create-turbo

-   release(turborepo): 1.11.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6891](https://togithub.com/vercel/turbo/pull/6891)
-   release(turborepo): 1.11.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6975](https://togithub.com/vercel/turbo/pull/6975)
-   release(turborepo): 1.11.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6997](https://togithub.com/vercel/turbo/pull/6997)
-   release(turborepo): 1.11.4-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7157](https://togithub.com/vercel/turbo/pull/7157)
-   release(turborepo): 1.11.4-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/7170](https://togithub.com/vercel/turbo/pull/7170)

##### Examples

-   chore(deps-dev): bump the example-dependencies group in /examples/with-shell-commands with 1 update by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/vercel/turbo/pull/6901](https://togithub.com/vercel/turbo/pull/6901)
-   Update dependencies in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6920](https://togithub.com/vercel/turbo/pull/6920)
-   Fix with-svelte-example by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [https://github.com/vercel/turbo/pull/6986](https://togithub.com/vercel/turbo/pull/6986)
-   fix(examples): fontSize type is number not string by [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) in [https://github.com/vercel/turbo/pull/7005](https://togithub.com/vercel/turbo/pull/7005)
-   Fix Svelte package export map by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [https://github.com/vercel/turbo/pull/7007](https://togithub.com/vercel/turbo/pull/7007)
-   fix(examples): basic generator by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7022](https://togithub.com/vercel/turbo/pull/7022)
-   fix(examples): ui turbo.json no longer needed by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7087](https://togithub.com/vercel/turbo/pull/7087)
-   chore(docs): remove unnecessary spaces by [@&#8203;GyoHeon](https://togithub.com/GyoHeon) in [https://github.com/vercel/turbo/pull/7118](https://togithub.com/vercel/turbo/pull/7118)
-   chore: install jest in examples/kitchen-sink by [@&#8203;llllvvuu](https://togithub.com/llllvvuu) in [https://github.com/vercel/turbo/pull/7132](https://togithub.com/vercel/turbo/pull/7132)

##### Changelog

-   fix: Make execution state use auth crate by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6880](https://togithub.com/vercel/turbo/pull/6880)
-   fix(telemetry): obfuscate rc endpoint by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6925](https://togithub.com/vercel/turbo/pull/6925)
-   fix: treat empty environement variables as unset by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6929](https://togithub.com/vercel/turbo/pull/6929)
-   Error out if dependent flags are provided without their parent by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6780](https://togithub.com/vercel/turbo/pull/6780)
-   fix: make sure that our concurrency check ignore packages without task by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6790](https://togithub.com/vercel/turbo/pull/6790)
-   chore: avoid panic on invalid directory filters by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6955](https://togithub.com/vercel/turbo/pull/6955)
-   feat(Turborepo): Use a wrapper around the raw strings we pass to globwalk by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6847](https://togithub.com/vercel/turbo/pull/6847)
-   fix: ignore permission errors during globbing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6957](https://togithub.com/vercel/turbo/pull/6957)
-   fix: avoid retry panic by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6926](https://togithub.com/vercel/turbo/pull/6926)
-   add better messaging when running with api flag by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6927](https://togithub.com/vercel/turbo/pull/6927)
-   fix some clippy lints by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6959](https://togithub.com/vercel/turbo/pull/6959)
-   Fix/unrevert daemon discovery by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6712](https://togithub.com/vercel/turbo/pull/6712)
-   feat(telemetry): track prune args by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6970](https://togithub.com/vercel/turbo/pull/6970)
-   feat(lockfiles): support Yarn 4 patches by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6974](https://togithub.com/vercel/turbo/pull/6974)
-   feat(telemetry): track global args by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6972](https://togithub.com/vercel/turbo/pull/6972)
-   fix: update Cargo.lock with correct workspace dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6990](https://togithub.com/vercel/turbo/pull/6990)
-   fix: rewrite prefix after carriage return by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6989](https://togithub.com/vercel/turbo/pull/6989)
-   feat(telemetry): track run arguments by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6985](https://togithub.com/vercel/turbo/pull/6985)
-   chore: remove usage of command groups by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6992](https://togithub.com/vercel/turbo/pull/6992)
-   chore: add reason for service being unavailable by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6993](https://togithub.com/vercel/turbo/pull/6993)
-   fix(turbo): validate graph extension by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6995](https://togithub.com/vercel/turbo/pull/6995)
-   chore: Adjusted error message for APIClient errors in cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6996](https://togithub.com/vercel/turbo/pull/6996)
-   fix(integration): update help integration test by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7017](https://togithub.com/vercel/turbo/pull/7017)
-   fix(cache): truncate metadata file when writing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7016](https://togithub.com/vercel/turbo/pull/7016)
-   fix(prune): correctly create symlinks to directories  by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6983](https://togithub.com/vercel/turbo/pull/6983)
-   fix: forward fixes for LSP by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7023](https://togithub.com/vercel/turbo/pull/7023)
-   fix(daemon): make sure cookie dir exists before writing cookie by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7015](https://togithub.com/vercel/turbo/pull/7015)
-   feat(telemetry): track more daemon errors by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7031](https://togithub.com/vercel/turbo/pull/7031)
-   chore: revert auth json by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7026](https://togithub.com/vercel/turbo/pull/7026)
-   chore: prefactor process manager by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7034](https://togithub.com/vercel/turbo/pull/7034)
-   chore(Turborepo): Scope down opts needed by the visitor, remove run lifetime by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7032](https://togithub.com/vercel/turbo/pull/7032)
-   fix: Examples turbo.json outputs key by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7071](https://togithub.com/vercel/turbo/pull/7071)
-   fix: filter package.json files that are subfolders of other packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/7025](https://togithub.com/vercel/turbo/pull/7025)
-   feat: update `@turbo/repository` to use new terminology by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7078](https://togithub.com/vercel/turbo/pull/7078)
-   fix(turbo): sort dependents and dependencies during normalization by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7018](https://togithub.com/vercel/turbo/pull/7018)
-   release: `@turbo/repository@0.0.1-canary.3` by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [https://github.com/vercel/turbo/pull/7090](https://togithub.com/vercel/turbo/pull/7090)
-   chore(daemon): swap fallback logs to debug by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7102](https://togithub.com/vercel/turbo/pull/7102)
-   feat: add ability to spawn child process with pty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7077](https://togithub.com/vercel/turbo/pull/7077)
-   chore(Turborepo): Move more CLI stuff out of run code by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/7085](https://togithub.com/vercel/turbo/pull/7085)
-   fix(hashing): include gitignored files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7105](https://togithub.com/vercel/turbo/pull/7105)
-   fix(clippy): remove unused import by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7120](https://togithub.com/vercel/turbo/pull/7120)
-   fix(hashing): include default files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7106](https://togithub.com/vercel/turbo/pull/7106)
-   chore: add tracing to pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7127](https://togithub.com/vercel/turbo/pull/7127)
-   fix disable echoctl by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7109](https://togithub.com/vercel/turbo/pull/7109)
-   feat(telemetry): enable feature by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7122](https://togithub.com/vercel/turbo/pull/7122)
-   feat: enable pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7128](https://togithub.com/vercel/turbo/pull/7128)
-   feat(hashing): support $TURBO_DEFAULT$ in inputs by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7113](https://togithub.com/vercel/turbo/pull/7113)
-   fix: process manager tests tty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7156](https://togithub.com/vercel/turbo/pull/7156)
-   fix(tests): mock telemetry config by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/7168](https://togithub.com/vercel/turbo/pull/7168)
-   chore: clean pnpm lockfile by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/7171](https://togithub.com/vercel/turbo/pull/7171)
-   fix: tasks with no newline by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/7175](https://togithub.com/vercel/turbo/pull/7175)

#### New Contributors

-   [@&#8203;Firfi](https://togithub.com/Firfi) made their first contribution in [https://github.com/vercel/turbo/pull/6933](https://togithub.com/vercel/turbo/pull/6933)
-   [@&#8203;pjlangley](https://togithub.com/pjlangley) made their first contribution in [https://github.com/vercel/turbo/pull/6960](https://togithub.com/vercel/turbo/pull/6960)
-   [@&#8203;dummdidumm](https://togithub.com/dummdidumm) made their first contribution in [https://github.com/vercel/turbo/pull/6986](https://togithub.com/vercel/turbo/pull/6986)
-   [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) made their first contribution in [https://github.com/vercel/turbo/pull/7005](https://togithub.com/vercel/turbo/pull/7005)
-   [@&#8203;nirban07](https://togithub.com/nirban07) made their first contribution in [https://github.com/vercel/turbo/pull/7008](https://togithub.com/vercel/turbo/pull/7008)
-   [@&#8203;mrmckeb](https://togithub.com/mrmckeb) made their first contribution in [https://github.com/vercel/turbo/pull/7078](https://togithub.com/vercel/turbo/pull/7078)
-   [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) made their first contribution in [https://github.com/vercel/turbo/pull/7069](https://togithub.com/vercel/turbo/pull/7069)
-   [@&#8203;GyoHeon](https://togithub.com/GyoHeon) made their first contribution in [https://github.com/vercel/turbo/pull/7118](https://togithub.com/vercel/turbo/pull/7118)
-   [@&#8203;llllvvuu](https://togithub.com/llllvvuu) made their first contribution in [https://github.com/vercel/turbo/pull/7132](https://togithub.com/vercel/turbo/pull/7132)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.3...v1.12.0

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

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



#### What's Changed

##### Docs

-   Updated outdated Docs "Getting Started" > "Create a New Monorepo" by [@&#8203;Gogoro](https://togithub.com/Gogoro) in [https://github.com/vercel/turbo/pull/6786](https://togithub.com/vercel/turbo/pull/6786)
-   docs: fix typo under getting started by [@&#8203;denniscampos](https://togithub.com/denniscampos) in [https://github.com/vercel/turbo/pull/6817](https://togithub.com/vercel/turbo/pull/6817)

##### create-turbo

-   release(turborepo): 1.11.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6776](https://togithub.com/vercel/turbo/pull/6776)
-   release(turborepo): 1.11.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6791](https://togithub.com/vercel/turbo/pull/6791)
-   release(turborepo): 1.11.3-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6835](https://togithub.com/vercel/turbo/pull/6835)
-   release(turborepo): 1.11.3-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6890](https://togithub.com/vercel/turbo/pull/6890)

##### Examples

-   Bump turbo in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6766](https://togithub.com/vercel/turbo/pull/6766)
-   fix button prop appName from docs app by [@&#8203;Yunfei1982](https://togithub.com/Yunfei1982) in [https://github.com/vercel/turbo/pull/6794](https://togithub.com/vercel/turbo/pull/6794)
-   Ignore dist in shell commands example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6851](https://togithub.com/vercel/turbo/pull/6851)
-   fix(examples): Typo correction on design-system package.json by [@&#8203;GGalupo](https://togithub.com/GGalupo) in [https://github.com/vercel/turbo/pull/6859](https://togithub.com/vercel/turbo/pull/6859)

##### Changelog

-   chore: remove verbosity filter from chrome profile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6779](https://togithub.com/vercel/turbo/pull/6779)
-   feat: add anon-profile flag by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6781](https://togithub.com/vercel/turbo/pull/6781)
-   chore: remove verbosity flag when running benchmark by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6782](https://togithub.com/vercel/turbo/pull/6782)
-   feat(gen): pass the command cwd through by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6795](https://togithub.com/vercel/turbo/pull/6795)
-   perf(yarn3): eagerly construct map from workspace paths to locators by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6797](https://togithub.com/vercel/turbo/pull/6797)
-   fix: add missing dependency to cargo lockfile by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6807](https://togithub.com/vercel/turbo/pull/6807)
-   refactor: Remove bookkeeping abstraction from turbo config by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6809](https://togithub.com/vercel/turbo/pull/6809)
-   chore: include response body if not valid JSON by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6796](https://togithub.com/vercel/turbo/pull/6796)
-   chore: add tracing to primary lockfile functions by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6800](https://togithub.com/vercel/turbo/pull/6800)
-   feat(turbo): telemetry client by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6743](https://togithub.com/vercel/turbo/pull/6743)
-   fix(telemetry): don’t track hash by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6828](https://togithub.com/vercel/turbo/pull/6828)
-   feat(telemetry): add README disabled note by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6829](https://togithub.com/vercel/turbo/pull/6829)
-   feat(telemetry): generic parent to child event by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6830](https://togithub.com/vercel/turbo/pull/6830)
-   Create wrapper for `dirs_next::config_dir()` by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6837](https://togithub.com/vercel/turbo/pull/6837)
-   fix: Allow for long symlinks by using append_link by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6838](https://togithub.com/vercel/turbo/pull/6838)
-   Use the sso team instead of the string 'sso' by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6867](https://togithub.com/vercel/turbo/pull/6867)
-   feat(telemetry): track client system info by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6868](https://togithub.com/vercel/turbo/pull/6868)
-   fix(yarn4): avoid overwriting non-npm protocols by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6723](https://togithub.com/vercel/turbo/pull/6723)
-   fix: avoid deleting cached package discovery data by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6872](https://togithub.com/vercel/turbo/pull/6872)
-   Make link command use auth crate instead of config token by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6870](https://togithub.com/vercel/turbo/pull/6870)
-   fix support bracket filepaths by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6877](https://togithub.com/vercel/turbo/pull/6877)
-   fix clippy 'errors' by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6881](https://togithub.com/vercel/turbo/pull/6881)
-   feat(telemetry): add run and repo events by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6876](https://togithub.com/vercel/turbo/pull/6876)
-   add base url getter to APIClient by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [https://github.com/vercel/turbo/pull/6888](https://togithub.com/vercel/turbo/pull/6888)
-   chore: tracing overhaul by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6869](https://togithub.com/vercel/turbo/pull/6869)

#### New Contributors

-   [@&#8203;Yunfei1982](https://togithub.com/Yunfei1982) made their first contribution in [https://github.com/vercel/turbo/pull/6794](https://togithub.com/vercel/turbo/pull/6794)
-   [@&#8203;Gogoro](https://togithub.com/Gogoro) made their first contribution in [https://github.com/vercel/turbo/pull/6786](https://togithub.com/vercel/turbo/pull/6786)
-   [@&#8203;denniscampos](https://togithub.com/denniscampos) made their first contribution in [https://github.com/vercel/turbo/pull/6817](https://togithub.com/vercel/turbo/pull/6817)
-   [@&#8203;jupapios](https://togithub.com/jupapios) made their first contribution in [https://github.com/vercel/turbo/pull/6849](https://togithub.com/vercel/turbo/pull/6849)
-   [@&#8203;GGalupo](https://togithub.com/GGalupo) made their first contribution in [https://github.com/vercel/turbo/pull/6859](https://togithub.com/vercel/turbo/pull/6859)
-   [@&#8203;bb8dd](https://togithub.com/bb8dd) made their first contribution in [https://github.com/vercel/turbo/pull/6862](https://togithub.com/vercel/turbo/pull/6862)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.2...v1.11.3

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

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



#### What's Changed

##### Docs

-   Update yarn support policy. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6757](https://togithub.com/vercel/turbo/pull/6757)

##### create-turbo

-   release(turborepo): 1.11.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6742](https://togithub.com/vercel/turbo/pull/6742)
-   release(turborepo): 1.11.2-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6771](https://togithub.com/vercel/turbo/pull/6771)

##### Examples

-   Add transpilePackages to `with-tailwind` example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6746](https://togithub.com/vercel/turbo/pull/6746)
-   Update README for with-tailwind. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6755](https://togithub.com/vercel/turbo/pull/6755)
-   Remove source key from with-docker example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6759](https://togithub.com/vercel/turbo/pull/6759)
-   Use `"strict": true`  for TypeScript in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6762](https://togithub.com/vercel/turbo/pull/6762)

##### Changelog

-   chore: avoid panics in berry lockfile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6725](https://togithub.com/vercel/turbo/pull/6725)
-   fix: remove placeholder duration from cache metadata by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6756](https://togithub.com/vercel/turbo/pull/6756)
-   chore: Remove hash comparison code by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6758](https://togithub.com/vercel/turbo/pull/6758)
-   fix: ignore exit codes when child killed by manager by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6767](https://togithub.com/vercel/turbo/pull/6767)
-   fix: make assertion assert something by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6768](https://togithub.com/vercel/turbo/pull/6768)
-   Allow forcing use of daemon by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6764](https://togithub.com/vercel/turbo/pull/6764)
-   fix: avoid double slash if glob ends with slash by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6772](https://togithub.com/vercel/turbo/pull/6772)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.1...v1.11.2

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

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



#### What's Changed

##### create-turbo

-   release(turborepo): 1.11.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6706](https://togithub.com/vercel/turbo/pull/6706)
-   release(turborepo): 1.11.1-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6741](https://togithub.com/vercel/turbo/pull/6741)

##### Examples

-   Example with only shell commands. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6688](https://togithub.com/vercel/turbo/pull/6688)
-   Update with-tailwind example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6575](https://togithub.com/vercel/turbo/pull/6575)
-   Mix of server and client components in basic example. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6682](https://togithub.com/vercel/turbo/pull/6682)

##### Changelog

-   chore(tests): cleanup setup scripts by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6700](https://togithub.com/vercel/turbo/pull/6700)
-   fix: limit the amount of logs we send to spaces by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6691](https://togithub.com/vercel/turbo/pull/6691)
-   chore(Turborepo): Bump npm rust package version by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6721](https://togithub.com/vercel/turbo/pull/6721)
-   fix: properly catch sigterm sent from global by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6724](https://togithub.com/vercel/turbo/pull/6724)
-   chore(ignore): exclude rustc-ice files by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6733](https://togithub.com/vercel/turbo/pull/6733)
-   Fix behaviour when discovering files for global hashing by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6738](https://togithub.com/vercel/turbo/pull/6738)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.0...v1.11.1

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

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



#### What's Changed

##### Docs

-   feat(docs): document support policy by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6277](https://togithub.com/vercel/turbo/pull/6277)
-   fix(docs): correct support typo by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6313](https://togithub.com/vercel/turbo/pull/6313)
-   fix(docs): Add full stop punctuation and add inifinitive marker to verb by [@&#8203;mdmathewdc](https://togithub.com/mdmathewdc) in [https://github.com/vercel/turbo/pull/6335](https://togithub.com/vercel/turbo/pull/6335)
-   docs: Added nested workspaces under troubleshooting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6342](https://togithub.com/vercel/turbo/pull/6342)
-   docs: document --profile flag by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6371](https://togithub.com/vercel/turbo/pull/6371)
-   fix(docs): clarify output mode for Dockerfile by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6385](https://togithub.com/vercel/turbo/pull/6385)
-   docs: add github actions/cache example to github ci docs by [@&#8203;austinwoon](https://togithub.com/austinwoon) in [https://github.com/vercel/turbo/pull/2761](https://togithub.com/vercel/turbo/pull/2761)
-   docs: Fix typo 'specifing -> specifying' by [@&#8203;mia-riezebos](https://togithub.com/mia-riezebos) in [https://github.com/vercel/turbo/pull/6426](https://togithub.com/vercel/turbo/pull/6426)
-   Improved TSConfigs in examples by [@&#8203;mattpocock](https://togithub.com/mattpocock) in [https://github.com/vercel/turbo/pull/6396](https://togithub.com/vercel/turbo/pull/6396)
-   docs: update formatting on --graph option by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6487](https://togithub.com/vercel/turbo/pull/6487)
-   Capitalization. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6561](https://togithub.com/vercel/turbo/pull/6561)
-   chore(docs): remove backticks from title/desc meta tags on CLI reference pages by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6580](https://togithub.com/vercel/turbo/pull/6580)
-   feat(docs): add node version compatibility for examples by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6581](https://togithub.com/vercel/turbo/pull/6581)
-   fix(docs): update inconsistent CLI headings by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6591](https://togithub.com/vercel/turbo/pull/6591)
-   feat(docs): add FAQ entry for non-JS workspaces in the codebase by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6612](https://togithub.com/vercel/turbo/pull/6612)
-   chore(docs): tweak getting started docs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6597](https://togithub.com/vercel/turbo/pull/6597)
-   docs: Added root internal dependencies explanation by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6622](https://togithub.com/vercel/turbo/pull/6622)
-   Capitalize the Tools category in sidebar. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6697](https://togithub.com/vercel/turbo/pull/6697)
-   Add yarn v2+ caveat for installing Internal Packages. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6696](https://togithub.com/vercel/turbo/pull/6696)
-   Update command-line-reference.mdx for --log-prefix CLI option by [@&#8203;marcneubauer](https://togithub.com/marcneubauer) in [https://github.com/vercel/turbo/pull/6657](https://togithub.com/vercel/turbo/pull/6657)

##### create-turbo

-   release(turborepo): 1.10.16 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6221](https://togithub.com/vercel/turbo/pull/6221)
-   release(turborepo): 1.10.17-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6329](https://togithub.com/vercel/turbo/pull/6329)
-   chore(turbo-utils): Remove tsup build by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6301](https://togithub.com/vercel/turbo/pull/6301)
-   release(turborepo): 1.10.17-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6448](https://togithub.com/vercel/turbo/pull/6448)
-   release(turborepo): 1.10.17-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6454](https://togithub.com/vercel/turbo/pull/6454)
-   release(turborepo): 1.10.17-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6502](https://togithub.com/vercel/turbo/pull/6502)
-   Re-up create-turbo. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6439](https://togithub.com/vercel/turbo/pull/6439)
-   release(turborepo): 1.10.17-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6521](https://togithub.com/vercel/turbo/pull/6521)
-   release(turborepo): 1.10.17-canary.5 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6549](https://togithub.com/vercel/turbo/pull/6549)
-   release(turborepo): 1.10.17-canary.6 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6610](https://togithub.com/vercel/turbo/pull/6610)
-   release(turborepo): 1.10.17-canary.7 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6629](https://togithub.com/vercel/turbo/pull/6629)
-   release(turborepo): 1.10.17-canary.8 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6630](https://togithub.com/vercel/turbo/pull/6630)
-   release(turborepo): 1.10.17-canary.9 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https:

</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).
mergify bot pushed a commit to kinguru-io/kinguru-monorepo that referenced this pull request Mar 6, 2024
[![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.11.3` -> `1.12.5`](https://renovatebot.com/diffs/npm/turbo/1.11.3/1.12.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.11.3/1.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.11.3/1.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.12.5`](https://togithub.com/vercel/turbo/compare/v1.12.4...v1.12.5)

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

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

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



#### What's Changed

##### Docs

-   feat(cache): bump default timeout and add docs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7304

##### create-turbo

-   release(turborepo): 1.12.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7296
-   chore(create-turbo): update chalk to v4 by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7300
-   release(turborepo): 1.12.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7338
-   release(turborepo): 1.12.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7369

##### [@&#8203;turbo/repository](https://togithub.com/turbo/repository) - ⚠️  **Alpha - Expect Breaking Changes**

-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): fix breaking API changes from turbo core by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7373
-   chore(turbo): rename workspace -> package in PackageGraph module by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7372

##### Changelog

-   chore(Turborepo): Delete or feature-gate imports by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7295
-   fix(Turborepo): Route through existing wait_for_filewatching call by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7237
-   feat(async_cache): support cloning by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7293
-   refactor: Error on absolute paths in turbo.json by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7292
-   implement vercel auth token for SSO by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7192
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add method to return package dependents by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7242
-   chore([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): bump version to 0.0.1-canary.5 by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7312
-   fix(Turborepo): Don't block forever if we have already gotten a parse error by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7203
-   chore(Turborepo): Remove ExecutionState, we don't need it anymore by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7281
-   feat(turbo): task access trace & cached configs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7074
-   chore: fix clippy lints in [@&#8203;turbo/repository](https://togithub.com/turbo/repository) by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7310
-   chore: Clean up log files, add `daemon log` subcommand by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7305
-   chore: add shutdown method for async cache by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7309
-   feat: vendor CI log groups by [@&#8203;cymruu](https://togithub.com/cymruu) in [vercel/turbo#6314
-   feat(turborepo): daemon UX improvements by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7307
-   chore(turborepo): Ensure fresh builds by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7321
-   chore: don't print debug info on successful login by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7323
-   fix: check vercel token is still valid by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7325
-   fix(Turborepo): Start moving cookie watching to downstream services by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7283
-   chore([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add inline jsdocs for findPackagesAndDependents method by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7331
-   chore: modularize vercel api crate by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7329
-   fix(Turborepo): Pass validated globs to daemon for watching by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7327
-   feat(Turborepo): Add spaces_id to layered config by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7330
-   feat(gitignore): break out gitignore util by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7319
-   feat(turbo): update changemapper to return name and path of packages by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7336
-   chore(turbo): rename WorkspaceNode to PackageNode by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7351
-   chore(turbo): rename WorkspaceInfo struct to PackageInfo by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7353
-   chore(Turborepo): Move daemon paths off of CommandBase by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7339
-   fix: use system certs for tls by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7357
-   chore(Turborepo): Remote CommandBase from Run by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7360
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): add affectedPackages API by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7326
-   feat([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): bump for release by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7361
-   chore(turbo): rename WorkspaceName to PackageName by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7355
-   chore(turbo): delete unused fixture in cli directory by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7376
-   fix: avoid grouping logs from tasks which ended in error by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7335

#### New Contributors

-   [@&#8203;cymruu](https://togithub.com/cymruu) made their first contribution in [vercel/turbo#6314

**Full Changelog**: vercel/turbo@v1.12.3...v1.12.4

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

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



#### What's Changed

##### Docs

-   Add "System environment variables" page. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7223
-   Remote Cache API doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7236
-   Inputs clarity. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7246
-   docs(turborepo): fix typo in task dependencies by [@&#8203;flextremedev](https://togithub.com/flextremedev) in [vercel/turbo#7271
-   feat(docs): document building turbo from source by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7276
-   Fix a typo in docs page for github actions by [@&#8203;noahsark769](https://togithub.com/noahsark769) in [vercel/turbo#7249

##### create-turbo

-   release(turborepo): 1.12.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7200
-   release(turborepo): 1.12.3-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7215

##### Examples

-   Bumping examples to 1.12 by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7053
-   Fix trailing comma in exapmle react-library.json by [@&#8203;Fl0h0](https://togithub.com/Fl0h0) in [vercel/turbo#7273
-   fix: avoid expensive globwalk in examples by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7238

##### Changelog

-   backport wax 0.6 fixes to turborepo-wax by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7089
-   chore: allow unused for variables that don't get used on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7212
-   rust is no longer experimental by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7214
-   fix: declare version.txt as input by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7221
-   refactor: Clean up error printing by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7169
-   fix: correctly parse pnpm lockfile settings by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7198
-   refactor(turborepo): Change Detector by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7222
-   chore: move scripts to build and benchmark demos to new package by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7217
-   feat(turbo-repository): return additional workspace data by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [vercel/turbo#7187
-   Fix/filter unnamed packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7280
-   fix: Daemon Restarting by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7288
-   chore(turborepo-lib): use compile error for feature validation by [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony) in [vercel/turbo#4235
-   fix([@&#8203;turbo/repository](https://togithub.com/turbo/repository)): update types to latest signature by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7289
-   fix(Turborepo): Flag off daemon for package discovery by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7290

#### New Contributors

-   [@&#8203;flextremedev](https://togithub.com/flextremedev) made their first contribution in [vercel/turbo#7271
-   [@&#8203;Fl0h0](https://togithub.com/Fl0h0) made their first contribution in [vercel/turbo#7273
-   [@&#8203;noahsark769](https://togithub.com/noahsark769) made their first contribution in [vercel/turbo#7249

**Full Changelog**: vercel/turbo@v1.12.2...v1.12.3

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

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



#### What's Changed

##### create-turbo

-   release(turborepo): 1.12.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7193

##### Changelog

-   feat(lockfile): traverse lockfile in parallel by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7178
-   perf: remove duplicate git construction by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7194
-   Make clippy happy by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7195
-   fix: keep stdin open for persistent tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7196
-   add vc config dir by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#7173
-   fix(Turborepo): Handle spaces in path names in git status by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7197
-   feat: enable vt processing on windows by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7158

**Full Changelog**: vercel/turbo@v1.12.1...v1.12.2

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

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



#### What's Changed

##### Docs

-   docs: fix link in telemetry by [@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) in [vercel/turbo#7190

##### create-turbo

-   release(turborepo): 1.12.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7177

##### Changelog

-   Print telemetry warning on stderr by [@&#8203;laat](https://togithub.com/laat) in [vercel/turbo#7189
-   chore(integration): remove \_helpers & fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7172

#### New Contributors

-   [@&#8203;A7med3bdulBaset](https://togithub.com/A7med3bdulBaset) made their first contribution in [vercel/turbo#7190
-   [@&#8203;laat](https://togithub.com/laat) made their first contribution in [vercel/turbo#7189

**Full Changelog**: vercel/turbo@v1.12.0...v1.12.1

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

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



#### What's Changed

##### Docs

-   General CI steps on doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#6894
-   \[Docs] create-new.mdx - npm double slash typo fix by [@&#8203;Firfi](https://togithub.com/Firfi) in [vercel/turbo#6933
-   fix(docs): correct option heading by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6973
-   Clean up inputs doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#6980
-   fix(docs): typo in `what-to-cache.mdx` by [@&#8203;pjlangley](https://togithub.com/pjlangley) in [vercel/turbo#6960
-   fix(docs): update vercel.mdx by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6987
-   Doc for running setup tasks prior to development tasks. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#6999
-   Add Glossary to sidebar. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7011
-   fix(docs): remote cache go -> rust by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7082
-   Use `exports`  in Internal Packages doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7079
-   fix: typo in github-actions.mdx by [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) in [vercel/turbo#7069
-   Document glob spec. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7076
-   Document handling of Node.js versions, OS, and arch. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7072
-   Add generalized deployment advice for Prisma doc. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#7130
-   \[DO NOT MERGE] feat(telemetry): cli reference by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6826
-   \[DO NOT MERGE] feat(telemetry): feature docs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6827
-   \[DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7155

##### create-turbo

-   release(turborepo): 1.11.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#6891
-   release(turborepo): 1.11.4-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#6975
-   release(turborepo): 1.11.4-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#6997
-   release(turborepo): 1.11.4-canary.3 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7157
-   release(turborepo): 1.11.4-canary.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#7170

##### Examples

-   chore(deps-dev): bump the example-dependencies group in /examples/with-shell-commands with 1 update by [@&#8203;dependabot](https://togithub.com/dependabot) in [vercel/turbo#6901
-   Update dependencies in examples. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#6920
-   Fix with-svelte-example by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [vercel/turbo#6986
-   fix(examples): fontSize type is number not string by [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) in [vercel/turbo#7005
-   Fix Svelte package export map by [@&#8203;dummdidumm](https://togithub.com/dummdidumm) in [vercel/turbo#7007
-   fix(examples): basic generator by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7022
-   fix(examples): ui turbo.json no longer needed by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7087
-   chore(docs): remove unnecessary spaces by [@&#8203;GyoHeon](https://togithub.com/GyoHeon) in [vercel/turbo#7118
-   chore: install jest in examples/kitchen-sink by [@&#8203;llllvvuu](https://togithub.com/llllvvuu) in [vercel/turbo#7132

##### Changelog

-   fix: Make execution state use auth crate by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#6880
-   fix(telemetry): obfuscate rc endpoint by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6925
-   fix: treat empty environement variables as unset by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6929
-   Error out if dependent flags are provided without their parent by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#6780
-   fix: make sure that our concurrency check ignore packages without task by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#6790
-   chore: avoid panic on invalid directory filters by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6955
-   feat(Turborepo): Use a wrapper around the raw strings we pass to globwalk by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#6847
-   fix: ignore permission errors during globbing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6957
-   fix: avoid retry panic by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6926
-   add better messaging when running with api flag by [@&#8203;Zertsov](https://togithub.com/Zertsov) in [vercel/turbo#6927
-   fix some clippy lints by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#6959
-   Fix/unrevert daemon discovery by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#6712
-   feat(telemetry): track prune args by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6970
-   feat(lockfiles): support Yarn 4 patches by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6974
-   feat(telemetry): track global args by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6972
-   fix: update Cargo.lock with correct workspace dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6990
-   fix: rewrite prefix after carriage return by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6989
-   feat(telemetry): track run arguments by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6985
-   chore: remove usage of command groups by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6992
-   chore: add reason for service being unavailable by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6993
-   fix(turbo): validate graph extension by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#6995
-   chore: Adjusted error message for APIClient errors in cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#6996
-   fix(integration): update help integration test by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7017
-   fix(cache): truncate metadata file when writing by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7016
-   fix(prune): correctly create symlinks to directories  by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#6983
-   fix: forward fixes for LSP by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7023
-   fix(daemon): make sure cookie dir exists before writing cookie by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7015
-   feat(telemetry): track more daemon errors by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7031
-   chore: revert auth json by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7026
-   chore: prefactor process manager by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7034
-   chore(Turborepo): Scope down opts needed by the visitor, remove run lifetime by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7032
-   fix: Examples turbo.json outputs key by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#7071
-   fix: filter package.json files that are subfolders of other packages by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#7025
-   feat: update `@turbo/repository` to use new terminology by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [vercel/turbo#7078
-   fix(turbo): sort dependents and dependencies during normalization by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7018
-   release: `@turbo/repository@0.0.1-canary.3` by [@&#8203;mrmckeb](https://togithub.com/mrmckeb) in [vercel/turbo#7090
-   chore(daemon): swap fallback logs to debug by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7102
-   feat: add ability to spawn child process with pty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7077
-   chore(Turborepo): Move more CLI stuff out of run code by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#7085
-   fix(hashing): include gitignored files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7105
-   fix(clippy): remove unused import by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7120
-   fix(hashing): include default files in fallback by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7106
-   chore: add tracing to pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7127
-   fix disable echoctl by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7109
-   feat(telemetry): enable feature by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7122
-   feat: enable pty usage by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7128
-   feat(hashing): support $TURBO_DEFAULT$ in inputs by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7113
-   fix: process manager tests tty by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7156
-   fix(tests): mock telemetry config by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#7168
-   chore: clean pnpm lockfile by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#7171
-   fix: tasks with no newline by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#7175

#### New Contributors

-   [@&#8203;Firfi](https://togithub.com/Firfi) made their first contribution in [vercel/turbo#6933
-   [@&#8203;pjlangley](https://togithub.com/pjlangley) made their first contribution in [vercel/turbo#6960
-   [@&#8203;dummdidumm](https://togithub.com/dummdidumm) made their first contribution in [vercel/turbo#6986
-   [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi) made their first contribution in [vercel/turbo#7005
-   [@&#8203;nirban07](https://togithub.com/nirban07) made their first contribution in [vercel/turbo#7008
-   [@&#8203;mrmckeb](https://togithub.com/mrmckeb) made their first contribution in [vercel/turbo#7078
-   [@&#8203;mattiadevivo](https://togithub.com/mattiadevivo) made their first contribution in [vercel/turbo#7069
-   [@&#8203;GyoHeon](https://togithub.com/GyoHeon) made their first contribution in [vercel/turbo#7118
-   [@&#8203;llllvvuu](https://togithub.com/llllvvuu) made their first contribution in [vercel/turbo#7132

**Full Changelog**: vercel/turbo@v1.11.3...v1.12.0

</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/kinguru-io/kinguru-monorepo).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants