Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: nextjs parallel routes with catchall isn't supported #141

Merged

Conversation

feugy
Copy link
Member

@feugy feugy commented May 23, 2024

🧐 What's in there?

Next.js parallel route isn't fully supported when compute routes for pageviews and custom events.
The unsupported situation is when using a catchall route ([...catchAll]) in parallel of individual path parameters ([teamSlug]).

With this fix, individual parameter will take precedence over multiple parameters.

🧪 How to test?

cd packages/web
pnpm test

Copy link

Vercel bot commented May 23, 2024

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

Name Status Preview Comments Updated (UTC)
analytics-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 9:31am
analytics-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 9:31am

@feugy feugy requested a review from a team May 23, 2024 13:59
@feugy feugy merged commit cc5a474 into main May 24, 2024
7 checks passed
@feugy feugy deleted the damien/aly-1304-adapt-computeroute-to-support-the-catchall-case branch May 24, 2024 09:38
Renovate bot added a commit to inabagumi/shinju-date that referenced this pull request May 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`^1.3.0` ->
`^1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`1.3.0` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`1.3.0` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`1.3.0` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`^1.3.0` ->
`^1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.1

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mheob/prettier-config](https://github.com/mheob/config/tree/main/packages/prettier-config) ([source](https://github.com/mheob/config)) | [`3.2.0` -> `3.2.1`](https://renovatebot.com/diffs/npm/@mheob%2fprettier-config/3.2.0/3.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mheob%2fprettier-config/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mheob%2fprettier-config/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mheob%2fprettier-config/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mheob%2fprettier-config/3.2.0/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mheob/tsconfig](https://github.com/mheob/config/tree/main/packages/tsconfig) ([source](https://github.com/mheob/config)) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/@mheob%2ftsconfig/2.0.0/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mheob%2ftsconfig/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mheob%2ftsconfig/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mheob%2ftsconfig/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mheob%2ftsconfig/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.7` -> `20.12.12`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.7/20.12.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.7/20.12.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.7/20.12.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.3.0` -> `18.3.3`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.0/18.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.3.0/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.0/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vercel/analytics](https://github.com/vercel/analytics) ([source](https://github.com/vercel/analytics/tree/HEAD/packages/web)) | [`1.2.2` -> `1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.2.2/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`4.2.1` -> `4.3.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.2.1/4.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-react/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-react/4.2.1/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/4.2.1/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react](https://reactjs.org/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react)) | [`18.3.0` -> `18.3.1`](https://renovatebot.com/diffs/npm/react/18.3.0/18.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react/18.3.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/18.3.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`18.3.0` -> `18.3.1`](https://renovatebot.com/diffs/npm/react-dom/18.3.0/18.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-dom/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dom/18.3.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/18.3.0/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.2.10` -> `5.2.11`](https://renovatebot.com/diffs/npm/vite/5.2.10/5.2.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.10/5.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.10/5.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mheob/config (@&#8203;mheob/prettier-config)</summary>

### [`v3.2.1`](https://github.com/mheob/config/releases/tag/%40mheob/prettier-config%403.2.1)

[Compare Source](https://github.com/mheob/config/compare/@mheob/prettier-config@3.2.0...@mheob/prettier-config@3.2.1)

### [@&#8203;mheob/prettier-config](https://github.com/mheob/prettier-config)

#### 3.2.0

##### Minor Changes

-   [#&#8203;149](https://github.com/mheob/config/pull/149) ([@&#8203;mheob](https://github.com/mheob)): remove line wraps in markdown files

#### 3.1.1

##### Patch Changes

-   [#&#8203;145](https://github.com/mheob/config/pull/145) ([@&#8203;mheob](https://github.com/mheob)): update dependencies

#### 3.1.0

##### Minor Changes

-   [#&#8203;133](https://github.com/mheob/config/pull/133) ([@&#8203;mheob](https://github.com/mheob)): bump prettier to version 3

#### 3.0.1

##### Patch Changes

-   fix the README files after the change of using ESLint to fix the imports --> ([#&#8203;109](https://github.com/mheob/config/pull/109)) by [@&#8203;mheob](https://github.com/mheob)

#### 3.0.0

##### Major Changes

-   remove `@trivago/prettier-plugin-sort-imports` --> ([#&#8203;102](https://github.com/mheob/config/pull/102)) by [@&#8203;mheob](https://github.com/mheob)

##### Patch Changes

-   chore(deps): update all non-major dependencies --> ([#&#8203;95](https://github.com/mheob/config/pull/95)) by [@&#8203;renovate](https://github.com/apps/renovate)

#### 2.0.3

##### Patch Changes

-   update dependencies --> ([#&#8203;81](https://github.com/mheob/config/pull/81)) by [@&#8203;mheob](https://github.com/mheob)

-   update dependencies --> ([#&#8203;86](https://github.com/mheob/config/pull/86)) by [@&#8203;mheob](https://github.com/mheob)

-   update dependencies --> ([#&#8203;84](https://github.com/mheob/config/pull/84)) by [@&#8203;renovate](https://github.com/apps/renovate)

#### 2.0.2

##### Patch Changes

-   [#&#8203;71](https://github.com/mheob/config/pull/71) [`b79f37d`](https://github.com/mheob/config/commit/b79f37d8ede49c113938fa72389ce2277485ccbb) Thanks [@&#8203;mheob](https://github.com/mheob)! - Remove obsolete `prettier-plugin-jsdoc` package

#### 2.0.1

##### Patch Changes

-   [#&#8203;63](https://github.com/mheob/config/pull/63) [`49204ca`](https://github.com/mheob/config/commit/49204ca26b3c0b1d4efa11f7f3ef06166fbe8873) Thanks [@&#8203;mheob](https://github.com/mheob)! - Add the newest ruleset to the README

-   [#&#8203;60](https://github.com/mheob/config/pull/60) [`12b3867`](https://github.com/mheob/config/commit/12b38679f9fa123e20e634932ae1c8e277421464) Thanks [@&#8203;mheob](https://github.com/mheob)! - Update dependencies

#### 2.0.0

##### Major Changes

-   [#&#8203;42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@&#8203;mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation

##### Minor Changes

-   [#&#8203;52](https://github.com/mheob/config/pull/52) [`8bc72cd`](https://github.com/mheob/config/commit/8bc72cd4844ce2e7bb224a00dbaf7117efd81269) Thanks [@&#8203;mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files

##### Patch Changes

-   [#&#8203;46](https://github.com/mheob/config/pull/46) [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) Thanks [@&#8203;mheob](https://github.com/mheob)! - Switch to typescript as source files

-   [#&#8203;42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@&#8203;mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour

-   [#&#8203;36](https://github.com/mheob/config/pull/36) [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) Thanks [@&#8203;mheob](https://github.com/mheob)! - Update dependencies

#### 1.4.0

##### Minor Changes

-   [`70cbb2c`](https://github.com/mheob/config/commit/70cbb2c): Add typescript definitions

#### 1.3.1

##### Patch Changes

-   [`87fb7e0`](https://github.com/mheob/config/commit/87fb7e0): Update all dependencies

#### 1.3.0

##### Minor Changes

-   [`347593b`](https://github.com/mheob/config/commit/347593b): Set markdown `printWidth` to `130`.

##### Patch Changes

-   [`347593b`](https://github.com/mheob/config/commit/347593b): Improve README to get a better copy/paste experience.

#### 1.2.1

##### Patch Changes

-   [`7d96f86`](https://github.com/mheob/config/commit/7d96f86): Update all dependencies

#### 1.2.0

##### Minor Changes

-   [`ad1fc96`](https://github.com/mheob/config/commit/ad1fc96): Add `prettier-plugin-jsdoc` to the prettier config.

#### 1.1.0

##### Minor Changes

-   [`76f0a62`](https://github.com/mheob/config/commit/76f0a62): Add some more rules like using tabs and some more.

#### 1.0.0

##### Major Changes

-   [`723ce7d`](https://github.com/mheob/config/commit/723ce7d): Initial configuration

</details>

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

-   fix: nextjs parallel routes with catchall isn't supported by [@&#8203;feugy](https://github.com/feugy) in [vercel/analytics#141

**Full Changelog**: vercel/analytics@1.3.0...1.3.1

### [`v1.3.0`](https://github.com/vercel/analytics/releases/tag/1.3.0)

[Compare Source](https://github.com/vercel/analytics/compare/1.2.2...1.3.0)

#### What's Changed

-   feat: include flags in custom events and page views by [@&#8203;AndyBitz](https://github.com/AndyBitz), [@&#8203;tobiaslins](https://github.com/tobiaslins), [@&#8203;feugy](https://github.com/feugy)  in [vercel/analytics#140

**Full Changelog**: vercel/analytics@1.2.2...1.3.0

</details>

<details>
<summary>vitejs/vite-plugin-react (@&#8203;vitejs/plugin-react)</summary>

### [`v4.3.0`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22)

[Compare Source](https://github.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0)

##### Fix support for React compiler

Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://github.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like:

```ts
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
```

##### Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

</details>

<details>
<summary>facebook/react (react)</summary>

### [`v18.3.1`](https://github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare Source](https://github.com/facebook/react/compare/v18.3.0...v18.3.1)

</details>

<details>
<summary>facebook/react (react-dom)</summary>

### [`v18.3.1`](https://github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f)

[Compare Source](https://github.com/facebook/react/compare/v18.3.0...v18.3.1)

</details>

<details>
<summary>vitejs/vite (vite)</summary>

### [`v5.2.11`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5211-2024-05-02-small)

[Compare Source](https://github.com/vitejs/vite/compare/v5.2.10...v5.2.11)

-   feat: improve dynamic import variable failure error message ([#&#8203;16519](https://github.com/vitejs/vite/issues/16519)) ([f8feeea](https://github.com/vitejs/vite/commit/f8feeea)), closes [#&#8203;16519](https://github.com/vitejs/vite/issues/16519)
-   fix: dynamic-import-vars plugin normalize path issue ([#&#8203;16518](https://github.com/vitejs/vite/issues/16518)) ([f71ba5b](https://github.com/vitejs/vite/commit/f71ba5b)), closes [#&#8203;16518](https://github.com/vitejs/vite/issues/16518)
-   fix: scripts and styles were missing from built HTML on Windows ([#&#8203;16421](https://github.com/vitejs/vite/issues/16421)) ([0e93f58](https://github.com/vitejs/vite/commit/0e93f58)), closes [#&#8203;16421](https://github.com/vitejs/vite/issues/16421)
-   fix(deps): update all non-major dependencies ([#&#8203;16488](https://github.com/vitejs/vite/issues/16488)) ([2d50be2](https://github.com/vitejs/vite/commit/2d50be2)), closes [#&#8203;16488](https://github.com/vitejs/vite/issues/16488)
-   fix(deps): update all non-major dependencies ([#&#8203;16549](https://github.com/vitejs/vite/issues/16549)) ([2d6a13b](https://github.com/vitejs/vite/commit/2d6a13b)), closes [#&#8203;16549](https://github.com/vitejs/vite/issues/16549)
-   fix(dev): watch publicDir explicitly to include it outside the root ([#&#8203;16502](https://github.com/vitejs/vite/issues/16502)) ([4d83eb5](https://github.com/vitejs/vite/commit/4d83eb5)), closes [#&#8203;16502](https://github.com/vitejs/vite/issues/16502)
-   fix(preload): skip preload for non-static urls ([#&#8203;16556](https://github.com/vitejs/vite/issues/16556)) ([bb79c9b](https://github.com/vitejs/vite/commit/bb79c9b)), closes [#&#8203;16556](https://github.com/vitejs/vite/issues/16556)
-   fix(ssr): handle class declaration and expression name scoping ([#&#8203;16569](https://github.com/vitejs/vite/issues/16569)) ([c071eb3](https://github.com/vitejs/vite/commit/c071eb3)), closes [#&#8203;16569](https://github.com/vitejs/vite/issues/16569)
-   fix(ssr): handle function expression name scoping ([#&#8203;16563](https://github.com/vitejs/vite/issues/16563)) ([02db947](https://github.com/vitejs/vite/commit/02db947)), closes [#&#8203;16563](https://github.com/vitejs/vite/issues/16563)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" 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 becomes conflicted, or you tick the rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mheob/ef-calc).
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request May 28, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF | Age | Adoption | Passing
| Confidence |
|---|---|---|---|---|---|---|---|---|
|
[@aws-sdk/client-cognito-identity-provider](https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider)
([source](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cognito-identity-provider))
| dependencies | minor | [`3.577.0` ->
`3.583.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-cognito-identity-provider/3.577.0/3.583.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/aws/aws-sdk-js-v3/badge)](https://securityscorecards.dev/viewer/?uri=github.com/aws/aws-sdk-js-v3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-cognito-identity-provider/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-cognito-identity-provider/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-cognito-identity-provider/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-cognito-identity-provider/3.577.0/3.583.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@changesets/cli](https://github.com/changesets/changesets/tree/main#readme)
([source](https://github.com/changesets/changesets)) | devDependencies
| patch | [`2.27.3` ->
`2.27.5`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.3/2.27.5)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/changesets/changesets/badge)](https://securityscorecards.dev/viewer/?uri=github.com/changesets/changesets)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fcli/2.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fcli/2.27.3/2.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fcli/2.27.3/2.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@iconify-json/carbon](https://icon-sets.iconify.design/carbon/) |
devDependencies | patch | [`1.1.33` ->
`1.1.34`](https://renovatebot.com/diffs/npm/@iconify-json%2fcarbon/1.1.33/1.1.34)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fcarbon/1.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fcarbon/1.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fcarbon/1.1.33/1.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fcarbon/1.1.33/1.1.34?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/)
| devDependencies | patch | [`1.1.102` ->
`1.1.103`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.102/1.1.103)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.103?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fsimple-icons/1.1.103?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fsimple-icons/1.1.102/1.1.103?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.1.102/1.1.103?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@playwright/test](https://playwright.dev)
([source](https://github.com/microsoft/playwright)) | devDependencies
| patch | [`1.44.0` ->
`1.44.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.0/1.44.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/playwright/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/playwright)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.44.0/1.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.44.0/1.44.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@snaplet/seed](https://snaplet.dev/seed) | devDependencies | patch |
[`0.97.19` ->
`0.97.20`](https://renovatebot.com/diffs/npm/@snaplet%2fseed/0.97.19/0.97.20)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@snaplet%2fseed/0.97.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@snaplet%2fseed/0.97.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@snaplet%2fseed/0.97.19/0.97.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@snaplet%2fseed/0.97.19/0.97.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| devDependencies | patch | [`18.3.2` ->
`18.3.3`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.2/18.3.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.3.2/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.2/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| devDependencies | minor | [`7.10.0` ->
`7.11.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.10.0/7.11.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.10.0/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.10.0/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| devDependencies | minor | [`7.10.0` ->
`7.11.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.10.0/7.11.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.10.0/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.10.0/7.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| dependencies | minor | [`1.2.2` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.2.2/1.3.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/analytics/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/analytics)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@vercel/speed-insights](https://github.com/vercel/speed-insights)
([source](https://github.com/vercel/speed-insights/tree/HEAD/packages/web))
| dependencies | patch | [`1.0.10` ->
`1.0.11`](https://renovatebot.com/diffs/npm/@vercel%2fspeed-insights/1.0.10/1.0.11)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/speed-insights/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/speed-insights)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fspeed-insights/1.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fspeed-insights/1.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fspeed-insights/1.0.10/1.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fspeed-insights/1.0.10/1.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ahooks](https://github.com/alibaba/hooks) | dependencies | minor |
[`3.7.11` ->
`3.8.0`](https://renovatebot.com/diffs/npm/ahooks/3.7.11/3.8.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/alibaba/hooks/badge)](https://securityscorecards.dev/viewer/?uri=github.com/alibaba/hooks)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/ahooks/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ahooks/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ahooks/3.7.11/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ahooks/3.7.11/3.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ajv](https://ajv.js.org)
([source](https://github.com/ajv-validator/ajv)) | dependencies |
minor | [`8.13.0` ->
`8.14.0`](https://renovatebot.com/diffs/npm/ajv/8.13.0/8.14.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/ajv-validator/ajv/badge)](https://securityscorecards.dev/viewer/?uri=github.com/ajv-validator/ajv)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.13.0/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.13.0/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://github.com/chromaui/chromatic-cli)) |
devDependencies | patch | [`11.4.0` ->
`11.4.1`](https://renovatebot.com/diffs/npm/chromatic/11.4.0/11.4.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/chromatic-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/chromatic-cli)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.4.0/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.4.0/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [chromatic](https://www.chromatic.com)
([source](https://github.com/chromaui/chromatic-cli)) | dependencies |
patch | [`11.4.0` ->
`11.4.1`](https://renovatebot.com/diffs/npm/chromatic/11.4.0/11.4.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/chromatic-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/chromatic-cli)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/11.4.0/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/11.4.0/11.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
| devDependencies | patch | [`7.34.1` ->
`7.34.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.1/7.34.2)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/jsx-eslint/eslint-plugin-react/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jsx-eslint/eslint-plugin-react)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.34.1/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.34.1/7.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [knip](https://knip.dev)
([source](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip))
| devDependencies | minor | [`5.16.0` ->
`5.17.3`](https://renovatebot.com/diffs/npm/knip/5.16.0/5.17.3) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.16.0/5.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.16.0/5.17.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js)
| dependencies | patch | [`1.11.1` ->
`1.11.2`](https://renovatebot.com/diffs/npm/libphonenumber-js/1.11.1/1.11.2)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/libphonenumber-js/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/libphonenumber-js/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/libphonenumber-js/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/libphonenumber-js/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js)
| devDependencies | patch | [`1.11.1` ->
`1.11.2`](https://renovatebot.com/diffs/npm/libphonenumber-js/1.11.1/1.11.2)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/libphonenumber-js/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/libphonenumber-js/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/libphonenumber-js/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/libphonenumber-js/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://github.com/okonet/lint-staged) |
devDependencies | patch | [`15.2.4` ->
`15.2.5`](https://renovatebot.com/diffs/npm/lint-staged/15.2.4/15.2.5) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/okonet/lint-staged/badge)](https://securityscorecards.dev/viewer/?uri=github.com/okonet/lint-staged)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.4/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.4/15.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nextjs-routes](https://github.com/tatethurston/nextjs-routes) |
dependencies | minor | [`2.1.0` ->
`2.2.0`](https://renovatebot.com/diffs/npm/nextjs-routes/2.1.0/2.2.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/tatethurston/nextjs-routes/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tatethurston/nextjs-routes)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/nextjs-routes/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nextjs-routes/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nextjs-routes/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nextjs-routes/2.1.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io) ([source](https://github.com/pnpm/pnpm)) |
packageManager | patch | [`9.1.2` ->
`9.1.3`](https://renovatebot.com/diffs/npm/pnpm/9.1.2/9.1.3) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/pnpm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/pnpm)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.1.2/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.1.2/9.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [react-i18next](https://github.com/i18next/react-i18next) |
peerDependencies | patch | [`14.1.1` ->
`14.1.2`](https://renovatebot.com/diffs/npm/react-i18next/14.1.1/14.1.2)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/react-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/react-i18next)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [react-i18next](https://github.com/i18next/react-i18next) |
devDependencies | patch | [`14.1.1` ->
`14.1.2`](https://renovatebot.com/diffs/npm/react-i18next/14.1.1/14.1.2)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/react-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/react-i18next)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [react-i18next](https://github.com/i18next/react-i18next) |
dependencies | patch | [`14.1.1` ->
`14.1.2`](https://renovatebot.com/diffs/npm/react-i18next/14.1.1/14.1.2)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/react-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/react-i18next)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/14.1.1/14.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[react-phone-number-input](https://gitlab.com/catamphetamine/react-phone-number-input)
| dependencies | patch | [`3.4.1` ->
`3.4.3`](https://renovatebot.com/diffs/npm/react-phone-number-input/3.4.1/3.4.3)
| |
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-phone-number-input/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-phone-number-input/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-phone-number-input/3.4.1/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-phone-number-input/3.4.1/3.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tsx](https://github.com/privatenumber/tsx) | devDependencies |
minor | [`4.10.5` ->
`4.11.0`](https://renovatebot.com/diffs/npm/tsx/4.10.5/4.11.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/privatenumber/tsx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/privatenumber/tsx)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.10.5/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.10.5/4.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [type-fest](https://github.com/sindresorhus/type-fest) |
devDependencies | patch | [`4.18.2` ->
`4.18.3`](https://renovatebot.com/diffs/npm/type-fest/4.18.2/4.18.3) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/sindresorhus/type-fest/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sindresorhus/type-fest)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.18.2/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.18.2/4.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[zod-prisma-types](https://github.com/chrishoermann/zod-prisma-types)
| devDependencies | patch | [`3.1.6` ->
`3.1.8`](https://renovatebot.com/diffs/npm/zod-prisma-types/3.1.6/3.1.8)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/chrishoermann/zod-prisma-types/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chrishoermann/zod-prisma-types)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/zod-prisma-types/3.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod-prisma-types/3.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod-prisma-types/3.1.6/3.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod-prisma-types/3.1.6/3.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.583.0`](https://github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cognito-identity-provider/CHANGELOG.md#35830-2024-05-23)

[Compare
Source](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0)

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

###
[`v3.582.0`](https://github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cognito-identity-provider/CHANGELOG.md#35820-2024-05-22)

[Compare
Source](https://github.com/aws/aws-sdk-js-v3/compare/v3.577.0...v3.582.0)

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

</details>

<details>
<summary>changesets/changesets (@&#8203;changesets/cli)</summary>

###
[`v2.27.5`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.5)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.4...@changesets/cli@2.27.5)

##### Patch Changes

- [#&#8203;1370](https://github.com/changesets/changesets/pull/1370)
[`5e9d33a`](https://github.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)
Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Fixed a
regression that caused `changeset version` to fail on packages having a
dev dependency on a skipped package.

- Updated dependencies
\[[`5e9d33a`](https://github.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)]:
-
[@&#8203;changesets/get-dependents-graph](https://github.com/changesets/get-dependents-graph)[@&#8203;2](https://github.com/2).1.0
-
[@&#8203;changesets/assemble-release-plan](https://github.com/changesets/assemble-release-plan)[@&#8203;6](https://github.com/6).0.2
-
[@&#8203;changesets/config](https://github.com/changesets/config)[@&#8203;3](https://github.com/3).0.1
-
[@&#8203;changesets/get-release-plan](https://github.com/changesets/get-release-plan)[@&#8203;4](https://github.com/4).0.2
-
[@&#8203;changesets/apply-release-plan](https://github.com/changesets/apply-release-plan)[@&#8203;7](https://github.com/7).0.3

###
[`v2.27.4`](https://github.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.4)

[Compare
Source](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.4)

##### Patch Changes

- [#&#8203;1361](https://github.com/changesets/changesets/pull/1361)
[`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)
Thanks [@&#8203;jakebailey](https://github.com/jakebailey)! - Ensure
that `version`/`tag` do not touch private packages with when
versioning/tagging is turned off using `versionPackages` config

- [#&#8203;1369](https://github.com/changesets/changesets/pull/1369)
[`d729d8c`](https://github.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c)
Thanks [@&#8203;Andarist](https://github.com/Andarist)! - `changeset
tag` should now correctly skip tags that exist on the remote

- Updated dependencies
\[[`954a16a`](https://github.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]:
-
[@&#8203;changesets/assemble-release-plan](https://github.com/changesets/assemble-release-plan)[@&#8203;6](https://github.com/6).0.1
-
[@&#8203;changesets/apply-release-plan](https://github.com/changesets/apply-release-plan)[@&#8203;7](https://github.com/7).0.2
-
[@&#8203;changesets/get-release-plan](https://github.com/changesets/get-release-plan)[@&#8203;4](https://github.com/4).0.1

</details>

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.44.1`](https://github.com/microsoft/playwright/releases/tag/v1.44.1)

[Compare
Source](https://github.com/microsoft/playwright/compare/v1.44.0...v1.44.1)

##### Highlights


[https://github.com/microsoft/playwright/issues/30779](https://github.com/microsoft/playwright/issues/30779)
- \[REGRESSION]: When using `video: 'on'` with VSCode extension the
browser got closed

[https://github.com/microsoft/playwright/issues/30755](https://github.com/microsoft/playwright/issues/30755)
- \[REGRESSION]: Electron launch with spaces inside executablePath
didn't
work[https://github.com/microsoft/playwright/issues/30770](https://github.com/microsoft/playwright/issues/30770)0
- \[REGRESSION]: Mask elements outside of viewport when creating
fullscreen screenshots didn't
wor[https://github.com/microsoft/playwright/issues/30858](https://github.com/microsoft/playwright/issues/30858)58
- \[REGRESSION]: ipv6 got shown instead of localhost in
show-trace/show-report

#### Browser Versions

-   Chromium 125.0.6422.14
-   Mozilla Firefox 125.0.1
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 124
-   Microsoft Edge 124

</details>

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

###
[`v7.11.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7110-2024-05-27)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0)

##### 🚀 Features

- **eslint-plugin:** deprecate prefer-ts-expect-error in favor of
ban-ts-comment

##### 🩹 Fixes

- **eslint-plugin:** \[consistent-type-assertions] prevent syntax errors
on arrow functions

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Dom Armstrong
-   Kirk Waiblinger

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>

###
[`v7.11.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7110-2024-05-27)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.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>vercel/analytics (@&#8203;vercel/analytics)</summary>

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[https://github.com/vercel/analytics/pull/141](https://github.com/vercel/analytics/pull/141)

**Full Changelog**:
https://github.com/vercel/analytics/compare/1.3.0...1.3.1

### [`v1.3.0`](https://github.com/vercel/analytics/releases/tag/1.3.0)

[Compare
Source](https://github.com/vercel/analytics/compare/1.2.2...1.3.0)

#### What's Changed

- feat: include flags in custom events and page views by
[@&#8203;AndyBitz](https://github.com/AndyBitz),
[@&#8203;tobiaslins](https://github.com/tobiaslins),
[@&#8203;feugy](https://github.com/feugy) in
[https://github.com/vercel/analytics/pull/140](https://github.com/vercel/analytics/pull/140)

**Full Changelog**:
https://github.com/vercel/analytics/compare/1.2.2...1.3.0

</details>

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

###
[`v1.0.11`](https://github.com/vercel/speed-insights/releases/tag/1.0.11)

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

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[https://github.com/vercel/speed-insights/pull/69](https://github.com/vercel/speed-insights/pull/69)
-
fix([#&#8203;68](https://github.com/vercel/speed-insights/issues/68)):
postinstall is failing with no error

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

</details>

<details>
<summary>alibaba/hooks (ahooks)</summary>

### [`v3.8.0`](https://github.com/alibaba/hooks/releases/tag/v3.8.0)

[Compare
Source](https://github.com/alibaba/hooks/compare/v3.7.11...v3.8.0)

#### What's Changed

- ✨ feat(useStoage): listen to `storage` event by
[@&#8203;vaakian](https://github.com/vaakian) in
[https://github.com/alibaba/hooks/pull/2298](https://github.com/alibaba/hooks/pull/2298)
- ✨ feat(useSelections): support object array by
[@&#8203;liuyib](https://github.com/liuyib) in
[https://github.com/alibaba/hooks/pull/2485](https://github.com/alibaba/hooks/pull/2485)
- ✨ feat(useDynamicList): add `batchRemove` method by
[@&#8203;xiaozisong](https://github.com/xiaozisong) in
[https://github.com/alibaba/hooks/pull/2340](https://github.com/alibaba/hooks/pull/2340)
- ✨ feat(useSelections): add clearAll result by
[@&#8203;lich-yoo](https://github.com/lich-yoo) in
[https://github.com/alibaba/hooks/pull/2357](https://github.com/alibaba/hooks/pull/2357)
- 🐛 fix(type): fixed up some types that are non-standard and errors on
`useExteneral` hook by
[@&#8203;LonelyFellas](https://github.com/LonelyFellas) in
[https://github.com/alibaba/hooks/pull/2508](https://github.com/alibaba/hooks/pull/2508)
- 🐛 fix(useVirtualList): get correct offset when itemHeight is fixed by
[@&#8203;leedawn](https://github.com/leedawn) in
[https://github.com/alibaba/hooks/pull/2279](https://github.com/alibaba/hooks/pull/2279)
- 🐛 fix(useAntdTable): type of Params by
[@&#8203;conorzhong](https://github.com/conorzhong) in
[https://github.com/alibaba/hooks/pull/2377](https://github.com/alibaba/hooks/pull/2377)
- 🔄 perf(createUseStorageState): avoid setState being invoked twice by
[@&#8203;liuyib](https://github.com/liuyib) in
[https://github.com/alibaba/hooks/pull/2532](https://github.com/alibaba/hooks/pull/2532)
- 🎨 style(utils): add default return value to `checkIfAllInShadow` by
[@&#8203;enson0131](https://github.com/enson0131) in
[https://github.com/alibaba/hooks/pull/2529](https://github.com/alibaba/hooks/pull/2529)
- ⚡ test(useSelections): fix test case error by
[@&#8203;liuyib](https://github.com/liuyib) in
[https://github.com/alibaba/hooks/pull/2536](https://github.com/alibaba/hooks/pull/2536)
- 🛠 chore(useLatest): add a default state for comparison in useLatest
demo by [@&#8203;shfshanyue](https://github.com/shfshanyue) in
[https://github.com/alibaba/hooks/pull/2523](https://github.com/alibaba/hooks/pull/2523)

***

- ✨ feat(useStoage): 监听 `storage` 事件,由
[@&#8203;vaakian](https://github.com/vaakian) 提交于
[https://github.com/alibaba/hooks/pull/2298](https://github.com/alibaba/hooks/pull/2298)
- ✨ feat(useSelections): 支持对象数组,由
[@&#8203;liuyib](https://github.com/liuyib) 提交于
[https://github.com/alibaba/hooks/pull/2485](https://github.com/alibaba/hooks/pull/2485)
- ✨ feat(useDynamicList): 添加 `batchRemove` 方法,由
[@&#8203;xiaozisong](https://github.com/xiaozisong) 提交于
[https://github.com/alibaba/hooks/pull/2340](https://github.com/alibaba/hooks/pull/2340)
- ✨ feat(useSelections): 添加清除所有结果,由
[@&#8203;lich-yoo](https://github.com/lich-yoo) 提交于
[https://github.com/alibaba/hooks/pull/2357](https://github.com/alibaba/hooks/pull/2357)
- 🐛 fix(type): 修复 `useExteneral` hook 上的一些非标准和错误类型,由
[@&#8203;LonelyFellas](https://github.com/LonelyFellas) 提交于
[https://github.com/alibaba/hooks/pull/2508](https://github.com/alibaba/hooks/pull/2508)
- 🐛 fix(useVirtualList): 当 itemHeight 固定时获取正确的偏移量,由
[@&#8203;leedawn](https://github.com/leedawn) 提交于
[https://github.com/alibaba/hooks/pull/2279](https://github.com/alibaba/hooks/pull/2279)
- 🐛 fix(useAntdTable): 修复 Params 的类型问题,由
[@&#8203;conorzhong](https://github.com/conorzhong) 提交于
[https://github.com/alibaba/hooks/pull/2377](https://github.com/alibaba/hooks/pull/2377)
- 🔄 perf(createUseStorageState): 避免 setState 被调用两次,由
[@&#8203;liuyib](https://github.com/liuyib) 提交于
[https://github.com/alibaba/hooks/pull/2532](https://github.com/alibaba/hooks/pull/2532)
- 🎨 style(utils): 为 `checkIfAllInShadow` 添加默认返回值,由
[@&#8203;enson0131](https://github.com/enson0131) 提交于
[https://github.com/alibaba/hooks/pull/2529](https://github.com/alibaba/hooks/pull/2529)
- ⚡ test(useSelections): 修复测试用例错误,由
[@&#8203;liuyib](https://github.com/liuyib) 提交于
[https://github.com/alibaba/hooks/pull/2536](https://github.com/alibaba/hooks/pull/2536)
- 🛠 chore(useLatest): 在 useLatest demo 中添加一个默认状态用于比较,由
[@&#8203;shfshanyue](https://github.com/shfshanyue) 提交于
[https://github.com/alibaba/hooks/pull/2523](https://github.com/alibaba/hooks/pull/2523)

#### New Contributors

- [@&#8203;LonelyFellas](https://github.com/LonelyFellas) made their
first contribution in
[https://github.com/alibaba/hooks/pull/2508](https://github.com/alibaba/hooks/pull/2508)
- [@&#8203;conorzhong](https://github.com/conorzhong) made their first
contribution in
[https://github.com/alibaba/hooks/pull/2377](https://github.com/alibaba/hooks/pull/2377)
- [@&#8203;leedawn](https://github.com/leedawn) made their first
contribution in
[https://github.com/alibaba/hooks/pull/2279](https://github.com/alibaba/hooks/pull/2279)
- [@&#8203;enson0131](https://github.com/enson0131) made their first
contribution in
[https://github.com/alibaba/hooks/pull/2529](https://github.com/alibaba/hooks/pull/2529)
- [@&#8203;xiaozisong](https://github.com/xiaozisong) made their first
contribution in
[https://github.com/alibaba/hooks/pull/2340](https://github.com/alibaba/hooks/pull/2340)
- [@&#8203;lich-yoo](https://github.com/lich-yoo) made their first
contribution in
[https://github.com/alibaba/hooks/pull/2357](https://github.com/alibaba/hooks/pull/2357)

**Full Changelog**:
https://github.com/alibaba/hooks/compare/v3.7.11...v3.8.0

</details>

<details>
<summary>ajv-validator/ajv (ajv)</summary>

###
[`v8.14.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.14.0)

[Compare
Source](https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0)

#### What's Changed

- readme: build badge by
[@&#8203;epoberezkin](https://github.com/epoberezkin) in
[https://github.com/ajv-validator/ajv/pull/2424](https://github.com/ajv-validator/ajv/pull/2424)
- Update workflows by [@&#8203;rotu](https://github.com/rotu) in
[https://github.com/ajv-validator/ajv/pull/2410](https://github.com/ajv-validator/ajv/pull/2410)
- docs: add warning to maxLength / minLength by
[@&#8203;jasoniangreen](https://github.com/jasoniangreen) in
[https://github.com/ajv-validator/ajv/pull/2428](https://github.com/ajv-validator/ajv/pull/2428)
- fix: broken link in docs warning by
[@&#8203;jasoniangreen](https://github.com/jasoniangreen) in
[https://github.com/ajv-validator/ajv/pull/2431](https://github.com/ajv-validator/ajv/pull/2431)
- compileAsync a schema with discriminator and $ref, fixes
[#&#8203;2427](https://github.com/ajv-validator/ajv/issues/2427) by
[@&#8203;jasoniangreen](https://github.com/jasoniangreen) in
[https://github.com/ajv-validator/ajv/pull/2433](https://github.com/ajv-validator/ajv/pull/2433)
- bump version to 8.14.0 for publishing by
[@&#8203;jasoniangreen](https://github.com/jasoniangreen) in
[https://github.com/ajv-validator/ajv/pull/2440](https://github.com/ajv-validator/ajv/pull/2440)

#### New Contributors

- [@&#8203;rotu](https://github.com/rotu) made their first
contribution in
[https://github.com/ajv-validator/ajv/pull/2410](https://github.com/ajv-validator/ajv/pull/2410)

**Full Changelog**:
https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

</details>

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

###
[`v11.4.1`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1141-Mon-May-27-2024)

[Compare
Source](https://github.com/chromaui/chromatic-cli/compare/v11.4.0...v11.4.1)

##### 🐛 Bug Fix

- Pass `CI=1` environment variable to Storybook build command to disable
prompts
[#&#8203;991](https://github.com/chromaui/chromatic-cli/pull/991)
([@&#8203;ghengeveld](https://github.com/ghengeveld))
- Setup Slack plugin for auto to notify on new CLI releases
[#&#8203;990](https://github.com/chromaui/chromatic-cli/pull/990)
([@&#8203;ghengeveld](https://github.com/ghengeveld))

##### Authors: 1

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

***

</details>

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

###
[`v7.34.2`](https://github.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2)

[Compare
Source](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2)

##### Fixed

- [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a
non-TSTypeReference type ([#&#8203;3718][]
[@&#8203;developer-bandi](https://github.com/developer-bandi))
- [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left
side is boolean ([#&#8203;3746][]
[@&#8203;akulsr0](https://github.com/akulsr0))
- [`jsx-closing-bracket-location`][jsx-closing-bracket-location]:
message shows `{{details}}` when there are no details ([#&#8203;3759][]
[@&#8203;mdjermanovic](https://github.com/mdjermanovic))
- [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error
messages are correct ([#&#8203;3759][]
[@&#8203;mdjermanovic](https://github.com/mdjermanovic),
[@&#8203;ljharb](https://github.com/ljharb))

##### Changed

- \[Refactor] create various eslint utils to fix eslint deprecations
([#&#8203;3759][]
[@&#8203;mdjermanovic](https://github.com/mdjermanovic),
[@&#8203;ljharb](https://github.com/ljharb))

[7.34.2]:
https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2

[#&#8203;3759]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3759

[#&#8203;3746]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3746

[#&#8203;3718]:
https://github.com/jsx-eslint/eslint-plugin-react/pull/3718

[`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md

[`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md

[`jsx-closing-bracket-location`]:
docs/rules/jsx-closing-bracket-location.md

[`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md

</details>

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

### [`v5.17.3`](https://github.com/webpro-nl/knip/releases/tag/5.17.3)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.17.2...5.17.3)

- Add ‘kill’ and ‘ssh’ as globally available binaries
([#&#8203;660](https://github.com/webpro-nl/knip/issues/660))
([`5e576a2`](https://github.com/webpro-nl/knip/commit/5e576a28))
- Remove version selector
([`9ad1d46`](https://github.com/webpro-nl/knip/commit/9ad1d466))
- Timerify (de)serialize functions
([`0e04f1e`](https://github.com/webpro-nl/knip/commit/0e04f1e4))
- Update docs
([`935a706`](https://github.com/webpro-nl/knip/commit/935a7066))

### [`v5.17.2`](https://github.com/webpro-nl/knip/releases/tag/5.17.2)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.17.1...5.17.2)

- Fix external require.resolve (resolves
[#&#8203;657](https://github.com/webpro-nl/knip/issues/657))
([`c188a7a`](https://github.com/webpro-nl/knip/commit/c188a7a7))

###
[`v5.17.1`](https://github.com/webpro-nl/knip/compare/5.17.0...28ad084b74f649fafce96d3af75f7cec11e39083)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.17.0...5.17.1)

### [`v5.17.0`](https://github.com/webpro-nl/knip/releases/tag/5.17.0)

[Compare
Source](https://github.com/webpro-nl/knip/compare/5.16.0...5.17.0)

- Fix --watch after refactors
([`db2a261`](https://github.com/webpro-nl/knip/commit/db2a2616))
- Improve `getHasStrictlyNsReferences` and traverse into re-exports
([`9d75e0d`](https://github.com/webpro-nl/knip/commit/9d75e0d4))
- Restore imports in Footer.astro
([`c836517`](https://github.com/webpro-nl/knip/commit/c836517a))

</details>

<details>
<summary>catamphetamine/libphonenumber-js (libphonenumber-js)</summary>

###
[`v1.11.2`](https://gitlab.com/catamphetamine/libphonenumber-js/blob/HEAD/CHANGELOG.md#193--11112020)

[Compare
Source](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.1...v1.11.2)

\==================

-   Added `AsYouType.getChars()` method.

- Added formatting of international phone numbers that have been input
without a leading `+`.

</details>

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

###
[`v15.2.5`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.2.4...v15.2.5)

##### Patch Changes

- [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424)
[`31a1f95`](https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Allow
approximately equivalent versions of direct dependencies by using the
"~" character in the version ranges. This means a more recent patch
version of a dependency is allowed if available.

- [#&#8203;1423](https://github.com/lint-staged/lint-staged/pull/1423)
[`91abea0`](https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Improve error
logging when failing to read or parse a configuration file

- [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424)
[`ee43f15`](https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Upgrade
micromatch@4.0.7

</details>

<details>
<summary>tatethurston/nextjs-routes (nextjs-routes)</summary>

###
[`v2.2.0`](https://github.com/tatethurston/nextjs-routes/blob/HEAD/CHANGELOG.md#220)

[Compare
Source](https://github.com/tatethurston/nextjs-routes/compare/v2.1.0...v2.2.0)

- Add `trailingSlash` option to `route`. See
[#&#8203;168](https://github.com/tatethurston/nextjs-routes/issues/168)
- Fix the generated optional catch all route type. See
[#&#8203;183](https://github.com/tatethurston/nextjs-routes/issues/183)
-   Sort the generated route types lexicographically.

</details>

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

### [`v9.1.3`](https://github.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)

[Compare Source](https://github.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)

</details>

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

###
[`v14.1.2`](https://github.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1412)

[Compare
Source](https://github.com/i18next/react-i18next/compare/v14.1.1...v14.1.2)

- bring back internal interpolationOverride handling for Trans component
(if there are childrens), fixes
[1754](https://github.com/i18next/react-i18next/issues/1754)

</details>

<details>
<summary>catamphetamine/react-phone-number-input
(react-phone-number-input)</summary>

###
[`v3.4.3`](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.2...v3.4.3)

[Compare
Source](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.2...v3.4.3)

###
[`v3.4.2`](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.1...v3.4.2)

[Compare
Source](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.4.1...v3.4.2)

</details>

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

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

[Compare
Source](https://github.com/privatenumber/tsx/compare/v4.10.5...v4.11.0)

##### Bug Fixes

- only error on invalid tsconfig if explicitly passed in
([#&#8203;30](https://github.com/privatenumber/tsx/issues/30))
([b6bf39b](https://github.com/privatenumber/tsx/commit/b6bf39b1cc4ca037a16f5b02c619ed5c36e6d598))

##### Features

- **esm api:** configurable `tsconfig`
([3f42ae3](https://github.com/privatenumber/tsx/commit/3f42ae3dfc666cd4a6de7376ab051840e18c8c05))

***

This release is also available on:

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

</details>

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

###
[`v4.18.3`](https://github.com/sindresorhus/type-fest/releases/tag/v4.18.3)

[Compare
Source](https://github.com/sindresorhus/type-fest/compare/v4.18.2...v4.18.3)

- `ConditionalKeys`: Fix filtering out never type
([#&#8203;881](https://github.com/sindresorhus/type-fest/issues/881))
[`863511d`](https://github.com/sindresorhus/type-fest/commit/863511d)

</details>

<details>
<summary>chrishoermann/zod-prisma-types (zod-prisma-types)</summary>

###
[`v3.1.8`](https://github.com/chrishoermann/zod-prisma-types/releases/tag/v3.1.8):
3.1.8

[Compare
Source](https://github.com/chrishoermann/zod-prisma-types/compare/v3.1.7...v3.1.8)

#### What's Changed

- Fix template string not valid in `VALIDATOR_TYPE_REGEX` by
[@&#8203;lambertkevin](https://github.com/lambertkevin) in
[https://github.com/chrishoermann/zod-prisma-types/pull/232](https://github.com/chrishoermann/zod-prisma-types/pull/232)
- Add export line inside code block by
[@&#8203;martinc1991](https://github.com/martinc1991) in
[https://github.com/chrishoermann/zod-prisma-types/pull/220](https://github.com/chrishoermann/zod-prisma-types/pull/220)
- fix(generator): Nullability of JSON field is reversed by
[@&#8203;nordowl](https://github.com/nordowl) in
[https://github.com/chrishoermann/zod-prisma-types/pull/240](https://github.com/chrishoermann/zod-prisma-types/pull/240)

#### New Contributors

- [@&#8203;lambertkevin](https://github.com/lambertkevin) made their
first contribution in
[https://github.com/chrishoermann/zod-prisma-types/pull/232](https://github.com/chrishoermann/zod-prisma-types/pull/232)
- [@&#8203;martinc1991](https://github.com/martinc1991) made their
first contribution in
[https://github.com/chrishoermann/zod-prisma-types/pull/220](https://github.com/chrishoermann/zod-prisma-types/pull/220)
- [@&#8203;nordowl](https://github.com/nordowl) made their first
contribution in
[https://github.com/chrishoermann/zod-prisma-types/pull/240](https://github.com/chrishoermann/zod-prisma-types/pull/240)

**Full Changelog**:
https://github.com/chrishoermann/zod-prisma-types/compare/v3.1.7...v3.1.8

###
[`v3.1.7`](https://github.com/chrishoermann/zod-prisma-types/releases/tag/v3.1.7):
3.1.7

[Compare
Source](https://github.com/chrishoermann/zod-prisma-types/compare/v3.1.6...v3.1.7)

#### What's changed

- added support for prismas `createManyAndReturn` function that caused
the error mentioned in
[#&#8203;252](https://github.com/chrishoermann/zod-prisma-types/issues/252)

**Full Changelog**:
https://github.com/chrishoermann/zod-prisma-types/compare/v3.1.6...v3.1.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 is behind base branch, or you tick the
rebase/retry checkbox.

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkZXBlbmRlbmNpZXMiLCJrb2RpYWs6IG1lcmdlLm1ldGhvZCA9ICdzcXVhc2gnIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diegohaz pushed a commit to ariakit/ariakit that referenced this pull request May 29, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`1.2.2` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.2.2/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.1

### [`v1.3.0`](https://github.com/vercel/analytics/releases/tag/1.3.0)

[Compare
Source](https://github.com/vercel/analytics/compare/1.2.2...1.3.0)

#### What's Changed

- feat: include flags in custom events and page views by
[@&#8203;AndyBitz](https://github.com/AndyBitz),
[@&#8203;tobiaslins](https://github.com/tobiaslins),
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#140

**Full Changelog**:
vercel/analytics@1.2.2...1.3.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://developer.mend.io/github/ariakit/ariakit).

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

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| [`1.3.0` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

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

| Package | Type | Update | Change |
|---|---|---|---|
| [@vercel/analytics](https://github.com/vercel/analytics)
([source](https://github.com/vercel/analytics/tree/HEAD/packages/web))
| dependencies | patch | [`1.3.0` ->
`1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1)
|

---

### Release Notes

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare
Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

- fix: nextjs parallel routes with catchall isn't supported by
[@&#8203;feugy](https://github.com/feugy) in
[vercel/analytics#141

**Full Changelog**:
vercel/analytics@1.3.0...1.3.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 this update
again.

---

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

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Jun 6, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@prisma/adapter-neon](https://github.com/prisma/prisma) ([source](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-neon)) | dependencies | minor | [`5.14.0` -> `5.15.0`](https://renovatebot.com/diffs/npm/@prisma%2fadapter-neon/5.14.0/5.15.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prisma/prisma/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prisma/prisma) |
| [@prisma/client](https://www.prisma.io) ([source](https://github.com/prisma/prisma/tree/HEAD/packages/client)) | dependencies | minor | [`5.14.0` -> `5.15.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.14.0/5.15.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prisma/prisma/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prisma/prisma) |
| [@relative-ci/agent](https://relative-ci.com/documentation/setup) ([source](https://github.com/relative-ci/agent)) | devDependencies | patch | [`4.2.7` -> `4.2.8`](https://renovatebot.com/diffs/npm/@relative-ci%2fagent/4.2.7/4.2.8) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/relative-ci/agent/badge)](https://securityscorecards.dev/viewer/?uri=github.com/relative-ci/agent) |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/addon-viewport](https://github.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/viewport)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/next/code/ui/blocks) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/ui/blocks)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/next/code/lib/test) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)) | dependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/@storybook%2ftest/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`20.12.12` -> `20.14.2`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.12/20.14.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | devDependencies | patch | [`18.3.2` -> `18.3.3`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.2/18.3.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.10.0` -> `7.12.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.10.0/7.12.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.10.0` -> `7.12.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.10.0/7.12.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint) |
| [@vercel/analytics](https://github.com/vercel/analytics) ([source](https://github.com/vercel/analytics/tree/HEAD/packages/web)) | dependencies | patch | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.3.0/1.3.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/analytics/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/analytics) |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights) ([source](https://github.com/vercel/speed-insights/tree/HEAD/packages/web)) | dependencies | patch | [`1.0.10` -> `1.0.11`](https://renovatebot.com/diffs/npm/@vercel%2fspeed-insights/1.0.10/1.0.11) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/speed-insights/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/speed-insights) |
| [chromatic](https://www.chromatic.com) ([source](https://github.com/chromaui/chromatic-cli)) | devDependencies | minor | [`11.4.0` -> `11.5.3`](https://renovatebot.com/diffs/npm/chromatic/11.4.0/11.5.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/chromaui/chromatic-cli/badge)](https://securityscorecards.dev/viewer/?uri=github.com/chromaui/chromatic-cli) |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | devDependencies | patch | [`7.34.1` -> `7.34.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.1/7.34.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/jsx-eslint/eslint-plugin-react/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jsx-eslint/eslint-plugin-react) |
| [eslint-plugin-turbo](https://github.com/vercel/turbo) ([source](https://github.com/vercel/turbo/tree/HEAD/packages/eslint-plugin-turbo)) | devDependencies | patch | [`1.13.3` -> `1.13.4`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.13.3/1.13.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/turbo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/turbo) |
| [knip](https://knip.dev) ([source](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | devDependencies | minor | [`5.16.0` -> `5.17.4`](https://renovatebot.com/diffs/npm/knip/5.16.0/5.17.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip) |
| [lint-staged](https://github.com/okonet/lint-staged) | devDependencies | patch | [`15.2.4` -> `15.2.5`](https://renovatebot.com/diffs/npm/lint-staged/15.2.4/15.2.5) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/okonet/lint-staged/badge)](https://securityscorecards.dev/viewer/?uri=github.com/okonet/lint-staged) |
| [nextjs-routes](https://github.com/tatethurston/nextjs-routes) | dependencies | minor | [`2.1.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/nextjs-routes/2.1.0/2.2.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tatethurston/nextjs-routes/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tatethurston/nextjs-routes) |
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) |  | minor | `20.13.1` -> `20.14.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node) |
| [pnpm](https://pnpm.io) ([source](https://github.com/pnpm/pnpm)) | packageManager | minor | [`9.1.2` -> `9.2.0`](https://renovatebot.com/diffs/npm/pnpm/9.1.2/9.2.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/pnpm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/pnpm) |
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.2.5` -> `3.3.1`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prettier/prettier/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prettier/prettier) |
| [prisma](https://www.prisma.io) ([source](https://github.com/prisma/prisma/tree/HEAD/packages/cli)) | devDependencies | minor | [`5.14.0` -> `5.15.0`](https://renovatebot.com/diffs/npm/prisma/5.14.0/5.15.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prisma/prisma/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prisma/prisma) |
| [storybook](https://github.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)) | devDependencies | patch | [`8.1.3` -> `8.1.6`](https://renovatebot.com/diffs/npm/storybook/8.1.3/8.1.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook) |
| [tsx](https://github.com/privatenumber/tsx) | devDependencies | minor | [`4.11.0` -> `4.12.0`](https://renovatebot.com/diffs/npm/tsx/4.11.0/4.12.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/privatenumber/tsx/badge)](https://securityscorecards.dev/viewer/?uri=github.com/privatenumber/tsx) |
| [turbo](https://turbo.build/repo) ([source](https://github.com/vercel/turbo)) | devDependencies | patch | [`1.13.3` -> `1.13.4`](https://renovatebot.com/diffs/npm/turbo/1.13.3/1.13.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/turbo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/turbo) |
| [type-fest](https://github.com/sindresorhus/type-fest) | devDependencies | minor | [`4.18.2` -> `4.19.0`](https://renovatebot.com/diffs/npm/type-fest/4.18.2/4.19.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/sindresorhus/type-fest/badge)](https://securityscorecards.dev/viewer/?uri=github.com/sindresorhus/type-fest) |

---

### Release Notes

<details>
<summary>prisma/prisma (@&#8203;prisma/adapter-neon)</summary>

### [`v5.15.0`](https://github.com/prisma/prisma/releases/tag/5.15.0)

[Compare Source](https://github.com/prisma/prisma/compare/5.14.0...5.15.0)

Today, we are excited to share the `5.15.0` stable release 🎉

🌟 **Help us spread the word about Prisma by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@&#8203;prisma%20release%20v5.15.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.15.0) about the release.** 🌟

#### **Highlights**

##### Multi-File Prisma Schema support

Prisma ORM 5.15.0 features support for multi-file Prisma Schema in Preview.

This closes [a long standing issue](https://github.com/prisma/prisma/issues/2377) and does so in a clean and easy to migrate way.

To get started:

1.  Enable the `prismaSchemaFolder` Preview feature by including it in the `previewFeatures` field of your `generator`.
    ```prisma
    datasource db {
      provider = "postgresql"
      url      = env("DATABASE_URL")
    }

    generator client {
      provider        = "prisma-client-js"
      previewFeatures = ["prismaSchemaFolder"]
    }

    ```
2.  Create a `schema` subdirectory under your `prisma` directory.
3.  Move your `schema.prisma` into this directory.

You are now set up with a multi-file Prisma Schema! Add as many or as few `.prisma` files to the new `prisma/schema` directory.

When running commands where a Prisma Schema file is expected to be provided, you can now define a Prisma Schema directory. This includes Prisma CLI commands that use the `--schema` option as well as defining schema via `package.json`

Our tooling has also been updated to handle multiple Prisma Schema files. This includes our Visual Studio Code extension and tools like database introspection, which will deposit new models in a `introspected.prisma` file. Existing models will be updated in the file they are found.

To learn more, please refer to our official documentation and [announcement blog post](https://www.prisma.io/blog/organize-your-prisma-schema-with-multi-file-support). If you try out `prismaSchemaFolder`, please [let us know](https://github.com/prisma/prisma/discussions/24413)!

##### Interesting Bug Fixes

##### Fix for PostgreSQL prepared statement caching for raw queries

This release fixes a [nasty bug with the caching of prepared statements](https://github.com/prisma/prisma/issues/22482) in [raw Prisma Client queries](https://www.prisma.io/docs/orm/prisma-client/queries/raw-database-access/raw-queries) that affected PostgreSQL when you ran the same SQL statement with differently typed paramters. This should not fail any more.

##### Fix for SQL Server introspection of (deprecated) **`CREATE DEFAULT`**

Our Introspection logic [crashed](https://github.com/prisma/prisma/issues/24275) on encountering certain multi-line `CREATE DEFAULT`, a [deprecated way to define defaults in SQL Server](https://learn.microsoft.com/en-us/sql/t-sql/statements/create-default-transact-sql?view=sql-server-ver15). As many SQL Server users are working with established databases, this happened frequently enough that we now explicitly ignore these defaults instead of crashing.

##### Fix for Cloudflare D1’s lower parameter limit

Cloudflare’s D1 has a lower parameter limit than local SQLite, which caused [bigger queries to fail](https://github.com/prisma/prisma/issues/23743). We adapted that limit to the D1 default for `@prisma/adapter-d1`, which will avoid such failures.

##### Fix for Cloudflare D1’s different `PRAGMA` support

Our generated migration SQL for SQLite [did not always work for Cloudflare D1](https://github.com/prisma/prisma/issues/24208), because of differences in the supported pragmas. We adapted the SQL to work in both local SQLite and Cloudflare D1.

##### Fixes and improvements

##### Prisma Migrate

-   [Crash on multiline defaults introspection on MSSQL](https://github.com/prisma/prisma/issues/10123)
-   [Error: \[libs\sql-schema-describer\src\mssql.rs:315:30\] called `Result::unwrap()` on an `Err` value: "Couldn't parse default value: `create default [dbo].[member_notification_cancel_flags]  as 0\r\n`" ](https://github.com/prisma/prisma/issues/10740)
-   [Error: \[libs\sql-schema-describer\src\mssql.rs:315:30\] called `Result::unwrap()` on an `Err` value: "Couldn't parse default value: ` create default d_password as 'D,73'  `" ](https://github.com/prisma/prisma/issues/11010)
-   [Crash introspecting MSSQL database with `DEFAULT`s](https://github.com/prisma/prisma/issues/11557)
-   [doing introspection on a SQL Server 2018 DB - for Dynamic GP get the following error.](https://github.com/prisma/prisma/issues/14200)
-   [Error: \[libs\sql-schema-describer\src\mssql.rs:317:30\] called `Result::unwrap()` on an `Err` value: "Couldn't parse default value: `\r\ncreate default D_BIT_OFF\r\nas 0\r\n`" ](https://github.com/prisma/prisma/issues/15704)
-   [Error: called `Result::unwrap()` on an `Err` value: "Couldn't parse default value in SQL Server](https://github.com/prisma/prisma/issues/17069)
-   [db pull errors on SQL Server with ` Error: [libs\sql-schema-describer\src\mssql.rs:336:30] called  `Result::unwrap()`on an`Err`  value: "Couldn't parse default value: [...] `](https://github.com/prisma/prisma/issues/17104)
-   [Error: \[libs\sql-schema-describer\src\mssql.rs:336:30\] called `Result::unwrap()` on an `Err` value: "Couldn't parse default value: `\r\ncreate default [va_nulla] as 0\r\n`" ](https://github.com/prisma/prisma/issues/17292)
-   [Error when pulling from database](https://github.com/prisma/prisma/issues/19971)
-   [Foreign key relation results in erroneous second migration](https://github.com/prisma/prisma/issues/23043)
-   [`db pull` can't parse script setting default value](https://github.com/prisma/prisma/issues/23453)
-   [Bug: Migrations not compatible with D1](https://github.com/prisma/prisma/issues/24208)
-   [SQL Server Introspection crashes on multi-line (deprecated) defaults](https://github.com/prisma/prisma/issues/24275)

##### Prisma Client

-   [Raw query failed. Code: `22P03`. Message: `db error: ERROR: incorrect binary data format in bind parameter 1`](https://github.com/prisma/prisma/issues/16611)
-   [Float number on raw query: `incorrect binary data format in bind parameter 1`](https://github.com/prisma/prisma/issues/17110)
-   [Can't use Prisma client in Next.js middleware, even when deploying to Node.js](https://github.com/prisma/prisma/issues/21310)
-   [Prepared statement caching is data dependent on numeric input parameters (`incorrect binary data format in bind parameter x`)](https://github.com/prisma/prisma/issues/22482)
-   [Turso Driver Adapter: Including `_count` leads to error](https://github.com/prisma/prisma/issues/23566)
-   [Next.js app build fails when using Prisma with DB driver in Server Action](https://github.com/prisma/prisma/issues/23600)
-   [Bug: \[D1\] Error in performIO: Error: D1\_ERROR: too many SQL variables](https://github.com/prisma/prisma/issues/23743)
-   [Remove `warn(prisma-client) This is the 10th instance of Prisma Client being started.` warning in Edge (and potentially) other envs)](https://github.com/prisma/prisma/issues/23763)
-   [$executeRawUnsafe: `incorrect binary data format in bind parameter 6`](https://github.com/prisma/prisma/issues/23872)
-   [Bug: Error or bug using Prisma with DriverAdapter with PostgreSQL database Neon](https://github.com/prisma/prisma/issues/23903)
-   [`Inconsistent column data: Unexpected conversion failure from Number to BigInt` error when using `@prisma/adapter-pg` ](https://github.com/prisma/prisma/issues/23926)
-   [Incompatibility with NextJS app dir, CloudFlare Pages and D1](https://github.com/prisma/prisma/issues/23929)
-   [Breaking change? `Int` switched to being `Int32` for MongoDB](https://github.com/prisma/prisma/issues/24262)

##### Language tools (e.g. VS Code)

-   [VS Code extension is showing an advertisement](https://github.com/prisma/language-tools/issues/1732)
-   [`Generate` codelens fails on Windows](https://github.com/prisma/language-tools/issues/1738)
-   [We incorrectly read commented out preview features if they are before the real preview features](https://github.com/prisma/language-tools/issues/1741)

##### Credits

Huge thanks to [@&#8203;pranayat](https://github.com/pranayat), [@&#8203;yubrot](https://github.com/yubrot), and [@&#8203;skyzh](https://github.com/skyzh) for helping!

</details>

<details>
<summary>relative-ci/agent (@&#8203;relative-ci/agent)</summary>

### [`v4.2.8`](https://github.com/relative-ci/agent/releases/tag/v4.2.8)

[Compare Source](https://github.com/relative-ci/agent/compare/v4.2.7...v4.2.8)

#### What's Changed

-   Update dependencies by [@&#8203;vio](https://github.com/vio) in [https://github.com/relative-ci/agent/pull/1119](https://github.com/relative-ci/agent/pull/1119)

**Full Changelog**: https://github.com/relative-ci/agent/compare/v4.2.7...v4.2.8

</details>

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

### [`v8.1.6`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#816)

[Compare Source](https://github.com/storybookjs/storybook/compare/v8.1.5...v8.1.6)

-   CLI: Only log the UpgradeStorybookToSameVersionError but continue the upgrade as normal - [#&#8203;27217](https://github.com/storybookjs/storybook/pull/27217), thanks [@&#8203;kasperpeulen](https://github.com/kasperpeulen)!
-   Core: Replace ip function with a small helper function to address security concerns - [#&#8203;27529](https://github.com/storybookjs/storybook/pull/27529), thanks [@&#8203;tony19](https://github.com/tony19)!
-   Tags: Fix unsafe project-level tags lookup - [#&#8203;27511](https://github.com/storybookjs/storybook/pull/27511), thanks [@&#8203;shilman](https://github.com/shilman)!
-   Vite: Fix stats-plugin to normalize file names with posix paths - [#&#8203;27218](https://github.com/storybookjs/storybook/pull/27218), thanks [@&#8203;AlexAtVista](https://github.com/AlexAtVista)!

### [`v8.1.5`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#815)

[Compare Source](https://github.com/storybookjs/storybook/compare/v8.1.4...v8.1.5)

-   CSF-Tools: Fix export specifier bug - [#&#8203;27418](https://github.com/storybookjs/storybook/pull/27418), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)!
-   Dependency: Upgrade tempy - [#&#8203;27366](https://github.com/storybookjs/storybook/pull/27366), thanks [@&#8203;mnigh](https://github.com/mnigh)!
-   Tags: Refine composition behavior - [#&#8203;27379](https://github.com/storybookjs/storybook/pull/27379), thanks [@&#8203;shilman](https://github.com/shilman)!
-   Theming: Fix self-referencing type - [#&#8203;27155](https://github.com/storybookjs/storybook/pull/27155), thanks [@&#8203;SimenB](https://github.com/SimenB)!

### [`v8.1.4`](https://github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#814)

[Compare Source](https://github.com/storybookjs/storybook/compare/v8.1.3...v8.1.4)

-   Angular: Revert style adjustments - [#&#8203;27361](https://github.com/storybookjs/storybook/pull/27361), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)!
-   Svelte: Support latest prerelease - [#&#8203;27378](https://github.com/storybookjs/storybook/pull/27378), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)!
-   Tags: Fix composition with older storybooks - [#&#8203;27358](https://github.com/storybookjs/storybook/pull/27358), thanks [@&#8203;shilman](https://github.com/shilman)!
-   Vite: Fix HMR issue for Storybook preview files - [#&#8203;27256](https://github.com/storybookjs/storybook/pull/27256), thanks [@&#8203;valentinpalkovic](https://github.com/valentinpalkovic)!

</details>

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

### [`v7.12.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7120-2024-06-03)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0)

##### 🚀 Features

-   **eslint-plugin:** \[no-useless-template-literals] rename to `no-useless-template-expression` (deprecate `no-useless-template-literals`)

-   **rule-tester:** check for parsing errors in suggestion fixes

-   **rule-tester:** port `checkDuplicateTestCases` from ESLint

-   **eslint-plugin:** \[no-floating-promises] add option 'allowForKnownSafePromises'

##### 🩹 Fixes

-   no-useless-template-expression -> no-unnecessary-template-expression

-   **eslint-plugin:** \[no-unnecessary-type-assertion] combine template literal check with `const` variable check

-   **eslint-plugin:** \[dot-notation] fix false positive when accessing private/protected property with optional chaining

-   **eslint-plugin:** \[explicit-member-accessibility] refine report locations

-   **eslint-plugin:** \[no-unnecessary-type-assertion] declares are always defined, so always check `declare`s

-   **eslint-plugin:** \[prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

-   **eslint-plugin:** \[return-await] clean up in-try-catch detection and make autofixes safe

-   **eslint-plugin:** \[member-ordering] also TSMethodSignature can be get/set

##### ❤️  Thank You

-   Abraham Guo
-   Han Yeong-woo
-   Joshua Chen
-   Kim Sang Du
-   Kirk Waiblinger
-   YeonJuan

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

### [`v7.11.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7110-2024-05-27)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0)

##### 🚀 Features

-   **eslint-plugin:** deprecate prefer-ts-expect-error in favor of ban-ts-comment

##### 🩹 Fixes

-   **eslint-plugin:** \[consistent-type-assertions] prevent syntax errors on arrow functions

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Dom Armstrong
-   Kirk Waiblinger

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>

### [`v7.12.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7120-2024-06-03)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.11.0...v7.12.0)

##### 🩹 Fixes

-   **types:** correct typing ParserOptions

##### ❤️  Thank You

-   Abraham Guo
-   Han Yeong-woo
-   Joshua Chen
-   Kim Sang Du
-   Kirk Waiblinger
-   YeonJuan

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

### [`v7.11.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7110-2024-05-27)

[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.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>vercel/analytics (@&#8203;vercel/analytics)</summary>

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

-   fix: nextjs parallel routes with catchall isn't supported by [@&#8203;feugy](https://github.com/feugy) in [https://github.com/vercel/analytics/pull/141](https://github.com/vercel/analytics/pull/141)

**Full Changelog**: https://github.com/vercel/analytics/compare/1.3.0...1.3.1

</details>

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

### [`v1.0.11`](https://github.com/vercel/speed-insights/releases/tag/1.0.11)

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

#### What's Changed

-   fix: nextjs parallel routes with catchall isn't supported by [@&#8203;feugy](https://github.com/feugy) in [https://github.com/vercel/speed-insights/pull/69](https://github.com/vercel/speed-insights/pull/69)
-   fix([#&#8203;68](https://github.com/vercel/speed-insights/issues/68)): postinstall is failing with no error

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

</details>

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

### [`v11.5.3`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1153-Thu-Jun-06-2024)

[Compare Source](https://github.com/chromaui/chromatic-cli/compare/v11.5.2...v11.5.3)

##### 🐛 Bug Fix

-   Clean package.json before compiling into source [#&#8203;1003](https://github.com/chromaui/chromatic-cli/pull/1003) ([@&#8203;ghengeveld](https://github.com/ghengeveld))

##### Authors: 1

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

***

### [`v11.5.2`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1152-Thu-Jun-06-2024)

[Compare Source](https://github.com/chromaui/chromatic-cli/compare/v11.5.1...v11.5.2)

##### 🐛 Bug Fix

-   Chore: Update the RegEx filter to pull out empty strings [#&#8203;1004](https://github.com/chromaui/chromatic-cli/pull/1004) ([@&#8203;ethriel3695](https://github.com/ethriel3695))

##### Authors: 1

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

***

### [`v11.5.1`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1151-Mon-Jun-03-2024)

[Compare Source](https://github.com/chromaui/chromatic-cli/compare/v11.5.0...v11.5.1)

##### 🐛 Bug Fix

-   Add fallback type for Storybook 6 builder syntax [#&#8203;1001](https://github.com/chromaui/chromatic-cli/pull/1001) ([@&#8203;ethriel3695](https://github.com/ethriel3695) [@&#8203;ghengeveld](https://github.com/ghengeveld))
-   Only replace *local* builds with uncommitted changes [#&#8203;994](https://github.com/chromaui/chromatic-cli/pull/994) ([@&#8203;ghengeveld](https://github.com/ghengeveld))
-   Clean package.json before publishing [#&#8203;999](https://github.com/chromaui/chromatic-cli/pull/999) ([@&#8203;ghengeveld](https://github.com/ghengeveld))

##### Authors: 2

-   Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld))
-   Reuben Ellis ([@&#8203;ethriel3695](https://github.com/ethriel3695))

***

### [`v11.5.0`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1150-Fri-May-31-2024)

[Compare Source](https://github.com/chromaui/chromatic-cli/compare/v11.4.1...v11.5.0)

##### 🚀 Enhancement

-   Upgrade Storybook to 8.1 [#&#8203;989](https://github.com/chromaui/chromatic-cli/pull/989) ([@&#8203;ethriel3695](https://github.com/ethriel3695))

##### 🐛 Bug Fix

-   Pass `SLACK_WEBHOOK_URL` to release script [#&#8203;992](https://github.com/chromaui/chromatic-cli/pull/992) ([@&#8203;ghengeveld](https://github.com/ghengeveld))

##### Authors: 2

-   Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld))
-   Reuben Ellis ([@&#8203;ethriel3695](https://github.com/ethriel3695))

***

### [`v11.4.1`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1141-Mon-May-27-2024)

[Compare Source](https://github.com/chromaui/chromatic-cli/compare/v11.4.0...v11.4.1)

##### 🐛 Bug Fix

-   Pass `CI=1` environment variable to Storybook build command to disable prompts [#&#8203;991](https://github.com/chromaui/chromatic-cli/pull/991) ([@&#8203;ghengeveld](https://github.com/ghengeveld))
-   Setup Slack plugin for auto to notify on new CLI releases [#&#8203;990](https://github.com/chromaui/chromatic-cli/pull/990) ([@&#8203;ghengeveld](https://github.com/ghengeveld))

##### Authors: 1

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

***

</details>

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

### [`v7.34.2`](https://github.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2)

[Compare Source](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2)

##### Fixed

-   [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#&#8203;3718][] [@&#8203;developer-bandi](https://github.com/developer-bandi))
-   [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left side is boolean ([#&#8203;3746][] [@&#8203;akulsr0](https://github.com/akulsr0))
-   [`jsx-closing-bracket-location`][jsx-closing-bracket-location]: message shows `{{details}}` when there are no details ([#&#8203;3759][] [@&#8203;mdjermanovic](https://github.com/mdjermanovic))
-   [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error messages are correct ([#&#8203;3759][] [@&#8203;mdjermanovic](https://github.com/mdjermanovic), [@&#8203;ljharb](https://github.com/ljharb))

##### Changed

-   \[Refactor] create various eslint utils to fix eslint deprecations ([#&#8203;3759][] [@&#8203;mdjermanovic](https://github.com/mdjermanovic), [@&#8203;ljharb](https://github.com/ljharb))

[7.34.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2

[#&#8203;3759]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3759

[#&#8203;3746]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3746

[#&#8203;3718]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3718

[`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md

[`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md

[`jsx-closing-bracket-location`]: docs/rules/jsx-closing-bracket-location.md

[`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md

</details>

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

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

[Compare Source](https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4)



#### What's Changed

##### Docs

-   Update eslint-config package name. by [@&#8203;anthonyshew](https://github.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8069](https://github.com/vercel/turbo/pull/8069)
-   chore(docs): add missing words by [@&#8203;jeremyadavis](https://github.com/jeremyadavis) in [https://github.com/vercel/turbo/pull/8067](https://github.com/vercel/turbo/pull/8067)
-   Fix typo in Turborepo task-graph documentation by [@&#8203;danisal](https://github.com/danisal) in [https://github.com/vercel/turbo/pull/8212](https://github.com/vercel/turbo/pull/8212)

##### turbo-ignore

-   feat(turbo-ignore): don’t fail on single package repos by [@&#8203;tknickman](https://github.com/tknickman) in [https://github.com/vercel/turbo/pull/8177](https://github.com/vercel/turbo/pull/8177)

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

-   chore: differentiate rust changes from building turbo by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8001](https://github.com/vercel/turbo/pull/8001)

##### Examples

-   fix(examples): lint docs by [@&#8203;tknickman](https://github.com/tknickman) in [https://github.com/vercel/turbo/pull/8049](https://github.com/vercel/turbo/pull/8049)
-   fix(example): Fix Prisma example by [@&#8203;caaatisgood](https://github.com/caaatisgood) in [https://github.com/vercel/turbo/pull/8046](https://github.com/vercel/turbo/pull/8046)
-   chore: move react from devDependency to dependency in design system starter template by [@&#8203;ghdtjgus76](https://github.com/ghdtjgus76) in [https://github.com/vercel/turbo/pull/8159](https://github.com/vercel/turbo/pull/8159)

##### Changelog

-   feat(Turborepo): Be explicit about which binary we failed to find by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8050](https://github.com/vercel/turbo/pull/8050)
-   fix(ui): add carraige return after cache log messages by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8015](https://github.com/vercel/turbo/pull/8015)
-   fix(turborepo): Watch mode not responding to changes by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8057](https://github.com/vercel/turbo/pull/8057)
-   fix(Turborepo): Make package discovery async, and apply a debouncer by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8058](https://github.com/vercel/turbo/pull/8058)
-   fix(Turborepo): Disable inputs support by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8074](https://github.com/vercel/turbo/pull/8074)
-   feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8086](https://github.com/vercel/turbo/pull/8086)
-   Remove async-trait from a few crates by [@&#8203;arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/8077](https://github.com/vercel/turbo/pull/8077)
-   feat(turborepo): Using file hashing for package watching by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8104](https://github.com/vercel/turbo/pull/8104)
-   add support for cache_timeout as well as timeout by [@&#8203;arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/8078](https://github.com/vercel/turbo/pull/8078)
-   yield a different warning when the cache upload times out by [@&#8203;arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/8079](https://github.com/vercel/turbo/pull/8079)
-   fix lockfile by [@&#8203;sokra](https://github.com/sokra) in [https://github.com/vercel/turbo/pull/8110](https://github.com/vercel/turbo/pull/8110)
-   fix(gen): isolate generator to `commonjs` by [@&#8203;wesleycoder](https://github.com/wesleycoder) in [https://github.com/vercel/turbo/pull/8109](https://github.com/vercel/turbo/pull/8109)
-   fix: properly propigate internal errors by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8113](https://github.com/vercel/turbo/pull/8113)
-   feat(ui): render ui to alternative screen by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8084](https://github.com/vercel/turbo/pull/8084)
-   fix(turborepo): Persistent tasks in watch mode by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8107](https://github.com/vercel/turbo/pull/8107)
-   fix(Turborepo): Fix as_inputs to include ! by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8119](https://github.com/vercel/turbo/pull/8119)
-   fix(Turborepo): Handle new packages in lockfile comparisons by [@&#8203;gsoltis](https://github.com/gsoltis) in [https://github.com/vercel/turbo/pull/8127](https://github.com/vercel/turbo/pull/8127)
-   fix(ui): minor formatting by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8136](https://github.com/vercel/turbo/pull/8136)
-   feat(turborepo): new ui + watch mode by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7962](https://github.com/vercel/turbo/pull/7962)
-   fix(turborepo): use transitive closure of filtered packages in watch mode by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8161](https://github.com/vercel/turbo/pull/8161)
-   add two retry strategies to allow requests to timeout gracefully by [@&#8203;arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://github.com/vercel/turbo/pull/8080)
-   add support for upload speed / remaining in the cache upload step by [@&#8203;arlyon](https://github.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://github.com/vercel/turbo/pull/8081)
-   chore([@&#8203;turbo/benchmark](https://github.com/turbo/benchmark)): fix lint warnings by [@&#8203;mehulkar](https://github.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://github.com/vercel/turbo/pull/8233)
-   chore(turborepo): Feature flagged off file hashing by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://github.com/vercel/turbo/pull/8229)
-   chore: downgrade curl to fix Windows rust tests by [@&#8203;chris-olszewski](https://github.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://github.com/vercel/turbo/pull/8242)
-   fix(turborepo): Remove optional git locks by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://github.com/vercel/turbo/pull/8244)
-   fix(turborepo): Optional lock with env var by [@&#8203;NicholasLYang](https://github.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://github.com/vercel/turbo/pull/8247)

#### New Contributors

-   [@&#8203;caaatisgood](https://github.com/caaatisgood) made their first contribution in [https://github.com/vercel/turbo/pull/8046](https://github.com/vercel/turbo/pull/8046)
-   [@&#8203;jeremyadavis](https://github.com/jeremyadavis) made their first contribution in [https://github.com/vercel/turbo/pull/8067](https://github.com/vercel/turbo/pull/8067)
-   [@&#8203;wesleycoder](https://github.com/wesleycoder) made their first contribution in [https://github.com/vercel/turbo/pull/8109](https://github.com/vercel/turbo/pull/8109)
-   [@&#8203;ghdtjgus76](https://github.com/ghdtjgus76) made their first contribution in [https://github.com/vercel/turbo/pull/8159](https://github.com/vercel/turbo/pull/8159)
-   [@&#8203;danisal](https://github.com/danisal) made their first contribution in [https://github.com/vercel/turbo/pull/8212](https://github.com/vercel/turbo/pull/8212)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4

</details>

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

### [`v5.17.4`](https://github.com/webpro-nl/knip/releases/tag/5.17.4)

[Compare Source](https://github.com/webpro-nl/knip/compare/5.17.3...5.17.4)

-   Fix up caching ([`e75f0e9`](https://github.com/webpro-nl/knip/commit/e75f0e92))
-   Minor refactor ([`28b2434`](https://github.com/webpro-nl/knip/commit/28b24349))
-   Do literal text search in setRefs (closes [#&#8203;595](https://github.com/webpro-nl/knip/issues/595) [#&#8203;596](https://github.com/webpro-nl/knip/issues/596) [#&#8203;664](https://github.com/webpro-nl/knip/issues/664)) ([`6e64d60`](https://github.com/webpro-nl/knip/commit/6e64d60c))
-   Refactor to use more maps over objects, move/rename some vars ([`90fcd4c`](https://github.com/webpro-nl/knip/commit/90fcd4cd))
-   Add polar to funding.yml ([`c4bb916`](https://github.com/webpro-nl/knip/commit/c4bb9167))
-   Use `IMPORT_STAR` const ([`cb9ed83`](https://github.com/webpro-nl/knip/commit/cb9ed830))
-   Remove specifier from dep graph and `SerializableImports` type ([`474a6f7`](https://github.com/webpro-nl/knip/commit/474a6f70))
-   Add ‘xvfb-run’ as globally available binary ([#&#8203;662](https://github.com/webpro-nl/knip/issues/662)) ([`87850ea`](https://github.com/webpro-nl/knip/commit/87850eac))
-   Add ‘aws’ as globally available binary ([#&#8203;661](https://github.com/webpro-nl/knip/issues/661)) ([`6fd3e46`](https://github.com/webpro-nl/knip/commit/6fd3e461))

### [`v5.17.3`](https://github.com/webpro-nl/knip/releases/tag/5.17.3)

[Compare Source](https://github.com/webpro-nl/knip/compare/5.17.2...5.17.3)

-   Add ‘kill’ and ‘ssh’ as globally available binaries ([#&#8203;660](https://github.com/webpro-nl/knip/issues/660)) ([`5e576a2`](https://github.com/webpro-nl/knip/commit/5e576a28))
-   Remove version selector ([`9ad1d46`](https://github.com/webpro-nl/knip/commit/9ad1d466))
-   Timerify (de)serialize functions ([`0e04f1e`](https://github.com/webpro-nl/knip/commit/0e04f1e4))
-   Update docs ([`935a706`](https://github.com/webpro-nl/knip/commit/935a7066))

### [`v5.17.2`](https://github.com/webpro-nl/knip/releases/tag/5.17.2)

[Compare Source](https://github.com/webpro-nl/knip/compare/5.17.1...5.17.2)

-   Fix external require.resolve (resolves [#&#8203;657](https://github.com/webpro-nl/knip/issues/657)) ([`c188a7a`](https://github.com/webpro-nl/knip/commit/c188a7a7))

### [`v5.17.1`](https://github.com/webpro-nl/knip/releases/tag/5.17.1)

[Compare Source](https://github.com/webpro-nl/knip/compare/5.17.0...5.17.1)

-   Any is OK ([`28ad084`](https://github.com/webpro-nl/knip/commit/28ad084b))
-   Fix (de)serialization of maps (resolves [#&#8203;656](https://github.com/webpro-nl/knip/issues/656)) ([`3ab95ef`](https://github.com/webpro-nl/knip/commit/3ab95ef7))
-   Fix graphql-codegen config filter (resolves [#&#8203;658](https://github.com/webpro-nl/knip/issues/658)) ([`24c1355`](https://github.com/webpro-nl/knip/commit/24c13553))

### [`v5.17.0`](https://github.com/webpro-nl/knip/releases/tag/5.17.0)

[Compare Source](https://github.com/webpro-nl/knip/compare/5.16.0...5.17.0)

-   Fix --watch after refactors ([`db2a261`](https://github.com/webpro-nl/knip/commit/db2a2616))
-   Improve `getHasStrictlyNsReferences` and traverse into re-exports ([`9d75e0d`](https://github.com/webpro-nl/knip/commit/9d75e0d4))
-   Restore imports in Footer.astro ([`c836517`](https://github.com/webpro-nl/knip/commit/c836517a))

</details>

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

### [`v15.2.5`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525)

[Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.4...v15.2.5)

##### Patch Changes

-   [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424) [`31a1f95`](https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

-   [#&#8203;1423](https://github.com/lint-staged/lint-staged/pull/1423) [`91abea0`](https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Improve error logging when failing to read or parse a configuration file

-   [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424) [`ee43f15`](https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Upgrade micromatch@4.0.7

</details>

<details>
<summary>tatethurston/nextjs-routes (nextjs-routes)</summary>

### [`v2.2.0`](https://github.com/tatethurston/nextjs-routes/blob/HEAD/CHANGELOG.md#220)

[Compare Source](https://github.com/tatethurston/nextjs-routes/compare/v2.1.0...v2.2.0)

-   Add `trailingSlash` option to `route`. See [#&#8203;168](https://github.com/tatethurston/nextjs-routes/issues/168)
-   Fix the generated optional catch all route type. See [#&#8203;183](https://github.com/tatethurston/nextjs-routes/issues/183)
-   Sort the generated route types lexicographically.

</details>

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

### [`v20.14.0`](https://github.com/nodejs/node/compare/v20.13.1...v20.14.0)

[Compare Source](https://github.com/nodejs/node/compare/v20.13.1...v20.14.0)

</details>

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

### [`v9.2.0`](https://github.com/pnpm/pnpm/compare/v9.1.4...v9.2.0)

[Compare Source](https://github.com/pnpm/pnpm/compare/v9.1.4...v9.2.0)

### [`v9.1.4`](https://github.com/pnpm/pnpm/compare/v9.1.3...v9.1.4)

[Compare Source](https://github.com/pnpm/pnpm/compare/v9.1.3...v9.1.4)

### [`v9.1.3`](https://github.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)

[Compare Source](https://github.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

### [`v3.3.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331)

[Compare Source](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)

[diff](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)

##### Preserve empty lines in front matter ([#&#8203;16347](https://github.com/prettier/prettier/pull/16347) by [@&#8203;fisker](https://github.com/fisker))



```markdown
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
```

##### Preserve explicit language in front matter ([#&#8203;16348](https://github.com/prettier/prettier/pull/16348) by [@&#8203;fisker](https://github.com/fisker))



```markdown
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
```

##### Avoid line breaks in import attributes ([#&#8203;16349](https://github.com/prettier/prettier/pull/16349) by [@&#8203;fisker](https://github.com/fisker))



```jsx
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
```

### [`v3.3.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330)

[Compare Source](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)

[diff](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)

🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)

</details>

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

### [`v4.12.0`](https://github.com/privatenumber/tsx/compare/v4.11.2...7c85303b6f049eaa6bad0e75c26c03348049bfcd)

[Compare Source](https://github.com/privatenumber/tsx/compare/v4.11.2...v4.12.0)

### [`v4.11.2`](https://github.com/privatenumber/tsx/compare/v4.11.1...aa2b639a9bac8ae28a46b847013fda7f5cd4466b)

[Compare Source](https://github.com/privatenumber/tsx/compare/v4.11.1...v4.11.2)

### [`v4.11.1`](https://github.com/privatenumber/tsx/compare/v4.11.0...5e701051c4eb639bfd204c805310777789907a55)

[Compare Source](https://github.com/privatenumber/tsx/compare/v4.11.0...v4.11.1)

</details>

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

### [`v1.13.4`](https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4)

[Compare Source](https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4)

</details>

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

### [`v4.19.0`](https://github.com/sindresorhus/type-fest/compare/v4.18.3...cabce984e5c19558f2f0061c3cd9488a945f60e6)

[Compare Source](https://github.com/sindresorhus/type-fest/compare/v4.18.3...v4.19.0)

### [`v4.18.3`](https://github.com/sindresorhus/type-fest/releases/tag/v4.18.3)

[Compare Source](https://github.com/sindresorhus/type-fest/compare/v4.18.2...v4.18.3)

-   `ConditionalKeys`: Fix filtering out never type ([#&#8203;881](https://github.com/sindresorhus/type-fest/issues/881))  [`863511d`](https://github.com/sindresorhus/type-fest/commit/863511d)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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



PR-URL: https://github.com/weareinreach/TransMascFutures/pull/429
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 mheob/ef-calc that referenced this pull request Jun 26, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mheob/prettier-config](https://github.com/mheob/config/tree/main/packages/prettier-config) ([source](https://github.com/mheob/config)) | [`3.2.0` -> `3.3.1`](https://renovatebot.com/diffs/npm/@mheob%2fprettier-config/3.2.0/3.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mheob%2fprettier-config/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mheob%2fprettier-config/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mheob%2fprettier-config/3.2.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mheob%2fprettier-config/3.2.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mheob/tsconfig](https://github.com/mheob/config/tree/main/packages/tsconfig) ([source](https://github.com/mheob/config)) | [`2.0.0` -> `2.1.0`](https://renovatebot.com/diffs/npm/@mheob%2ftsconfig/2.0.0/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mheob%2ftsconfig/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mheob%2ftsconfig/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mheob%2ftsconfig/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mheob%2ftsconfig/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.11` -> `20.14.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.11/20.14.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.11/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.11/20.14.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.3.1` -> `18.3.3`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.1/18.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.3.1/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.1/18.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vercel/analytics](https://github.com/vercel/analytics) ([source](https://github.com/vercel/analytics/tree/HEAD/packages/web)) | [`1.2.2` -> `1.3.1`](https://renovatebot.com/diffs/npm/@vercel%2fanalytics/1.2.2/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fanalytics/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fanalytics/1.2.2/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | [`4.2.1` -> `4.3.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.2.1/4.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitejs%2fplugin-react/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitejs%2fplugin-react/4.2.1/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/4.2.1/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.2.5` -> `3.3.2`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.2.5/3.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | [`5.4.5` -> `5.5.2`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.2.11` -> `5.3.1`](https://renovatebot.com/diffs/npm/vite/5.2.11/5.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.11/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.11/5.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mheob/config (@&#8203;mheob/prettier-config)</summary>

### [`v3.3.1`](https://github.com/mheob/config/releases/tag/%40mheob/prettier-config%403.3.1)

[Compare Source](https://github.com/mheob/config/compare/@mheob/prettier-config@3.3.0...@mheob/prettier-config@3.3.1)

##### Patch Changes

-   [#&#8203;182](https://github.com/mheob/config/pull/182) ([@&#8203;mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker.

### [`v3.3.0`](https://github.com/mheob/config/releases/tag/%40mheob/prettier-config%403.3.0)

[Compare Source](https://github.com/mheob/config/compare/@mheob/prettier-config@3.2.1...@mheob/prettier-config@3.3.0)

##### Minor Changes

-   [#&#8203;179](https://github.com/mheob/config/pull/179) ([@&#8203;mheob](https://github.com/mheob)): Improve prettier config and output.

### [`v3.2.1`](https://github.com/mheob/config/releases/tag/%40mheob/prettier-config%403.2.1)

[Compare Source](https://github.com/mheob/config/compare/@mheob/prettier-config@3.2.0...@mheob/prettier-config@3.2.1)

### [@&#8203;mheob/prettier-config](https://github.com/mheob/prettier-config)

#### 3.2.0

##### Minor Changes

-   [#&#8203;149](https://github.com/mheob/config/pull/149) ([@&#8203;mheob](https://github.com/mheob)): remove line wraps in markdown files

#### 3.1.1

##### Patch Changes

-   [#&#8203;145](https://github.com/mheob/config/pull/145) ([@&#8203;mheob](https://github.com/mheob)): update dependencies

#### 3.1.0

##### Minor Changes

-   [#&#8203;133](https://github.com/mheob/config/pull/133) ([@&#8203;mheob](https://github.com/mheob)): bump prettier to version 3

#### 3.0.1

##### Patch Changes

-   fix the README files after the change of using ESLint to fix the imports --> ([#&#8203;109](https://github.com/mheob/config/pull/109)) by [@&#8203;mheob](https://github.com/mheob)

#### 3.0.0

##### Major Changes

-   remove `@trivago/prettier-plugin-sort-imports` --> ([#&#8203;102](https://github.com/mheob/config/pull/102)) by [@&#8203;mheob](https://github.com/mheob)

##### Patch Changes

-   chore(deps): update all non-major dependencies --> ([#&#8203;95](https://github.com/mheob/config/pull/95)) by [@&#8203;renovate](https://github.com/apps/renovate)

#### 2.0.3

##### Patch Changes

-   update dependencies --> ([#&#8203;81](https://github.com/mheob/config/pull/81)) by [@&#8203;mheob](https://github.com/mheob)

-   update dependencies --> ([#&#8203;86](https://github.com/mheob/config/pull/86)) by [@&#8203;mheob](https://github.com/mheob)

-   update dependencies --> ([#&#8203;84](https://github.com/mheob/config/pull/84)) by [@&#8203;renovate](https://github.com/apps/renovate)

#### 2.0.2

##### Patch Changes

-   [#&#8203;71](https://github.com/mheob/config/pull/71) [`b79f37d`](https://github.com/mheob/config/commit/b79f37d8ede49c113938fa72389ce2277485ccbb) Thanks [@&#8203;mheob](https://github.com/mheob)! - Remove obsolete `prettier-plugin-jsdoc` package

#### 2.0.1

##### Patch Changes

-   [#&#8203;63](https://github.com/mheob/config/pull/63) [`49204ca`](https://github.com/mheob/config/commit/49204ca26b3c0b1d4efa11f7f3ef06166fbe8873) Thanks [@&#8203;mheob](https://github.com/mheob)! - Add the newest ruleset to the README

-   [#&#8203;60](https://github.com/mheob/config/pull/60) [`12b3867`](https://github.com/mheob/config/commit/12b38679f9fa123e20e634932ae1c8e277421464) Thanks [@&#8203;mheob](https://github.com/mheob)! - Update dependencies

#### 2.0.0

##### Major Changes

-   [#&#8203;42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@&#8203;mheob](https://github.com/mheob)! - Switch from spaces to tabs as indentation

##### Minor Changes

-   [#&#8203;52](https://github.com/mheob/config/pull/52) [`8bc72cd`](https://github.com/mheob/config/commit/8bc72cd4844ce2e7bb224a00dbaf7117efd81269) Thanks [@&#8203;mheob](https://github.com/mheob)! - Use spaces instead of tabs in yaml files

##### Patch Changes

-   [#&#8203;46](https://github.com/mheob/config/pull/46) [`6f731ee`](https://github.com/mheob/config/commit/6f731eeba2c6cf3f8e8ce896e19069bc88d45557) Thanks [@&#8203;mheob](https://github.com/mheob)! - Switch to typescript as source files

-   [#&#8203;42](https://github.com/mheob/config/pull/42) [`cf8ba94`](https://github.com/mheob/config/commit/cf8ba94f23489673593eb101dcab47af445054a0) Thanks [@&#8203;mheob](https://github.com/mheob)! - Format all files to the new tabs instead of spaces behaviour

-   [#&#8203;36](https://github.com/mheob/config/pull/36) [`fd1474e`](https://github.com/mheob/config/commit/fd1474e0bcb9d6495a53358b4da62ec7d4754994) Thanks [@&#8203;mheob](https://github.com/mheob)! - Update dependencies

#### 1.4.0

##### Minor Changes

-   [`70cbb2c`](https://github.com/mheob/config/commit/70cbb2c): Add typescript definitions

#### 1.3.1

##### Patch Changes

-   [`87fb7e0`](https://github.com/mheob/config/commit/87fb7e0): Update all dependencies

#### 1.3.0

##### Minor Changes

-   [`347593b`](https://github.com/mheob/config/commit/347593b): Set markdown `printWidth` to `130`.

##### Patch Changes

-   [`347593b`](https://github.com/mheob/config/commit/347593b): Improve README to get a better copy/paste experience.

#### 1.2.1

##### Patch Changes

-   [`7d96f86`](https://github.com/mheob/config/commit/7d96f86): Update all dependencies

#### 1.2.0

##### Minor Changes

-   [`ad1fc96`](https://github.com/mheob/config/commit/ad1fc96): Add `prettier-plugin-jsdoc` to the prettier config.

#### 1.1.0

##### Minor Changes

-   [`76f0a62`](https://github.com/mheob/config/commit/76f0a62): Add some more rules like using tabs and some more.

#### 1.0.0

##### Major Changes

-   [`723ce7d`](https://github.com/mheob/config/commit/723ce7d): Initial configuration

</details>

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

### [`v1.3.1`](https://github.com/vercel/analytics/releases/tag/1.3.1)

[Compare Source](https://github.com/vercel/analytics/compare/1.3.0...1.3.1)

#### What's Changed

-   fix: nextjs parallel routes with catchall isn't supported by [@&#8203;feugy](https://github.com/feugy) in [vercel/analytics#141

**Full Changelog**: vercel/analytics@1.3.0...1.3.1

### [`v1.3.0`](https://github.com/vercel/analytics/releases/tag/1.3.0)

[Compare Source](https://github.com/vercel/analytics/compare/1.2.2...1.3.0)

#### What's Changed

-   feat: include flags in custom events and page views by [@&#8203;AndyBitz](https://github.com/AndyBitz), [@&#8203;tobiaslins](https://github.com/tobiaslins), [@&#8203;feugy](https://github.com/feugy)  in [vercel/analytics#140

**Full Changelog**: vercel/analytics@1.2.2...1.3.0

</details>

<details>
<summary>vitejs/vite-plugin-react (@&#8203;vitejs/plugin-react)</summary>

### [`v4.3.1`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10)

[Compare Source](https://github.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1)

##### Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency.

Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`.

### [`v4.3.0`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22)

[Compare Source](https://github.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0)

##### Fix support for React compiler

Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://github.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like:

```ts
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
```

##### Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

### [`v3.3.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332)

[Compare Source](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

[diff](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

##### Fix handlebars path expressions starts with `@` ([#&#8203;16358](https://github.com/prettier/prettier/pull/16358) by [@&#8203;Princeyadav05](https://github.com/Princeyadav05))



```hbs
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
```

### [`v3.3.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331)

[Compare Source](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)

[diff](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)

##### Preserve empty lines in front matter ([#&#8203;16347](https://github.com/prettier/prettier/pull/16347) by [@&#8203;fisker](https://github.com/fisker))



```markdown
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
```

##### Preserve explicit language in front matter ([#&#8203;16348](https://github.com/prettier/prettier/pull/16348) by [@&#8203;fisker](https://github.com/fisker))



```markdown
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
```

##### Avoid line breaks in import attributes ([#&#8203;16349](https://github.com/prettier/prettier/pull/16349) by [@&#8203;fisker](https://github.com/fisker))



```jsx
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
```

### [`v3.3.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330)

[Compare Source](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)

[diff](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)

🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

### [`v5.5.2`](https://github.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb)

[Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

</details>

<details>
<summary>vitejs/vite (vite)</summary>

### [`v5.3.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small531-2024-06-14-small)

-   fix(build): handle preload treeshaking for braces ([#&#8203;17479](https://github.com/vitejs/vite/issues/17479)) ([d355568](https://github.com/vitejs/vite/commit/d355568)), closes [#&#8203;17479](https://github.com/vitejs/vite/issues/17479)
-   fix(build): handle preload treeshaking for commas ([#&#8203;17472](https://github.com/vitejs/vite/issues/17472)) ([3e27071](https://github.com/vitejs/vite/commit/3e27071)), closes [#&#8203;17472](https://github.com/vitejs/vite/issues/17472)
-   fix(build): preload treeshaking ignore equal ([#&#8203;17480](https://github.com/vitejs/vite/issues/17480)) ([6ced135](https://github.com/vitejs/vite/commit/6ced135)), closes [#&#8203;17480](https://github.com/vitejs/vite/issues/17480)
-   chore: consolidate changelog for 5.3 ([#&#8203;17476](https://github.com/vitejs/vite/issues/17476)) ([1f09344](https://github.com/vitejs/vite/commit/1f09344)), closes [#&#8203;17476](https://github.com/vitejs/vite/issues/17476)

### [`v5.3.0`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#530-2024-06-13)

-   fix: typo in client log ([#&#8203;17363](https://github.com/vitejs/vite/issues/17363)) ([68aa9f8](https://github.com/vitejs/vite/commit/68aa9f8)), closes [#&#8203;17363](https://github.com/vitejs/vite/issues/17363)
-   fix(ssrTransform): handle arbitrary module namespace identifiers ([#&#8203;17446](https://github.com/vitejs/vite/issues/17446)) ([0a76652](https://github.com/vitejs/vite/commit/0a76652)), closes [#&#8203;17446](https://github.com/vitejs/vite/issues/17446)
-   test: disable isolate for unit test ([#&#8203;17448](https://github.com/vitejs/vite/issues/17448)) ([f16fae5](https://github.com/vitejs/vite/commit/f16fae5)), closes [#&#8203;17448](https://github.com/vitejs/vite/issues/17448)
-   feat: asset type add bmp ([#&#8203;17439](https://github.com/vitejs/vite/issues/17439)) ([ec287f8](https://github.com/vitejs/vite/commit/ec287f8)), closes [#&#8203;17439](https://github.com/vitejs/vite/issues/17439)

### [`v5.2.13`](https://github.com/vitejs/vite/releases/tag/v5.2.13)

[Compare Source](https://github.com/vitejs/vite/compare/v5.2.12...v5.2.13)

Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) for details.

### [`v5.2.12`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5212-2024-05-28-small)

[Compare Source](https://github.com/vitejs/vite/compare/v5.2.11...v5.2.12)

-   chore: move to eslint flat config ([#&#8203;16743](https://github.com/vitejs/vite/issues/16743)) ([8f16765](https://github.com/vitejs/vite/commit/8f16765)), closes [#&#8203;16743](https://github.com/vitejs/vite/issues/16743)
-   chore(deps): remove unused deps ([#&#8203;17329](https://github.com/vitejs/vite/issues/17329)) ([5a45745](https://github.com/vitejs/vite/commit/5a45745)), closes [#&#8203;17329](https://github.com/vitejs/vite/issues/17329)
-   chore(deps): update all non-major dependencies ([#&#8203;16722](https://github.com/vitejs/vite/issues/16722)) ([b45922a](https://github.com/vitejs/vite/commit/b45922a)), closes [#&#8203;16722](https://github.com/vitejs/vite/issues/16722)
-   fix: mention `build.rollupOptions.output.manualChunks` instead of  `build.rollupOutput.manualChunks` ([89378c0](https://github.com/vitejs/vite/commit/89378c0)), closes [#&#8203;16721](https://github.com/vitejs/vite/issues/16721)
-   fix(build): make SystemJSWrapRE match lazy ([#&#8203;16633](https://github.com/vitejs/vite/issues/16633)) ([6583ad2](https://github.com/vitejs/vite/commit/6583ad2)), closes [#&#8203;16633](https://github.com/vitejs/vite/issues/16633)
-   fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported ([#&#8203;1](https://github.com/vitejs/vite/issues/1) ([95fe5a7](https://github.com/vitejs/vite/commit/95fe5a7)), closes [#&#8203;16078](https://github.com/vitejs/vite/issues/16078)
-   fix(css): handle lightningcss compiled css in Deno ([#&#8203;17301](https://github.com/vitejs/vite/issues/17301)) ([8e4e932](https://github.com/vitejs/vite/commit/8e4e932)), closes [#&#8203;17301](https://github.com/vitejs/vite/issues/17301)
-   fix(css): only use files the current bundle contains ([#&#8203;16684](https://github.com/vitejs/vite/issues/16684)) ([15a6ebb](https://github.com/vitejs/vite/commit/15a6ebb)), closes [#&#8203;16684](https://github.com/vitejs/vite/issues/16684)
-   fix(css): page reload was not happening with .css?raw ([#&#8203;16455](https://github.com/vitejs/vite/issues/16455)) ([8041846](https://github.com/vitejs/vite/commit/8041846)), closes [#&#8203;16455](https://github.com/vitejs/vite/issues/16455)
-   fix(deps): update all non-major dependencies ([#&#8203;16603](https://github.com/vitejs/vite/issues/16603)) ([6711553](https://github.com/vitejs/vite/commit/6711553)), closes [#&#8203;16603](https://github.com/vitejs/vite/issues/16603)
-   fix(deps): update all non-major dependencies ([#&#8203;16660](https://github.com/vitejs/vite/issues/16660)) ([bf2f014](https://github.com/vitejs/vite/commit/bf2f014)), closes [#&#8203;16660](https://github.com/vitejs/vite/issues/16660)
-   fix(deps): update all non-major dependencies ([#&#8203;17321](https://github.com/vitejs/vite/issues/17321)) ([4a89766](https://github.com/vitejs/vite/commit/4a89766)), closes [#&#8203;17321](https://github.com/vitejs/vite/issues/17321)
-   fix(error-logging): rollup errors weren't displaying id and codeframe ([#&#8203;16540](https://github.com/vitejs/vite/issues/16540)) ([22dc196](https://github.com/vitejs/vite/commit/22dc196)), closes [#&#8203;16540](https://github.com/vitejs/vite/issues/16540)
-   fix(hmr): normalize the path info ([#&#8203;14255](https://github.com/vitejs/vite/issues/14255)) ([6a085d0](https://github.com/vitejs/vite/commit/6a085d0)), closes [#&#8203;14255](https://github.com/vitejs/vite/issues/14255)
-   fix(hmr): trigger page reload when calling invalidate on root module ([#&#8203;16636](https://github.com/vitejs/vite/issues/16636)) ([2b61cc3](https://github.com/vitejs/vite/commit/2b61cc3)), closes [#&#8203;16636](https://github.com/vitejs/vite/issues/16636)
-   fix(logger): truncate log over 5000 characters long ([#&#8203;16581](https://github.com/vitejs/vite/issues/16581)) ([b0b839a](https://github.com/vitejs/vite/commit/b0b839a)), closes [#&#8203;16581](https://github.com/vitejs/vite/issues/16581)
-   fix(optimizer): log dependencies added by plugins ([#&#8203;16729](https://github.com/vitejs/vite/issues/16729)) ([f0fb987](https://github.com/vitejs/vite/commit/f0fb987)), closes [#&#8203;16729](https://github.com/vitejs/vite/issues/16729)
-   fix(sourcemap): improve sourcemap compatibility for vue2 ([#&#8203;16594](https://github.com/vitejs/vite/issues/16594)) ([913c040](https://github.com/vitejs/vite/commit/913c040)), closes [#&#8203;16594](https://github.com/vitejs/vite/issues/16594)
-   docs: correct proxy shorthand example ([#&#8203;15938](https://github.com/vitejs/vite/issues/15938)) ([abf766e](https://github.com/vitejs/vite/commit/abf766e)), closes [#&#8203;15938](https://github.com/vitejs/vite/issues/15938)
-   docs: deprecate server.hot ([#&#8203;16741](https://github.com/vitejs/vite/issues/16741)) ([e7d38ab](https://github.com/vitejs/vite/commit/e7d38ab)), closes [#&#8203;16741](https://github.com/vitejs/vite/issues/16741)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" 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 becomes conflicted, or you tick the rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mheob/ef-calc).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants