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

pipes default values through to json-schema #9039

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

dimitropoulos
Copy link
Contributor

@dimitropoulos dimitropoulos commented Aug 21, 2024

Description

I noticed a typo on a default value in the config types but updating the schema artifacts yielded no diff. This is because of yet-another-fragment in the TSDoc/TypeDoc/JSDoc ecosystem. The schema validator wants @default because that's what JSDoc uses, but TSDoc and TypeDoc want @defaultValue. This is a known issue of the generator but the result is that in our schemas the default value is completely dropped (it's been that way all along). The effort to address ecosystem fragmentation has been in a stand-still for 4 years, so we'll need to address separately.

This wouldn't be a big deal in most cases, but we're in a situation where we have some boolean properties have true default values and some use false. That makes it really helpful for users to be able to see this information.

I accomplished this the simplest way I could find: postprocessing the JSON Schema right before printing to disk and leveraging the fact that ts-json-schema-generator allows for passing extra (otherwise unrecognized) tags.

Testing Instructions

Prior to this PR the descriptions don't actually show anything about the default values (!):

But after this PR, observe that when using the new config (you can simulate this by removing the $schema key of the root turbo.json) you have hints about what the default values are.

Copy link

vercel bot commented Aug 21, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 3:57pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 3:57pm

Copy link

socket-security bot commented Aug 21, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: filesystem, unsafe +1 529 kB hirokiosame

View full report↗︎

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.

Looks awesome, but I would please request a unit test or two on the custom parsing logic just in case this silently breaks on us from a version upgrade down the road.

packages/turbo-types/package.json Show resolved Hide resolved
packages/turbo-types/scripts/generate-schema.ts Outdated Show resolved Hide resolved
Copy link

vercel bot commented Aug 29, 2024

Deployment failed with the following error:

Creating the Deployment Timed Out.

@dimitropoulos dimitropoulos merged commit 765cbf3 into main Aug 29, 2024
29 of 42 checks passed
@dimitropoulos dimitropoulos deleted the dimitri/defaults-in-json-schema branch August 29, 2024 21:04
kodiakhq bot pushed a commit to technifit/tasker that referenced this pull request Aug 30, 2024
This PR contains the following updates:

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

---

### Release Notes

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

### [`v2.1.1`](https://togithub.com/vercel/turborepo/releases/tag/v2.1.1): Turborepo v2.1.1

[Compare Source](https://togithub.com/vercel/turborepo/compare/v2.1.0...v2.1.1)



#### What's Changed

##### Docs

-   docs: document --affected flag and env vars by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9046
-   docs: document run displaying available tasks by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9052
-   feat(docs): doc ls by [@&#8203;tknickman](https://togithub.com/tknickman) in [vercel/turborepo#9063
-   chore(config): add undocummented `remote` types to `turbo.json` schema by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9073
-   docs: Clarifications for `--affected`. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turborepo#9078
-   Update constructing-ci.mdx by [@&#8203;eps1lon](https://togithub.com/eps1lon) in [vercel/turborepo#9079

##### Examples

-   examples: Fix sourcemapping in kitchen-sink. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [vercel/turborepo#9086

##### Changelog

-   pipes default values through to json-schema by [@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in [vercel/turborepo#9039
-   fix(zsh): fix completion generation for zsh by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9082
-   fix(daemon): use correct arg group for deciding daemon config by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [vercel/turborepo#9088

#### New Contributors

-   [@&#8203;eps1lon](https://togithub.com/eps1lon) made their first contribution in [vercel/turborepo#9079

**Full Changelog**: vercel/turborepo@v2.1.0...v2.1.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker).
renovate bot added a commit to inabagumi/shinju-date that referenced this pull request Aug 30, 2024
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.1.1`](https://togithub.com/vercel/turborepo/releases/tag/v2.1.1):
Turborepo v2.1.1

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v2.1.0...v2.1.1)

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

#### What's Changed

##### Docs

- docs: document --affected flag and env vars by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9046
- docs: document run displaying available tasks by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9052
- feat(docs): doc ls by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turborepo#9063
- chore(config): add undocummented `remote` types to `turbo.json` schema
by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9073
- docs: Clarifications for `--affected`. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turborepo#9078
- Update constructing-ci.mdx by
[@&#8203;eps1lon](https://togithub.com/eps1lon) in
[vercel/turborepo#9079

##### Examples

- examples: Fix sourcemapping in kitchen-sink. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turborepo#9086

##### Changelog

- pipes default values through to json-schema by
[@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in
[vercel/turborepo#9039
- fix(zsh): fix completion generation for zsh by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9082
- fix(daemon): use correct arg group for deciding daemon config by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9088

#### New Contributors

- [@&#8203;eps1lon](https://togithub.com/eps1lon) made their first
contribution in
[vercel/turborepo#9079

**Full Changelog**:
vercel/turborepo@v2.1.0...v2.1.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to crea-orkest/crea-public that referenced this pull request Aug 30, 2024
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.1.1`](https://togithub.com/vercel/turborepo/releases/tag/v2.1.1):
Turborepo v2.1.1

[Compare
Source](https://togithub.com/vercel/turborepo/compare/v2.1.0...v2.1.1)

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

#### What's Changed

##### Docs

- docs: document --affected flag and env vars by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9046
- docs: document run displaying available tasks by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9052
- feat(docs): doc ls by
[@&#8203;tknickman](https://togithub.com/tknickman) in
[vercel/turborepo#9063
- chore(config): add undocummented `remote` types to `turbo.json` schema
by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9073
- docs: Clarifications for `--affected`. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turborepo#9078
- Update constructing-ci.mdx by
[@&#8203;eps1lon](https://togithub.com/eps1lon) in
[vercel/turborepo#9079

##### Examples

- examples: Fix sourcemapping in kitchen-sink. by
[@&#8203;anthonyshew](https://togithub.com/anthonyshew) in
[vercel/turborepo#9086

##### Changelog

- pipes default values through to json-schema by
[@&#8203;dimitropoulos](https://togithub.com/dimitropoulos) in
[vercel/turborepo#9039
- fix(zsh): fix completion generation for zsh by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9082
- fix(daemon): use correct arg group for deciding daemon config by
[@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in
[vercel/turborepo#9088

#### New Contributors

- [@&#8203;eps1lon](https://togithub.com/eps1lon) made their first
contribution in
[vercel/turborepo#9079

**Full Changelog**:
vercel/turborepo@v2.1.0...v2.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/crea-orkest/crea-public).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to r4ai/templates that referenced this pull request Sep 3, 2024
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.1.1`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.1):
Turborepo v2.1.1

[Compare
Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.0...v2.1.1)

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

#### What's Changed

##### Docs

- docs: document --affected flag and env vars by
[@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[vercel/turborepo#9046
- docs: document run displaying available tasks by
[@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[vercel/turborepo#9052
- feat(docs): doc ls by
[@&#8203;tknickman](https://redirect.github.com/tknickman) in
[vercel/turborepo#9063
- chore(config): add undocummented `remote` types to `turbo.json` schema
by
[@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[vercel/turborepo#9073
- docs: Clarifications for `--affected`. by
[@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in
[vercel/turborepo#9078
- Update constructing-ci.mdx by
[@&#8203;eps1lon](https://redirect.github.com/eps1lon) in
[vercel/turborepo#9079

##### Examples

- examples: Fix sourcemapping in kitchen-sink. by
[@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in
[vercel/turborepo#9086

##### Changelog

- pipes default values through to json-schema by
[@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in
[vercel/turborepo#9039
- fix(zsh): fix completion generation for zsh by
[@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[vercel/turborepo#9082
- fix(daemon): use correct arg group for deciding daemon config by
[@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski)
in
[vercel/turborepo#9088

#### New Contributors

- [@&#8203;eps1lon](https://redirect.github.com/eps1lon) made their
first contribution in
[vercel/turborepo#9079

**Full Changelog**:
vercel/turborepo@v2.1.0...v2.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/r4ai/templates).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to mheob/config that referenced this pull request Sep 6, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@antfu/install-pkg](https://redirect.github.com/antfu/install-pkg) | [`^0.4.0` -> `^0.4.1`](https://renovatebot.com/diffs/npm/@antfu%2finstall-pkg/0.4.0/0.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2finstall-pkg/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@antfu%2finstall-pkg/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@antfu%2finstall-pkg/0.4.0/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@antfu%2finstall-pkg/0.4.0/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`^19.4.0` -> `^19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.0/19.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.4.0/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.4.0/19.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@eslint-react/eslint-plugin](https://redirect.github.com/rel1cx/eslint-react) ([source](https://redirect.github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin)) | [`^1.12.1` -> `^1.12.4`](https://renovatebot.com/diffs/npm/@eslint-react%2feslint-plugin/1.12.1/1.12.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint-react%2feslint-plugin/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint-react%2feslint-plugin/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint-react%2feslint-plugin/1.12.1/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint-react%2feslint-plugin/1.12.1/1.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.5.0` -> `^22.5.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.5.0/22.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.5.0/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.5.0/22.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^8.2.0` -> `^8.4.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.2.0/8.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/8.2.0/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.2.0/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`^8.2.0` -> `^8.4.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.2.0/8.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/8.2.0/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.2.0/8.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-flat-gitignore](https://redirect.github.com/antfu/eslint-config-flat-gitignore) | [`^0.1.8` -> `^0.3.0`](https://renovatebot.com/diffs/npm/eslint-config-flat-gitignore/0.1.8/0.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-flat-gitignore/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-flat-gitignore/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-flat-gitignore/0.1.8/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-flat-gitignore/0.1.8/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`^14.2.6` -> `^14.2.7`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.6/14.2.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.2.6/14.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.2.6/14.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-antfu](https://redirect.github.com/antfu/eslint-plugin-antfu) | [`^2.3.6` -> `^2.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-antfu/2.3.6/2.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-antfu/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-antfu/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-antfu/2.3.6/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-antfu/2.3.6/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-perfectionist](https://perfectionist.dev) ([source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist)) | [`^3.2.0` -> `^3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/3.2.0/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-perfectionist/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-perfectionist/3.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/3.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`^15.2.9` -> `^15.2.10`](https://renovatebot.com/diffs/npm/lint-staged/15.2.9/15.2.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.9/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.9/15.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [picocolors](https://redirect.github.com/alexeyraspopov/picocolors) | [`^1.0.1` -> `^1.1.0`](https://renovatebot.com/diffs/npm/picocolors/1.0.1/1.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/picocolors/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/picocolors/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/picocolors/1.0.1/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/picocolors/1.0.1/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276` -> `9.9.0`](https://renovatebot.com/diffs/npm/pnpm/9.8.0/9.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.8.0/9.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [tsx](https://tsx.is) ([source](https://redirect.github.com/privatenumber/tsx)) | [`^4.18.0` -> `^4.19.0`](https://renovatebot.com/diffs/npm/tsx/4.18.0/4.19.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.18.0/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.18.0/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://redirect.github.com/vercel/turborepo)) | [`^2.0.14` -> `^2.1.1`](https://renovatebot.com/diffs/npm/turbo/2.0.14/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/2.0.14/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/2.0.14/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>antfu/install-pkg (@&#8203;antfu/install-pkg)</summary>

### [`v0.4.1`](https://redirect.github.com/antfu-collective/install-pkg/releases/tag/v0.4.1)

[Compare Source](https://redirect.github.com/antfu/install-pkg/compare/v0.4.0...v0.4.1)

#####    🐞 Bug Fixes

-   Upgrade to tinyexec 0.3.0 to restore exception on failed install  -  by [@&#8203;benmccann](https://redirect.github.com/benmccann) in [antfu-collective/install-pkg#15 [<samp>(02eb8)</samp>](https://redirect.github.com/antfu/install-pkg/commit/02eb8ba)

#####     [View changes on GitHub](https://redirect.github.com/antfu/install-pkg/compare/v0.4.0...v0.4.1)

</details>

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

### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1941-2024-08-28)

[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1)

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

</details>

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

### [`v1.12.4`](https://redirect.github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1124-Sat-31-Aug-2024)

[Compare Source](https://redirect.github.com/Rel1cx/eslint-react/compare/v1.12.3...v1.12.4)

##### ✨ New

-   Added `useLayoutEffect` and `useInsertionEffect` support to `hooks-extra/no-direct-set-state-in-use-effect`.

##### 🪄 Improvements

-   Deprecate rule `hooks-extra/no-direct-set-state-in-use-layout-effect` in favor of `hooks-extra/no-direct-set-state-in-use-effect` (the previous rule will still be available until the next major update to avoid breaking changes).

### [`v1.12.3`](https://redirect.github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1123-Thu-29-Aug-2024)

[Compare Source](https://redirect.github.com/Rel1cx/eslint-react/compare/v1.12.2...v1.12.3)

##### ✨ New

-   Added support for detecting event listeners removed by abort signal in rule `web-api/no-leaked-event-listener`.

##### 🐞 Fixes

-   Fixed `no-duplicate-key` rule false positives when the key is an variable.
-   Fixed `web-api/no-leaked-set-timeout` and `web-api/no-leaked-set-interval` false positives when a timer is assigned to a variable declared by `let` but not initialized.

### [`v1.12.2`](https://redirect.github.com/Rel1cx/eslint-react/blob/HEAD/CHANGELOG.md#v1122-Tue-27-Aug-2024)

[Compare Source](https://redirect.github.com/Rel1cx/eslint-react/compare/v1.12.1...v1.12.2)

##### ✨ New

-   Added type declarations for `react-x` settings to the `@typescript-eslint/utils/ts-eslint` module via the `SharedConfigurationSettings` interface.

##### 🪄 Improvements

-   Improve the performance of the `no-missing-key` and `no-duplicate-key` rules.
-   Upgrade `@typescript-eslint`'s packages to `^8.3.0`.

</details>

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

### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#840-2024-09-02)

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#830-2024-08-26)

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0)

##### 🚀 Features

-   **eslint-plugin:** \[no-deprecation] add rule

##### 🩹 Fixes

-   **eslint-plugin:** \[no-unnecessary-template-expression] add missing parentheses in autofix

-   **eslint-plugin:** \[no-unnecessary-type-parameters] check mapped alias type arguments

-   **utils:** add `TSDeclareFunction` to `functionTypeTypes`

-   **ast-spec:** use `Expression` in argument of `ThrowStatement`

##### ❤️  Thank You

-   Abraham Guo
-   Daichi Kamiyama
-   Josh Goldberg ✨
-   Kim Sang Du
-   Sukka
-   Vida Xie

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

</details>

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

### [`v8.4.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#840-2024-09-02)

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.3.0...v8.4.0)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#830-2024-08-26)

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

</details>

<details>
<summary>antfu/eslint-config-flat-gitignore (eslint-config-flat-gitignore)</summary>

### [`v0.3.0`](https://redirect.github.com/antfu/eslint-config-flat-gitignore/releases/tag/v0.3.0)

[Compare Source](https://redirect.github.com/antfu/eslint-config-flat-gitignore/compare/v0.2.0...v0.3.0)

#####    🚨 Breaking Changes

-   Requires ESLint v9+  -  by [@&#8203;antfu](https://redirect.github.com/antfu) [<samp>(5206a)</samp>](https://redirect.github.com/antfu/eslint-config-flat-gitignore/commit/5206a5f)

#####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config-flat-gitignore/compare/v0.2.0...v0.3.0)

### [`v0.2.0`](https://redirect.github.com/antfu/eslint-config-flat-gitignore/releases/tag/v0.2.0)

[Compare Source](https://redirect.github.com/antfu/eslint-config-flat-gitignore/compare/v0.1.8...v0.2.0)

#####    🚀 Features

-   Support gitignores out of cwd with `@eslint/compat`  -  by [@&#8203;Dimava](https://redirect.github.com/Dimava) in [antfu/eslint-config-flat-gitignore#15 [<samp>(f09cf)</samp>](https://redirect.github.com/antfu/eslint-config-flat-gitignore/commit/f09cf89)

#####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config-flat-gitignore/compare/v0.1.8...v0.2.0)

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

### [`v14.2.7`](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7)

[Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7)

</details>

<details>
<summary>antfu/eslint-plugin-antfu (eslint-plugin-antfu)</summary>

### [`v2.4.0`](https://redirect.github.com/antfu/eslint-plugin-antfu/releases/tag/v2.4.0)

[Compare Source](https://redirect.github.com/antfu/eslint-plugin-antfu/compare/v2.3.6...v2.4.0)

#####    🚀 Features

-   New `consistent-chaining` rule  -  by [@&#8203;antfu](https://redirect.github.com/antfu) [<samp>(03ece)</samp>](https://redirect.github.com/antfu/eslint-plugin-antfu/commit/03ecec4)

#####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-plugin-antfu/compare/v2.3.6...v2.4.0)

</details>

<details>
<summary>azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)</summary>

### [`v3.3.0`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v330)

[Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v3.2.0...v3.3.0)

[compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v3.2.0...v3.3.0)

##### 🚀 Features

-   Improve checking if a member is private in sort-classes rule ([4e19b94](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/4e19b94))
-   Add static-block and accessor-property to default groups in sort-classes ([0c724e0](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/0c724e0))
-   Don't sort unknown elements if unknown is not referenced in groups ([0086427](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/0086427))
-   Add optional modifier in sort-classes rule ([27fa7e8](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/27fa7e8))

##### 🐞 Bug Fixes

-   Fix sorting class members with same names ([f1f875e](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/f1f875e))
-   Fix use of case named default in sort-switch-case rule ([5583eb0](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/5583eb0))
-   Take into account dependencies in sort-enums ([eeb0534](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/eeb0534))

##### ❤️ Contributors

-   Hugo ([@&#8203;hugop95](http://github.com/hugop95))

</details>

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

### [`v15.2.10`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210)

[Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10)

##### Patch Changes

-   [#&#8203;1471](https://redirect.github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://redirect.github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`.

</details>

<details>
<summary>alexeyraspopov/picocolors (picocolors)</summary>

### [`v1.1.0`](https://redirect.github.com/alexeyraspopov/picocolors/blob/HEAD/CHANGELOG.md#v110)

[Compare Source](https://redirect.github.com/alexeyraspopov/picocolors/compare/v1.0.1...v1.1.0)

-   Added bright color variants ([#&#8203;55](https://redirect.github.com/alexeyraspopov/picocolors/pull/55))

</details>

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

### [`v9.9.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0)

[Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0)

</details>

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

### [`v4.19.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...157c3ec6bcf0b0a5e387080576404c00f7fd662f)

[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0)

</details>

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

### [`v2.1.1`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.1): Turborepo v2.1.1

[Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.1.0...v2.1.1)



#### What's Changed

##### Docs

-   docs: document --affected flag and env vars by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9046
-   docs: document run displaying available tasks by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9052
-   feat(docs): doc ls by [@&#8203;tknickman](https://redirect.github.com/tknickman) in [vercel/turborepo#9063
-   chore(config): add undocummented `remote` types to `turbo.json` schema by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9073
-   docs: Clarifications for `--affected`. by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [vercel/turborepo#9078
-   Update constructing-ci.mdx by [@&#8203;eps1lon](https://redirect.github.com/eps1lon) in [vercel/turborepo#9079

##### Examples

-   examples: Fix sourcemapping in kitchen-sink. by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [vercel/turborepo#9086

##### Changelog

-   pipes default values through to json-schema by [@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in [vercel/turborepo#9039
-   fix(zsh): fix completion generation for zsh by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9082
-   fix(daemon): use correct arg group for deciding daemon config by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9088

#### New Contributors

-   [@&#8203;eps1lon](https://redirect.github.com/eps1lon) made their first contribution in [vercel/turborepo#9079

**Full Changelog**: vercel/turborepo@v2.1.0...v2.1.1

### [`v2.1.0`](https://redirect.github.com/vercel/turborepo/releases/tag/v2.1.0): Turborepo v2.1.0

[Compare Source](https://redirect.github.com/vercel/turborepo/compare/v2.0.14...v2.1.0)



#### What's Changed

##### Docs

-   documentation for for `cacheDir`, `daemon`, and `envMode` (config values, and env vars) by [@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in [vercel/turborepo#9018
-   Update using-environment-variables.mdx by [@&#8203;robertn702](https://redirect.github.com/robertn702) in [vercel/turborepo#9040
-   (docs) Fix Node.js subpath import guidance. by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [vercel/turborepo#9066

##### [@&#8203;turbo/codemod](https://redirect.github.com/turbo/codemod)

-   separate configs, colocate JSONSchema, remove `globalDotEnv` and `pipeline.dotEnv` from V2 by [@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in [vercel/turborepo#9025

##### Examples

-   Update README.md by [@&#8203;Aditya0257](https://redirect.github.com/Aditya0257) in [vercel/turborepo#8979
-   Update basic example to use stable Next.js. by [@&#8203;anthonyshew](https://redirect.github.com/anthonyshew) in [vercel/turborepo#9059

##### Changelog

-   TypeScript types for `cacheDir`, `daemon`, and `envMode` by [@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in [vercel/turborepo#9011
-   chore: show deprecation info for globalDotEnv and dotEnv by [@&#8203;devy-bee](https://redirect.github.com/devy-bee) in [vercel/turborepo#8974
-   fix: lock tui-term version to pass rust type check by [@&#8203;wadwings](https://redirect.github.com/wadwings) in [vercel/turborepo#9022
-   feat: color no longer tied to task execution order by [@&#8203;Shaharking](https://redirect.github.com/Shaharking) in [vercel/turborepo#9023
-   fix(tui): avoid panic on restarting tasks during watch by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9032
-   feat(ls): support output format by [@&#8203;tknickman](https://redirect.github.com/tknickman) in [vercel/turborepo#9031
-   chore(tui): remove unwraps from tui by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9034
-   feat: implement a query interface for turborepo by [@&#8203;NicholasLYang](https://redirect.github.com/NicholasLYang) in [vercel/turborepo#8977
-   feat(tui): allow searching for tasks by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9042
-   fix(affected): prevent affected from being used with filter by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9049
-   allow multiple fallbacks for --affected base branch by [@&#8203;dimitropoulos](https://redirect.github.com/dimitropoulos) in [vercel/turborepo#9045
-   fix(affected): don't respect empty scm env vars by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9053
-   fix(affected): no longer error if `main` does not exist by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9061
-   fix(cli): avoid use of process exit by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9065
-   chore: Remove version output on CI by [@&#8203;NicholasLYang](https://redirect.github.com/NicholasLYang) in [vercel/turborepo#9068
-   chore(tui): fix lint warnings in tests by [@&#8203;chris-olszewski](https://redirect.github.com/chris-olszewski) in [vercel/turborepo#9062

#### New Contributors

-   [@&#8203;Aditya0257](https://redirect.github.com/Aditya0257) made their first contribution in [vercel/turborepo#8979
-   [@&#8203;devy-bee](https://redirect.github.com/devy-bee) made their first contribution in [vercel/turborepo#8974
-   [@&#8203;wadwings](https://redirect.github.com/wadwings) made their first contribution in [vercel/turborepo#9022
-   [@&#8203;Shaharking](https://redirect.github.com/Shaharking) made their first contribution in [vercel/turborepo#9023
-   [@&#8203;robertn702](https://redirect.github.com/robertn702) made their first contribution in [vercel/turborepo#9040

**Full Changelog**: vercel/turborepo@v2.0.14...v2.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mheob/config).



Co-authored-by: Alex Böhm <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants