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

feat(turborepo): Add task ids to failure reports #5535

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Conversation

gsoltis
Copy link
Contributor

@gsoltis gsoltis commented Jul 15, 2023

Description

  • Add task id to final summary of failures
  • When running in Github Actions, use [ERROR] for in-group errors, and ::error:: for the final summary errors (and [WARN] and ::warn:: respectively`
  • When running in Github Actions, direct all output to stdout, even if a task wrote to stderr.

Testing Instructions

Updated integration tests to show new behavior

@vercel
Copy link

vercel bot commented Jul 15, 2023

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 15, 2023

🟢 CI successful 🟢

Thanks

@gsoltis gsoltis marked this pull request as ready for review July 15, 2023 20:38
@gsoltis gsoltis requested a review from a team as a code owner July 15, 2023 20:38
func (te *TaskError) Unwrap() error { return te.cause }

func (te *TaskError) Error() string {
return fmt.Sprintf("Task %v finished with error: %v", te.taskIDDisplay, te.cause)
Copy link
Contributor

Choose a reason for hiding this comment

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

Not super strong opinions, but I feel like this produces longer than necessary loglines e.g.
Task app-a#builderror finished with error: command .* npm run builderror exited. IMO app-a#builderror: command .* npm run builderror exited gives enough context

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea. Shortened

@gsoltis gsoltis enabled auto-merge (squash) July 18, 2023 03:54
@gsoltis gsoltis merged commit 56edd9e into main Jul 18, 2023
49 checks passed
@gsoltis gsoltis deleted the gsoltis/gh_errors branch July 18, 2023 04:37
renovate bot added a commit to fwouts/previewjs that referenced this pull request Jul 19, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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 Jul 19, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`^17.6.6` -> `^17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`^17.6.6` -> `^17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`^15.10.1` -> `^15.10.2`](https://renovatebot.com/diffs/npm/stylelint/15.10.1/15.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/15.10.1/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/15.10.1/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.10.8` -> `^1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.8/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli)

</details>

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)

</details>

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

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

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

-   Fixed: `declaration-property-value-no-unknown` false negatives for nested declarations ([#&#8203;7079](https://togithub.com/stylelint/stylelint/pull/7079)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `selector-pseudo-element-no-unknown` false positives for `view-transition` pseudo-elements ([#&#8203;7070](https://togithub.com/stylelint/stylelint/pull/7070)) ([@&#8203;danielroe](https://togithub.com/danielroe)).

</details>

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</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 Jul 19, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

##### What's Changed

##### Changelog

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

##### New Contributors

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to levaintech/sticky that referenced this pull request Jul 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to levaintech/keychain that referenced this pull request Jul 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

##### What's Changed

##### Changelog

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

##### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.7...v1.10.8

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

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

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</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/Hiratake/hiratake-web).

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

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 Jul 20, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/ui/blocks) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@tabler/icons-react](https://tabler-icons.io) ([source](https://togithub.com/tabler/tabler-icons)) | [`2.25.0` -> `2.27.0`](https://renovatebot.com/diffs/npm/@tabler%2ficons-react/2.25.0/2.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tabler%2ficons-react/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tabler%2ficons-react/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tabler%2ficons-react/2.25.0/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tabler%2ficons-react/2.25.0/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@types/umami](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umami) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.1.1` -> `0.1.2`](https://renovatebot.com/diffs/npm/@types%2fumami/0.1.1/0.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [eslint-plugin-storybook](https://togithub.com/storybookjs/eslint-plugin-storybook) | [`0.6.12` -> `0.6.13`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.6.12/0.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.22.1` -> `4.22.3`](https://renovatebot.com/diffs/npm/next-auth/4.22.1/4.22.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [node](https://togithub.com/nodejs/node) | `18.16.1` -> `18.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |  | minor |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.6.7` -> `8.6.9`](https://renovatebot.com/diffs/npm/pnpm/8.6.7/8.6.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.6.7/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.6.7/8.6.9?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)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/storybook/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [superjson](https://togithub.com/blitz-js/superjson) | [`1.12.4` -> `1.13.1`](https://renovatebot.com/diffs/npm/superjson/1.12.4/1.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |

---

### Release Notes

<details>
<summary>mantinedev/mantine (@&#8203;mantine/carousel)</summary>

### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)

##### What's Changed

-   `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#&#8203;4357](https://togithub.com/mantinedev/mantine/issues/4357), [#&#8203;4174](https://togithub.com/mantinedev/mantine/issues/4174))
-   `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#&#8203;4436](https://togithub.com/mantinedev/mantine/issues/4436))
-   `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#&#8203;4411](https://togithub.com/mantinedev/mantine/issues/4411))
-   `[@mantine/spotlight]` Fix `target` prop not working ([#&#8203;4494](https://togithub.com/mantinedev/mantine/issues/4494))
-   `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#&#8203;4515](https://togithub.com/mantinedev/mantine/issues/4515))
-   `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#&#8203;4538](https://togithub.com/mantinedev/mantine/issues/4538))
-   `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#&#8203;4525](https://togithub.com/mantinedev/mantine/issues/4525))
-   `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#&#8203;4517](https://togithub.com/mantinedev/mantine/issues/4517))
-   `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#&#8203;4527](https://togithub.com/mantinedev/mantine/issues/4527))
-   `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#&#8203;4532](https://togithub.com/mantinedev/mantine/issues/4532))

##### New Contributors

-   [@&#8203;connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17

</details>

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

### [`v7.1.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#710-July-18-2023)

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

Storybook 7.1 is here! 🎉

-   🏄‍♀️ [**In-app onboarding**](https://storybook.js.org/blog/in-app-tour-for-new-users/) to help you set up new projects
-   💅 [**Zero-config styling support**](https://storybook.js.org/blog/zero-config-support-for-tailwind-mui-styled-components-and-emotion/) for major libraries
-   🗃️ [**API reference documentation**](https://storybook.js.org/blog/docs-updates/) and TypeScript-first snippets
-   📇 [**Table of Contents for docs**](https://storybook.js.org/docs/7.1/react/writing-docs/autodocs#generate-a-table-of-contents)
-   🎨 [**Figma** **Design addon**](https://togithub.com/storybookjs/addon-designs) official support
-   📗 **Vue3 source snippets** and reactivity improvements
-   💯 **Hundreds more** fixes and improvements

7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching `7.1.0-alpha.*`, `7.1.0-beta.*`, and `7.1.0-rc.*` for the full list of changes.

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
`npx storybook@latest upgrade`

pnpm:
`pnpm dlx storybook@latest upgrade`

yarn berry:
`yarn dlx storybook@latest upgrade`

</details>

<details>
<summary>tabler/tabler-icons (@&#8203;tabler/icons-react)</summary>

### [`v2.27.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.27.0): Release 2.27.0

[Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.26.0...v2.27.0)

<img src="https://github.com/tabler/tabler-icons/assets/1282324/7eaa92ea-2a62-4e84-89ac-f6626053cba5" width="584" alt="" />

##### 18 new icons:

-   `square-arrow-down-filled`
-   `square-arrow-left-filled`
-   `square-arrow-right-filled`
-   `square-arrow-up-filled`
-   `square-asterisk-filled`
-   `square-chevron-down-filled`
-   `square-chevron-left-filled`
-   `square-chevron-right-filled`
-   `square-chevron-up-filled`
-   `square-chevrons-down-filled`
-   `square-chevrons-left-filled`
-   `square-chevrons-right-filled`
-   `square-chevrons-up-filled`
-   `square-dot-filled`
-   `square-minus-filled`
-   `square-rounded-minus-filled`
-   `square-x-filled`
-   `triangle-square-circle-filled`

Fixed icons: `square-chevrons-down`, `square-chevrons-left`, `square-chevrons-right`, `square-chevrons-up`

### [`v2.26.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.26.0): Release 2.26.0

[Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.25.0...v2.26.0)

<img src="https://github.com/tabler/tabler-icons/assets/1282324/b8b29cf5-c620-4c0f-bcd4-9bf19811b4a8" width="584" alt="" />

##### 18 new icons:

-   `bookmarks-filled`
-   `bounce-left-filled`
-   `bounce-right-filled`
-   `bowl-filled`
-   `brightness-down-filled`
-   `brightness-up-filled`
-   `cactus-filled`
-   `calculator-filled`
-   `calendar-filled`
-   `campfire-filled`
-   `capture-filled`
-   `caret-down-filled`
-   `caret-left-filled`
-   `caret-right-filled`
-   `caret-up-filled`
-   `category-filled`
-   `mouse-filled`
-   `pointer-filled`

</details>

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

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

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

##### What's Changed

-   Register CSS through extensions by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/4220](https://togithub.com/ueberdosis/tiptap/pull/4220)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.0.4

</details>

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

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.1...v10.35.0)

##### What's Changed

-   feat(`server`): add `NOT_IMPLEMENTED` status code by [@&#8203;KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4640](https://togithub.com/trpc/trpc/pull/4640)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.1...v10.35.0

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.0...v10.34.1)

##### What's Changed

-   fix(next-app-dir): `cacheLink` returning same data for multiple cache entries by [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4629](https://togithub.com/trpc/trpc/pull/4629)

##### New Contributors

-   [@&#8203;nghiepdev](https://togithub.com/nghiepdev) made their first contribution in [https://github.com/trpc/trpc/pull/4574](https://togithub.com/trpc/trpc/pull/4574)
-   [@&#8203;LunaTK](https://togithub.com/LunaTK) made their first contribution in [https://github.com/trpc/trpc/pull/4607](https://togithub.com/trpc/trpc/pull/4607)
-   [@&#8203;moliveiraz](https://togithub.com/moliveiraz) made their first contribution in [https://github.com/trpc/trpc/pull/4603](https://togithub.com/trpc/trpc/pull/4603)
-   [@&#8203;meetqy](https://togithub.com/meetqy) made their first contribution in [https://github.com/trpc/trpc/pull/4621](https://togithub.com/trpc/trpc/pull/4621)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.0...v10.34.1

</details>

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

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#610-2023-07-17)

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

##### Bug Fixes

-   **eslint-plugin:** \[comma-dangle] fixed crash from undefined predicate.ignore ([#&#8203;7223](https://togithub.com/typescript-eslint/typescript-eslint/issues/7223)) ([d368164](https://togithub.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe))
-   **eslint-plugin:** \[no-floating-promises] false negative calling .then with second argument undefined ([#&#8203;6881](https://togithub.com/typescript-eslint/typescript-eslint/issues/6881)) ([606a52c](https://togithub.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2)), closes [#&#8203;6850](https://togithub.com/typescript-eslint/typescript-eslint/issues/6850)
-   **eslint-plugin:** \[no-floating-promises] finally should be transparent to unhandled promises ([#&#8203;7092](https://togithub.com/typescript-eslint/typescript-eslint/issues/7092)) ([2a4421c](https://togithub.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a))
-   **eslint-plugin:** \[no-unnecessary-type-constraint] correctly fix in cts/mts files ([#&#8203;6795](https://togithub.com/typescript-eslint/typescript-eslint/issues/6795)) ([1404796](https://togithub.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570))
-   **eslint-plugin:** \[no-unused-vars] check if any variable definition is exported ([#&#8203;6873](https://togithub.com/typescript-eslint/typescript-eslint/issues/6873)) ([587ac30](https://togithub.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6)), closes [#&#8203;6188](https://togithub.com/typescript-eslint/typescript-eslint/issues/6188)
-   **eslint-plugin:** fix schemas across several rules and add schema tests ([#&#8203;6947](https://togithub.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://togithub.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601))
-   **eslint-plugin:** include the rules types in the package ([#&#8203;7215](https://togithub.com/typescript-eslint/typescript-eslint/issues/7215)) ([a3da11d](https://togithub.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd))

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

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

</details>

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

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#610-2023-07-17)

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

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

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

</details>

<details>
<summary>storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)</summary>

### [`v0.6.13`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0613-Thu-Jul-20-2023)

[Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.12...v0.6.13)

##### ⚠️ Pushed to `main`

-   Create CODEOWNERS ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

##### Authors: 1

-   Valentin Palkovic ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

***

</details>

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</details>

<details>
<summary>nextauthjs/next-auth (next-auth)</summary>

### [`v4.22.3`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.3)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3)

**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3

### [`v4.22.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.2)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.1...next-auth@4.22.2)

##### Bugfixes

-   **providers**: fix `nodemailer`/required types ([#&#8203;7950](https://togithub.com/nextauthjs/next-auth/issues/7950)) ([`f48eb04`](https://togithub.com/nextauthjs/next-auth/commit/f48eb047))
-   **ts**: adapter interface ([#&#8203;8054](https://togithub.com/nextauthjs/next-auth/issues/8054)) ([`bd37c55`](https://togithub.com/nextauthjs/next-auth/commit/bd37c552))
-   **ts**: add overloads to withAuth middleware ([#&#8203;7999](https://togithub.com/nextauthjs/next-auth/issues/7999)) ([`169a523`](https://togithub.com/nextauthjs/next-auth/commit/169a5230))
-   respect protocol too, when host is trusted ([#&#8203;7214](https://togithub.com/nextauthjs/next-auth/issues/7214))

##### Other

-   remove unused TS types
-   merge changes back to v4 ([#&#8203;7430](https://togithub.com/nextauthjs/next-auth/issues/7430))
-   rephrase

</details>

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

### [`v18.17.0`](https://togithub.com/nodejs/node/releases/tag/v18.17.0): 2023-07-18, Version 18.17.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;danielleadams

[Compare Source](https://togithub.com/nodejs/node/compare/v18.16.1...v18.17.0)

##### Notable Changes

##### Ada 2.0

Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.

Contributed by Yagiz Nizipli and Daniel Lemire in [#&#8203;47339](https://togithub.com/nodejs/node/pull/47339)

##### Web Crypto API

Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.

Contributed by Filip Skokan in [#&#8203;46067](https://togithub.com/nodejs/node/pull/46067)

-   **crypto**:
    -   update root certificates to NSS 3.89 (Node.js GitHub Bot) [#&#8203;47659](https://togithub.com/nodejs/node/pull/47659)
-   **dns**:
    -   **(SEMVER-MINOR)** expose getDefaultResultOrder (btea) [#&#8203;46973](https://togithub.com/nodejs/node/pull/46973)
-   **doc**:
    -   add ovflowd to collaborators (Claudio Wunder) [#&#8203;47844](https://togithub.com/nodejs/node/pull/47844)
    -   add KhafraDev to collaborators (Matthew Aitken) [#&#8203;47510](https://togithub.com/nodejs/node/pull/47510)
-   **events**:
    -   **(SEMVER-MINOR)** add getMaxListeners method (Matthew Aitken) [#&#8203;47039](https://togithub.com/nodejs/node/pull/47039)
-   **fs**:
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** add recursive option to readdir and opendir (Ethan Arrowood) [#&#8203;41439](https://togithub.com/nodejs/node/pull/41439)
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** implement byob mode for readableWebStream() (Debadree Chatterjee) [#&#8203;46933](https://togithub.com/nodejs/node/pull/46933)
-   **http**:
    -   **(SEMVER-MINOR)** prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#&#8203;47732](https://togithub.com/nodejs/

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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



PR-URL: https://github.com/weareinreach/GLAAD/pull/108
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Jul 20, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.370.0` -> `3.373.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.370.0/3.373.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.373.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.373.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.370.0/3.373.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.370.0/3.373.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@sentry/nextjs](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`7.59.2` -> `7.59.3`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/7.59.2/7.59.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnextjs/7.59.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnextjs/7.59.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnextjs/7.59.2/7.59.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnextjs/7.59.2/7.59.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | minor |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | minor |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | peerDependencies | minor |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@types/umami](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umami) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.1.1` -> `0.1.2`](https://renovatebot.com/diffs/npm/@types%2fumami/0.1.1/0.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [esbuild](https://togithub.com/evanw/esbuild) | [`0.18.14` -> `0.18.15`](https://renovatebot.com/diffs/npm/esbuild/0.18.14/0.18.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.18.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.18.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.18.14/0.18.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.18.14/0.18.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [eslint-plugin-storybook](https://togithub.com/storybookjs/eslint-plugin-storybook) | [`0.6.12` -> `0.6.13`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.6.12/0.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.8` -> `1.10.9`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.8/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) | [`1.2.2` -> `1.2.3`](https://renovatebot.com/diffs/npm/msw/1.2.1/1.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/1.2.1/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/1.2.1/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.22.1` -> `4.22.3`](https://renovatebot.com/diffs/npm/next-auth/4.22.1/4.22.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.22.1` -> `4.22.3`](https://renovatebot.com/diffs/npm/next-auth/4.22.1/4.22.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [node](https://togithub.com/nodejs/node) | `18.16.1` -> `18.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |  | minor |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.8` -> `1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.8/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.8/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |

---

### Release Notes

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

### [`v3.373.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#33730-2023-07-19)

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

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

</details>

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary>

### [`v7.59.3`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7593)

[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.2...7.59.3)

-   fix(browser): 0 is a valid index ([#&#8203;8581](https://togithub.com/getsentry/sentry-javascript/issues/8581))
-   fix(nextjs): Ensure Webpack plugin is available after dynamic require ([#&#8203;8584](https://togithub.com/getsentry/sentry-javascript/issues/8584))
-   types(browser): Add browser profiling client options ([#&#8203;8565](https://togithub.com/getsentry/sentry-javascript/issues/8565))

</details>

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

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.1...v10.35.0)

##### What's Changed

-   feat(`server`): add `NOT_IMPLEMENTED` status code by [@&#8203;KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4640](https://togithub.com/trpc/trpc/pull/4640)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.1...v10.35.0

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.0...v10.34.1)

##### What's Changed

-   fix(next-app-dir): `cacheLink` returning same data for multiple cache entries by [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4629](https://togithub.com/trpc/trpc/pull/4629)

##### New Contributors

-   [@&#8203;nghiepdev](https://togithub.com/nghiepdev) made their first contribution in [https://github.com/trpc/trpc/pull/4574](https://togithub.com/trpc/trpc/pull/4574)
-   [@&#8203;LunaTK](https://togithub.com/LunaTK) made their first contribution in [https://github.com/trpc/trpc/pull/4607](https://togithub.com/trpc/trpc/pull/4607)
-   [@&#8203;moliveiraz](https://togithub.com/moliveiraz) made their first contribution in [https://github.com/trpc/trpc/pull/4603](https://togithub.com/trpc/trpc/pull/4603)
-   [@&#8203;meetqy](https://togithub.com/meetqy) made their first contribution in [https://github.com/trpc/trpc/pull/4621](https://togithub.com/trpc/trpc/pull/4621)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.0...v10.34.1

</details>

<details>
<summary>evanw/esbuild (esbuild)</summary>

### [`v0.18.15`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01815)

[Compare Source](https://togithub.com/evanw/esbuild/compare/v0.18.14...v0.18.15)

-   Add the `--serve-fallback=` option ([#&#8203;2904](https://togithub.com/evanw/esbuild/issues/2904))

    The web server built into esbuild serves the latest in-memory results of the configured build. If the requested path doesn't match any in-memory build result, esbuild also provides the `--servedir=` option to tell esbuild to serve the requested path from that directory instead. And if the requested path doesn't match either of those things, esbuild will either automatically generate a directory listing (for directories) or return a 404 error.

    Starting with this release, that last step can now be replaced with telling esbuild to serve a specific HTML file using the `--serve-fallback=` option. This can be used to provide a "not found" page for missing URLs. It can also be used to implement a [single-page app](https://en.wikipedia.org/wiki/Single-page_application) that mutates the current URL and therefore requires the single app entry point to be served when the page is loaded regardless of whatever the current URL is.

-   Use the `tsconfig` field in `package.json` during `extends` resolution ([#&#8203;3247](https://togithub.com/evanw/esbuild/issues/3247))

    This release adds a feature from [TypeScript 3.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html#tsconfigjson-inheritance-via-nodejs-packages) where if a `tsconfig.json` file specifies a package name in the `extends` field and that package's `package.json` file has a `tsconfig` field, the contents of that field are used in the search for the base `tsconfig.json` file.

-   Implement CSS nesting without `:is()` when possible ([#&#8203;1945](https://togithub.com/evanw/esbuild/issues/1945))

    Previously esbuild would always produce a warning when transforming nested CSS for a browser that doesn't support the `:is()` pseudo-class. This was because the nesting transform needs to generate an `:is()` in some complex cases which means the transformed CSS would then not work in that browser. However, the CSS nesting transform can often be done without generating an `:is()`. So with this release, esbuild will no longer warn when targeting browsers that don't support `:is()` in the cases where an `:is()` isn't needed to represent the nested CSS.

    In addition, esbuild's nested CSS transform has been updated to avoid generating an `:is()` in cases where an `:is()` is preferable but there's a longer alternative that is also equivalent. This update means esbuild can now generate a combinatorial explosion of CSS for complex CSS nesting syntax when targeting browsers that don't support `:is()`. This combinatorial explosion is necessary to accurately represent the original semantics. For example:

    ```css
    /* Original code */
    .first,
    .second,
    .third {
      & > & {
        color: red;
      }
    }

    /* Old output (with --target=chrome80) */
    :is(.first, .second, .third) > :is(.first, .second, .third) {
      color: red;
    }

    /* New output (with --target=chrome80) */
    .first > .first,
    .first > .second,
    .first > .third,
    .second > .first,
    .second > .second,
    .second > .third,
    .third > .first,
    .third > .second,
    .third > .third {
      color: red;
    }
    ```

    This change means you can now use CSS nesting with esbuild when targeting an older browser that doesn't support `:is()`. You'll now only get a warning from esbuild if you use complex CSS nesting syntax that esbuild can't represent in that older browser without using `:is()`. There are two such cases:

    ```css
    /* Case 1 */
    a b {
      .foo & {
        color: red;
      }
    }

    /* Case 2 */
    a {
      > b& {
        color: red;
      }
    }
    ```

    These two cases still need to use `:is()`, both for different reasons, and cannot be used when targeting an older browser that doesn't support `:is()`:

    ```css
    /* Case 1 */
    .foo :is(a b) {
      color: red;
    }

    /* Case 2 */
    a > a:is(b) {
      color: red;
    }
    ```

-   Automatically lower `inset` in CSS for older browsers

    With this release, esbuild will now automatically expand the `inset` property to the `top`, `right`, `bottom`, and `left` properties when esbuild's `target` is set to a browser that doesn't support `inset`:

    ```css
    /* Original code */
    .app {
      position: absolute;
      inset: 10px 20px;
    }

    /* Old output (with --target=chrome80) */
    .app {
      position: absolute;
      inset: 10px 20px;
    }

    /* New output (with --target=chrome80) */
    .app {
      position: absolute;
      top: 10px;
      right: 20px;
      bottom: 10px;
      left: 20px;
    }
    ```

-   Add support for the new [`@starting-style`](https://drafts.csswg.org/css-transitions-2/#defining-before-change-style-the-starting-style-rule) CSS rule ([#&#8203;3249](https://togithub.com/evanw/esbuild/pull/3249))

    This at rule allow authors to start CSS transitions on first style update. That is, you can now make the transition take effect when the `display` property changes from `none` to `block`.

    ```css
    /* Original code */
    @&#8203;starting-style {
      h1 {
        background-color: transparent;
      }
    }

    /* Output */
    @&#8203;starting-style{h1{background-color:transparent}}
    ```

    This was contributed by [@&#8203;yisibl](https://togithub.com/yisibl).

</details>

<details>
<summary>storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)</summary>

### [`v0.6.13`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0613-Thu-Jul-20-2023)

[Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.12...v0.6.13)

##### ⚠️ Pushed to `main`

-   Create CODEOWNERS ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

##### Authors: 1

-   Valentin Palkovic ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

***

</details>

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</details>

<details>
<summary>mswjs/msw (msw)</summary>

### [`v1.2.3`](https://togithub.com/mswjs/msw/releases/tag/v1.2.3)

[Compare Source](https://togithub.com/mswjs/msw/compare/v1.2.2...v1.2.3)

##### v1.2.3 (2023-07-20)

##### Bug Fixes

-   clone Response before logging ([#&#8203;1662](https://togithub.com/mswjs/msw/issues/1662)) ([`daa04af`](https://togithub.com/mswjs/msw/commit/daa04af4075b06607b81ed23bbe5ea09d56e8825)) [@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v1.2.2`](https://togithub.com/mswjs/msw/releases/tag/v1.2.2)

[Compare Source](https://togithub.com/mswjs/msw/compare/v1.2.1...v1.2.2)

#### v1.2.2 (2023-06-09)

##### Bug Fixes

-   log `ReadableStream` responses as text/json ([#&#8203;1622](https://togithub.com/mswjs/msw/issues/1622)) ([`4c7e952`](https://togithub.com/mswjs/msw/commit/4c7e952e69f1a82115fafa695ae39b3169486570)) [@&#8203;esquevin](https://togithub.com/esquevin) [@&#8203;kettanaito](https://togithub.com/kettanaito)
-   support typescript 5.1 as a peer dependency ([#&#8203;1633](https://togithub.com/mswjs/msw/issues/1633)) ([`8e37d9c`](https://togithub.com/mswjs/msw/commit/8e37d9cbdef16bc6f5c1146a493bfced49657a5d)) [@&#8203;gthb](https://togithub.com/gthb) [@&#8203;kettanaito](https://togithub.com/kettanaito)

</details>

<details>
<summary>nextauthjs/next-auth (next-auth)</summary>

### [`v4.22.3`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.3)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3)

**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3

### [`v4.22.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.2)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.1...next-auth@4.22.2)

#### Bugfixes

-   **providers**: fix `nodemailer`/required types ([#&#8203;7950](https://togithub.com/nextauthjs/next-auth/issues/7950)) ([`f48eb04`](https://togithub.com/nextauthjs/next-auth/commit/f48eb047))
-   **ts**: adapter interface ([#&#8203;8054](https://togithub.com/nextauthjs/next-auth/issues/8054)) ([`bd37c55`](https://togithub.com/nextauthjs/next-auth/commit/bd37c552))
-   **ts**: add overloads to withAuth middleware ([#&#8203;7999](https://togithub.com/nextauthjs/next-auth/issues/7999)) ([`169a523`](https://togithub.com/nextauthjs/next-auth/commit/169a5230))
-   respect protocol too, when host is trusted ([#&#8203;7214](https://togithub.com/nextauthjs/next-auth/issues/7214))

#### Other

-   remove unused TS types
-   merge changes back to v4 ([#&#8203;7430](https://togithub.com/nextauthjs/next-auth/issues/7430))
-   rephrase

</details>

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

### [`v18.17.0`](https://togithub.com/nodejs/node/releases/tag/v18.17.0): 2023-07-18, Version 18.17.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;danielleadams

[Compare Source](https://togithub.com/nodejs/node/compare/v18.16.1...v18.17.0)

##### Notable Changes

##### Ada 2.0

Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.

Contributed by Yagiz Nizipli and Daniel Lemire in [#&#8203;47339](https://togithub.com/nodejs/node/pull/47339)

##### Web Crypto API

Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.

Contributed by Filip Skokan in [#&#8203;46067](https://togithub.com/nodejs/node/pull/46067)

-   **crypto**:
    -   update root certificates to NSS 3.89 (Node.js GitHub Bot) [#&#8203;47659](https://togithub.com/nodejs/node/pull/47659)
-   **dns**:
    -   **(SEMVER-MINOR)** expose getDefaultResultOrder (btea) [#&#8203;46973](https://togithub.com/nodejs/node/pull/46973)
-   **doc**:
    -   add ovflowd to collaborators (Claudio Wunder) [#&#8203;47844](https://togithub.com/nodejs/node/pull/47844)
    -   add KhafraDev to collaborators (Matthew Aitken) [#&#8203;47510](https://togithub.com/nodejs/node/pull/47510)
-   **events**:
    -   **(SEMVER-MINOR)** add getMaxListeners method (Matthew Aitken) [#&#8203;47039](https://togithub.com/nodejs/node/pull/47039)
-   **fs**:
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** add recursive option to readdir and opendir (Ethan Arrowood) [#&#8203;41439](https://togithub.com/nodejs/node/pull/41439)
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** implement byob mode for readableWebStream() (Debadree Chatterjee) [#&#8203;46933](https://togithub.com/nodejs/node/pull/46933)
-   **http**:
    -   **(SEMVER-MINOR)** prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#&#8203;47732](https://togithub.com/nodejs/node/pull/47732)
    -   **(SEMVER-MINOR)** remove internal error in assignSocket (Matteo Collina) [#&#8203;47723](https://togithub.com/nodejs/node/pull/47723)
    -   **(SEMVER-MINOR)** add highWaterMark opt in http.createServer (HinataKah0) [#&#8203;47405](https://togithub.com/nodejs/node/pull/47405)
-   **lib**:
    -   **(SEMVER-MINOR)** add webstreams to Duplex.from() (Debadree Chatterjee) [#&#8203;46190](https://togithub.com/nodejs/node/pull/46190)
    -   **(SEMVER-MINOR)** implement AbortSignal.any() (Chemi Atlow) [#&#8203;47821](https://togithub.com/nodejs/node/pull/47821)
-   **module**:
    -   change default resolver to not throw on unknown scheme (Gil Tayar) [#&#8203;47824](https://togithub.com/nodejs/node/pull/47824)
-   **node-api**:
    -   **(SEMVER-MINOR)** define version 9 (Chengzhong Wu) [#&#8203;48151](https://togithub.com/nodejs/node/pull/48151)
    -   **(SEMVER-MINOR)** deprecate napi_module_register (Vladimir Morozov) [#&#8203;46319](https://togithub.com/nodejs/node/pull/46319)
-   **stream**:
    -   **(SEMVER-MINOR)** preserve object mode in compose (Raz Luvaton) [#&#8203;47413](https://togithub.com/nodejs/node/pull/47413)
    -   **(SEMVER-MINOR)** add setter & getter for default highWaterMark ([#&#8203;46929](https://togithub.com/nodejs/node/issues/46929)) (Robert Nagy) [#&#8203;46929](https://togithub.com/nodejs/node/pull/46929)
-   **test**:
    -   unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) [#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
-   **test_runner**:
    -   **(SEMVER-MINOR)** add shorthands to `test` (Chemi Atlow) [#&#8203;47909](https://togithub.com/nodejs/node/pull/47909)
    -   **(SEMVER-MINOR)** support combining coverage reports (Colin Ihrig) [#&#8203;47686](https://togithub.com/nodejs/node/pull/47686)
    -   **(SEMVER-MINOR)** execute before hook on test (Chemi Atlow) [#&#8203;47586](https://togithub.com/nodejs/node/pull/47586)
    -   **(SEMVER-MINOR)** expose reporter for use in run api (Chemi Atlow) [#&#8203;47238](https://togithub.com/nodejs/node/pull/47238)
-   **tools**:
    -   update LICENSE and license-builder.sh (Santiago Gimeno) [#&#8203;48078](https://togithub.com/nodejs/node/pull/48078)
-   **url**:
    -   **(SEMVER-MINOR)** implement URL.canParse (Matthew Aitken) [#&#8203;47179](https://togithub.com/nodejs/node/pull/47179)
-   **wasi**:
    -   **(SEMVER-MINOR)** no longer require flag to enable wasi (Michael Dawson) [#&#8203;47286](https://togithub.com/nodejs/node/pull/47286)

##### Commits

-   \[[`2ba08ac002`](https://togithub.com/nodejs/node/commit/2ba08ac002)] - **benchmark**: use `cluster.isPrimary` instead of `cluster.isMaster` (Deokjin Kim) [#&#8203;48002](https://togithub.com/nodejs/node/pull/48002)
-   \[[`60ca69d96c`](https://togithub.com/nodejs/node/commit/60ca69d96c)] - **benchmark**: add eventtarget creation bench (Rafael Gonzaga) [#&#8203;47774](https://togithub.com/nodejs/node/pull/47774)
-   \[[`d8233d96bb`](https://togithub.com/nodejs/node/commit/d8233d96bb)] - **benchmark**: add a benchmark for `defaultResolve` (Antoine du Hamel) [#&#8203;47543](https://togithub.com/nodejs/node/pull/47543)
-   \[[`a1aabb6912`](https://togithub.com/nodejs/node/commit/a1aabb6912)] - **benchmark**: fix invalid requirementsURL (Deokjin Kim) [#&#8203;47378](https://togithub.com/nodejs/node/pull/47378)
-   \[[`394c61caf9`](https://togithub.com/nodejs/node/commit/394c61caf9)] - **bootstrap**: support namespaced builtins in snapshot scripts (Joyee Cheung) [#&#8203;47467](https://togithub.com/nodejs/node/pull/47467)
-   \[[`0165a765a0`](https://togithub.com/nodejs/node/commit/0165a765a0)] - **bootstrap**: do not expand process.argv\[1] for snapshot entry points (Joyee Cheung) [#&#8203;47466](https://togithub.com/nodejs/node/pull/47466)
-   \[[`cca557cdd9`](https://togithub.com/nodejs/node/commit/cca557cdd9)] - **buffer**: combine checking range of sourceStart in `buf.copy` (Deokjin Kim) [#&#8203;47758](https://togithub.com/nodejs/node/pull/47758)
-   \[[`4c69be467c`](https://togithub.com/nodejs/node/commit/4c69be467c)] - **buffer**: use private properties for brand checks in File (Matthew Aitken) [#&#8203;47154](https://togithub.com/nodejs/node/pull/47154)
-   \[[`d002f9b6e2`](https://togithub.com/nodejs/node/commit/d002f9b6e2)] - **build**: revert unkonwn ruff selector (Moshe Atlow) [#&#8203;48753](https://togithub.com/nodejs/node/pull/48753)
-   \[[`93f77cb762`](https://togithub.com/nodejs/node/commit/93f77cb762)] - **build**: set v8\_enable_webassembly=false when lite mode is enabled (Cheng Shao) [#&#8203;48248](https://togithub.com/nodejs/node/pull/48248)
-   \[[`1662e894f3`](https://togithub.com/nodejs/node/commit/1662e894f3)] - **build**: add action to close stale PRs (Michael Dawson) [#&#8203;48051](https://togithub.com/nodejs/node/pull/48051)
-   \[[`5ca437b288`](https://togithub.com/nodejs/node/commit/5ca437b288)] - **build**: use pathlib for paths (Mohammed Keyvanzadeh) [#&#8203;47581](https://togithub.com/nodejs/node/pull/47581)
-   \[[`72443bc54b`](https://togithub.com/nodejs/node/commit/72443bc54b)] - **build**: refactor configure.py (Mohammed Keyvanzadeh) [#&#8203;47667](https://togithub.com/nodejs/node/pull/47667)
-   \[[`d4eecb5be9`](https://togithub.com/nodejs/node/commit/d4eecb5be9)] - **build**: add devcontainer configuration (Tierney Cyren) [#&#8203;40825](https://togithub.com/nodejs/node/pull/40825)
-   \[[`803ed41144`](https://togithub.com/nodejs/node/commit/803ed41144)] - **build**: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (dependabot\[bot]) [#&#8203;47367](https://togithub.com/nodejs/node/pull/47367)
-   \[[`48468c4413`](https://togithub.com/nodejs/node/commit/48468c4413)] - **build**: replace Python linter flake8 with ruff (Christian Clauss) [#&#8203;47519](https://togithub.com/nodejs/node/pull/47519)
-   \[[`3ceb2c4387`](https://togithub.com/nodejs/node/commit/3ceb2c4387)] - **build**: add node-core-utils to setup (Jiawen Geng) [#&#8203;47442](https://togithub.com/nodejs/node/pull/47442)
-   \[[`fdc59b8e14`](https://togithub.com/nodejs/node/commit/fdc59b8e14)] - **build**: bump github/codeql-action from 2.2.6 to 2.2.9 (dependabot\[bot]) [#&#8203;47366](https://togithub.com/nodejs/node/pull/47366)
-   \[[`3924893023`](https://togithub.com/nodejs/node/commit/3924893023)] - **build**: update stale action from v7 to v8 (Rich Trott) [#&#8203;47357](https://togithub.com/nodejs/node/pull/47357)
-   \[[`753185c5b0`](https://togithub.com/nodejs/node/commit/753185c5b0)] - **build**: remove Python pip `--no-user` option (Christian Clauss) [#&#8203;47372](https://togithub.com/nodejs/node/pull/47372)
-   \[[`67af0a6a2b`](https://togithub.com/nodejs/node/commit/67af0a6a2b)] - **build**: avoid usage of pipes library (Mohammed Keyvanzadeh) [#&#8203;47271](https://togithub.com/nodejs/node/pull/47271)
-   \[[`db910dd6b2`](https://togithub.com/nodejs/node/commit/db910dd6b2)] - **build, deps, tools**: avoid excessive LTO (Konstantin Demin) [#&#8203;47313](https://togithub.com/nodejs/node/pull/47313)
-   \[[`35d1def891`](https://togithub.com/nodejs/node/commit/35d1def891)] - **child_process**: use signal.reason in child process abort (Debadree Chatterjee) [#&#8203;47817](https://togithub.com/nodejs/node/pull/47817)
-   \[[`7692d2e7b9`](https://togithub.com/nodejs/node/commit/7692d2e7b9)] - **cluster**: use ObjectPrototypeHasOwnProperty (Daeyeon Jeong) [#&#8203;48141](https://togithub.com/nodejs/node/pull/48141)
-   \[[`7617772762`](https://togithub.com/nodejs/node/commit/7617772762)] - **crypto**: use openssl's own memory BIOs in crypto_context.cc (GauriSpears) [#&#8203;47160](https://togithub.com/nodejs/node/pull/47160)
-   \[[`8cabfe7c6e`](https://togithub.com/nodejs/node/commit/8cabfe7c6e)] - **crypto**: fix setEngine() when OPENSSL_NO_ENGINE set (Tobias Nießen) [#&#8203;47977](https://togithub.com/nodejs/node/pull/47977)
-   \[[`de1338da05`](https://togithub.com/nodejs/node/commit/de1338da05)] - **crypto**: fix webcrypto private/secret import with empty usages (Filip Skokan) [#&#8203;47877](https://togithub.com/nodejs/node/pull/47877)
-   \[[`27a696fda9`](https://togithub.com/nodejs/node/commit/27a696fda9)] - **crypto**: update root certificates to NSS 3.89 (Node.js GitHub Bot) [#&#8203;47659](https://togithub.com/nodejs/node/pull/47659)
-   \[[`e2292f936e`](https://togithub.com/nodejs/node/commit/e2292f936e)] - **crypto**: remove INT_MAX restriction in randomBytes (Tobias Nießen) [#&#8203;47559](https://togithub.com/nodejs/node/pull/47559)
-   \[[`a5f214c00c`](https://togithub.com/nodejs/node/commit/a5f214c00c)] - **crypto**: replace THROW with CHECK for scrypt keylen (Tobias Nießen) [#&#8203;47407](https://togithub.com/nodejs/node/pull/47407)
-   \[[`dd42214fd4`](https://togithub.com/nodejs/node/commit/dd42214fd4)] - **crypto**: unify validation of checkPrime checks (Tobias Nießen) [#&#8203;47165](https://togithub.com/nodejs/node/pull/47165)
-   \[[`76e4d12fb3`](https://togithub.com/nodejs/node/commit/76e4d12fb3)] - **crypto**: re-add padding for AES-KW wrapped JWKs (Filip Skokan) [#&#8203;46563](https://togithub.com/nodejs/node/pull/46563)
-   \[[`9d894c17dd`](https://togithub.com/nodejs/node/commit/9d894c17dd)] - **crypto**: use WebIDL converters in WebCryptoAPI (Filip Skokan) [#&#8203;46067](https://togithub.com/nodejs/node/pull/46067)
-   \[[`6f3a8b45a5`](https://togithub.com/nodejs/node/commit/6f3a8b45a5)] - **deps**: update ada to 2.5.0 (Node.js GitHub Bot) [#&#8203;48223](https://togithub.com/nodejs/node/pull/48223)
-   \[[`075b6db919`](https://togithub.com/nodejs/node/commit/075b6db919)] - **deps**: update ada to 2.4.2 (Node.js GitHub Bot) [#&#8203;48092](https://togithub.com/nodejs/node/pull/48092)
-   \[[`a4ee1f652c`](https://togithub.com/nodejs/node/commit/a4ee1f652c)] - **deps**: update ada to 2.4.1 (Node.js GitHub Bot) [#&#8203;48036](https://togithub.com/nodejs/node/pull/48036)
-   \[[`81b514d3f0`](https://togithub.com/nodejs/node/commit/81b514d3f0)] - **deps**: update ada to 2.4.0 (Node.js GitHub Bot) [#&#8203;47922](https://togithub.com/nodejs/node/pull/47922)
-   \[[`575ddf694f`](https://togithub.com/nodejs/node/commit/575ddf694f)] - **deps**: update ada to 2.3.1 (Node.js GitHub Bot) [#&#8203;47893](https://togithub.com/nodejs/node/pull/47893)
-   \[[`2d03d5f458`](https://togithub.com/nodejs/node/commit/2d03d5f458)] - **deps**: update ada to 2.3.0 (Node.js GitHub Bot) [#&#8203;47737](https://togithub.com/nodejs/node/pull/47737)
-   \[[`42e690f2d5`](https://togithub.com/nodejs/node/commit/42e690f2d5)] - **deps**: update ada to 2.2.0 (Node.js GitHub Bot) [#&#8203;47678](https://togithub.com/nodejs/node/pull/47678)
-   \[[`08dd271521`](https://togithub.com/nodejs/node/commit/08dd271521)] - **deps**: update ada to 2.1.0 (Node.js GitHub Bot) [#&#8203;47598](https://togithub.com/nodejs/node/pull/47598)
-   \[[`96c50ba71f`](https://togithub.com/nodejs/node/commit/96c50ba71f)] - **deps**: update ada to 2.0.0 (Node.js GitHub Bot) [#&#8203;47339](https://togithub.com/nodejs/node/pull/47339)
-   \[[`4d1c38b758`](https://togithub.com/nodejs/node/commit/4d1c38b758)] - **deps**: update zlib to [`337322d`](https://togithub.com/nodejs/node/commit/337322d) (Node.js GitHub Bot) [#&#8203;48218](https://togithub.com/nodejs/node/pull/48218)
-   \[[`74206b2549`](https://togithub.com/nodejs/node/commit/74206b2549)] - **deps**: update histogram 0.11.8 (Marco Ippolito) [#&#8203;47742](https://togithub.com/nodejs/node/pull/47742)
-   \[[`fbb4b3775d`](https://togithub.com/nodejs/node/commit/fbb4b3775d)] - **deps**: update histogram to 0.11.7 (Marco Ippolito) [#&#8203;47742](https://togithub.com/nodejs/node/pull/47742)
-   \[[`e88c079022`](https://togithub.com/nodejs/node/commit/e88c079022)] - **deps**: update simdutf to 3.2.12 (Node.js GitHub Bot) [#&#8203;48118](https://togithub.com/nodejs/node/pull/48118)
-   \[[`48bd1248b9`](https://togithub.com/nodejs/node/commit/48bd1248b9)] - **deps**: update minimatch to 9.0.1 (Node.js GitHub Bot) [#&#8203;48094](https://togithub.com/nodejs/node/pull/48094)
-   \[[`d4572d31fa`](https://togithub.com/nodejs/node/commit/d4572d31fa)] - **deps**: update corepack to 0.18.0 (Node.js GitHub Bot) [#&#8203;48091](https://togithub.com/nodejs/node/pull/48091)
-   \[[`8090d29dc4`](https://togithub.com/nodejs/node/commit/8090d29dc4)] - **deps**: update uvwasi to 0.0.18 (Node.js GitHub Bot) [#&#8203;47866](https://togithub.com/nodejs/node/pull/47866)
-   \[[`169c8eea2e`](https://togithub.com/nodejs/node/commit/169c8eea2e)] - **deps**: update uvwasi to 0.0.17 (Node.js GitHub Bot) [#&#8203;47866](https://togithub.com/nodejs/node/pull/47866)
-   \[[`6acbb23380`](https://togithub.com/nodejs/node/commit/6acbb23380)] - **deps**: upgrade npm to 9.6.7 (npm team) [#&#8203;48062](https://togithub.com/nodejs/node/pull/48062)
-   \[[`e8f2c0a58b`](https://togithub.com/nodejs/node/commit/e8f2c0a58b)] - **deps**: update undici to 5.22.1 (Node.js GitHub Bot) [#&#8203;47994](https://togithub.com/nodejs/node/pull/47994)
-   \[[`9309fd3120`](https://togithub.com/nodejs/node/commit/9309fd3120)] - **deps**: update simdutf to 3.2.9 (Node.js GitHub Bot) [#&#8203;47983](https://togithub.com/nodejs/node/pull/47983)
-   \[[`b796d3560a`](https://togithub.com/nodejs/node/commit/b796d3560a)] - **deps**: upgrade npm to 9.6.6 (npm team) [#&#8203;47862](https://togithub.com/nodejs/node/pull/47862)
-   \[[`cce372e14e`](https://togithub.com/nodejs/node/commit/cce372e14e)] - **deps**: V8: cherry-pick [`c5ab3e4`](https://togithub.com/nodejs/node/commit/c5ab3e4f0c5a) (Richard Lau) [#&#8203;47736](https://togithub.com/nodejs/node/pull/47736)
-   \[[`7283486adb`](https://togithub.com/nodejs/node/commit/7283486adb)] - **deps**: update undici to 5.22.0 (Node.js GitHub Bot) [#&#8203;47679](https://togithub.com/nodejs/node/pull/47679)
-   \[[`2ea6e03003`](https://togithub.com/nodejs/node/commit/2ea6e03003)] - **deps**: add minimatch as a dependency (Moshe Atlow) [#&#8203;47499](https://togithub.com/nodejs/node/pull/47499)
-   \[[`261e1d23d1`](https://togithub.com/nodejs/node/commit/261e1d23d1)] - **deps**: update ICU to 73.1 release (Steven R. Loomis) [#&#8203;47456](https://togithub.com/nodejs/node/pull/47456)
-   \[[`f532f9df5f`](https://togithub.com/nodejs/node/commit/f532f9df5f)] - **deps**: update undici to 5.21.2 (Node.js GitHub Bot) [#&#8203;47508](https://togithub.com/nodejs/node/pull/47508)
-   \[[`dcb8c038b9`](https://togithub.com/nodejs/node/commit/dcb8c038b9)] - **deps**: update simdutf to 3.2.8 (Node.js GitHub Bot) [#&#8203;47507](https://togithub.com/nodejs/node/pull/47507)
-   \[[`6c8456d61f`](https://togithub.com/nodejs/node/commit/6c8456d61f)] - **deps**: update undici to 5.21.1 (Node.js GitHub Bot) [#&#8203;47488](https://togithub.com/nodejs/node/pull/47488)
-   \[[`d3b2e8a438`](https://togithub.com/nodejs/node/commit/d3b2e8a438)] - **deps**: update simdutf to 3.2.7 (Node.js GitHub Bot) [#&#8203;47473](https://togithub.com/nodejs/node/pull/47473)
-   \[[`64a5fe0499`](https://togithub.com/nodejs/node/commit/64a5fe0499)] - **deps**: update corepack to 0.17.2 (Node.js GitHub Bot) [#&#8203;47474](https://togithub.com/nodejs/node/pull/47474)
-   \[[`6f0f61a7d3`](https://togithub.com/nodejs/node/commit/6f0f61a7d3)] - **deps**: upgrade npm to 9.6.4 (npm team) [#&#8203;47432](https://togithub.com/nodejs/node/pull/47432)
-   \[[`443a72e207`](https://togithub.com/nodejs/node/commit/443a72e207)] - **deps**: update zlib to upstream [`5edb52d`](https://togithub.com/nodejs/node/commit/5edb52d4) (Luigi Pinca) [#&#8203;47151](https://togithub.com/nodejs/node/pull/47151)
-   \[[`dc3bc46914`](https://togithub.com/nodejs/node/commit/dc3bc46914)] - **deps**: update simdutf to 3.2.3 (Node.js GitHub Bot) [#&#8203;47331](https://togithub.com/nodejs/node/pull/47331)
-   \[[`b2f2bebbc2`](https://togithub.com/nodejs/node/commit/b2f2bebbc2)] - **deps**: update timezone to 2023c (Node.js GitHub Bot) [#&#8203;47302](https://togithub.com/nodejs/node/pull/47302)
-   \[[`c10729ffa7`](https://togithub.com/nodejs/node/commit/c10729ffa7)] - **deps**: upgrade npm to 9.6.3 (npm team) [#&#8203;47325](https://togithub.com/nodejs/node/pull/47325)
-   \[[`420deac1de`](https://togithub.com/nodejs/node/commit/420deac1de)] - **deps**: update corepack to 0.17.1 (Node.js GitHub Bot) [#&#8203;47156](https://togithub.com/nodejs/node/pull/47156)
-   \[[`966ba28491`](https://togithub.com/nodejs/node/commit/966ba28491)] - **deps**: V8: cherry-pick [`3e4952c`](https://togithub.com/nodejs/node/commit/3e4952cb2a59) (Richard Lau) [#&#8203;47236](https://togithub.com/nodejs/node/pull/47236)
-   \[[`fc6ab26824`](https://togithub.com/nodejs/node/commit/fc6ab26824)] - **deps**: update timezone to 2023b (Node.js GitHub Bot) [#&#8203;47256](https://togithub.com/nodejs/node/pull/47256)
-   \[[`2700e70215`](https://togithub.com/nodejs/node/commit/2700e70215)] - **deps**: upgrade npm to 9.6.2 (npm team) [#&#8203;47108](https://togithub.com/nodejs/node/pull/47108)
-   \[[`29ba98a0a5`](https://togithub.com/nodejs/node/commit/29ba98a0a5)] - **deps**: V8: cherry-pick [`975ff4d`](https://togithub.com/nodejs/node/commit/975ff4dbfd1b) (Debadree Chatterjee) [#&#8203;47209](https://togithub.com/nodejs/node/pull/47209)
-   \[[`be34777be8`](https://togithub.com/nodejs/node/commit/be34777be8)] - **deps**: cherry-pick win/arm64/clang fixes (Cheng Zhao) [#&#8203;47011](https://togithub.com/nodejs/node/pull/47011)
-   \[[`b52aacb614`](https://togithub.com/nodejs/node/commit/b52aacb614)] - **deps**: update uvwasi to v0.0.16 (Michael Dawson) [#&#8203;46434](https://togithub.com/nodejs/node/pull/46434)
-   \[[`27a76cf5e0`](https://togithub.com/nodejs/node/commit/27a76cf5e0)] - **deps,test**: update postject to 1.0.0-alpha.6 (Node.js GitHub Bot) [#&#8203;48072](https://togithub.com/nodejs/node/pull/48072)
-   \[[`b171c1a3a4`](https://togithub.com/nodejs/node/commit/b171c1a3a4)] - **dgram**: convert macro to template (Tobias Nießen) [#&#8203;47891](https://togithub.com/nodejs/node/pull/47891)
-   \[[`709bf1c758`](https://togithub.com/nodejs/node/commit/709bf1c758)] - **(SEMVER-MINOR)** **dns**: expose getDefaultResultOrder (btea) [#&#8203;46973](https://togithub.com/nodejs/node/pull/46973)
-   \[[`2f202c93e7`](https://togithub.com/nodejs/node/commit/2f202c93e7)] - **doc**: clarify array args to Buffer.from() (Bryan English) [#&#8203;48274](https://togithub.com/nodejs/node/pull/48274)
-   \[[`27f195f8d8`](https://togithub.com/nodejs/node/commit/27f195f8d8)] - **doc**: document watch option for node:test run() (Moshe Atlow) [#&#8203;48256](https://togithub.com/nodejs/node/pull/48256)
-   \[[`7558ef350a`](https://togithub.com/nodejs/node/commit/7558ef350a)] - **doc**: update documentation for FIPS support (Richard Lau) [#&#8203;48194](https://togithub.com/nodejs/node/pull/48194)
-   \[[`f2bb1919e5`](https://togithub.com/nodejs/node/commit/f2bb1919e5)] - **doc**: improve the documentation of the stdio option (Kumar Arnav) [#&#8203;48110](https://togithub.com/nodejs/node/pull/48110)
-   \[[`a2aa52ba92`](https://togithub.com/nodejs/node/commit/a2aa52ba92)] - **doc**: update Buffer.allocUnsafe description (sinkhaha) [#&#8203;48183](https://togithub.com/nodejs/node/pull/48183)
-   \[[`19ad471d52`](https://togithub.com/nodejs/node/commit/19ad471d52)] - **doc**: update codeowners with website team (Claudio Wunder) [#&#8203;48197](https://togithub.com/nodejs/node/pull/48197)
-   \[[`67b2c2a98f`](https://togithub.com/nodejs/node/commit/67b2c2a98f)] - **doc**: fix broken link to new folder doc/contributing/maintaining (Andrea Fassina) [#&#8203;48205](https://togithub.com/nodejs/node/pull/48205)
-   \[[`795ca70815`](https://togithub.com/nodejs/node/commit/795ca70815)] - **doc**: add atlowChemi to triagers (Chemi Atlow) [#&#8203;48104](https://togithub.com/nodejs/node/pull/48104)
-   \[[`e437a0aff1`](https://togithub.com/nodejs/node/commit/e437a0aff1)] - **doc**: fix typo in readline completer function section (Vadym) [#&#8203;48188](https://togithub.com/nodejs/node/pull/48188)
-   \[[`92e0ea496d`](https://togithub.com/nodejs/node/commit/92e0ea496d)] - **doc**: remove broken link for keygen (Rich Trott) [#&#8203;48176](https://togithub.com/nodejs/node/pull/48176)
-   \[[`fe15dae8e6`](https://togithub.com/nodejs/node/commit/fe15dae8e6)] - **doc**: add `auto` intrinsic height to prevent jitter/flicker (Daniel Holbert) [#&#8203;48195](https://togithub.com/nodejs/node/pull/48195)
-   \[[`230335e21f`](https://togithub.com/nodejs/node/commit/230335e21f)] - **doc**: add version info on the SEA docs (Antoine du Hamel) [#&#8203;48173](https://togithub.com/nodejs/node/pull/48173)
-   \[[`e6f37d1b80`](https://togithub.com/nodejs/node/commit/e6f37d1b80)] - **doc**: add Ruy to list of TSC members (Michael Dawson) [#&#8203;48172](https://togithub.com/nodejs/node/pull/48172)
-   \[[`69205a250c`](https://togithub.com/nodejs/node/commit/69205a250c)] - **doc**: update socket.remote\* properties documentation (Saba Kharanauli) [#&#8203;48139](https://togithub.com/nodejs/node/pull/48139)
-   \[[`e4a5d6298c`](https://togithub.com/nodejs/node/commit/e4a5d6298c)] - **doc**: update outdated section on TLSv1.3-PSK (Tobias Nießen) [#&#8203;48123](https://togithub.com/nodejs/node/pull/48123)
-   \[[`d14018ed99`](https://togithub.com/nodejs/node/commit/d14018ed99)] - **doc**: improve HMAC key recommendations (Tobias Nießen) [#&#8203;48121](https://togithub.com/nodejs/node/pull/48121)
-   \[[`e9d4baf770`](https://togithub.com/nodejs/node/commit/e9d4baf770)] - **doc**: clarify mkdir() recursive behavior (Stephen Odogwu) [#&#8203;48109](https://togithub.com/nodejs/node/pull/48109)
-   \[[`3e4a469139`](https://togithub.com/nodejs/node/commit/3e4a469139)] - **doc**: fix typo in crypto legacy streams API section (Tobias Nießen) [#&#8203;48122](https://togithub.com/nodejs/node/pull/48122)
-   \[[`bdf366ab88`](https://togithub.com/nodejs/node/commit/bdf366ab88)] - **doc**: update SEA source link (Rich Trott) [#&#8203;48080](https://togithub.com/nodejs/node/pull/48080)
-   \[[`2a4f79a75f`](https://togithub.com/nodejs/node/commit/2a4f79a75f)] - **doc**: clarify tty.isRaw (Roberto Vidal) [#&#8203;48055](https://togithub.com/nodejs/node/pull/48055)
-   \[[`98c6e4be03`](https://togithub.com/nodejs/node/commit/98c6e4be03)] - **doc**: use secure key length for HMAC generateKey (Tobias Nießen) [#&#8203;48052](https://togithub.com/nodejs/node/pull/48052)
-   \[[`8ae5c8cf9d`](https://togithub.com/nodejs/node/commit/8ae5c8cf9d)] - **doc**: update broken EVP_BytesToKey link (Rich Trott) [#&#8203;48064](https://togithub.com/nodejs/node/pull/48064)
-   \[[`3c713e7caa`](https://togithub.com/nodejs/node/commit/3c713e7caa)] - **doc**: update broken spkac link (Rich Trott) [#&#8203;48063](https://togithub.com/nodejs/node/pull/48063)
-   \[[`c22f739e94`](https://togithub.com/nodejs/node/commit/c22f739e94)] - **doc**: document node-api version process (Chengzhong Wu) [#&#8203;47972](https://togithub.com/nodejs/node/pull/47972)
-   \[[`ce859f9f9f`](https://togithub.com/nodejs/node/commit/ce859f9f9f)] - **doc**: fix typo in binding functions (Deokjin Kim) [#&#8203;48003](https://togithub.com/nodejs/node/pull/48003)
-   \[[`070c3457b7`](https://togithub.com/nodejs/node/commit/070c3457b7)] - **doc**: mark Node.js 14 as End-of-Life (Richard Lau) [#&#8203;48023](https://togithub.com/nodejs/node/pull/48023)
-   \[[`3611027d8e`](https://togithub.com/nodejs/node/commit/3611027d8e)] - **doc**: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED (Tobias Nießen) [#&#8203;47976](https://togithub.com/nodejs/node/pull/47976)
-   \[[`dbffad958c`](https://togithub.com/nodejs/node/commit/dbffad958c)] - **doc**: add missing deprecated blocks to cluster (Tobias Nießen) [#&#8203;47981](https://togithub.com/nodejs/node/pull/47981)
-   \[[`035356f711`](https://togithub.com/nodejs/node/commit/035356f711)] - **doc**: update description of global (Tobias Nießen) [#&#8203;47969](https://togithub.com/nodejs/node/pull/47969)
-   \[[`081a6ffaea`](https://togithub.com/nodejs/node/commit/081a6ffaea)] - **doc**: update measure memory rejection information (Yash Ladha) [#&#8203;41639](https://togithub.com/nodejs/node/pull/41639)
-   \[[`3460cf9c23`](https://togithub.com/nodejs/node/commit/3460cf9c23)] - **doc**: fix broken link to TC39 import attributes proposal (Rich Trott) [#&#8203;47954](https://togithub.com/nodejs/node/pull/47954)
-   \[[`3b018c8aa9`](https://togithub.com/nodejs/node/commit/3b018c8aa9)] - **doc**: fix broken link (Rich Trott) [#&#8203;47953](https://togithub.com/nodejs/node/pull/47953)
-   \[[`244db960a9`](https://togithub.com/nodejs/node/commit/244db960a9)] - **doc**: remove broken link (Rich Trott) [#&#8203;47942](https://togithub.com/nodejs/node/pull/47942)
-   \[[`2cc8715bb9`](https://togithub.com/nodejs/node/commit/2cc8715bb9)] - **doc**: document make lint-md-clean (Matteo Collina) [#&#8203;47926](https://togithub.com/nodejs/node/pull/47926)
-   \[[`b80e006c17`](https://togithub.com/nodejs/node/commit/b80e006c17)] - **doc**: mark global object as legacy (Mert Can Altın) [#&#8203;47819](https://togithub.com/nodejs/node/pull/47819)
-   \[[`bf4eb058f3`](https://togithub.com/nodejs/node/commit/bf4eb058f3)] - **doc**: ntfs junction points must link to directories (Ben Noordhuis) [#&#8203;47907](https://togithub.com/n

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

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



PR-URL: https://github.com/weareinreach/InReach/pull/672
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Chia1104 added a commit to Chia1104/chia1104.dev that referenced this pull request Jul 21, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.7...v1.10.8

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.6...v1.10.7

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

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

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

#### What's Changed

##### Changelog

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

**Full Changelog**:
vercel/turbo@v1.10.5...v1.10.6

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.4...v1.10.5

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.3...v1.10.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 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/Chia1104/chia1104.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
NicholasLYang pushed a commit that referenced this pull request Jul 21, 2023
commit 6c178d2
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Thu Jul 20 18:06:03 2023 +0200

    Extract shared HMR utils to their own modules/crates (#5576)

    ### Description

    These will also be used in Next.js by the Nexturbo dev API.

    ### Testing Instructions

    N/A

commit e5f43a5
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Wed Jul 19 18:03:12 2023 -0700

    fix: pnpm alias workspace deps (#5569)

    ### Description

    Fixes #5441

    Adds support for [referencing workspaces through
    aliases](https://pnpm.io/workspaces#referencing-workspace-packages-through-aliases)
    by properly resolving them to the correct workspace. Before we would
    mark a package as being an external dependency (or if the alias was a
    valid workspace depend on the incorrect one).

    This PR now recognizes when `workspace:` dependency references a
    different package than the name that's used in the `package.json`.

    Note for reviewers:
    This probably isn't the cleanest solution in either Rust or Go, but
    while we need to maintain two codepaths this keeps the code roughly
    equivalent.

    ### Testing Instructions

    Added unit tests on the Go side.

    Tested manually with a repository where `web` specified it's dependency
    on `@scope/ui` as `"ui": "workspace:@scope/ui@*" and verified that:
    - `turbo run build`: `@scope/ui` finished building before building
    `web`, this hits the Go impl
    - `turbo prune --scope=web`: `@scope/ui` was included in the pruned
    repository, this hits the Rust impl

    ---------

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit 396bf45
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Wed Jul 19 13:31:35 2023 -0700

    feat: port prune to rust (#5531)

    ### Description

    Port prune from Go to Rust and remove the old Go implementation. To
    achieve this the following was done:
     - Parsing the lockfile during package graph construction
     - Porting utility functions
    - Some minor changes in `turborepo_paths`, these were primarily moving
    methods from their owned to borrowed counterparts
    - Expanding `package.json` parsing to grab some of the information
    pruning requires
    - Porting of the prune command itself. I added some additional structure
    compared to the Go version, but not enough that comparing it to the Go
    version should be difficult

    Notes for reviewers:
    I apologize that this PR ended up touching as much as it did. Reviewing
    the PR by commit should at least make all of the changes and their
    impacts obvious. Commits before `2d4154c` are already on main and can be
    skipped.

    ### Testing Instructions

    Existing unit tests and integration tests for file copying and package
    graph traversal. Actual lockfile behavior is mostly covered by unit
    tests that were ported when the lockfile were ported.

    Also did various manual testing with pruning monorepos.

    ---------

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit 007b574
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Wed Jul 19 22:17:39 2023 +0200

    Remove unnecessary ValueDebugFormat item, hide Vc field (#5567)

    ### Description

    This removes unnecessary items from the IDE's autosuggestion.

    I'd also like to get rid of all the `*_inline` suggestions, but RA will
    ignore `#[doc(hidden)]` when inside the same crate. I don't think
    there's a way to indicate "never, ever suggest this item". We could move
    some of these to be private to some generated module, but that module
    would probably still show up as a top level suggestion.

    ### Testing Instructions

    Automated tests.

commit d13b812
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jul 19 11:32:07 2023 -0700

    release(turborepo): 1.10.9 (#5565)

    Co-authored-by: Turbobot <turbobot@vercel.com>
    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit 229a2a4
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Wed Jul 19 16:08:16 2023 +0200

    make with_layer return Vc<Self> (#5563)

    ### Description

    Using the new ability to return `Vc<Self>`

    Co-authored-by: Alex Kirszenberg <alexkirsz@users.noreply.github.com>

commit c78593b
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Tue Jul 18 20:11:16 2023 -0700

    feat(turborepo): Add proxy support to create-turbo and turbo-gen (#5554)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit 5ab8ac0
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Tue Jul 18 15:06:38 2023 -0700

    fix(lockfile): Fix directory resolution variant (#5551)

    ### Description

    Fixes #5529

    During the Rust migration I must've messed up the directory field name.
    Double checked against
    [`@pnpm/lockfile-types`](https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-types/src/index.ts#L86)
    to make sure all of the fields are correct now.

    `PackageResolution` should be an enum, but the fact that tarballs are an
    untagged variant makes that tricky to communicate to `serde`. A struct
    does enough for us.

    ### Testing Instructions

    Added new unit test to make sure we don't lose any fields for the
    various variants of the `resolution` field

    ---------

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit ca7e3e4
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Jul 18 14:51:34 2023 -0700

    release(turborepo): 1.10.9-canary.0 (#5559)

    Co-authored-by: Turbobot <turbobot@vercel.com>

commit fc5e2b0
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Tue Jul 18 13:16:16 2023 -0700

    chore: no longer convert in relative unix path constructor (#5552)

    ### Description

    To quote @gsoltis:
    > In general:
    > - constructors should validate, to the extent they can (not much for
    `unix` paths, but can verify relative)
    > - conversions should be explicit. You need to know where you're
    starting from. If this were an AnchoredSystemPath on windows, the `\` ->
    `/` makes sense. If it's a literal from e.g. a tar file, then it
    doesn't.

    Reviewers Notes:
    - Opening up this PR in VSCode and using `Find All References` on the
    constructor is useful for double checking that I didn't miss a
    conversion.
    - Clippy error appeared on local when I made these changes. Fixed it
    just in case that would block CI
    - Moved `to_unix` to `AnchoredSystemPath` instead of
    `AnchoredSystemPathBuf` now that we have deref coercion which will
    automatically convert `&AnchroedSystemPathBuf` to `&AnchoredSystemPath`
    and moving the method allows it to be called from either type.

    ### Testing Instructions

    Looked through all uses of `RelativeUnixPathBuf::new` to see if there
    were places that depended on the conversion. The only use that was
    obvious was the usage in `cache_archive/create.rs`. `dotEnv` was the
    only other place where we possibly were converting a system path to a
    relative unix. We don't specify that `dotEnv` entries should be unix
    relative, so we might've been accidentally supporting system paths, but

    ---------

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit 3eb3a5f
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Tue Jul 18 21:21:51 2023 +0200

    Ensure output assets reference only output assets (#5557)

    ### Description

    Ensure output assets reference only output assets

    next.js PR: vercel/next.js#52832

commit 22f0bf4
Author: Nathan Hammond <nathan.hammond@vercel.com>
Date:   Wed Jul 19 02:59:12 2023 +0800

    Remove binary optimization step. (#5543)

    Co-authored-by: Nathan Hammond <Nathan Hammond>

commit 5955625
Author: mknichel <7355009+mknichel@users.noreply.github.com>
Date:   Tue Jul 18 10:09:28 2023 -0700

    fix(turborepo): Allow users to select a Vercel team when linking a repository to a Space (#5533)

commit 814f0a2
Author: Leah <github.leah@hrmny.sh>
Date:   Tue Jul 18 17:31:33 2023 +0200

    feat(turbopack-ecmascript): implement acyclic SCC graph for ESM imports (#5506)

commit 46bb9b7
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Tue Jul 18 13:41:01 2023 +0200

    move references() to specific traits (#5555)

    ### Description

    preparation for making different typed references

    next.js PR: vercel/next.js#52822

commit 56edd9e
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Mon Jul 17 21:37:26 2023 -0700

    feat(turborepo): Add task ids to failure reports (#5535)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit ea934d1
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Mon Jul 17 13:52:59 2023 -0700

    chore(turborepo): Turborepo owns the examples-tests directory (#5540)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit 5279282
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Mon Jul 17 19:55:22 2023 +0200

    Add missing feature to syn (#5547)

    ### Description

    Cargo check currently fails with:

    ```
    error[E0277]: `syn::Type` doesn't implement `Debug`
     --> crates/turbo-tasks-macros-shared/src/primitive_input.rs:8:5
      |
    6 | #[derive(Debug)]
      |          ----- in this derive macro expansion
    7 | pub struct PrimitiveInput {
    8 |     pub ty: Type,
      |     ^^^^^^^^^^^^ `syn::Type` cannot be formatted using `{:?}` because it doesn't implement `Debug`
      |
      = help: the trait `Debug` is not implemented for `syn::Type`
      = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)

    For more information about this error, try `rustc --explain E0277`.
    error: could not compile `turbo-tasks-macros-shared` (lib) due to previous error
    ```

    This is because because turbo-tasks-macros-shared (which is missing a
    syn feature to enable the debug trait) is part of the workspace default
    members, while turbo-tasks-macros (which has the feature) isn’t.

    ### Testing Instructions

    `cargo check`

commit 78f6cc8
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Mon Jul 17 10:40:13 2023 -0700

    docs: document log order (#5463)

    ### Description

    Adds documentation for `--log-order` #3916 including a callout of our
    special behavior on Github Actions.

    ### Testing Instructions

    Eyes

    ---------

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit 0771b80
Author: Amit Gurbani <amit1994.gurbani@gmail.com>
Date:   Mon Jul 17 23:09:44 2023 +0530

    Update storybook.mdx (#5537)

    ### Description

    Storybook now can be built with node 18, hence removing this from
    documentation.

    Co-authored-by: Anthony Shew <anthony.shew@vercel.com>

commit 91ca2ae
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jul 17 10:11:06 2023 -0700

    release(turborepo): 1.10.8 (#5546)

    Co-authored-by: Turbobot <turbobot@vercel.com>

commit d24075f
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Mon Jul 17 08:12:38 2023 -0700

    fix(turborepo): Set corepack dir for examples (#5539)

    ### Description

    - set a corepack install directory per example to avoid concurrency
    issues
     - set the `PATH` for the test to include the corepack directory

    ### Testing Instructions

    Examples tests

    ---------

    Co-authored-by: Greg Soltis <Greg Soltis>

commit 46d0945
Author: Nicholas Yang <nicholas.yang@vercel.com>
Date:   Mon Jul 17 11:07:45 2023 -0400

    feat(turborepo): FS Cache (#5473)

    ### Description

    Implements the FS cache on top of CacheItem. ~~This is stacked on top of
    #5065~~

    ### Testing Instructions

    Uses the same round-trip tests of HTTP cache.

    ---------

    Co-authored-by: --global <Nicholas Yang>
    Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>

commit 135c08f
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Mon Jul 17 16:44:56 2023 +0200

    add direct cycle detection (#5544)

    ### Description

    very simple detection of dumb mistakes

commit 02f55d9
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Mon Jul 17 16:33:34 2023 +0200

    move Asset::ident to more specific traits (#5528)

    ### Description

    * `ident()` is no longer on Asset, but on `Module`, `Source`,
    `OutputAsset` or `Chunk`
    * On the way, more AssetVc types needed to be switched to more specific
    traits

    next.js PR: vercel/next.js#52683

commit b069545
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Mon Jul 17 13:41:18 2023 +0200

    AdjacencyMap::reverse_topological (+ fixes) (#5527)

    ### Description

    This adds `AdjacencyMap::reverse_topological`, which is similar to
    `AdjacencyMap::into_reverse_topological` but doesn't consume the graph.

    This also:
    * Makes `AdjacencyMap` storable in `turbo_tasks::value`s;
    * Fixes ValueDebugFormat and TraceRawVcs derive macros so they support
    generic argument and bounds properly.

    ### Testing Instructions

    N/A

commit 8433a32
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Sun Jul 16 14:07:49 2023 +0200

    Vc<T> and Turbo Engine type system improvements (#4587)

    This PR changes our Turbo Engine code generation from generating
    additional `TypeVc` types to allowing the `Vc<Type>` notation. It also
    brings other improvements to the Turbo Engine type system, like more
    type-safe downcasting and upcasting, better support for primitives, the
    possibility to accept `&self` in `#[value_impl]` implementations
    everywhere, and a bunch of other changes.

    link WEB-379

commit fdc358a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Jul 14 20:31:07 2023 -0700

    release(turborepo): 1.10.8-canary.2 (#5534)

    Co-authored-by: Turbobot <turbobot@vercel.com>

commit 26fee25
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Fri Jul 14 11:13:59 2023 -0700

    fix(turborepo): Export and match on our copy of BasicUI (#5532)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit b0ea0a8
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Fri Jul 14 10:39:52 2023 -0700

    fix(turborepo): Rebuild turbo if Go code has changed (#5530)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit b6bb8fe
Author: Chris Olszewski <chris.olszewski@vercel.com>
Date:   Fri Jul 14 06:47:13 2023 -0700

    chore: use fs-err in turborepo fs related libs (#5517)

    ### Description
    Swaps our usage of various `fs` methods to use `fs-err` instead. To
    quote the `fs-err` docs:

    > Using [std::fs](https://doc.rust-lang.org/stable/std/fs/), if this
    code fails:
    >
    > `let file = File::open("does not exist.txt")?;`
    >
    > The error message that Rust gives you isn't very useful:
    >
    > `The system cannot find the file specified. (os error 2)`
    >
    > ...but if we use `fs-err` instead, our error contains more actionable
    information:
    >
    > ```failed to open file `does not exist.txt`
    > caused by: The system cannot find the file specified. (os error 2)```

    ### Testing Instructions
    Existing unit tests pass

    Co-authored-by: Chris Olszewski <Chris Olszewski>

commit f3a36e7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Jul 13 15:27:21 2023 -0700

    release(turborepo): 1.10.8-canary.1 (#5523)

    Co-authored-by: Turbobot <turbobot@vercel.com>

commit cabca3c
Author: Nicholas Yang <nicholas.yang@vercel.com>
Date:   Thu Jul 13 16:12:46 2023 -0400

    chore: Extend examples timeout (#5504)

    ### Description

    We get a lot of timeout failures on examples tests. Since this almost
    always requires re-running the test, which adds another 30 minutes of
    compute time, it's probably better to extend the timeout to 40 minutes.

    ### Testing Instructions

    <!--
      Give a quick description of steps to test your changes.
    -->

    Co-authored-by: nicholaslyang <Nicholas Yang>

commit 7c18c80
Author: Greg Soltis <greg.soltis@vercel.com>
Date:   Thu Jul 13 12:58:14 2023 -0700

    Implement hashing fallback (#5505)

    Co-authored-by: Greg Soltis <Greg Soltis>

commit 67e71c7
Author: Anthony Shew <anthony.shew@vercel.com>
Date:   Thu Jul 13 11:35:08 2023 -0700

    Better spot for link. (#5520)

commit a14180e
Author: Anthony Shew <anthony.shew@vercel.com>
Date:   Thu Jul 13 11:24:26 2023 -0700

    Fix link. (#5518)

commit b7aaa7b
Author: Nicholas Yang <nicholas.yang@vercel.com>
Date:   Thu Jul 13 13:18:44 2023 -0400

    chore: Added clippy deny all to crates (#5514)

    Co-authored-by: nicholaslyang <Nicholas Yang>

commit e3c68fa
Author: Alex Kirszenberg <alex.kirszenberg@vercel.com>
Date:   Thu Jul 13 16:34:27 2023 +0200

    Add any_content_changed_of_output_assets (#5513)

    ### Description

    Required for vercel/next.js#52259

    ### Testing Instructions

    N/A

    Co-authored-by: Tobias Koppers <sokra@users.noreply.github.com>

commit 4022f2b
Author: Tobias Koppers <tobias.koppers@googlemail.com>
Date:   Thu Jul 13 14:54:55 2023 +0200

    OutputAsset trait (#5507)

    ### Description

    adding a trait to all assets in the output graph

    next.js PR: vercel/next.js#52606
kodiakhq bot pushed a commit to timelessco/node-ts-app that referenced this pull request Jul 23, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`17.6.6` -> `17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`17.6.6` -> `17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@ianvs/prettier-plugin-sort-imports](https://togithub.com/ianvs/prettier-plugin-sort-imports) | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ianvs%2fprettier-plugin-sort-imports/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ianvs%2fprettier-plugin-sort-imports/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell)) | [`6.31.1` -> `6.31.2`](https://renovatebot.com/diffs/npm/cspell/6.31.1/6.31.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/6.31.1/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/6.31.1/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [dedent](https://togithub.com/dmnd/dedent) | [`1.0.1` -> `1.2.0`](https://renovatebot.com/diffs/npm/dedent/1.0.1/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dedent/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dedent/1.0.1/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/1.0.1/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.44.0` -> `8.45.0`](https://renovatebot.com/diffs/npm/eslint/8.44.0/8.45.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.44.0/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.44.0/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [knip](https://togithub.com/webpro/knip) | [`2.15.5` -> `2.16.0`](https://renovatebot.com/diffs/npm/knip/2.15.5/2.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/2.15.5/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/2.15.5/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [release-it](https://togithub.com/release-it/release-it) | [`16.1.0` -> `16.1.3`](https://renovatebot.com/diffs/npm/release-it/16.1.0/16.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/release-it/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/release-it/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/release-it/16.1.0/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/release-it/16.1.0/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli)

</details>

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)

</details>

<details>
<summary>ianvs/prettier-plugin-sort-imports (@&#8203;ianvs/prettier-plugin-sort-imports)</summary>

### [`v4.1.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.1.0)

[Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.0.2...v4.1.0)

#### What's Changed

-   Add Prettier v3 to Peer dependencies by [@&#8203;Sparticuz](https://togithub.com/Sparticuz) in [IanVS/prettier-plugin-sort-imports#111
-   Upgrade to Prettier 3 in devDependencies by [@&#8203;fbartho](https://togithub.com/fbartho) in [IanVS/prettier-plugin-sort-imports#75

#### New Contributors

-   [@&#8203;Sparticuz](https://togithub.com/Sparticuz) made their first contribution in [IanVS/prettier-plugin-sort-imports#111

**Full Changelog**: IanVS/prettier-plugin-sort-imports@v4.0.2...v4.1.0

</details>

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

### [`v6.31.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#6312-2023-04-14)

[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2)

**Note:** Version bump only for package cspell-monorepo

</details>

<details>
<summary>dmnd/dedent (dedent)</summary>

### [`v1.2.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120)

[Compare Source](https://togithub.com/dmnd/dedent/compare/b1315254fcd1ddd02857e23f01edfb33fd6c5c28...b6cdb9d53120c18b42b5ef0d92ee0f00871091d4)

-   fix(dependencies): move babel-plugin-macros to optional peer ([#&#8203;60](https://togithub.com/dmnd/dedent/issues/60))

### [`v1.1.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110)

[Compare Source](https://togithub.com/dmnd/dedent/compare/31b09261906f4d134a7a4b07290a87c4a80cd01a...b1315254fcd1ddd02857e23f01edfb33fd6c5c28)

-   build: convert dedent.ts and tests to TypeScript ([#&#8203;51](https://togithub.com/dmnd/dedent/issues/51))

### [`v1.0.2`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102)

[Compare Source](https://togithub.com/dmnd/dedent/compare/e85dfdd8a371d80aa757c6e9b42ea72b11caf23c...31b09261906f4d134a7a4b07290a87c4a80cd01a)

-   fix: update types ([#&#8203;44](https://togithub.com/dmnd/dedent/issues/44))

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v8.45.0`](https://togithub.com/eslint/eslint/releases/tag/v8.45.0)

[Compare Source](https://togithub.com/eslint/eslint/compare/v8.44.0...v8.45.0)

#### Features

-   [`cdd063c`](https://togithub.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277) feat: Expose LegacyESLint in unsupported API ([#&#8203;17341](https://togithub.com/eslint/eslint/issues/17341)) (Nicholas C. Zakas)
-   [`d34abe5`](https://togithub.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5) feat: fix indent rule for else-if ([#&#8203;17318](https://togithub.com/eslint/eslint/issues/17318)) (Milos Djermanovic)

#### Bug Fixes

-   [`b79b6fb`](https://togithub.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a) fix: Fix suggestion message in `no-useless-escape` ([#&#8203;17339](https://togithub.com/eslint/eslint/issues/17339)) (Francesco Trotta)
-   [`c667055`](https://togithub.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e) fix: provide unique `fix` and `fix.range` objects in lint messages ([#&#8203;17332](https://togithub.com/eslint/eslint/issues/17332)) (Milos Djermanovic)

#### Documentation

-   [`89f3225`](https://togithub.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7) docs: add playground links to correct and incorrect code blocks ([#&#8203;17306](https://togithub.com/eslint/eslint/issues/17306)) (Josh Goldberg ✨)
-   [`f8892b5`](https://togithub.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b) docs: Expand rule option schema docs ([#&#8203;17198](https://togithub.com/eslint/eslint/issues/17198)) (Matt Wilkinson)
-   [`8bcbf11`](https://togithub.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce) docs: Config Migration Guide ([#&#8203;17230](https://togithub.com/eslint/eslint/issues/17230)) (Ben Perlmutter)
-   [`bb30908`](https://togithub.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07) docs: Update README (GitHub Actions Bot)
-   [`84d243b`](https://togithub.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1) docs: Update README (GitHub Actions Bot)
-   [`b762632`](https://togithub.com/eslint/eslint/commit/b762632298f20c4f81e7d01ab850c3f5e3874637) docs: Update README (GitHub Actions Bot)
-   [`138c096`](https://togithub.com/eslint/eslint/commit/138c096bc9468b553dbafc0e573c6522a17a7922) docs: add more prefer-destructuring examples with array destructuring ([#&#8203;17330](https://togithub.com/eslint/eslint/issues/17330)) (Milos Djermanovic)
-   [`1fc50a8`](https://togithub.com/eslint/eslint/commit/1fc50a89753346f4f4c786ffd20ac4cf185bb036) docs: `max-len` rule `code` and `tabWidth` as positional arguments ([#&#8203;17331](https://togithub.com/eslint/eslint/issues/17331)) (Jesús Leganés-Combarro)

#### Chores

-   [`68f63d7`](https://togithub.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7) chore: package.json update for [@&#8203;eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
-   [`5ca9b4d`](https://togithub.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc) chore: update eslint-config-eslint exports ([#&#8203;17336](https://togithub.com/eslint/eslint/issues/17336)) (Milos Djermanovic)
-   [`7bf2e86`](https://togithub.com/eslint/eslint/commit/7bf2e86022c9e95db4ca1472fddfa2ea4edd1870) chore: remove unused dependencies ([#&#8203;17352](https://togithub.com/eslint/eslint/issues/17352)) (Percy Ma)
-   [`c6f8cd0`](https://togithub.com/eslint/eslint/commit/c6f8cd0d62e4a3c314c6860ff367490bbd05325a) chore: Remove `defaultIgnores` from FlatESLint private members ([#&#8203;17349](https://togithub.com/eslint/eslint/issues/17349)) (Francesco Trotta)
-   [`0052374`](https://togithub.com/eslint/eslint/commit/0052374035672efe9129343fc00ee51a4c288ff3) chore: move jsdoc settings to eslint-config-eslint ([#&#8203;17338](https://togithub.com/eslint/eslint/issues/17338)) (唯然)

</details>

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

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

[Compare Source](https://togithub.com/webpro/knip/compare/2.15.5...2.16.0)

-   Edit the npx flags in doc ([`6993adf`](https://togithub.com/webpro/knip/commit/6993adf))
-   Update handling-issues.md ([#&#8203;162](https://togithub.com/webpro/knip/issues/162)) ([`e44c333`](https://togithub.com/webpro/knip/commit/e44c333))
-   Update dependencies ([`82b133c`](https://togithub.com/webpro/knip/commit/82b133c))
-   Add support for custom hooks path in husky plugin ([`cb15609`](https://togithub.com/webpro/knip/commit/cb15609))
-   Improve tests for husky + npx combo ([`7398393`](https://togithub.com/webpro/knip/commit/7398393))
-   Add support for binaries executed from `npx` ([`5c8311c`](https://togithub.com/webpro/knip/commit/5c8311c))
-   Fix up execa fixture ([`fee0cac`](https://togithub.com/webpro/knip/commit/fee0cac))
-   Only explicit `--yes` will ignore dependency in npx resolver ([`535b573`](https://togithub.com/webpro/knip/commit/535b573))
-   Add test case for uncovered bash expression ([`9a9331f`](https://togithub.com/webpro/knip/commit/9a9331f))
-   Add `exec` to ignored binaries ([`1c59321`](https://togithub.com/webpro/knip/commit/1c59321))
-   Improve glob usage comment ([`a65fda8`](https://togithub.com/webpro/knip/commit/a65fda8))
-   Pass `cwd` to return scripts in github action plugin test ([`4bae338`](https://togithub.com/webpro/knip/commit/4bae338))
-   Add `c8` script resolver ([`3419fa6`](https://togithub.com/webpro/knip/commit/3419fa6))
-   Fix up child-spawning binaries in script parser ([`d1f42a3`](https://togithub.com/webpro/knip/commit/d1f42a3))
-   Add support for `else` in script parser ([`6d98db5`](https://togithub.com/webpro/knip/commit/6d98db5))
-   Add support for `node_modules/.bin` locations in `tryResolveFilePath` (fixes [#&#8203;161](https://togithub.com/webpro/knip/issues/161)) ([`2ff2d99`](https://togithub.com/webpro/knip/commit/2ff2d99))
-   Normalize `tryResolveSpecifier[s]` return value ([`1d63022`](https://togithub.com/webpro/knip/commit/1d63022))

</details>

<details>
<summary>release-it/release-it (release-it)</summary>

### [`v16.1.3`](https://togithub.com/release-it/release-it/releases/tag/16.1.3)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.2...16.1.3)

-   Update dependencies (closes [#&#8203;1024](https://togithub.com/release-it/release-it/issues/1024)) ([`79430b4`](https://togithub.com/release-it/release-it/commit/79430b4))

### [`v16.1.2`](https://togithub.com/release-it/release-it/releases/tag/16.1.2)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.1...16.1.2)

-   Revert some updates for Node.js 16 compat ([`a106c83`](https://togithub.com/release-it/release-it/commit/a106c83))

### [`v16.1.1`](https://togithub.com/release-it/release-it/releases/tag/16.1.1)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.0...16.1.1)

-   Update dependencies (closes [#&#8203;1023](https://togithub.com/release-it/release-it/issues/1023)) ([`9d6f183`](https://togithub.com/release-it/release-it/commit/9d6f183))

</details>

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**: vercel/turbo@v1.10.7...v1.10.8

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/node-ts-app).
kodiakhq bot pushed a commit to timelessco/next-ts-app that referenced this pull request Jul 23, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`17.6.6` -> `17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | [`17.6.6` -> `17.6.7`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/17.6.6/17.6.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@ianvs/prettier-plugin-sort-imports](https://togithub.com/ianvs/prettier-plugin-sort-imports) | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ianvs%2fprettier-plugin-sort-imports/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ianvs%2fprettier-plugin-sort-imports/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ianvs%2fprettier-plugin-sort-imports/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.9` -> `13.4.10`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.9/13.4.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fbundle-analyzer/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fbundle-analyzer/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fbundle-analyzer/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fbundle-analyzer/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/env](https://togithub.com/vercel/next.js) | [`13.4.9` -> `13.4.10`](https://renovatebot.com/diffs/npm/@next%2fenv/13.4.9/13.4.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fenv/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fenv/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fenv/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fenv/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`13.4.9` -> `13.4.10`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/13.4.9/13.4.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2feslint-plugin-next/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2feslint-plugin-next/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2feslint-plugin-next/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2feslint-plugin-next/13.4.9/13.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [cspell](https://streetsidesoftware.github.io/cspell/) ([source](https://togithub.com/streetsidesoftware/cspell)) | [`6.31.1` -> `6.31.2`](https://renovatebot.com/diffs/npm/cspell/6.31.1/6.31.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/6.31.1/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/6.31.1/6.31.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [dedent](https://togithub.com/dmnd/dedent) | [`1.0.1` -> `1.2.0`](https://renovatebot.com/diffs/npm/dedent/1.0.1/1.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dedent/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dedent/1.0.1/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/1.0.1/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.44.0` -> `8.45.0`](https://renovatebot.com/diffs/npm/eslint/8.44.0/8.45.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.44.0/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.44.0/8.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [knip](https://togithub.com/webpro/knip) | [`2.15.5` -> `2.16.0`](https://renovatebot.com/diffs/npm/knip/2.15.5/2.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/2.15.5/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/2.15.5/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [prettier-plugin-tailwindcss](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss) | [`0.4.0` -> `0.4.1`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.4.0/0.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-tailwindcss/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-tailwindcss/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-tailwindcss/0.4.0/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-tailwindcss/0.4.0/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [release-it](https://togithub.com/release-it/release-it) | [`16.1.0` -> `16.1.3`](https://renovatebot.com/diffs/npm/release-it/16.1.0/16.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/release-it/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/release-it/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/release-it/16.1.0/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/release-it/16.1.0/16.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [sharp](https://togithub.com/lovell/sharp) ([changelog](https://togithub.com/lovell/sharp/blob/main/docs/changelog.md)) | [`0.32.2` -> `0.32.3`](https://renovatebot.com/diffs/npm/sharp/0.32.2/0.32.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sharp/0.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sharp/0.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sharp/0.32.2/0.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sharp/0.32.2/0.32.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`15.10.1` -> `15.10.2`](https://renovatebot.com/diffs/npm/stylelint/15.10.1/15.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/15.10.1/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/15.10.1/15.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli)

</details>

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

### [`v17.6.7`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1767-2023-07-19)

[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.6.6...v17.6.7)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)

</details>

<details>
<summary>ianvs/prettier-plugin-sort-imports (@&#8203;ianvs/prettier-plugin-sort-imports)</summary>

### [`v4.1.0`](https://togithub.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.1.0)

[Compare Source](https://togithub.com/ianvs/prettier-plugin-sort-imports/compare/v4.0.2...v4.1.0)

#### What's Changed

-   Add Prettier v3 to Peer dependencies by [@&#8203;Sparticuz](https://togithub.com/Sparticuz) in [IanVS/prettier-plugin-sort-imports#111
-   Upgrade to Prettier 3 in devDependencies by [@&#8203;fbartho](https://togithub.com/fbartho) in [IanVS/prettier-plugin-sort-imports#75

#### New Contributors

-   [@&#8203;Sparticuz](https://togithub.com/Sparticuz) made their first contribution in [IanVS/prettier-plugin-sort-imports#111

**Full Changelog**: IanVS/prettier-plugin-sort-imports@v4.0.2...v4.1.0

</details>

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

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

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

##### Core Changes

-   Fix trailing slash with locale domain: [#&#8203;52343](https://togithub.com/vercel/next.js/issues/52343)
-   perf: use fs.readdirSync with withFileTypes: [#&#8203;52340](https://togithub.com/vercel/next.js/issues/52340)
-   Make `get_client_chunking_context` independent of context: [#&#8203;51928](https://togithub.com/vercel/next.js/issues/51928)
-   perf: use fs.opendir for better resource usage: [#&#8203;52341](https://togithub.com/vercel/next.js/issues/52341)
-   fix: metadatabase warning message: [#&#8203;52363](https://togithub.com/vercel/next.js/issues/52363)
-   perf: simplify getShortDynamicParamType on app-render: [#&#8203;52355](https://togithub.com/vercel/next.js/issues/52355)
-   fix: prevent infinite dev refresh on nested parallel routes: [#&#8203;52362](https://togithub.com/vercel/next.js/issues/52362)
-   turbopack: add incremental cache for node.js app rendering: [#&#8203;52172](https://togithub.com/vercel/next.js/issues/52172)
-   Refactor metadata og and twitter title to be always presented: [#&#8203;52320](https://togithub.com/vercel/next.js/issues/52320)
-   perf: reduce system calls on eslint plugin: [#&#8203;52359](https://togithub.com/vercel/next.js/issues/52359)
-   Turbopack: Use a different chunking context for web entry: [#&#8203;52404](https://togithub.com/vercel/next.js/issues/52404)
-   Temporarily revert change to pages render: [#&#8203;52407](https://togithub.com/vercel/next.js/issues/52407)
-   Remove integration tests now in vercel/turbo: [#&#8203;52413](https://togithub.com/vercel/next.js/issues/52413)
-   Update Rust nightly toolchain: [#&#8203;51757](https://togithub.com/vercel/next.js/issues/51757)
-   Cache concurrent `ensurePage` requests for the same page: [#&#8203;52360](https://togithub.com/vercel/next.js/issues/52360)
-   \[turbopack]: Remove skipped integration tests: [#&#8203;52421](https://togithub.com/vercel/next.js/issues/52421)
-   Fix metadata layer webpack rule for server-only: [#&#8203;52403](https://togithub.com/vercel/next.js/issues/52403)
-   Override file based images with social images property: [#&#8203;52416](https://togithub.com/vercel/next.js/issues/52416)
-   Split the client reference manifest file to be generated per-entry: [#&#8203;52450](https://togithub.com/vercel/next.js/issues/52450)
-   fix(standalone): fixed `output: "standalone"` crashing build when there is no `app/` page: [#&#8203;51993](https://togithub.com/vercel/next.js/issues/51993)
-   fix: add aws packages to default `serverComponentsExternalPackages`: [#&#8203;52388](https://togithub.com/vercel/next.js/issues/52388)
-   refactor: avoid unnecessary async scopes in eslint: [#&#8203;52418](https://togithub.com/vercel/next.js/issues/52418)
-   Ensure useParams return array for catch-all routes: [#&#8203;52494](https://togithub.com/vercel/next.js/issues/52494)
-   turbopack: Module Trait: [#&#8203;52401](https://togithub.com/vercel/next.js/issues/52401)
-   Fix tracking of client reference manifest: [#&#8203;52505](https://togithub.com/vercel/next.js/issues/52505)
-   perf: create an experimental bundled version of the next server: [#&#8203;52206](https://togithub.com/vercel/next.js/issues/52206)
-   Chore: Remove redundant intersection type: [#&#8203;52453](https://togithub.com/vercel/next.js/issues/52453)
-   perf: Refactor recursiveReadDirSync: [#&#8203;52517](https://togithub.com/vercel/next.js/issues/52517)
-   add version to function config manifest: [#&#8203;52507](https://togithub.com/vercel/next.js/issues/52507)
-   Turbopack: Source trait: [#&#8203;52511](https://togithub.com/vercel/next.js/issues/52511)
-   Update id handling for fonts: [#&#8203;52559](https://togithub.com/vercel/next.js/issues/52559)
-   feat(turbopack): support swc transform plugins : [#&#8203;50401](https://togithub.com/vercel/next.js/issues/50401)
-   feat(babel-loader): provide migration help message for babel config: [#&#8203;52565](https://togithub.com/vercel/next.js/issues/52565)
-   Support global-error for ssr fallback: [#&#8203;52573](https://togithub.com/vercel/next.js/issues/52573)
-   Fix ISR case with bot requests: [#&#8203;52581](https://togithub.com/vercel/next.js/issues/52581)
-   fix(next/jest): jest can not load server-only code: [#&#8203;52393](https://togithub.com/vercel/next.js/issues/52393)
-   Turbopack: App Router build POC: [#&#8203;52036](https://togithub.com/vercel/next.js/issues/52036)
-   Avoid loading Next.js config again in render workers: [#&#8203;52587](https://togithub.com/vercel/next.js/issues/52587)
-   Add more extensions to `next-types-plugin` for `Node16`/`NodeNext`: [#&#8203;52562](https://togithub.com/vercel/next.js/issues/52562)
-   feat(next-swc): report native bindings load err code: [#&#8203;52570](https://togithub.com/vercel/next.js/issues/52570)
-   Move App Pages rendering into bundle: [#&#8203;52290](https://togithub.com/vercel/next.js/issues/52290)
-   feat(turbopack): support native webp: [#&#8203;52285](https://togithub.com/vercel/next.js/issues/52285)
-   Set sizes prop to any for svg icons: [#&#8203;52609](https://togithub.com/vercel/next.js/issues/52609)
-   Turbopack: OutputAsset trait: [#&#8203;52606](https://togithub.com/vercel/next.js/issues/52606)
-   chore(deps): bump `react@18.3.0-canary-9377e1010-20230712`: [#&#8203;52649](https://togithub.com/vercel/next.js/issues/52649)
-   Ensure root layout only render once per request: [#&#8203;52589](https://togithub.com/vercel/next.js/issues/52589)
-   Fix bundle path normalization for /index routes: [#&#8203;52650](https://togithub.com/vercel/next.js/issues/52650)
-   Turobpack: Next.rs API (part 1): [#&#8203;52259](https://togithub.com/vercel/next.js/issues/52259)
-   Clean up promises after resolving: [#&#8203;52656](https://togithub.com/vercel/next.js/issues/52656)
-   Catch layout error in global-error: [#&#8203;52654](https://togithub.com/vercel/next.js/issues/52654)
-   Fix per-entry client reference manifest for grouped and named segments: [#&#8203;52664](https://togithub.com/vercel/next.js/issues/52664)

##### Documentation Changes

-   chore(docs): fix link to `useSearchParams`: [#&#8203;52348](https://togithub.com/vercel/next.js/issues/52348)
-   docs: Clarify `create-next-app` requires public GitHub URLs.: [#&#8203;52367](https://togithub.com/vercel/next.js/issues/52367)
-   remove unnecessary dot.: [#&#8203;52387](https://togithub.com/vercel/next.js/issues/52387)
-   fix metadata-related typo in MDX documentation: [#&#8203;52446](https://togithub.com/vercel/next.js/issues/52446)
-   docs: Simplify message in React essentials section.: [#&#8203;52469](https://togithub.com/vercel/next.js/issues/52469)
-   docs: Improve error handling docs for server-side errors.: [#&#8203;52302](https://togithub.com/vercel/next.js/issues/52302)
-   docs: Add Playwright/Cypress Discord links: [#&#8203;52084](https://togithub.com/vercel/next.js/issues/52084)
-   docs: Add Kuma to CSS-in-JS supported list.: [#&#8203;52438](https://togithub.com/vercel/next.js/issues/52438)
-   docs: clarify `fetch` request de-duplication: [#&#8203;52100](https://togithub.com/vercel/next.js/issues/52100)
-   docs: Update TypeScript plugin section for VS Code prompt: [#&#8203;52111](https://togithub.com/vercel/next.js/issues/52111)
-   docs: Improve hydration mismatch error guide.: [#&#8203;52481](https://togithub.com/vercel/next.js/issues/52481)
-   docs: add Supabase loader for `next/image`: [#&#8203;52480](https://togithub.com/vercel/next.js/issues/52480)
-   docs: fix the incrementalCacheHandlerPath: [#&#8203;52124](https://togithub.com/vercel/next.js/issues/52124)
-   fixed error [#&#8203;52486](https://togithub.com/vercel/next.js/issues/52486)  fetchUsers to fetchUser: [#&#8203;52487](https://togithub.com/vercel/next.js/issues/52487)
-   Update 08-parallel-routes.mdx: [#&#8203;52419](https://togithub.com/vercel/next.js/issues/52419)
-   docs: Add `formData` example for Route Handlers: [#&#8203;52358](https://togithub.com/vercel/next.js/issues/52358)
-   chore(docs): Typesafe `metadata` object: [#&#8203;52252](https://togithub.com/vercel/next.js/issues/52252)
-   docs: Update `_app` and `_document`: [#&#8203;52479](https://togithub.com/vercel/next.js/issues/52479)
-   docs: add CDN optimization as possible hydration error cause: [#&#8203;52489](https://togithub.com/vercel/next.js/issues/52489)
-   docs: correct TypeScript spelling on the home page: [#&#8203;52500](https://togithub.com/vercel/next.js/issues/52500)
-   chore(docs): fix a few typos in image loader docs: [#&#8203;52508](https://togithub.com/vercel/next.js/issues/52508)
-   docs: fix grammar on Server Actions: [#&#8203;52556](https://togithub.com/vercel/next.js/issues/52556)
-   Fixed grammar in 03-react-essentials.mdx: [#&#8203;52597](https://togithub.com/vercel/next.js/issues/52597)
-   docs: fix typo in CSS Modules Description: [#&#8203;52599](https://togithub.com/vercel/next.js/issues/52599)
-   docs: Fix typo in generate-static-params.mdx: [#&#8203;52595](https://togithub.com/vercel/next.js/issues/52595)
-   docs: move MUI to supported list: [#&#8203;52584](https://togithub.com/vercel/next.js/issues/52584)
-   docs: Add missing closing tag for react hydration error message.: [#&#8203;52607](https://togithub.com/vercel/next.js/issues/52607)

##### Example Changes

-   examples: Update Convex to latest version (`0.19`): [#&#8203;52473](https://togithub.com/vercel/next.js/issues/52473)
-   Update examples: counter.tsx - Don't need empty space: [#&#8203;52576](https://togithub.com/vercel/next.js/issues/52576)

##### Misc Changes

-   Update swc_core to `v0.79.13`: [#&#8203;52371](https://togithub.com/vercel/next.js/issues/52371)
-   chore(ci): fix turbo input path globs: [#&#8203;52414](https://togithub.com/vercel/next.js/issues/52414)
-   fix(create-next-app): click event blockage under 1024px by adjusting z-index: [#&#8203;52074](https://togithub.com/vercel/next.js/issues/52074)
-   chore: add label to locked threads: [#&#8203;52497](https://togithub.com/vercel/next.js/issues/52497)
-   fix: `not-found.tsx` with `output: export`: [#&#8203;52526](https://togithub.com/vercel/next.js/issues/52526)
-   use `npm pack` instead of `yarn pack`: [#&#8203;52563](https://togithub.com/vercel/next.js/issues/52563)
-   ci: skip build-native for docs only change: [#&#8203;52571](https://togithub.com/vercel/next.js/issues/52571)
-   Remove unnecessary `body-parser`: [#&#8203;52580](https://togithub.com/vercel/next.js/issues/52580)

##### Credits

Huge thanks to [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;anonrig](https://togithub.com/anonrig), [@&#8203;alexkirsz](https://togithub.com/alexkirsz), [@&#8203;gfgabrielfranca](https://togithub.com/gfgabrielfranca), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;ztanner](https://togithub.com/ztanner), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;sokra](https://togithub.com/sokra), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;Bitbbot](https://togithub.com/Bitbbot), [@&#8203;wyattjoh](https://togithub.com/wyattjoh), [@&#8203;kdy1](https://togithub.com/kdy1), [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;jridgewell](https://togithub.com/jridgewell), [@&#8203;BrennanColberg](https://togithub.com/BrennanColberg), [@&#8203;Nick-Mazuk](https://togithub.com/Nick-Mazuk), [@&#8203;delbaoliveira](https://togithub.com/delbaoliveira), [@&#8203;thomasballinger](https://togithub.com/thomasballinger), [@&#8203;lucgagan](https://togithub.com/lucgagan), [@&#8203;nroland013](https://togithub.com/nroland013), [@&#8203;SonMooSans](https://togithub.com/SonMooSans), [@&#8203;jenewland1999](https://togithub.com/jenewland1999), [@&#8203;thorwebdev](https://togithub.com/thorwebdev), [@&#8203;jyunhanlin](https://togithub.com/jyunhanlin), [@&#8203;darshanjain-entrepreneur](https://togithub.com/darshanjain-entrepreneur), [@&#8203;DuCanhGH](https://togithub.com/DuCanhGH), [@&#8203;Gnadhi](https://togithub.com/Gnadhi), [@&#8203;yagogmaisp](https://togithub.com/yagogmaisp), [@&#8203;carlos-menezes](https://togithub.com/carlos-menezes), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;ryo-manba](https://togithub.com/ryo-manba), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;feedthejim](https://togithub.com/feedthejim), [@&#8203;vamcs](https://togithub.com/vamcs), [@&#8203;matepapp](https://togithub.com/matepapp), [@&#8203;SleeplessOne1917](https://togithub.com/SleeplessOne1917), [@&#8203;ecklf](https://togithub.com/ecklf), [@&#8203;djreillo](https://togithub.com/djreillo), [@&#8203;kwonoj](https://togithub.com/kwonoj), [@&#8203;gnoff](https://togithub.com/gnoff), [@&#8203;feugy](https://togithub.com/feugy), [@&#8203;karlhorky](https://togithub.com/karlhorky), [@&#8203;starunaway](https://togithub.com/starunaway), [@&#8203;FernandVEYRIER](https://togithub.com/FernandVEYRIER), [@&#8203;Ryan-Dia](https://togithub.com/Ryan-Dia), [@&#8203;Terro216](https://togithub.com/Terro216), [@&#8203;anthonyshew](https://togithub.com/anthonyshew), and [@&#8203;suhaotian](https://togithub.com/suhaotian) for helping!

</details>

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

### [`v6.31.2`](https://togithub.com/streetsidesoftware/cspell/blob/HEAD/CHANGELOG.md#6312-2023-04-14)

[Compare Source](https://togithub.com/streetsidesoftware/cspell/compare/v6.31.1...v6.31.2)

**Note:** Version bump only for package cspell-monorepo

</details>

<details>
<summary>dmnd/dedent (dedent)</summary>

### [`v1.2.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#120)

[Compare Source](https://togithub.com/dmnd/dedent/compare/b1315254fcd1ddd02857e23f01edfb33fd6c5c28...b6cdb9d53120c18b42b5ef0d92ee0f00871091d4)

-   fix(dependencies): move babel-plugin-macros to optional peer ([#&#8203;60](https://togithub.com/dmnd/dedent/issues/60))

### [`v1.1.0`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#110)

[Compare Source](https://togithub.com/dmnd/dedent/compare/31b09261906f4d134a7a4b07290a87c4a80cd01a...b1315254fcd1ddd02857e23f01edfb33fd6c5c28)

-   build: convert dedent.ts and tests to TypeScript ([#&#8203;51](https://togithub.com/dmnd/dedent/issues/51))

### [`v1.0.2`](https://togithub.com/dmnd/dedent/blob/HEAD/CHANGELOG.md#102)

[Compare Source](https://togithub.com/dmnd/dedent/compare/e85dfdd8a371d80aa757c6e9b42ea72b11caf23c...31b09261906f4d134a7a4b07290a87c4a80cd01a)

-   fix: update types ([#&#8203;44](https://togithub.com/dmnd/dedent/issues/44))

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v8.45.0`](https://togithub.com/eslint/eslint/releases/tag/v8.45.0)

[Compare Source](https://togithub.com/eslint/eslint/compare/v8.44.0...v8.45.0)

#### Features

-   [`cdd063c`](https://togithub.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277) feat: Expose LegacyESLint in unsupported API ([#&#8203;17341](https://togithub.com/eslint/eslint/issues/17341)) (Nicholas C. Zakas)
-   [`d34abe5`](https://togithub.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5) feat: fix indent rule for else-if ([#&#8203;17318](https://togithub.com/eslint/eslint/issues/17318)) (Milos Djermanovic)

#### Bug Fixes

-   [`b79b6fb`](https://togithub.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a) fix: Fix suggestion message in `no-useless-escape` ([#&#8203;17339](https://togithub.com/eslint/eslint/issues/17339)) (Francesco Trotta)
-   [`c667055`](https://togithub.com/eslint/eslint/commit/c667055fb9da8ebac3a99f6e5a8b5565cc86af8e) fix: provide unique `fix` and `fix.range` objects in lint messages ([#&#8203;17332](https://togithub.com/eslint/eslint/issues/17332)) (Milos Djermanovic)

#### Documentation

-   [`89f3225`](https://togithub.com/eslint/eslint/commit/89f3225108c66425e4132f76db6c1ab13aac98d7) docs: add playground links to correct and incorrect code blocks ([#&#8203;17306](https://togithub.com/eslint/eslint/issues/17306)) (Josh Goldberg ✨)
-   [`f8892b5`](https://togithub.com/eslint/eslint/commit/f8892b52920b8967f9e7bec23c75b74e03977d6b) docs: Expand rule option schema docs ([#&#8203;17198](https://togithub.com/eslint/eslint/issues/17198)) (Matt Wilkinson)
-   [`8bcbf11`](https://togithub.com/eslint/eslint/commit/8bcbf11b6050418262ffa8e0ca37f365ae92e7ce) docs: Config Migration Guide ([#&#8203;17230](https://togithub.com/eslint/eslint/issues/17230)) (Ben Perlmutter)
-   [`bb30908`](https://togithub.com/eslint/eslint/commit/bb3090897166dbfd2931a43a70e2a5c1f3fa0a07) docs: Update README (GitHub Actions Bot)
-   [`84d243b`](https://togithub.com/eslint/eslint/commit/84d243b245b01b667f0752b592e8bda02a9aa2b1) docs: Update README (GitHub Actions Bot)
-   [`b762632`](https://togithub.com/eslint/eslint/commit/b762632298f20c4f81e7d01ab850c3f5e3874637) docs: Update README (GitHub Actions Bot)
-   [`138c096`](https://togithub.com/eslint/eslint/commit/138c096bc9468b553dbafc0e573c6522a17a7922) docs: add more prefer-destructuring examples with array destructuring ([#&#8203;17330](https://togithub.com/eslint/eslint/issues/17330)) (Milos Djermanovic)
-   [`1fc50a8`](https://togithub.com/eslint/eslint/commit/1fc50a89753346f4f4c786ffd20ac4cf185bb036) docs: `max-len` rule `code` and `tabWidth` as positional arguments ([#&#8203;17331](https://togithub.com/eslint/eslint/issues/17331)) (Jesús Leganés-Combarro)

#### Chores

-   [`68f63d7`](https://togithub.com/eslint/eslint/commit/68f63d76ce785fab4f42b76f1599026eea379bf7) chore: package.json update for [@&#8203;eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
-   [`5ca9b4d`](https://togithub.com/eslint/eslint/commit/5ca9b4d29f747e9cf5c9055e85c93b3b605d57fc) chore: update eslint-config-eslint exports ([#&#8203;17336](https://togithub.com/eslint/eslint/issues/17336)) (Milos Djermanovic)
-   [`7bf2e86`](https://togithub.com/eslint/eslint/commit/7bf2e86022c9e95db4ca1472fddfa2ea4edd1870) chore: remove unused dependencies ([#&#8203;17352](https://togithub.com/eslint/eslint/issues/17352)) (Percy Ma)
-   [`c6f8cd0`](https://togithub.com/eslint/eslint/commit/c6f8cd0d62e4a3c314c6860ff367490bbd05325a) chore: Remove `defaultIgnores` from FlatESLint private members ([#&#8203;17349](https://togithub.com/eslint/eslint/issues/17349)) (Francesco Trotta)
-   [`0052374`](https://togithub.com/eslint/eslint/commit/0052374035672efe9129343fc00ee51a4c288ff3) chore: move jsdoc settings to eslint-config-eslint ([#&#8203;17338](https://togithub.com/eslint/eslint/issues/17338)) (唯然)

</details>

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

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

[Compare Source](https://togithub.com/webpro/knip/compare/2.15.5...2.16.0)

-   Edit the npx flags in doc ([`6993adf`](https://togithub.com/webpro/knip/commit/6993adf))
-   Update handling-issues.md ([#&#8203;162](https://togithub.com/webpro/knip/issues/162)) ([`e44c333`](https://togithub.com/webpro/knip/commit/e44c333))
-   Update dependencies ([`82b133c`](https://togithub.com/webpro/knip/commit/82b133c))
-   Add support for custom hooks path in husky plugin ([`cb15609`](https://togithub.com/webpro/knip/commit/cb15609))
-   Improve tests for husky + npx combo ([`7398393`](https://togithub.com/webpro/knip/commit/7398393))
-   Add support for binaries executed from `npx` ([`5c8311c`](https://togithub.com/webpro/knip/commit/5c8311c))
-   Fix up execa fixture ([`fee0cac`](https://togithub.com/webpro/knip/commit/fee0cac))
-   Only explicit `--yes` will ignore dependency in npx resolver ([`535b573`](https://togithub.com/webpro/knip/commit/535b573))
-   Add test case for uncovered bash expression ([`9a9331f`](https://togithub.com/webpro/knip/commit/9a9331f))
-   Add `exec` to ignored binaries ([`1c59321`](https://togithub.com/webpro/knip/commit/1c59321))
-   Improve glob usage comment ([`a65fda8`](https://togithub.com/webpro/knip/commit/a65fda8))
-   Pass `cwd` to return scripts in github action plugin test ([`4bae338`](https://togithub.com/webpro/knip/commit/4bae338))
-   Add `c8` script resolver ([`3419fa6`](https://togithub.com/webpro/knip/commit/3419fa6))
-   Fix up child-spawning binaries in script parser ([`d1f42a3`](https://togithub.com/webpro/knip/commit/d1f42a3))
-   Add support for `else` in script parser ([`6d98db5`](https://togithub.com/webpro/knip/commit/6d98db5))
-   Add support for `node_modules/.bin` locations in `tryResolveFilePath` (fixes [#&#8203;161](https://togithub.com/webpro/knip/issues/161)) ([`2ff2d99`](https://togithub.com/webpro/knip/commit/2ff2d99))
-   Normalize `tryResolveSpecifier[s]` return value ([`1d63022`](https://togithub.com/webpro/knip/commit/1d63022))

</details>

<details>
<summary>tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)</summary>

### [`v0.4.1`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#041---2023-07-14)

[Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.4.0...v0.4.1)

##### Fixed

-   Don't move partial classes inside Twig attributes ([#&#8203;184](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/184))

</details>

<details>
<summary>release-it/release-it (release-it)</summary>

### [`v16.1.3`](https://togithub.com/release-it/release-it/releases/tag/16.1.3)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.2...16.1.3)

-   Update dependencies (closes [#&#8203;1024](https://togithub.com/release-it/release-it/issues/1024)) ([`79430b4`](https://togithub.com/release-it/release-it/commit/79430b4))

### [`v16.1.2`](https://togithub.com/release-it/release-it/releases/tag/16.1.2)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.1...16.1.2)

-   Revert some updates for Node.js 16 compat ([`a106c83`](https://togithub.com/release-it/release-it/commit/a106c83))

### [`v16.1.1`](https://togithub.com/release-it/release-it/releases/tag/16.1.1)

[Compare Source](https://togithub.com/release-it/release-it/compare/16.1.0...16.1.1)

-   Update dependencies (closes [#&#8203;1023](https://togithub.com/release-it/release-it/issues/1023)) ([`9d6f183`](https://togithub.com/release-it/release-it/commit/9d6f183))

</details>

<details>
<summary>lovell/sharp (sharp)</summary>

### [`v0.32.3`](https://togithub.com/lovell/sharp/compare/v0.32.2...v0.32.3)

[Compare Source](https://togithub.com/lovell/sharp/compare/v0.32.2...v0.32.3)

</details>

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

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

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

-   Fixed: `declaration-property-value-no-unknown` false negatives for nested declarations ([#&#8203;7079](https://togithub.com/stylelint/stylelint/pull/7079)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `selector-pseudo-element-no-unknown` false positives for `view-transition` pseudo-elements ([#&#8203;7070](https://togithub.com/stylelint/stylelint/pull/7070)) ([@&#8203;danielroe](https://togithub.com/danielroe)).

</details>

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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



#### What's Changed

##### Changelog

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

#### New Contributors

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

**Full Changelog**: vercel/turbo@v1.10.7...v1.10.8

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/next-ts-app).
benelan pushed a commit to Esri/calcite-design-system that referenced this pull request Aug 29, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

#### What's Changed

##### Changelog

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

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

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

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

#### What's Changed

##### Changelog

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

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

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

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

#### What's Changed

##### Changelog

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

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

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

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

#### What's Changed

##### Changelog

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

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

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

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

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

#### What's Changed

##### Changelog

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

#### New Contributors

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

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am on tuesday and thursday"
in timezone America/Los_Angeles, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants