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

chore: modularize vercel api crate #7329

Merged
merged 1 commit into from Feb 9, 2024

Conversation

Zertsov
Copy link
Contributor

@Zertsov Zertsov commented Feb 8, 2024

Description

I think it's logical to group the kinds of Vercel responses into their own files, keeping generic stuff in lib.rs.

Closes TURBO-2303

Copy link

vercel bot commented Feb 8, 2024

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

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 9:35pm
examples-gatsby-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 9:35pm
examples-kitchensink-blog 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 9:35pm
examples-nonmonorepo 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 9:35pm
examples-tailwind-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 9:35pm
rust-docs ❌ Failed (Inspect) Feb 8, 2024 9:35pm
5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Feb 8, 2024 9:35pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Feb 8, 2024 9:35pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Feb 8, 2024 9:35pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Feb 8, 2024 9:35pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Feb 8, 2024 9:35pm

Copy link
Contributor Author

Zertsov commented Feb 8, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Zertsov and the rest of your teammates on Graphite Graphite

Copy link
Contributor

github-actions bot commented Feb 8, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Comment on lines +1 to +28
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ResponseTokenMetadata {
id: String,
name: String,
#[serde(rename = "type")]
token_type: String,
origin: String,
scopes: Vec<Scope>,
#[serde(rename = "activeAt")]
active_at: u64,
#[serde(rename = "createdAt")]
created_at: u64,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Scope {
#[serde(rename = "type")]
scope_type: String,
origin: String,
#[serde(rename = "createdAt")]
created_at: u64,
#[serde(rename = "expiresAt")]
expires_at: Option<u64>,
#[serde(rename = "teamId")]
team_id: Option<String>,
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't being used yet but I plan on using it for upcoming token work.

@@ -1,6 +1,6 @@
use async_trait::async_trait;
use reqwest::Method;
use turborepo_vercel_api::TelemetryEvent;
use turborepo_vercel_api::telemetry::TelemetryEvent;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We could avoid having to do the ::telemetry::, which I'm not opposed to.

Copy link
Contributor

github-actions bot commented Feb 8, 2024

🟢 CI successful 🟢

Thanks

@Zertsov Zertsov merged commit 4a7d9e9 into main Feb 9, 2024
57 of 58 checks passed
@Zertsov Zertsov deleted the voz/02-08-chore_modularize_vercel_api_crate branch February 9, 2024 15:59
renovate bot added a commit to inabagumi/shinju-date that referenced this pull request Feb 14, 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.3` ->
`^1.12.4`](https://renovatebot.com/diffs/npm/eslint-config-turbo/1.12.3/1.12.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-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.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo (eslint-config-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)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at 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

</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>
renovate bot added a commit to fwouts/previewjs that referenced this pull request Feb 14, 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.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/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)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at 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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to timelessco/js-bottomsheet that referenced this pull request Feb 14, 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 |
|---|---|---|---|---|---|
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`^18.6.1` -> `^18.6.2`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/18.6.1/18.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/18.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/18.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/18.6.1/18.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/18.6.1/18.6.2?slim=true)](https://docs.renovatebot.com/merge-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.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary>

### [`v18.6.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1862-2024-02-14)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...v18.6.2)

##### Bug Fixes

-   **config-conventional:** use default export ([#&#8203;3911](https://togithub.com/conventional-changelog/commitlint/issues/3911)) ([bc48408](https://togithub.com/conventional-changelog/commitlint/commit/bc4840832f9484186d3281d13ab5e0b4f9f63113))

</details>

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/js-bottomsheet).
renovate bot added a commit to Asjas/platform that referenced this pull request Feb 14, 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.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/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)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at 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

</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>
fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request Feb 15, 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.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/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)

<!-- Release notes generated using configuration in
.github/turborepo-release.yml at 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

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Feb 15, 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 | Type | Update |
|---|---|---|---|---|---|---|---|
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@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.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.11.16` -> `20.11.19`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.16/20.11.19) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.11.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.11.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.11.16/20.11.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.11.16/20.11.19?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@vercel/analytics](https://togithub.com/vercel/analytics) ([source](https://togithub.com/vercel/analytics/tree/HEAD/packages/web)) | [`1.1.3` -> `1.1.4`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.1.3/1.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.1.3/1.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.1.3/1.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@vercel/speed-insights](https://togithub.com/vercel/speed-insights) ([source](https://togithub.com/vercel/speed-insights/tree/HEAD/packages/web)) | [`1.0.9` -> `1.0.10`](https://renovatebot.com/diffs/npm/@vercel%2fspeed-insights/1.0.9/1.0.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fspeed-insights/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fspeed-insights/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fspeed-insights/1.0.9/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fspeed-insights/1.0.9/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [chromatic](https://www.chromatic.com) ([source](https://togithub.com/chromaui/chromatic-cli)) | [`10.9.0` -> `10.9.5`](https://renovatebot.com/diffs/npm/chromatic/10.9.0/10.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/10.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/10.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/10.9.0/10.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/10.9.0/10.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [dotenv](https://togithub.com/motdotla/dotenv) | [`16.4.1` -> `16.4.4`](https://renovatebot.com/diffs/npm/dotenv/16.4.1/16.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dotenv/16.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dotenv/16.4.1/16.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.4.1/16.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) ([source](https://togithub.com/vercel/turbo/tree/HEAD/packages/eslint-plugin-turbo)) | [`1.12.3` -> `1.12.4`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.12.3/1.12.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [husky](https://togithub.com/typicode/husky) | [`9.0.10` -> `9.0.11`](https://renovatebot.com/diffs/npm/husky/9.0.10/9.0.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.0.10/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.0.10/9.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | `20.11.0` -> `20.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/node-version/node/v20.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/node-version/node/v20.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/node-version/node/20.11.0/v20.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/node-version/node/20.11.0/v20.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |  | patch |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.1` -> `8.15.3`](https://renovatebot.com/diffs/npm/pnpm/8.15.1/8.15.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | patch |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli)) | [`7.6.13` -> `7.6.16`](https://renovatebot.com/diffs/npm/storybook/7.6.13/7.6.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.6.13/7.6.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [tsx](https://togithub.com/privatenumber/tsx) | [`4.7.0` -> `4.7.1`](https://renovatebot.com/diffs/npm/tsx/4.7.0/4.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.7.0/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.7.0/4.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.12.3` -> `1.12.4`](https://renovatebot.com/diffs/npm/turbo/1.12.3/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.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.12.3/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |

---

### Release Notes

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

### [`v7.6.16`](https://togithub.com/storybookjs/storybook/compare/v7.6.15...287300bcde01caf7612225c4ef8c1d9b9f559f27)

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

### [`v7.6.15`](https://togithub.com/storybookjs/storybook/compare/v7.6.14...8bcc3b491215ca6d7b7e8a6009dcb2b8ed63f27a)

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

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

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

-   Core: Fix boolean `true` args in URL getting ignored - [#&#8203;25950](https://togithub.com/storybookjs/storybook/pull/25950), thanks [@&#8203;JReinhold](https://togithub.com/JReinhold)!

</details>

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

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

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

-   Addon Themes: Make type generic less strict - [#&#8203;26042](https://togithub.com/storybookjs/storybook/pull/26042), thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
-   Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args [#&#8203;26019](https://togithub.com/storybookjs/storybook/pull/26019), thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!

### [`v7.6.15`](https://togithub.com/storybookjs/storybook/compare/v7.6.14...8bcc3b491215ca6d7b7e8a6009dcb2b8ed63f27a)

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

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

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

-   Core: Fix boolean `true` args in URL getting ignored - [#&#8203;25950](https://togithub.com/storybookjs/storybook/pull/25950), thanks [@&#8203;JReinhold](https://togithub.com/JReinhold)!

</details>

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

### [`v7.6.16`](https://togithub.com/storybookjs/storybook/compare/v7.6.15...287300bcde01caf7612225c4ef8c1d9b9f559f27)

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

### [`v7.6.15`](https://togithub.com/storybookjs/storybook/compare/v7.6.14...8bcc3b491215ca6d7b7e8a6009dcb2b8ed63f27a)

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

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

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

-   Core: Fix boolean `true` args in URL getting ignored - [#&#8203;25950](https://togithub.com/storybookjs/storybook/pull/25950), thanks [@&#8203;JReinhold](https://togithub.com/JReinhold)!

</details>

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

### [`v7.6.16`](https://togithub.com/storybookjs/storybook/compare/v7.6.15...287300bcde01caf7612225c4ef8c1d9b9f559f27)

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

### [`v7.6.15`](https://togithub.com/storybookjs/storybook/compare/v7.6.14...8bcc3b491215ca6d7b7e8a6009dcb2b8ed63f27a)

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

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

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

-   Core: Fix boolean `true` args in URL getting ignored - [#&#8203;25950](https://togithub.com/storybookjs/storybook/pull/25950), thanks [@&#8203;JReinhold](https://togithub.com/JReinhold)!

</details>

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

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

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

#### What's Changed

-   server/track: always consume the response body for a track request by [@&#8203;MaxLeiter](https://togithub.com/MaxLeiter) in [https://github.com/vercel/analytics/pull/131](https://togithub.com/vercel/analytics/pull/131)

#### New Contributors

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

**Full Changelog**: https://github.com/vercel/analytics/compare/1.1.3...1.1.4

</details>

<details>
<summary>vercel/speed-insights (@&#8203;vercel/speed-insights)</summary>

### [`v1.0.10`](https://togithub.com/vercel/speed-insights/releases/tag/1.0.10)

[Compare Source](https://togithub.com/vercel/speed-insights/compare/1.0.9...1.0.10)

#### What's Changed

-   Fix astro package entrypoint types by [@&#8203;MoustaphaDev](https://togithub.com/MoustaphaDev) in [https://github.com/vercel/speed-insights/pull/55](https://togithub.com/vercel/speed-insights/pull/55)

#### New Contributors

-   [@&#8203;MoustaphaDev](https://togithub.com/MoustaphaDev) made their first contribution in [https://github.com/vercel/speed-insights/pull/55](https://togithub.com/vercel/speed-insights/pull/55)

**Full Changelog**: https://github.com/vercel/speed-insights/compare/1.0.9...1.0.10

</details>

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

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

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

##### 🐛 Bug Fix

-   Fix Storybook published messaging [#&#8203;920](https://togithub.com/chromaui/chromatic-cli/pull/920) ([@&#8203;tevanoff](https://togithub.com/tevanoff))

##### Authors: 1

-   Todd Evanoff ([@&#8203;tevanoff](https://togithub.com/tevanoff))

***

### [`v10.9.4`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1094-Mon-Feb-12-2024)

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

##### 🐛 Bug Fix

-   Allow `traceChanged` in Chromatic config spec [#&#8203;916](https://togithub.com/chromaui/chromatic-cli/pull/916) ([@&#8203;tevanoff](https://togithub.com/tevanoff))

##### Authors: 1

-   Todd Evanoff ([@&#8203;tevanoff](https://togithub.com/tevanoff))

***

### [`v10.9.3`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1093-Fri-Feb-09-2024)

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

##### 🐛 Bug Fix

-   clean up debug log as it's too much noise [#&#8203;919](https://togithub.com/chromaui/chromatic-cli/pull/919) ([@&#8203;ethriel3695](https://togithub.com/ethriel3695))

##### Authors: 1

-   Reuben Ellis ([@&#8203;ethriel3695](https://togithub.com/ethriel3695))

***

### [`v10.9.2`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1092-Thu-Feb-08-2024)

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

##### 🐛 Bug Fix

-   Directly execute build-archive-storybook if we can't resolve it [#&#8203;917](https://togithub.com/chromaui/chromatic-cli/pull/917) ([@&#8203;tmeasday](https://togithub.com/tmeasday))

##### Authors: 1

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

***

### [`v10.9.1`](https://togithub.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1091-Thu-Feb-08-2024)

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

##### 🐛 Bug Fix

-   Add missing `fileHashing` option to GitHub Action [#&#8203;918](https://togithub.com/chromaui/chromatic-cli/pull/918) ([@&#8203;ghengeveld](https://togithub.com/ghengeveld))

##### Authors: 1

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

***

</details>

<details>
<summary>motdotla/dotenv (dotenv)</summary>

### [`v16.4.4`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1644-2024-02-13)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.3...v16.4.4)

##### Changed

-   🐞 Replaced chaining operator `?.` with old school `&&` (fixing node 12 failures) [#&#8203;812](https://togithub.com/motdotla/dotenv/pull/812)

### [`v16.4.3`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1643-2024-02-12)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.2...v16.4.3)

##### Changed

-   Fixed processing of multiple files in `options.path` [#&#8203;805](https://togithub.com/motdotla/dotenv/pull/805)

### [`v16.4.2`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1642-2024-02-10)

[Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.1...v16.4.2)

##### Changed

-   Changed funding link in package.json to [`dotenvx.com`](https://dotenvx.com)

</details>

<details>
<summary>vercel/turbo (eslint-plugin-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

</details>

<details>
<summary>typicode/husky (husky)</summary>

### [`v9.0.11`](https://togithub.com/typicode/husky/releases/tag/v9.0.11)

[Compare Source](https://togithub.com/typicode/husky/compare/v9.0.10...v9.0.11)

-   chore: update package-lock.json by [@&#8203;btea](https://togithub.com/btea) in [https://github.com/typicode/husky/pull/1383](https://togithub.com/typicode/husky/pull/1383)
-   fix: husky=0 in init (fixes [#&#8203;1393](https://togithub.com/typicode/husky/issues/1393)) by [@&#8203;typicode](https://togithub.com/typicode) in [https://github.com/typicode/husky/pull/1395](https://togithub.com/typicode/husky/pull/1395)

</details>

<details>
<summary>nodejs/node (node)</summary>

### [`v20.11.1`](https://togithub.com/nodejs/node/compare/v20.11.0...v20.11.1)

[Compare Source](https://togithub.com/nodejs/node/compare/v20.11.0...v20.11.1)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

### [`v8.15.3`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.3)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.2...v8.15.3)

#### Patch Changes

-   Remove vulnerable "ip" package from the dependencies [#&#8203;7652](https://togithub.com/pnpm/pnpm/issues/7652).

#### Platinum Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
      </td>
      <td align="center" valign="middle">
        <a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/figma.svg" width="80"></a>
      </td>
    </tr>
  </tbody>
</table>

#### Gold Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg" />
            <img src="https://pnpm.io/img/users/discord.svg" width="220" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg" />
            <img src="https://pnpm.io/img/users/prisma.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" />
            <img src="https://pnpm.io/img/users/uscreen.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <img src="https://pnpm.io/img/users/jetbrains.svg" width="85" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" />
            <img src="https://pnpm.io/img/users/nx.svg" width="120" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

#### Our Silver Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80">
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" />
            <img src="https://pnpm.io/img/users/vercel.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" />
            <img src="https://pnpm.io/img/users/depot.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
            <img src="https://pnpm.io/img/users/moonrepo.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://www.thinkmill.com.au/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/thinkmill.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/thinkmill_light.svg" />
            <img src="https://pnpm.io/img/users/thinkmill.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <img src="https://pnpm.io/img/users/devowlio.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://macpaw.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" />
            <img src="https://pnpm.io/img/users/macpaw.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

### [`v8.15.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.2)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.1...v8.15.2)

#### Patch Changes

-   When purging multiple `node_modules` directories, pnpm will no longer print multiple prompts simultaneously.
-   Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted `node_modules`.
-   Linking globally the command of a package that has no name in `package.json` [#&#8203;4761](https://togithub.com/pnpm/pnpm/issues/4761).
-   Installation should work with lockfile created by pnpm v9.0.0-alpha.4

#### Platinum Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
      </td>
      <td align="center" valign="middle">
        <a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/figma.svg" width="80"></a>
      </td>
    </tr>
  </tbody>
</table>

#### Gold Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg" />
            <img src="https://pnpm.io/img/users/discord.svg" width="220" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg" />
            <img src="https://pnpm.io/img/users/prisma.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/uscreen.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/uscreen_light.svg" />
            <img src="https://pnpm.io/img/users/uscreen.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/jetbrains.svg" />
            <img src="https://pnpm.io/img/users/jetbrains.svg" width="85" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" />
            <img src="https://pnpm.io/img/users/nx.svg" width="120" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

#### Our Silver Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80">
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" />
            <img src="https://pnpm.io/img/users/vercel.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" />
            <img src="https://pnpm.io/img/users/depot.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/moonrepo.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
            <img src="https://pnpm.io/img/users/moonrepo.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://www.thinkmill.com.au/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/thinkmill.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/thinkmill_light.svg" />
            <img src="https://pnpm.io/img/users/thinkmill.svg" width="200" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/devowlio.svg" />
            <img src="https://pnpm.io/img/users/devowlio.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://macpaw.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/macpaw.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/macpaw_light.svg" />
            <img src="https://pnpm.io/img/users/macpaw.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

</details>

<details>
<summary>privatenumber/tsx (tsx)</summary>

### [`v4.7.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.7.1)

[Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.7.0...v4.7.1)

##### Bug Fixes

-   escape `import.meta.url` passed to esbuild ([#&#8203;474](https://togithub.com/privatenumber/tsx/issues/474)) ([e23592e](https://togithub.com/privatenumber/tsx/commit/e23592ea6485cfecfb6915098fc7423fcc03a3b6))
-   remove the pipe file before starting the ipc server ([#&#8203;459](https://togithub.com/privatenumber/tsx/issues/459)) ([0ed0097](https://togithub.com/privatenumber/tsx/commit/0ed00976165b45cf7928e582ce1debf9d1133ef3))

***

This release is also available on:

-   [npm package (@&#8203;latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.7.1)

</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: https://github.com/weareinreach/GLAAD/pull/334
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to 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