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

Update kitchen-sink with App Router. #4840

Merged
merged 11 commits into from May 16, 2023
Merged

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented May 5, 2023

No description provided.

@turbo-orchestrator turbo-orchestrator bot added area: examples Improvements or additions to examples team: turborepo labels May 5, 2023
@vercel
Copy link

vercel bot commented May 5, 2023

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

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-cra-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2023 7:35pm

@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

🟢 CI successful 🟢

Thanks

Copy link
Member

@tknickman tknickman left a comment

Choose a reason for hiding this comment

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

One minor change request regarding the new tsup config.

Copy link
Member

@tknickman tknickman left a comment

Choose a reason for hiding this comment

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

One minor change request regarding the new tsup config.

Comment on lines +7 to +9
banner: {
js: "'use client'",
},
Copy link
Member

Choose a reason for hiding this comment

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

This works, but it's a little confusing as it's now dictating the type of components we can put in this package. And it makes the decision between bundling / using an internal package more nuanced. Not a change request, just a comment!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's definitely weird but I poked around the ecosystem and it doesn't look like there is an idiomatic way that people handle this yet. It's also notable that it's generally an okay approach as we're all learning how to migrate together. 😬

examples/kitchen-sink/packages/ui/tsup.config.ts Outdated Show resolved Hide resolved
@socket-security
Copy link

socket-security bot commented May 11, 2023

No dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

@anthonyshew anthonyshew merged commit 75e7ddc into main May 16, 2023
59 checks passed
@anthonyshew anthonyshew deleted the shew/app-router-kitchen-sink branch May 16, 2023 20:11
kodiakhq bot pushed a commit to timelessco/js-bottomsheet that referenced this pull request May 17, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.9.4` -> `^1.9.7`](https://renovatebot.com/diffs/npm/turbo/1.9.4/1.9.7) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/compatibility-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/confidence-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

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



#### What's Changed

##### Changelog

-   fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by [@&#8203;jeniabrook](https://togithub.com/jeniabrook) in [vercel/turbo#4975
-   fix(create-turbo): Hard code default example. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4974
-   fix: berry lockfile semver range parsing of valid floats by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4945
-   Update with-changesets with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4843
-   Update kitchen-sink with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4840
-   docs: Explain recursive topo tasks more by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4963
-   feat: Print failed tasks at the bottom of the run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4965
-   fix(lockfile): traverse npm peer dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4981
-   feat(cli): rework generator api by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4984
-   Send task summaries as tasks finish by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4913
-   Update with-react-native-web with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4847
-   Update non-monorepo with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4842
-   Update with-prisma with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4846
-   Update with-docker with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4844
-   feat(cli): generators what -> type + cmd change by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4996

#### New Contributors

-   [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first contribution in [vercel/turbo#4975
-   [@&#8203;andershagbard](https://togithub.com/andershagbard) made their first contribution in [vercel/turbo#4971

**Full Changelog**: vercel/turbo@v1.9.6...v1.9.7

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

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



#### What's Changed

##### Changelog

-   create-turbo: automatic git configuration. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4941
-   fix: set repoRoot on http cache so cache can be restored by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4956

**Full Changelog**: vercel/turbo@v1.9.5...v1.9.6

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

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



#### What's Changed

##### Changelog

-   fix: check if user passes absolute path to prune by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4891
-   Submit originatingUser with Run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4875
-   Use cacheitem to restore HTTP cache. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4634
-   Build turbo once to build JS packages before publishing by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4910
-   fix(cli): example should imply copy by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4923
-   Remove fallback to configured git user by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4928
-   Partial revert of [#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4938

#### New Contributors

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

**Full Changelog**: vercel/turbo@v1.9.4...v1.9.5

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/timelessco/js-bottomsheet).
renovate bot added a commit to Asjas/platform that referenced this pull request May 18, 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.9.5` ->
`1.9.7`](https://renovatebot.com/diffs/npm/turbo/1.9.5/1.9.7) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/compatibility-slim/1.9.5)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.7/confidence-slim/1.9.5)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

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

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

#### What's Changed

##### Changelog

- fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by
[@&#8203;jeniabrook](https://togithub.com/jeniabrook) in
[vercel/turbo#4975
- fix(create-turbo): Hard code default example. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4974
- fix: berry lockfile semver range parsing of valid floats by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4945
- Update with-changesets with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4843
- Update kitchen-sink with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4840
- docs: Explain recursive topo tasks more by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4963
- feat: Print failed tasks at the bottom of the run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4965
- fix(lockfile): traverse npm peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4981
- feat(cli): rework generator api by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4984
- Send task summaries as tasks finish by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4913
- Update with-react-native-web with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4847
- Update non-monorepo with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4842
- Update with-prisma with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4846
- Update with-docker with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4844
- feat(cli): generators what -> type + cmd change by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4996

#### New Contributors

- [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first
contribution in
[vercel/turbo#4975
- [@&#8203;andershagbard](https://togithub.com/andershagbard) made their
first contribution in
[vercel/turbo#4971

**Full Changelog**:
vercel/turbo@v1.9.6...v1.9.7

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

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

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

#### What's Changed

##### Changelog

- create-turbo: automatic git configuration. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4941
- fix: set repoRoot on http cache so cache can be restored by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4956

**Full Changelog**:
vercel/turbo@v1.9.5...v1.9.6

</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://app.renovatebot.com/dashboard#github/Asjas/platform).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request May 18, 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 |
|---|---|---|---|---|---|
| [@prisma/client](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/4.14.0/4.14.1) | [![age](https://badges.renovateapi.com/packages/npm/@prisma%2fclient/4.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@prisma%2fclient/4.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@prisma%2fclient/4.14.1/compatibility-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@prisma%2fclient/4.14.1/confidence-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@prisma/instrumentation](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/4.14.0/4.14.1) | [![age](https://badges.renovateapi.com/packages/npm/@prisma%2finstrumentation/4.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@prisma%2finstrumentation/4.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@prisma%2finstrumentation/4.14.1/compatibility-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@prisma%2finstrumentation/4.14.1/confidence-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) |
| @&#8203;prisma/nextjs-monorepo-workaround-plugin | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/@prisma%2fnextjs-monorepo-workaround-plugin/4.14.0/4.14.1) | [![age](https://badges.renovateapi.com/packages/npm/@prisma%2fnextjs-monorepo-workaround-plugin/4.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@prisma%2fnextjs-monorepo-workaround-plugin/4.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@prisma%2fnextjs-monorepo-workaround-plugin/4.14.1/compatibility-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@prisma%2fnextjs-monorepo-workaround-plugin/4.14.1/confidence-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.16.10` -> `18.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/18.16.10/18.16.13) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/compatibility-slim/18.16.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/confidence-slim/18.16.10)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.9.6` -> `1.9.8`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.9.6/1.9.8) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.8/compatibility-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.9.8/confidence-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/) |
| [i18next-http-backend](https://togithub.com/i18next/i18next-http-backend) | [`2.2.0` -> `2.2.1`](https://renovatebot.com/diffs/npm/i18next-http-backend/2.2.0/2.2.1) | [![age](https://badges.renovateapi.com/packages/npm/i18next-http-backend/2.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/i18next-http-backend/2.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/i18next-http-backend/2.2.1/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/i18next-http-backend/2.2.1/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) |
| [inquirer](https://togithub.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md) ([source](https://togithub.com/SBoudrias/Inquirer.js)) | [`9.2.3` -> `9.2.4`](https://renovatebot.com/diffs/npm/inquirer/9.2.3/9.2.4) | [![age](https://badges.renovateapi.com/packages/npm/inquirer/9.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/inquirer/9.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/inquirer/9.2.4/compatibility-slim/9.2.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/inquirer/9.2.4/confidence-slim/9.2.3)](https://docs.renovatebot.com/merge-confidence/) |
| [listr2](https://togithub.com/listr2/listr2) | [`6.5.0` -> `6.6.0`](https://renovatebot.com/diffs/npm/listr2/6.5.0/6.6.0) | [![age](https://badges.renovateapi.com/packages/npm/listr2/6.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/listr2/6.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/listr2/6.6.0/compatibility-slim/6.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/listr2/6.6.0/confidence-slim/6.5.0)](https://docs.renovatebot.com/merge-confidence/) |
| [prisma](https://www.prisma.io) ([source](https://togithub.com/prisma/prisma)) | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/prisma/4.14.0/4.14.1) | [![age](https://badges.renovateapi.com/packages/npm/prisma/4.14.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prisma/4.14.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prisma/4.14.1/compatibility-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prisma/4.14.1/confidence-slim/4.14.0)](https://docs.renovatebot.com/merge-confidence/) |
| [prisma-kysely](https://togithub.com/valtyr/prisma-kysely) | [`1.4.0` -> `1.4.1`](https://renovatebot.com/diffs/npm/prisma-kysely/1.4.0/1.4.1) | [![age](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.1/compatibility-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prisma-kysely/1.4.1/confidence-slim/1.4.0)](https://docs.renovatebot.com/merge-confidence/) |
| [quicktype-core](https://togithub.com/quicktype/quicktype) | [`23.0.32` -> `23.0.36`](https://renovatebot.com/diffs/npm/quicktype-core/23.0.32/23.0.36) | [![age](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.36/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.36/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.36/compatibility-slim/23.0.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/quicktype-core/23.0.36/confidence-slim/23.0.32)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`12.2.2` -> `12.3.0`](https://renovatebot.com/diffs/npm/react-i18next/12.2.2/12.3.0) | [![age](https://badges.renovateapi.com/packages/npm/react-i18next/12.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-i18next/12.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-i18next/12.3.0/compatibility-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-i18next/12.3.0/confidence-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.9.6` -> `1.9.8`](https://renovatebot.com/diffs/npm/turbo/1.9.6/1.9.8) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/compatibility-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/confidence-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/) |
| [webpack](https://togithub.com/webpack/webpack) | [`5.82.1` -> `5.83.1`](https://renovatebot.com/diffs/npm/webpack/5.82.1/5.83.1) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.83.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.83.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.83.1/compatibility-slim/5.82.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.83.1/confidence-slim/5.82.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>prisma/prisma</summary>

### [`v4.14.1`](https://togithub.com/prisma/prisma/releases/tag/4.14.1)

[Compare Source](https://togithub.com/prisma/prisma/compare/4.14.0...4.14.1)

Today, we are issuing the `4.14.1` patch release.

#### Fix in Prisma Client

-   [@&#8203;prisma/client/edge + Cloudflare Worker / wrangler = Could not resolve "os"](https://togithub.com/prisma/prisma/issues/19174)

</details>

<details>
<summary>vercel/turbo</summary>

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

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



#### What's Changed

##### Changelog

-   fix(yarn): no longer error on pnp by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5009

**Full Changelog**: vercel/turbo@v1.9.7...v1.9.8

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

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



#### What's Changed

##### Changelog

-   fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by [@&#8203;jeniabrook](https://togithub.com/jeniabrook) in [vercel/turbo#4975
-   fix(create-turbo): Hard code default example. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4974
-   fix: berry lockfile semver range parsing of valid floats by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4945
-   Update with-changesets with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4843
-   Update kitchen-sink with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4840
-   docs: Explain recursive topo tasks more by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4963
-   feat: Print failed tasks at the bottom of the run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4965
-   fix(lockfile): traverse npm peer dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4981
-   feat(cli): rework generator api by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4984
-   Send task summaries as tasks finish by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4913
-   Update with-react-native-web with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4847
-   Update non-monorepo with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4842
-   Update with-prisma with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4846
-   Update with-docker with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4844
-   feat(cli): generators what -> type + cmd change by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4996

#### New Contributors

-   [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first contribution in [vercel/turbo#4975
-   [@&#8203;andershagbard](https://togithub.com/andershagbard) made their first contribution in [vercel/turbo#4971

**Full Changelog**: vercel/turbo@v1.9.6...v1.9.7

</details>

<details>
<summary>i18next/i18next-http-backend</summary>

### [`v2.2.1`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#&#8203;221)

[Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.2.0...v2.2.1)

-   fix for types moduleResolution "node16"

</details>

<details>
<summary>SBoudrias/Inquirer.js</summary>

### [`v9.2.4`](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.3...inquirer@9.2.4)

[Compare Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.3...inquirer@9.2.4)

</details>

<details>
<summary>listr2/listr2</summary>

### [`v6.6.0`](https://togithub.com/listr2/listr2/blob/HEAD/CHANGELOG.md#&#8203;660-httpsgithubcomlistr2listr2comparev650v660-2023-05-17)

[Compare Source](https://togithub.com/listr2/listr2/compare/v6.5.0...v6.6.0)

##### Features

-   expose manager tasks for brownie ([f8fdbf0](https://togithub.com/listr2/listr2/commit/f8fdbf0df433d7a230f141b8806384710563a3d3))

</details>

<details>
<summary>valtyr/prisma-kysely</summary>

### [`v1.4.1`](https://togithub.com/valtyr/prisma-kysely/blob/HEAD/CHANGELOG.md#&#8203;141)

[Compare Source](https://togithub.com/valtyr/prisma-kysely/compare/v1.4.0...v1.4.1)

##### Patch Changes

-   [`36393b6`](https://togithub.com/valtyr/prisma-kysely/commit/36393b6): Bugfix: revert to own generated type, that supports ColumnType

</details>

<details>
<summary>quicktype/quicktype</summary>

### [`v23.0.36`](https://togithub.com/quicktype/quicktype/compare/57517129aec91a55dd47f246139302714d710ee1...2b8ab70650ec37fcd97e660dde62bf3d70470763)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/57517129aec91a55dd47f246139302714d710ee1...2b8ab70650ec37fcd97e660dde62bf3d70470763)

### [`v23.0.35`](https://togithub.com/quicktype/quicktype/compare/4bdc918696603286687339ef0764ff6516c1a535...57517129aec91a55dd47f246139302714d710ee1)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/4bdc918696603286687339ef0764ff6516c1a535...57517129aec91a55dd47f246139302714d710ee1)

### [`v23.0.34`](https://togithub.com/quicktype/quicktype/compare/4c23429baf805a62616e7d3ad9caef548c718383...4bdc918696603286687339ef0764ff6516c1a535)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/4c23429baf805a62616e7d3ad9caef548c718383...4bdc918696603286687339ef0764ff6516c1a535)

### [`v23.0.33`](https://togithub.com/quicktype/quicktype/compare/b98d2cc08b9ecc50a81668c557631a21a0f74a19...4c23429baf805a62616e7d3ad9caef548c718383)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/b98d2cc08b9ecc50a81668c557631a21a0f74a19...4c23429baf805a62616e7d3ad9caef548c718383)

</details>

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

### [`v12.3.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#&#8203;1230)

[Compare Source](https://togithub.com/i18next/react-i18next/compare/v12.2.2...v12.3.0)

-   optional lng prop for useTranslation (helping on server side [1637](https://togithub.com/i18next/react-i18next/issues/1637))

</details>

<details>
<summary>webpack/webpack</summary>

### [`v5.83.1`](https://togithub.com/webpack/webpack/releases/tag/v5.83.1)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.83.0...v5.83.1)

#### What's Changed

-   Fix regression in import/export normailization effecting mini-css-extract-plugin by [@&#8203;alexander-akait](https://togithub.com/alexander-akait) in [webpack/webpack#17214

**Full Changelog**: webpack/webpack@v5.83.0...v5.83.1

### [`v5.83.0`](https://togithub.com/webpack/webpack/releases/tag/v5.83.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.82.1...v5.83.0)

#### New Features

-   Normalize property access for imports and exports by [@&#8203;bworline](https://togithub.com/bworline) in [webpack/webpack#17137
-   Top Level Await is now enabled by default by [@&#8203;burhanuday](https://togithub.com/burhanuday) in [webpack/webpack#17192

#### Bug Fixes

-   Correct `chunkgroup.groupsIterable` return type by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in [webpack/webpack#17196
-   Fix bug in Rule Matcher type by [@&#8203;alexander-akait](https://togithub.com/alexander-akait) in [webpack/webpack#17207
-   Fixed apply event callback and optimizing callback event type by [@&#8203;nuintun](https://togithub.com/nuintun) in [webpack/webpack#16094
-   Fix types in hot module replacement APIs by [@&#8203;alexander-akait](https://togithub.com/alexander-akait) in [webpack/webpack#17193

#### Developer Experience

-   Expose `ChunkGroup` to type definitions by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in [webpack/webpack#17201
-   Add `NormalModuleFactory`'s `ResolveData` type to public interface by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in [webpack/webpack#17195
-   Document `compilation.afterChunks` hook by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in [webpack/webpack#17202

#### Dependencies & Maintenance

-   Bump [@&#8203;webassemblyjs/wasm-edit](https://togithub.com/webassemblyjs/wasm-edit) from 1.11.5 to 1.11.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [webpack/webpack#17168
-   Bump wast-loader from 1.11.5 to 1.11.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [webpack/webpack#17163
-   Bump yarn-deduplicate from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [webpack/webpack#17184
-   Fix command by [@&#8203;alexander-akait](https://togithub.com/alexander-akait) in [webpack/webpack#17154
-   Bump [@&#8203;types/node](https://togithub.com/types/node) from 18.16.3 to 20.1.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [webpack/webpack#17205

#### New Contributors

-   [@&#8203;bworline](https://togithub.com/bworline) made their first contribution in [webpack/webpack#17137
-   [@&#8203;nuintun](https://togithub.com/nuintun) made their first contribution in [webpack/webpack#16094

**Full Changelog**: webpack/webpack@v5.82.1...v5.83.0

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR 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://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #487
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to timelessco/next-ts-app that referenced this pull request May 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 |
|---|---|---|---|---|---|
| [@next/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.1` -> `13.4.2`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.1/13.4.2) | [![age](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.2/compatibility-slim/13.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.2/confidence-slim/13.4.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/env](https://togithub.com/vercel/next.js) | [`13.4.1` -> `13.4.2`](https://renovatebot.com/diffs/npm/@next%2fenv/13.4.2/13.4.2) | [![age](https://badges.renovateapi.com/packages/npm/@next%2fenv/13.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2fenv/13.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2fenv/13.4.2/compatibility-slim/13.4.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2fenv/13.4.2/confidence-slim/13.4.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`13.4.1` -> `13.4.2`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/13.4.1/13.4.2) | [![age](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.2/compatibility-slim/13.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.2/confidence-slim/13.4.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@octokit/core](https://togithub.com/octokit/core.js) | [`4.2.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/@octokit%2fcore/4.2.0/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/@octokit%2fcore/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@octokit%2fcore/4.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@octokit%2fcore/4.2.1/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@octokit%2fcore/4.2.1/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.16.8` -> `18.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/18.16.8/18.16.13) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/compatibility-slim/18.16.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/18.16.13/confidence-slim/18.16.8)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/experimental-utils](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.59.5` -> `5.59.6`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fexperimental-utils/5.59.5/5.59.6) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fexperimental-utils/5.59.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fexperimental-utils/5.59.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fexperimental-utils/5.59.6/compatibility-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fexperimental-utils/5.59.6/confidence-slim/5.59.5)](https://docs.renovatebot.com/merge-confidence/) |
| [all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli) | [`6.25.0` -> `6.25.1`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.25.0/6.25.1) | [![age](https://badges.renovateapi.com/packages/npm/all-contributors-cli/6.25.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/all-contributors-cli/6.25.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/all-contributors-cli/6.25.1/compatibility-slim/6.25.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/all-contributors-cli/6.25.1/confidence-slim/6.25.0)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-tailwindcss](https://togithub.com/francoismassart/eslint-plugin-tailwindcss) | [`3.11.0` -> `3.12.0`](https://renovatebot.com/diffs/npm/eslint-plugin-tailwindcss/3.11.0/3.12.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.12.0/compatibility-slim/3.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-tailwindcss/3.12.0/confidence-slim/3.11.0)](https://docs.renovatebot.com/merge-confidence/) |
| [knip](https://togithub.com/webpro/knip) | [`2.10.4` -> `2.11.0`](https://renovatebot.com/diffs/npm/knip/2.10.4/2.11.0) | [![age](https://badges.renovateapi.com/packages/npm/knip/2.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/knip/2.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/knip/2.11.0/compatibility-slim/2.10.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/knip/2.11.0/confidence-slim/2.10.4)](https://docs.renovatebot.com/merge-confidence/) |
| [prettier-plugin-tailwindcss](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss) | [`0.2.8` -> `0.3.0`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.2.8/0.3.0) | [![age](https://badges.renovateapi.com/packages/npm/prettier-plugin-tailwindcss/0.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier-plugin-tailwindcss/0.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier-plugin-tailwindcss/0.3.0/compatibility-slim/0.2.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier-plugin-tailwindcss/0.3.0/confidence-slim/0.2.8)](https://docs.renovatebot.com/merge-confidence/) |
| [stylelint](https://stylelint.io) ([source](https://togithub.com/stylelint/stylelint)) | [`15.6.1` -> `15.6.2`](https://renovatebot.com/diffs/npm/stylelint/15.6.1/15.6.2) | [![age](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/compatibility-slim/15.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint/15.6.2/confidence-slim/15.6.1)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.9.3` -> `1.9.8`](https://renovatebot.com/diffs/npm/turbo/1.9.3/1.9.8) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/compatibility-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/confidence-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js</summary>

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

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

##### Core Changes

-   make sure server component externals only apply to files resolvable by node: [#&#8203;49147](https://togithub.com/vercel/next.js/issues/49147)
-   Fix link not being GC'd sometimes: [#&#8203;49318](https://togithub.com/vercel/next.js/issues/49318)
-   Fix issue where nextP is not replaced in searchParams: [#&#8203;49315](https://togithub.com/vercel/next.js/issues/49315)
-   Add typescript version to next-info: [#&#8203;49346](https://togithub.com/vercel/next.js/issues/49346)
-   Upgrade React to 18.3.0-canary-16d053d59-20230506: [#&#8203;49402](https://togithub.com/vercel/next.js/issues/49402)
-   Remove empty config warning: [#&#8203;49435](https://togithub.com/vercel/next.js/issues/49435)
-   app-router: add startTransition call to revalidate dispatcher: [#&#8203;49453](https://togithub.com/vercel/next.js/issues/49453)
-   Inline static data buffer instead of using fs read: [#&#8203;49323](https://togithub.com/vercel/next.js/issues/49323)
-   Revert "Temporarily disable app dir export integration test": [#&#8203;49311](https://togithub.com/vercel/next.js/issues/49311)
-   Add link to Server Actions docs.: [#&#8203;49384](https://togithub.com/vercel/next.js/issues/49384)
-   Replace metadata clone with custom handler in dev: [#&#8203;49343](https://togithub.com/vercel/next.js/issues/49343)
-   Add request-async-storage to the shared layer: [#&#8203;49470](https://togithub.com/vercel/next.js/issues/49470)
-   Fix revalidate: false detection in app: [#&#8203;49473](https://togithub.com/vercel/next.js/issues/49473)
-   Fix metadata image route encoding: [#&#8203;49482](https://togithub.com/vercel/next.js/issues/49482)
-   Fix actions redirect handling: [#&#8203;49483](https://togithub.com/vercel/next.js/issues/49483)
-   Restrict `useOptimistic` and `useFormStatus` APIs on the server layer: [#&#8203;49331](https://togithub.com/vercel/next.js/issues/49331)
-   Fix external rewrite with body: [#&#8203;49487](https://togithub.com/vercel/next.js/issues/49487)
-   fix: better error message with an invalid assetPrefix: [#&#8203;49403](https://togithub.com/vercel/next.js/issues/49403)
-   Fix Node Crypto polyfill: [#&#8203;49288](https://togithub.com/vercel/next.js/issues/49288)
-   Fix: Router.query contains \_next when using middleware with dynamic routes: [#&#8203;48753](https://togithub.com/vercel/next.js/issues/48753)
-   type: update React.CSSProperties type to Record: [#&#8203;49186](https://togithub.com/vercel/next.js/issues/49186)
-   Fix server CSS imports and HMR not working properly in specific conditions: [#&#8203;49462](https://togithub.com/vercel/next.js/issues/49462)
-   Fix HMR support for server layer imported SASS and SCSS: [#&#8203;49534](https://togithub.com/vercel/next.js/issues/49534)
-   Support `.bind` syntax with Action functions: [#&#8203;49422](https://togithub.com/vercel/next.js/issues/49422)
-   ci(test): enable turbopack test: [#&#8203;49466](https://togithub.com/vercel/next.js/issues/49466)
-   feat(next-core): relay transform plugin: [#&#8203;48899](https://togithub.com/vercel/next.js/issues/48899)
-   Fix canonical url for dynamic routes: [#&#8203;49512](https://togithub.com/vercel/next.js/issues/49512)
-   Add experimental compile/generate handling: [#&#8203;49491](https://togithub.com/vercel/next.js/issues/49491)
-   chore: cross-platform `rm -rf` script: [#&#8203;49529](https://togithub.com/vercel/next.js/issues/49529)
-   refactor(next-core): remove ast cloning in custom transform: [#&#8203;49560](https://togithub.com/vercel/next.js/issues/49560)
-   fix: a11y issues in react-dev-overlay: [#&#8203;49460](https://togithub.com/vercel/next.js/issues/49460)
-   Add tests for HMR: [#&#8203;49206](https://togithub.com/vercel/next.js/issues/49206)
-   Add stub Route type for typedRoutes: [#&#8203;48099](https://togithub.com/vercel/next.js/issues/48099)
-   Add test for appdir referenced images: [#&#8203;49242](https://togithub.com/vercel/next.js/issues/49242)
-   feat: Allow trace-level logging for non-published release builds: [#&#8203;49564](https://togithub.com/vercel/next.js/issues/49564)
-   Fix unexpected object mutation while resolving Open Graph: [#&#8203;49514](https://togithub.com/vercel/next.js/issues/49514)
-   actions: forward fetch rejections to the action handler: [#&#8203;49577](https://togithub.com/vercel/next.js/issues/49577)
-   actions: make cookies.set revalidate: [#&#8203;49582](https://togithub.com/vercel/next.js/issues/49582)
-   interception route: fix route groups breaking the referrer computation: [#&#8203;49602](https://togithub.com/vercel/next.js/issues/49602)
-   Allow export decl with any init value in the actions compiler: [#&#8203;49600](https://togithub.com/vercel/next.js/issues/49600)
-   Handle unstable_cache in pages: [#&#8203;49624](https://togithub.com/vercel/next.js/issues/49624)
-   Update cache method handling during build: [#&#8203;49633](https://togithub.com/vercel/next.js/issues/49633)
-   Fix fetchCache and no-store handling: [#&#8203;49638](https://togithub.com/vercel/next.js/issues/49638)
-   interception routes: fix rewrites order: [#&#8203;49615](https://togithub.com/vercel/next.js/issues/49615)
-   Ensure initialHeaders are normalized: [#&#8203;49643](https://togithub.com/vercel/next.js/issues/49643)
-   app-router: add support for parallel routes in useParams: [#&#8203;49595](https://togithub.com/vercel/next.js/issues/49595)
-   Add puppeteer to external packages list: [#&#8203;49597](https://togithub.com/vercel/next.js/issues/49597)
-   Add playwright to external package list: [#&#8203;49649](https://togithub.com/vercel/next.js/issues/49649)
-   actions: fill prefetchCache with revalidation payload: [#&#8203;49576](https://togithub.com/vercel/next.js/issues/49576)
-   Rename Turbopack/tasks crates to common prefixes: [#&#8203;49446](https://togithub.com/vercel/next.js/issues/49446)
-   chore(jest): Simplify isServer expression: [#&#8203;48330](https://togithub.com/vercel/next.js/issues/48330)
-   Add missing config vars into Webpack cache key: [#&#8203;49663](https://togithub.com/vercel/next.js/issues/49663)
-   misc: Apply PR comments from [#&#8203;49206](https://togithub.com/vercel/next.js/issues/49206): [#&#8203;49647](https://togithub.com/vercel/next.js/issues/49647)
-   fix: Standalone node http server starts accepting requests before next handler is ready: [#&#8203;49548](https://togithub.com/vercel/next.js/issues/49548)
-   Update links from beta to stable docs.: [#&#8203;49349](https://togithub.com/vercel/next.js/issues/49349)

##### Documentation Changes

-   Fix error message about `preconnect` 📝: [#&#8203;40360](https://togithub.com/vercel/next.js/issues/40360)
-   \[docs] Add iOS hydration mismatch details to error page: [#&#8203;43584](https://togithub.com/vercel/next.js/issues/43584)
-   Add note about custom distDir to standalone build docs: [#&#8203;48592](https://togithub.com/vercel/next.js/issues/48592)
-   Add `--use-yarn` flag to `create-next-app`: [#&#8203;49407](https://togithub.com/vercel/next.js/issues/49407)

##### Misc Changes

-   Add test case for client sourcemaps: [#&#8203;49308](https://togithub.com/vercel/next.js/issues/49308)
-   Update start release workflow inputs: [#&#8203;49492](https://togithub.com/vercel/next.js/issues/49492)
-   Fix failing actions e2e deploy test: [#&#8203;49497](https://togithub.com/vercel/next.js/issues/49497)
-   Replace var with const: [#&#8203;49379](https://togithub.com/vercel/next.js/issues/49379)
-   test: pages react version with react hook in deployment: [#&#8203;48907](https://togithub.com/vercel/next.js/issues/48907)
-   Add test case for [#&#8203;49235](https://togithub.com/vercel/next.js/issues/49235): [#&#8203;49488](https://togithub.com/vercel/next.js/issues/49488)
-   chore: fix flaky middleware matcher test: [#&#8203;49555](https://togithub.com/vercel/next.js/issues/49555)
-   Avoid skipping the required Test Codemods job: [#&#8203;49589](https://togithub.com/vercel/next.js/issues/49589)
-   Update flakey app-actions deploy tests: [#&#8203;49667](https://togithub.com/vercel/next.js/issues/49667)

##### Credits

Huge thanks to [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;sanjaiyan-dev](https://togithub.com/sanjaiyan-dev), [@&#8203;acdlite](https://togithub.com/acdlite), [@&#8203;feedthejim](https://togithub.com/feedthejim), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;koba04](https://togithub.com/koba04), [@&#8203;g12i](https://togithub.com/g12i), [@&#8203;cesarkohl](https://togithub.com/cesarkohl), [@&#8203;darshkpatel](https://togithub.com/darshkpatel), [@&#8203;josh](https://togithub.com/josh), [@&#8203;li-jia-nan](https://togithub.com/li-jia-nan), [@&#8203;kwonoj](https://togithub.com/kwonoj), [@&#8203;gabschne](https://togithub.com/gabschne), [@&#8203;alexkirsz](https://togithub.com/alexkirsz), [@&#8203;karlhorky](https://togithub.com/karlhorky), [@&#8203;jridgewell](https://togithub.com/jridgewell), [@&#8203;sokra](https://togithub.com/sokra), [@&#8203;kdy1](https://togithub.com/kdy1), [@&#8203;akd-io](https://togithub.com/akd-io), [@&#8203;runjuu](https://togithub.com/runjuu), [@&#8203;jocarrd](https://togithub.com/jocarrd), [@&#8203;nnnnoel](https://togithub.com/nnnnoel), and [@&#8203;ferdingler](https://togithub.com/ferdingler) for helping!

</details>

<details>
<summary>octokit/core.js</summary>

### [`v4.2.1`](https://togithub.com/octokit/core.js/releases/tag/v4.2.1)

[Compare Source](https://togithub.com/octokit/core.js/compare/v4.2.0...v4.2.1)

##### Bug Fixes

-   **build:** replace Pika with esbuild and tsc ([#&#8203;562](https://togithub.com/octokit/core.js/issues/562)) ([5d1c767](https://togithub.com/octokit/core.js/commit/5d1c767e1691dd47dd401349d91b31ca460a3639))

</details>

<details>
<summary>typescript-eslint/typescript-eslint</summary>

### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/experimental-utils/CHANGELOG.md#&#8203;5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6)

**Note:** Version bump only for package [@&#8203;typescript-eslint/experimental-utils](https://togithub.com/typescript-eslint/experimental-utils)

</details>

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v6.25.1`](https://togithub.com/all-contributors/cli/releases/tag/v6.25.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.25.0...v6.25.1)

##### Bug Fixes

-   correct escape quotes in contributor names ([#&#8203;351](https://togithub.com/all-contributors/all-contributors-cli/issues/351)) ([959e361](https://togithub.com/all-contributors/all-contributors-cli/commit/959e3613bf57f575514375e26be9856cb51fed02))

</details>

<details>
<summary>francoismassart/eslint-plugin-tailwindcss</summary>

### [`v3.12.0`](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/releases/tag/v3.12.0): Tailwind CSS 3.3.2

[Compare Source](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/compare/v3.11.0...v3.12.0)

Support ESM and TypeScript config files (by [quesabe](https://togithub.com/quesabe) 🙏)

</details>

<details>
<summary>webpro/knip</summary>

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

[Compare Source](https://togithub.com/webpro/knip/compare/2.10.4...2.11.0)

-   Update dependencies ([`5e5dbf0`](https://togithub.com/webpro/knip/commit/5e5dbf0))
-   Look for typedoc config in package.json and tsconfig.json (closes [#&#8203;129](https://togithub.com/webpro/knip/issues/129)) ([`66e9840`](https://togithub.com/webpro/knip/commit/66e9840))
-   Require `eslint-config-prettier` if `eslint-plugin-prettier` is in `extends` (fixes [#&#8203;128](https://togithub.com/webpro/knip/issues/128)) ([`3655301`](https://togithub.com/webpro/knip/commit/3655301))
-   Fix re-export edge case ([`ce29c84`](https://togithub.com/webpro/knip/commit/ce29c84))

</details>

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

### [`v0.3.0`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#&#8203;030---2023-05-15)

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

##### Added

-   Added support for `prettier-plugin-marko` ([#&#8203;151](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/151))
-   Allow sorting of custom attributes, functions, and tagged template literals ([#&#8203;155](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/155))

##### Fixed

-   Speed up formatting ([#&#8203;153](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/153))
-   Fix plugin compatibility when loaded with require ([#&#8203;159](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/159))

</details>

<details>
<summary>stylelint/stylelint</summary>

### [`v15.6.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#&#8203;1562)

[Compare Source](https://togithub.com/stylelint/stylelint/compare/15.6.1...15.6.2)

-   Fixed: `alpha-value-notation` false negatives for `oklab()`, `oklch()`, and `color()` ([#&#8203;6844](https://togithub.com/stylelint/stylelint/pull/6844)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `declaration-block-no-redundant-longhand-properties` autofix with `cubic-bezier()` ([#&#8203;6841](https://togithub.com/stylelint/stylelint/pull/6841)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `function-no-unknown` false positives for unspaced operators against nested brackets ([#&#8203;6842](https://togithub.com/stylelint/stylelint/pull/6842)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).
-   Fixed: `function-url-quotes` false positives for SCSS `with()` construct ([#&#8203;6847](https://togithub.com/stylelint/stylelint/pull/6847)) ([@&#8203;ybiquitous](https://togithub.com/ybiquitous)).
-   Fixed: `media-feature-name-no-unknown` false positives for `not` and `or` ([#&#8203;6838](https://togithub.com/stylelint/stylelint/pull/6838)) ([@&#8203;romainmenke](https://togithub.com/romainmenke)).

</details>

<details>
<summary>vercel/turbo</summary>

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

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



#### What's Changed

##### Changelog

-   fix(yarn): no longer error on pnp by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#5009

**Full Changelog**: vercel/turbo@v1.9.7...v1.9.8

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

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



#### What's Changed

##### Changelog

-   fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by [@&#8203;jeniabrook](https://togithub.com/jeniabrook) in [vercel/turbo#4975
-   fix(create-turbo): Hard code default example. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4974
-   fix: berry lockfile semver range parsing of valid floats by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4945
-   Update with-changesets with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4843
-   Update kitchen-sink with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4840
-   docs: Explain recursive topo tasks more by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4963
-   feat: Print failed tasks at the bottom of the run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4965
-   fix(lockfile): traverse npm peer dependencies by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4981
-   feat(cli): rework generator api by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4984
-   Send task summaries as tasks finish by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4913
-   Update with-react-native-web with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4847
-   Update non-monorepo with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4842
-   Update with-prisma with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4846
-   Update with-docker with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4844
-   feat(cli): generators what -> type + cmd change by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4996

#### New Contributors

-   [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first contribution in [vercel/turbo#4975
-   [@&#8203;andershagbard](https://togithub.com/andershagbard) made their first contribution in [vercel/turbo#4971

**Full Changelog**: vercel/turbo@v1.9.6...v1.9.7

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

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



#### What's Changed

##### Changelog

-   create-turbo: automatic git configuration. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4941
-   fix: set repoRoot on http cache so cache can be restored by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4956

**Full Changelog**: vercel/turbo@v1.9.5...v1.9.6

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

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



#### What's Changed

##### Changelog

-   fix: check if user passes absolute path to prune by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4891
-   Submit originatingUser with Run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4875
-   Use cacheitem to restore HTTP cache. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4634
-   Build turbo once to build JS packages before publishing by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4910
-   fix(cli): example should imply copy by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4923
-   Remove fallback to configured git user by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4928
-   Partial revert of [#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4938

#### New Contributors

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

**Full Changelog**: vercel/turbo@v1.9.4...v1.9.5

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

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



#### What's Changed

##### Changelog

-   chore: delete unused npm lockfile impl in go by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4605
-   Env var run summary data generation by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4529
-   Fix path by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4643
-   fix(turborepo): Switching back to git command instead of git2 by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4606
-   feat(turbo): add spaces link by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4632
-   Include logs when posting task summary by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4642
-   Always print the url if we have one by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4660
-   Remove unused import by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4665
-   feat: Add rust implementation of Yarn3+ lockfile by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4589
-   fix(turbo-utils): support old workspace format by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4682
-   fix: rebuild protobuf code and update ffi callsite by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4685
-   Use spaceID from turbo.json if available by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4687
-   port(turborepo): Config by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4520
-   Existing and error logs behavior by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4656
-   update deps by [@&#8203;sokra](https://togithub.com/sokra) in [vercel/turbo#4700
-   chore: move lockfile ffi boundary by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4629
-   Invoke prysk with the directory name to ensure all tests run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4715
-   Fix errors-only integration test by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4713
-   fix(turborepo): Turbostate deserialization by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4712
-   docs(prisma): add required version field in example by [@&#8203;skauffmann](https://togithub.com/skauffmann) in [vercel/turbo#4676
-   feat: Use Rust Berry lockfile impl by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4684
-   Move `TURBO_FORCE` config env var detection to Rust by [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) in [vercel/turbo#4590
-   fix: turborepo unused code lints by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4727
-   Delete unused git_go file by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4730
-   We no longer require libc6-compat by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4729
-   Make sure that we only hash the env pairs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4708
-   Inline a constant so it's individualized to each task run by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4735
-   chore(turborepo): Fixed clippy warnings by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4744
-   chore: Disallows unknown fields in JSON sent by Rust. by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4753
-   fix: allow for workplace descriptors without a protocol by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4755
-   fix: berry prune including all builtin patch descriptors by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4770
-   make RepoConfig and CommandBase use absolute system paths by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4693
-   chore: remove unused path imports by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4780
-   Send run summary to Spaces even without --summarize flag by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4785
-   port(turborepo): Package Manager Inference by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4655
-   Send turbo version to run payload by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4786
-   Add gitbranch and sha into spaces payload by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4734
-   Stripped down unix path by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4767
-   Remove --serial from the docs. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4813
-   Don't cache test:setup task by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4773
-   Prefactor package hashing by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4816
-   chore: add underlying error to lockfile error messages by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4800
-   Fix basic example to update on dependency changes by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4835
-   fix(examples): with rollup by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4836
-   fix(docs): internal workspace cache by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4838
-   Update basic example for App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4839
-   Update with-rollup with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4848
-   Clarify how task skipping works when scripts are not implemented by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4851
-   fix: no longer include peer dependencies in transitive closures by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4824
-   Optional framework inference by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4788
-   Fix/daemon fixups by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4831
-   Hack to get correct log file by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4873
-   Update with-npm with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4845
-   Update with-tailwind with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4849
-   Update with-yarn with App Router. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turbo#4850
-   chore: update `update-informer` to 1.0 by [@&#8203;mgrachev](https://togithub.com/mgrachev) in [vercel/turbo#4867
-   fix: sort tasks in run summary output by task id by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turbo#4837
-   Drop go implementation of recursive copy by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4874
-   Add a new page for task dependencies by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4852
-   fix(turborepo): Fixed test by killing process when test is done by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4887
-   First pass at file hashing for a package by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4820
-   Remove recursive copy build tags. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [vercel/turbo#4898
-   feature(turborepo): AbsoluteSystemPath by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [vercel/turbo#4841
-   feat(turbo): g by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turbo#4896

#### New Contributors

-   [@&#8203;seeplusplus](https://togithub.com/seeplusplus) made their first contribution in [vercel/turbo#4667
-   [@&#8203;skauffmann](https://togithub.com/skauffmann) made their first contribution in [vercel/turbo#4676
-   [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) made their first contribution in [vercel/turbo#4590
-   [@&#8203;rakesh-blacksof](https://togithub.com/rakesh-blacksof) made their first contribution in [vercel/turbo#4774
-   [@&#8203;ihmpavel](https://togithub.com/ihmpavel) made their first contribution in [vercel/turbo#4743
-   [@&#8203;mgrachev](https://togithub.com/mgrachev) made their first contribution in [vercel/turbo#4867

**Full Changelog**: vercel/turbo@v1.9.3...v1.9.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am 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://app.renovatebot.com/dashboard#github/timelessco/next-ts-app).
thedoublejay pushed a commit to levaintech/sticky that referenced this pull request May 22, 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.9.3` ->
`1.9.8`](https://renovatebot.com/diffs/npm/turbo/1.9.3/1.9.8) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/compatibility-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.8/confidence-slim/1.9.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

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

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

#### What's Changed

##### Changelog

- fix(yarn): no longer error on pnp by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5009

**Full Changelog**:
vercel/turbo@v1.9.7...v1.9.8

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

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

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

#### What's Changed

##### Changelog

- fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by
[@&#8203;jeniabrook](https://togithub.com/jeniabrook) in
[vercel/turbo#4975
- fix(create-turbo): Hard code default example. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4974
- fix: berry lockfile semver range parsing of valid floats by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4945
- Update with-changesets with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4843
- Update kitchen-sink with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4840
- docs: Explain recursive topo tasks more by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4963
- feat: Print failed tasks at the bottom of the run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4965
- fix(lockfile): traverse npm peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4981
- feat(cli): rework generator api by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4984
- Send task summaries as tasks finish by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4913
- Update with-react-native-web with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4847
- Update non-monorepo with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4842
- Update with-prisma with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4846
- Update with-docker with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4844
- feat(cli): generators what -> type + cmd change by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4996

#### New Contributors

- [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first
contribution in
[vercel/turbo#4975
- [@&#8203;andershagbard](https://togithub.com/andershagbard) made their
first contribution in
[vercel/turbo#4971

**Full Changelog**:
vercel/turbo@v1.9.6...v1.9.7

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

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

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

#### What's Changed

##### Changelog

- create-turbo: automatic git configuration. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4941
- fix: set repoRoot on http cache so cache can be restored by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4956

**Full Changelog**:
vercel/turbo@v1.9.5...v1.9.6

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

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

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

#### What's Changed

##### Changelog

- fix: check if user passes absolute path to prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4891
- Submit originatingUser with Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4875
- Use cacheitem to restore HTTP cache. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4634
- Build turbo once to build JS packages before publishing by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4910
- fix(cli): example should imply copy by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4923
- Remove fallback to configured git user by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4928
- Partial revert of
[#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4938

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.9.4...v1.9.5

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

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

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

#### What's Changed

##### Changelog

- chore: delete unused npm lockfile impl in go by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4605
- Env var run summary data generation by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4529
- Fix path by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4643
- fix(turborepo): Switching back to git command instead of git2 by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4606
- feat(turbo): add spaces link by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4632
- Include logs when posting task summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4642
- Always print the url if we have one by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4660
- Remove unused import by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4665
- feat: Add rust implementation of Yarn3+ lockfile by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4589
- fix(turbo-utils): support old workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4682
- fix: rebuild protobuf code and update ffi callsite by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4685
- Use spaceID from turbo.json if available by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4687
- port(turborepo): Config by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4520
- Existing and error logs behavior by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4656
- update deps by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#4700
- chore: move lockfile ffi boundary by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4629
- Invoke prysk with the directory name to ensure all tests run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4715
- Fix errors-only integration test by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4713
- fix(turborepo): Turbostate deserialization by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4712
- docs(prisma): add required version field in example by
[@&#8203;skauffmann](https://togithub.com/skauffmann) in
[vercel/turbo#4676
- feat: Use Rust Berry lockfile impl by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4684
- Move `TURBO_FORCE` config env var detection to Rust by
[@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) in
[vercel/turbo#4590
- fix: turborepo unused code lints by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4727
- Delete unused git_go file by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4730
- We no longer require libc6-compat by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4729
- Make sure that we only hash the env pairs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4708
- Inline a constant so it's individualized to each task run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4735
- chore(turborepo): Fixed clippy warnings by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4744
- chore: Disallows unknown fields in JSON sent by Rust. by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4753
- fix: allow for workplace descriptors without a protocol by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4755
- fix: berry prune including all builtin patch descriptors by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4770
- make RepoConfig and CommandBase use absolute system paths by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4693
- chore: remove unused path imports by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4780
- Send run summary to Spaces even without --summarize flag by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4785
- port(turborepo): Package Manager Inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4655
- Send turbo version to run payload by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4786
- Add gitbranch and sha into spaces payload by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4734
- Stripped down unix path by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4767
- Remove --serial from the docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4813
- Don't cache test:setup task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4773
- Prefactor package hashing by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4816
- chore: add underlying error to lockfile error messages by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4800
- Fix basic example to update on dependency changes by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4835
- fix(examples): with rollup by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4836
- fix(docs): internal workspace cache by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4838
- Update basic example for App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4839
- Update with-rollup with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4848
- Clarify how task skipping works when scripts are not implemented by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4851
- fix: no longer include peer dependencies in transitive closures by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4824
- Optional framework inference by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4788
- Fix/daemon fixups by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4831
- Hack to get correct log file by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4873
- Update with-npm with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4845
- Update with-tailwind with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4849
- Update with-yarn with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4850
- chore: update `update-informer` to 1.0 by
[@&#8203;mgrachev](https://togithub.com/mgrachev) in
[vercel/turbo#4867
- fix: sort tasks in run summary output by task id by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4837
- Drop go implementation of recursive copy by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4874
- Add a new page for task dependencies by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4852
- fix(turborepo): Fixed test by killing process when test is done by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4887
- First pass at file hashing for a package by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4820
- Remove recursive copy build tags. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4898
- feature(turborepo): AbsoluteSystemPath by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4841
- feat(turbo): g by [@&#8203;tknickman](https://togithub.com/tknickman)
in
[vercel/turbo#4896

#### New Contributors

- [@&#8203;seeplusplus](https://togithub.com/seeplusplus) made their
first contribution in
[vercel/turbo#4667
- [@&#8203;skauffmann](https://togithub.com/skauffmann) made their first
contribution in
[vercel/turbo#4676
- [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) made their first
contribution in
[vercel/turbo#4590
- [@&#8203;rakesh-blacksof](https://togithub.com/rakesh-blacksof) made
their first contribution in
[vercel/turbo#4774
- [@&#8203;ihmpavel](https://togithub.com/ihmpavel) made their first
contribution in
[vercel/turbo#4743
- [@&#8203;mgrachev](https://togithub.com/mgrachev) made their first
contribution in
[vercel/turbo#4867

**Full Changelog**:
vercel/turbo@v1.9.3...v1.9.4

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turbo.build/repo)
([source](https://togithub.com/vercel/turbo)) | [`^1.9.4` ->
`^1.9.9`](https://renovatebot.com/diffs/npm/turbo/1.9.4/1.9.9) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/compatibility-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/confidence-slim/1.9.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

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

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

#### What's Changed

##### Changelog

- fix(daemon): add short sleep to repo root removal by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5067

**Full Changelog**:
vercel/turbo@v1.9.8...v1.9.9

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

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

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

#### What's Changed

##### Changelog

- fix(yarn): no longer error on pnp by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5009

**Full Changelog**:
vercel/turbo@v1.9.7...v1.9.8

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

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

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

#### What's Changed

##### Changelog

- fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by
[@&#8203;jeniabrook](https://togithub.com/jeniabrook) in
[vercel/turbo#4975
- fix(create-turbo): Hard code default example. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4974
- fix: berry lockfile semver range parsing of valid floats by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4945
- Update with-changesets with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4843
- Update kitchen-sink with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4840
- docs: Explain recursive topo tasks more by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4963
- feat: Print failed tasks at the bottom of the run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4965
- fix(lockfile): traverse npm peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4981
- feat(cli): rework generator api by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4984
- Send task summaries as tasks finish by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4913
- Update with-react-native-web with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4847
- Update non-monorepo with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4842
- Update with-prisma with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4846
- Update with-docker with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4844
- feat(cli): generators what -> type + cmd change by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4996

#### New Contributors

- [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first
contribution in
[vercel/turbo#4975
- [@&#8203;andershagbard](https://togithub.com/andershagbard) made their
first contribution in
[vercel/turbo#4971

**Full Changelog**:
vercel/turbo@v1.9.6...v1.9.7

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

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

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

#### What's Changed

##### Changelog

- create-turbo: automatic git configuration. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4941
- fix: set repoRoot on http cache so cache can be restored by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4956

**Full Changelog**:
vercel/turbo@v1.9.5...v1.9.6

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

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

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

#### What's Changed

##### Changelog

- fix: check if user passes absolute path to prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4891
- Submit originatingUser with Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4875
- Use cacheitem to restore HTTP cache. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4634
- Build turbo once to build JS packages before publishing by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4910
- fix(cli): example should imply copy by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4923
- Remove fallback to configured git user by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4928
- Partial revert of
[#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4938

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.9.4...v1.9.5

</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://app.renovatebot.com/dashboard#github/fwouts/previewjs).

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [turbo](https://turbo.build/repo)
([source](https://togithub.com/vercel/turbo)) | [`1.8.8` ->
`1.9.9`](https://renovatebot.com/diffs/npm/turbo/1.8.8/1.9.9) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/compatibility-slim/1.8.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.9.9/confidence-slim/1.8.8)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

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

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

#### What's Changed

##### Changelog

- fix(daemon): add short sleep to repo root removal by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5067

**Full Changelog**:
vercel/turbo@v1.9.8...v1.9.9

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

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

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

#### What's Changed

##### Changelog

- fix(yarn): no longer error on pnp by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5009

**Full Changelog**:
vercel/turbo@v1.9.7...v1.9.8

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

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

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

#### What's Changed

##### Changelog

- fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by
[@&#8203;jeniabrook](https://togithub.com/jeniabrook) in
[vercel/turbo#4975
- fix(create-turbo): Hard code default example. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4974
- fix: berry lockfile semver range parsing of valid floats by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4945
- Update with-changesets with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4843
- Update kitchen-sink with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4840
- docs: Explain recursive topo tasks more by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4963
- feat: Print failed tasks at the bottom of the run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4965
- fix(lockfile): traverse npm peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4981
- feat(cli): rework generator api by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4984
- Send task summaries as tasks finish by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4913
- Update with-react-native-web with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4847
- Update non-monorepo with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4842
- Update with-prisma with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4846
- Update with-docker with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4844
- feat(cli): generators what -> type + cmd change by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4996

#### New Contributors

- [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first
contribution in
[vercel/turbo#4975
- [@&#8203;andershagbard](https://togithub.com/andershagbard) made their
first contribution in
[vercel/turbo#4971

**Full Changelog**:
vercel/turbo@v1.9.6...v1.9.7

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

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

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

#### What's Changed

##### Changelog

- create-turbo: automatic git configuration. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4941
- fix: set repoRoot on http cache so cache can be restored by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4956

**Full Changelog**:
vercel/turbo@v1.9.5...v1.9.6

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

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

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

#### What's Changed

##### Changelog

- fix: check if user passes absolute path to prune by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4891
- Submit originatingUser with Run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4875
- Use cacheitem to restore HTTP cache. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4634
- Build turbo once to build JS packages before publishing by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4910
- fix(cli): example should imply copy by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4923
- Remove fallback to configured git user by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4928
- Partial revert of
[#&#8203;4820](https://togithub.com/vercel/turbo/issues/4820). by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4938

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.9.4...v1.9.5

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

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

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

#### What's Changed

##### Changelog

- chore: delete unused npm lockfile impl in go by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4605
- Env var run summary data generation by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4529
- Fix path by [@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4643
- fix(turborepo): Switching back to git command instead of git2 by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4606
- feat(turbo): add spaces link by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4632
- Include logs when posting task summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4642
- Always print the url if we have one by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4660
- Remove unused import by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4665
- feat: Add rust implementation of Yarn3+ lockfile by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4589
- fix(turbo-utils): support old workspace format by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4682
- fix: rebuild protobuf code and update ffi callsite by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4685
- Use spaceID from turbo.json if available by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4687
- port(turborepo): Config by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4520
- Existing and error logs behavior by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4656
- update deps by [@&#8203;sokra](https://togithub.com/sokra) in
[vercel/turbo#4700
- chore: move lockfile ffi boundary by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4629
- Invoke prysk with the directory name to ensure all tests run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4715
- Fix errors-only integration test by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4713
- fix(turborepo): Turbostate deserialization by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4712
- docs(prisma): add required version field in example by
[@&#8203;skauffmann](https://togithub.com/skauffmann) in
[vercel/turbo#4676
- feat: Use Rust Berry lockfile impl by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4684
- Move `TURBO_FORCE` config env var detection to Rust by
[@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) in
[vercel/turbo#4590
- fix: turborepo unused code lints by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4727
- Delete unused git_go file by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4730
- We no longer require libc6-compat by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4729
- Make sure that we only hash the env pairs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4708
- Inline a constant so it's individualized to each task run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4735
- chore(turborepo): Fixed clippy warnings by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4744
- chore: Disallows unknown fields in JSON sent by Rust. by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4753
- fix: allow for workplace descriptors without a protocol by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4755
- fix: berry prune including all builtin patch descriptors by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4770
- make RepoConfig and CommandBase use absolute system paths by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4693
- chore: remove unused path imports by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4780
- Send run summary to Spaces even without --summarize flag by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4785
- port(turborepo): Package Manager Inference by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4655
- Send turbo version to run payload by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4786
- Add gitbranch and sha into spaces payload by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4734
- Stripped down unix path by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4767
- Remove --serial from the docs. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4813
- Don't cache test:setup task by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4773
- Prefactor package hashing by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4816
- chore: add underlying error to lockfile error messages by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4800
- Fix basic example to update on dependency changes by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4835
- fix(examples): with rollup by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4836
- fix(docs): internal workspace cache by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4838
- Update basic example for App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4839
- Update with-rollup with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4848
- Clarify how task skipping works when scripts are not implemented by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4851
- fix: no longer include peer dependencies in transitive closures by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4824
- Optional framework inference by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4788
- Fix/daemon fixups by [@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#4831
- Hack to get correct log file by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4873
- Update with-npm with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4845
- Update with-tailwind with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4849
- Update with-yarn with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4850
- chore: update `update-informer` to 1.0 by
[@&#8203;mgrachev](https://togithub.com/mgrachev) in
[vercel/turbo#4867
- fix: sort tasks in run summary output by task id by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4837
- Drop go implementation of recursive copy by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4874
- Add a new page for task dependencies by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4852
- fix(turborepo): Fixed test by killing process when test is done by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4887
- First pass at file hashing for a package by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4820
- Remove recursive copy build tags. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4898
- feature(turborepo): AbsoluteSystemPath by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4841
- feat(turbo): g by [@&#8203;tknickman](https://togithub.com/tknickman)
in
[vercel/turbo#4896

#### New Contributors

- [@&#8203;seeplusplus](https://togithub.com/seeplusplus) made their
first contribution in
[vercel/turbo#4667
- [@&#8203;skauffmann](https://togithub.com/skauffmann) made their first
contribution in
[vercel/turbo#4676
- [@&#8203;smaeda-ks](https://togithub.com/smaeda-ks) made their first
contribution in
[vercel/turbo#4590
- [@&#8203;rakesh-blacksof](https://togithub.com/rakesh-blacksof) made
their first contribution in
[vercel/turbo#4774
- [@&#8203;ihmpavel](https://togithub.com/ihmpavel) made their first
contribution in
[vercel/turbo#4743
- [@&#8203;mgrachev](https://togithub.com/mgrachev) made their first
contribution in
[vercel/turbo#4867

**Full Changelog**:
vercel/turbo@v1.9.3...v1.9.4

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

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

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

#### What's Changed

##### Changelog

- Revert "fix(turborepo): SCM tests and renaming
([#&#8203;4462](https://togithub.com/vercel/turbo/issues/4462))" by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4604

**Full Changelog**:
vercel/turbo@v1.9.2...v1.9.3

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

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

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

#### What's Changed

##### Changelog

- chore: Fix spelling by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4552
- Include TimeSaved metric in Run Summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4539
- docs: add missing comma in `turbo.json` by
[@&#8203;BRKalow](https://togithub.com/BRKalow) in
[vercel/turbo#4557
- Delete a test fixture we don't need by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4558
- fix(create-turbo): correct package manager selection by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4574
- Print Run URL if there is one by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4562
- fix(create-turbo): prompt fix by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4586
- fix: better support for pnpm aliases by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4555
- Make find_up use os.ReadDir by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4599
- fix(turbo-utils): package manager available by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4603

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.9.1...v1.9.2

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

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

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

#### What's Changed

##### Changelog

- Add more readme for integration tests by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4515
- Deprecate `THASH`. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4526
- oldGlobalHash can be named by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4528
- feat(summary): add taskId to single package task by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4530
- Document --summarize flag and include in Troubleshooting doc by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4467
- feat(examples): update READMEs for create-turbo by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4451
- Documentation for Strict Environments by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4490
- chore(turborepo): Make rustls the default feature for turborepo-lib by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4537
- fix(turborepo): SCM tests and renaming by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4462
- Update data sent to vercel for runs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4495
- Gather Run Summary even when tasks fail by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4524
- Update old testbed make target to fixture- for new fixtures layout by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#4538
- Use both key and version when sorting lockfile entries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4541
- Save task duration correctly by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4540

**Full Changelog**:
vercel/turbo@v1.9.0...v1.9.1

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

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

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

#### What's Changed

##### Changelog

- Log the location of the summary file in the execution summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4385
- Remove unused params in real run functions by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4402
- Refactor Dry Run so that output is printed by Run Summaries by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4403
- Make Run Summaries work for Single Package repos by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4387
- Add cache state to task summaries on real runs (2nd try) by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4393
- Remove executionSummary from dry run json by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4394
- chore(deps): update dependency nodemon to v2.0.22 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4201
- Account for canary versions in integration test for run summary by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4413
- fix: use signal handler in shim by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4313
- fix: delete libgit2 by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4419
- Make --summarize flag to work without a value by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4375
- Enable the summarize flag in help output by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4418
- fix: update example lockfiles by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4321
- feature(turborepo): `-F` as filter shorthand by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4422
- chore: removing signal forwarding test by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4436
- chore(deps): update yarn to v1.22.19 by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4404
- Polish the shape of the Run Summary JSON by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4421
- Add sub-package info to environment-variables.mdx by
[@&#8203;ozum](https://togithub.com/ozum) in
[vercel/turbo#4406
- feat(create-turbo): support examples by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4398
- Add a debugging section in our docs by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4423
- chore(version): bump canary version by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4453
- fix(lockfile): correct lockfile version by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4461
- fix(deps): update dependency got to v11 \[security] by
[@&#8203;renovate](https://togithub.com/renovate) in
[vercel/turbo#4457
- Fix typos in example tsconfig' readme by
[@&#8203;FranciscoMoretti](https://togithub.com/FranciscoMoretti) in
[vercel/turbo#4486
- chore: pipe through root package json to lockfile parsing by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4437
- chore: Remove release flag from turborepo-ffi build by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4478
- Strict Environment Handling by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4449
- chore: update `with-tailwind` example by
[@&#8203;Chia1104](https://togithub.com/Chia1104) in
[vercel/turbo#4379
- ci: Stop building Go code twice by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#4501
- Remove unused constant by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4502
- Improve integration test setup by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4512
- fix(examples): with-rollup by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4514
- Fix Missing packages key when there are no changes in a monorepo by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4518
- fix: use ordered data structure for npm lockfile by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4516

#### New Contributors

- [@&#8203;ozum](https://togithub.com/ozum) made their first
contribution in
[vercel/turbo#4406
- [@&#8203;FranciscoMoretti](https://togithub.com/FranciscoMoretti) made
their first contribution in
[vercel/turbo#4486
- [@&#8203;Chia1104](https://togithub.com/Chia1104) made their first
contribution in
[vercel/turbo#4379
- [@&#8203;cursecodes](https://togithub.com/cursecodes) made their first
contribution in
[vercel/turbo#4427

**Full Changelog**:
vercel/turbo@v1.8.8...v1.9.0

</details>

---

### Configuration

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

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

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

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

---

- [ ] <!-- 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://app.renovatebot.com/dashboard#github/synopsisgg/bot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request Jun 9, 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.9.4` ->
`^1.10.2`](https://renovatebot.com/diffs/npm/turbo/1.9.6/1.10.2) |
[![age](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/compatibility-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.10.2/confidence-slim/1.9.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/turbo</summary>

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

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.10.1...v1.10.2

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

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

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

**Full Changelog**:
vercel/turbo@v1.10.0...v1.10.1

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

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

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

#### What's Changed

##### Changelog

- Exclude Pipeline Definition from Global Hash by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4545
- chore(turbo/gen): mark as experimental by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5016
- fix: no longer crash for single projects with global dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5002
- Add `dotEnv` to `turbo.json` by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4870
- Add missing `--copy` flag. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#5021
- feat(basic): add generators to basic example by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5006
- feat(prune) allow pruning of projects using Yarn PnP by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5019
- Update skipping-tasks.mdx by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#5039
- Update skipping-tasks.mdx by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#5041
- feat(turborepo): remove RelativeSystemPathBuf, clean paths on join by
[@&#8203;gsoltis](https://togithub.com/gsoltis) in
[vercel/turbo#5020
- fix(create-turbo): default example messaging by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5059
- fix(daemon): kill daemon when root is removed by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5038
- ci(turbo): allow publishing from non-main by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5062
- refactor(turborepo): Consolidated PathError and PathValidationError by
[@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in
[vercel/turbo#5060
- fix(create-turbo): git init must use add by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#5058
- feat: go daemon opt-in feature flag by
[@&#8203;arlyon](https://togithub.com/arlyon) in
[vercel/turbo#5076
- Add codemod to transform literals to wildcards by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5054
- Wildcard env by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5017
- fix(daemon): plumb through flush watch errors by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5070
- Improve error message when repo is not linked or token is expired by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#5089
- fix(turborepo):Support distinguishing unset env vars by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#5086

#### New Contributors

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

**Full Changelog**:
vercel/turbo@v1.9.9...v1.10.0

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

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

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

#### What's Changed

##### Changelog

- fix(daemon): add short sleep to repo root removal by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5067

**Full Changelog**:
vercel/turbo@v1.9.8...v1.9.9

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

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

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

#### What's Changed

##### Changelog

- fix(yarn): no longer error on pnp by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#5009

**Full Changelog**:
vercel/turbo@v1.9.7...v1.9.8

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

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

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

#### What's Changed

##### Changelog

- fix(docs): Change `secrets.TURBO_TEAM` to `vars.TURBO_TEAM` by
[@&#8203;jeniabrook](https://togithub.com/jeniabrook) in
[vercel/turbo#4975
- fix(create-turbo): Hard code default example. by
[@&#8203;nathanhammond](https://togithub.com/nathanhammond) in
[vercel/turbo#4974
- fix: berry lockfile semver range parsing of valid floats by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4945
- Update with-changesets with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4843
- Update kitchen-sink with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4840
- docs: Explain recursive topo tasks more by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4963
- feat: Print failed tasks at the bottom of the run by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4965
- fix(lockfile): traverse npm peer dependencies by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turbo#4981
- feat(cli): rework generator api by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4984
- Send task summaries as tasks finish by
[@&#8203;mehulkar](https://togithub.com/mehulkar) in
[vercel/turbo#4913
- Update with-react-native-web with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4847
- Update non-monorepo with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4842
- Update with-prisma with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4846
- Update with-docker with App Router. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turbo#4844
- feat(cli): generators what -> type + cmd change by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turbo#4996

#### New Contributors

- [@&#8203;jeniabrook](https://togithub.com/jeniabrook) made their first
contribution in
[vercel/turbo#4975
- [@&#8203;andershagbard](https://togithub.com/andershagbard) made their
first contribution in
[vercel/turbo#4971

**Full Changelog**:
vercel/turbo@v1.9.6...v1.9.7

</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://app.renovatebot.com/dashboard#github/BirthdayResearch/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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
area: examples Improvements or additions to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants