Skip to content

Commit

Permalink
[Tech] Bump the non-major-dev-dependencies group in /frontend with 10…
Browse files Browse the repository at this point in the history
… updates (#4061)

Bumps the non-major-dev-dependencies group in /frontend with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `9.3.0` |
`9.4.0` |
|
[@import-meta-env/cli](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli)
| `0.7.2` | `0.7.3` |
|
[@import-meta-env/prepare](https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/prepare)
| `0.2.1` | `0.2.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.4` | `1.10.12`
|
|
[@testing-library/user-event](https://github.com/testing-library/user-event)
| `14.5.2` | `14.6.1` |
|
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
| `28.10.0` | `28.11.0` |
|
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
| `5.2.1` | `5.2.3` |
|
[eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
| `7.37.3` | `7.37.4` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.31.0` |
`4.33.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` |
`5.7.3` |

Updates `@faker-js/faker` from 9.3.0 to 9.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faker-js/faker/releases"><code>@​faker-js/faker</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: replace MersenneTwister implementation with a pure-rand
based one by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3288">faker-js/faker#3288</a></li>
<li>chore: improve variable naming of system module by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3315">faker-js/faker#3315</a></li>
<li>refactor(locale): re-moo-ved some incorrect <code>cow</code> data by
<a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3326">faker-js/faker#3326</a></li>
<li>refactor(locale): fix truncated song names with commas by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3327">faker-js/faker#3327</a></li>
<li>refactor(locale): fix bad uz street_name_part data by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3328">faker-js/faker#3328</a></li>
<li>docs(helpers): add missing example results to uniqueArray by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3321">faker-js/faker#3321</a></li>
<li>chore: align coding style of deprecated.ts by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3312">faker-js/faker#3312</a></li>
<li>refactor(locale): fix various locale data with trailing spaces by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3329">faker-js/faker#3329</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3331">faker-js/faker#3331</a></li>
<li>chore: align coding style of word module by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3319">faker-js/faker#3319</a></li>
<li>chore: align coding style of lorem module by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3313">faker-js/faker#3313</a></li>
<li>chore: improve parameter naming of internet module by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3317">faker-js/faker#3317</a></li>
<li>feat(finance): use fake patterns for transactionDescription by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3202">faker-js/faker#3202</a></li>
<li>feat(locale): add german animal types by <a
href="https://github.com/motz0815"><code>@​motz0815</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3334">faker-js/faker#3334</a></li>
<li>feat(internet): update to simplified modern user-agent list by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3324">faker-js/faker#3324</a></li>
<li>feat(location): add list of spoken languages by <a
href="https://github.com/UmairJibran"><code>@​UmairJibran</code></a> in
<a
href="https://redirect.github.com/faker-js/faker/pull/3333">faker-js/faker#3333</a></li>
<li>chore: improve variable naming of helpers module by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3316">faker-js/faker#3316</a></li>
<li>docs: fix link to randomizer guide by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3332">faker-js/faker#3332</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3337">faker-js/faker#3337</a></li>
<li>fix(finance): correct Discover card number format by <a
href="https://github.com/julsql"><code>@​julsql</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3336">faker-js/faker#3336</a></li>
<li>docs: improve examples for objectKey,objectValue,objectEntry by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3339">faker-js/faker#3339</a></li>
<li>infra(unicorn): prevent-abbreviations by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3320">faker-js/faker#3320</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3340">faker-js/faker#3340</a></li>
<li>fix: basic wildcard range handling + add more tests by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3322">faker-js/faker#3322</a></li>
<li>docs(api): add refresh button to examples by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3301">faker-js/faker#3301</a></li>
<li>fix(system): semver parts should not be limited to 0-9 by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3349">faker-js/faker#3349</a></li>
<li>fix(image): dataUri should return random type by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3347">faker-js/faker#3347</a></li>
<li>refactor(image): deprecate urlPlaceholder by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3341">faker-js/faker#3341</a></li>
<li>docs: fix examples which return string/number by <a
href="https://github.com/matthewmayer"><code>@​matthewmayer</code></a>
in <a
href="https://redirect.github.com/faker-js/faker/pull/3348">faker-js/faker#3348</a></li>
<li>docs(image): improve urlPlaceholder alternatives by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3351">faker-js/faker#3351</a></li>
<li>chore: update LICENSE file by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3350">faker-js/faker#3350</a></li>
<li>chore(deps): update
mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to
9791f4a by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3354">faker-js/faker#3354</a></li>
<li>chore(deps): update dependency prettier to v3.4.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3355">faker-js/faker#3355</a></li>
<li>chore(deps): update all non-major dependencies by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3359">faker-js/faker#3359</a></li>
<li>chore(deps): update dependency ts-morph to v25 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3360">faker-js/faker#3360</a></li>
<li>chore(deps): update eslint by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3357">faker-js/faker#3357</a></li>
<li>chore(deps): update devdependencies by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3356">faker-js/faker#3356</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3353">faker-js/faker#3353</a></li>
<li>chore(deps): update vitest by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3358">faker-js/faker#3358</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3366">faker-js/faker#3366</a></li>
<li>docs(finance): add seeAlsos by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3344">faker-js/faker#3344</a></li>
<li>chore(deps): update eslint by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3369">faker-js/faker#3369</a></li>
<li>docs: use embedded build for preview examples by <a
href="https://github.com/ST-DDT"><code>@​ST-DDT</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3343">faker-js/faker#3343</a></li>
<li>chore(deps): lock file maintenance by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3370">faker-js/faker#3370</a></li>
<li>refactor(locales): fix chemical element names in zh_CN by <a
href="https://github.com/tuanzisama"><code>@​tuanzisama</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3371">faker-js/faker#3371</a></li>
<li>refactor(locale): improve product_name data in en and tr by <a
href="https://github.com/k-salih"><code>@​k-salih</code></a> in <a
href="https://redirect.github.com/faker-js/faker/pull/3372">faker-js/faker#3372</a></li>
<li>chore(release): 9.4.0 by <a
href="https://github.com/fakerjs-bot"><code>@​fakerjs-bot</code></a> in
<a
href="https://redirect.github.com/faker-js/faker/pull/3362">faker-js/faker#3362</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faker-js/faker/blob/next/CHANGELOG.md"><code>@​faker-js/faker</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/faker-js/faker/compare/v9.3.0...v9.4.0">9.4.0</a>
(2025-01-15)</h2>
<h3>Features</h3>
<ul>
<li><strong>finance:</strong> use fake patterns for
transactionDescription (<a
href="https://redirect.github.com/faker-js/faker/issues/3202">#3202</a>)
(<a
href="https://github.com/faker-js/faker/commit/5ec4a6c9ddc037ae189ee93f339fa52065ac2a26">5ec4a6c</a>)</li>
<li><strong>internet:</strong> update to simplified modern user-agent
list (<a
href="https://redirect.github.com/faker-js/faker/issues/3324">#3324</a>)
(<a
href="https://github.com/faker-js/faker/commit/3c7abb55e68fcbcf41560539a15845e7c8882765">3c7abb5</a>)</li>
<li><strong>location:</strong> add list of spoken languages (<a
href="https://redirect.github.com/faker-js/faker/issues/3333">#3333</a>)
(<a
href="https://github.com/faker-js/faker/commit/ff6dda94ddd312ebcff816cbb63e74df9857d091">ff6dda9</a>)</li>
</ul>
<h3>Changed Locales</h3>
<ul>
<li><strong>locale:</strong> fix various locale data with trailing
spaces (<a
href="https://redirect.github.com/faker-js/faker/issues/3329">#3329</a>)
(<a
href="https://github.com/faker-js/faker/commit/e5eec0ed848d298ccba1d6db9392a507c5ce2bc4">e5eec0e</a>)</li>
<li><strong>locale:</strong> improve product_name data in en and tr (<a
href="https://redirect.github.com/faker-js/faker/issues/3372">#3372</a>)
(<a
href="https://github.com/faker-js/faker/commit/773fc1f654a2ab57d048443e54761f0f288e7427">773fc1f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>animal:</strong> re-moo-ved some incorrect cow data (<a
href="https://redirect.github.com/faker-js/faker/issues/3326">#3326</a>)
(<a
href="https://github.com/faker-js/faker/commit/47f835bd0dc257e5d7b9d7e7e06c08854474a3a7">47f835b</a>)</li>
<li>basic wildcard range handling + add more tests (<a
href="https://redirect.github.com/faker-js/faker/issues/3322">#3322</a>)
(<a
href="https://github.com/faker-js/faker/commit/817f8a01d93378e00c03cf73154fcec34fd5feef">817f8a0</a>)</li>
<li><strong>finance:</strong> update Discover card number format to
ensure accuracy (<a
href="https://redirect.github.com/faker-js/faker/issues/3336">#3336</a>)
(<a
href="https://github.com/faker-js/faker/commit/69c006344b8c54a9cd5f0adc36d49c88a223de4e">69c0063</a>)</li>
<li><strong>image:</strong> dataUri should return random type (<a
href="https://redirect.github.com/faker-js/faker/issues/3347">#3347</a>)
(<a
href="https://github.com/faker-js/faker/commit/eceb17d25741c5fb1bd56b8151067eed3708a076">eceb17d</a>)</li>
<li><strong>locales:</strong> update chemical element names in zh_CN (<a
href="https://redirect.github.com/faker-js/faker/issues/3371">#3371</a>)
(<a
href="https://github.com/faker-js/faker/commit/6ec6f84922a16a8489215ba152e683227f5c8262">6ec6f84</a>)</li>
<li><strong>location:</strong> fix bad uz street_name_part data (<a
href="https://redirect.github.com/faker-js/faker/issues/3328">#3328</a>)
(<a
href="https://github.com/faker-js/faker/commit/b6132cbee67ae7e53f57ffb344688d3980f91d3d">b6132cb</a>)</li>
<li><strong>music:</strong> fix truncated song names with commas (<a
href="https://redirect.github.com/faker-js/faker/issues/3327">#3327</a>)
(<a
href="https://github.com/faker-js/faker/commit/f36fc71ac4cce6d5a6c9e6b16d7a22a98a01db74">f36fc71</a>),
closes <a
href="https://redirect.github.com/faker-js/faker/issues/996">#996</a></li>
<li><strong>system:</strong> semver parts should not be limited to 0-9
(<a
href="https://redirect.github.com/faker-js/faker/issues/3349">#3349</a>)
(<a
href="https://github.com/faker-js/faker/commit/c0d92b8fa856d0c841f5aee57c6e08627025447a">c0d92b8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/faker-js/faker/commit/192b540d70447d0bdeebf417b62f6224b8ba9db1"><code>192b540</code></a>
chore(release): 9.4.0 (<a
href="https://redirect.github.com/faker-js/faker/issues/3362">#3362</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/773fc1f654a2ab57d048443e54761f0f288e7427"><code>773fc1f</code></a>
refactor(locale): improve product_name data in en and tr (<a
href="https://redirect.github.com/faker-js/faker/issues/3372">#3372</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/6ec6f84922a16a8489215ba152e683227f5c8262"><code>6ec6f84</code></a>
fix(locales): update chemical element names in zh_CN (<a
href="https://redirect.github.com/faker-js/faker/issues/3371">#3371</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/bddce72b499fc0b62fc527720e6804ca72884643"><code>bddce72</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/faker-js/faker/issues/3370">#3370</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/3bb64a230a7012048ac742022af83f6d6369592e"><code>3bb64a2</code></a>
docs: use embedded build for preview examples (<a
href="https://redirect.github.com/faker-js/faker/issues/3343">#3343</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/d2c67636c0f5bcb0886e1d217288a47b940ab284"><code>d2c6763</code></a>
chore(deps): update eslint (<a
href="https://redirect.github.com/faker-js/faker/issues/3369">#3369</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/5d4754c51e2499df9e4a8e4684ad04d461066de7"><code>5d4754c</code></a>
docs(finance): add seeAlsos (<a
href="https://redirect.github.com/faker-js/faker/issues/3344">#3344</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/42dade59d3f6ac756965ca3fd951618e9ac24327"><code>42dade5</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/faker-js/faker/issues/3366">#3366</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/ece4f16dd28965a749353dd82be281934b74a334"><code>ece4f16</code></a>
chore(deps): update vitest (<a
href="https://redirect.github.com/faker-js/faker/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/faker-js/faker/commit/5b8356bbcb8db2a2989e590651eb48913aaeedcf"><code>5b8356b</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/faker-js/faker/issues/3353">#3353</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/faker-js/faker/compare/v9.3.0...v9.4.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@import-meta-env/cli` from 0.7.2 to 0.7.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/runtime-env/import-meta-env/releases"><code>@​import-meta-env/cli</code>'s
releases</a>.</em></p>
<blockquote>
<h2>cli: v0.7.3</h2>
<h2><a
href="https://github.com/runtime-env/import-meta-env/compare/cli0.7.2...cli0.7.3">0.7.3</a>
(2025-01-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency commander to v13.1.0 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1685">#1685</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/a4afca067ef33d3296a66d8d8a0d412b37ed9dcd">a4afca0</a>)</li>
<li><strong>deps:</strong> update dependency glob to v11.0.1 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1675">#1675</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/d59eb140ad7e1c42c580df733d7812344b83a64a">d59eb14</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/runtime-env/import-meta-env/blob/main/packages/cli/CHANGELOG.md"><code>@​import-meta-env/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/runtime-env/import-meta-env/compare/cli0.7.2...cli0.7.3">0.7.3</a>
(2025-01-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency commander to v13.1.0 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1685">#1685</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/a4afca067ef33d3296a66d8d8a0d412b37ed9dcd">a4afca0</a>)</li>
<li><strong>deps:</strong> update dependency glob to v11.0.1 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1675">#1675</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/d59eb140ad7e1c42c580df733d7812344b83a64a">d59eb14</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/runtime-env/import-meta-env/commit/68959d83f02b581ad3d7bb0462d4409ea49f1182"><code>68959d8</code></a>
chore: release main (<a
href="https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli/issues/1687">#1687</a>)</li>
<li><a
href="https://github.com/runtime-env/import-meta-env/commit/a4afca067ef33d3296a66d8d8a0d412b37ed9dcd"><code>a4afca0</code></a>
fix(deps): update dependency commander to v13.1.0 (<a
href="https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli/issues/1685">#1685</a>)</li>
<li><a
href="https://github.com/runtime-env/import-meta-env/commit/d59eb140ad7e1c42c580df733d7812344b83a64a"><code>d59eb14</code></a>
fix(deps): update dependency glob to v11.0.1 (<a
href="https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli/issues/1675">#1675</a>)</li>
<li><a
href="https://github.com/runtime-env/import-meta-env/commit/32caaececd83e0de2633af10da6b0be15f21eafb"><code>32caaec</code></a>
fix(deps): update dependency commander to v13 (<a
href="https://github.com/runtime-env/import-meta-env/tree/HEAD/packages/cli/issues/1660">#1660</a>)</li>
<li>See full diff in <a
href="https://github.com/runtime-env/import-meta-env/commits/cli0.7.3/packages/cli">compare
view</a></li>
</ul>
</details>
<br />

Updates `@import-meta-env/prepare` from 0.2.1 to 0.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/runtime-env/import-meta-env/releases"><code>@​import-meta-env/prepare</code>'s
releases</a>.</em></p>
<blockquote>
<h2>prepare: v0.2.2</h2>
<h2><a
href="https://github.com/runtime-env/import-meta-env/compare/prepare0.2.1...prepare0.2.2">0.2.2</a>
(2025-01-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency commander to v13.1.0 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1685">#1685</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/a4afca067ef33d3296a66d8d8a0d412b37ed9dcd">a4afca0</a>)</li>
<li><strong>deps:</strong> update dependency glob to v11.0.1 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1675">#1675</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/d59eb140ad7e1c42c580df733d7812344b83a64a">d59eb14</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/runtime-env/import-meta-env/blob/main/packages/prepare/CHANGELOG.md"><code>@​import-meta-env/prepare</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/runtime-env/import-meta-env/compare/prepare0.2.1...prepare0.2.2">0.2.2</a>
(2025-01-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency commander to v13.1.0 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1685">#1685</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/a4afca067ef33d3296a66d8d8a0d412b37ed9dcd">a4afca0</a>)</li>
<li><strong>deps:</strong> update dependency glob to v11.0.1 (<a
href="https://redirect.github.com/runtime-env/import-meta-env/issues/1675">#1675</a>)
(<a
href="https://github.com/runtime-env/import-meta-env/commit/d59eb140ad7e1c42c580df733d7812344b83a64a">d59eb14</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/runtime-env/import-meta-env/commits/cli0.2.2/packages/prepare">compare
view</a></li>
</ul>
</details>
<br />

Updates `@swc/core` from 1.10.4 to 1.10.12
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@​swc/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[1.10.12] - 2025-01-29</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>(es/parser)</strong> Remove wrong check about
<code>const</code> without init (<a
href="https://redirect.github.com/swc-project/swc/issues/9970">#9970</a>)
(<a
href="https://github.com/swc-project/swc/commit/1b572617f36b9eb02b8dd7002bd2374a0cc8e2b1">1b57261</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>
<p><strong>(es/minifier)</strong> Make analyzer not call
<code>collect_infects_from</code> recursively (<a
href="https://redirect.github.com/swc-project/swc/issues/9924">#9924</a>)
(<a
href="https://github.com/swc-project/swc/commit/37616c33bf877845afe55c9fc0d21ccbbf59bad3">37616c3</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Skip complex inline operations if
possible (<a
href="https://redirect.github.com/swc-project/swc/issues/9972">#9972</a>)
(<a
href="https://github.com/swc-project/swc/commit/772cc309cc0ff677ebe415b1745cfcb55fe12c03">772cc30</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Merge binding analyzer into infection
analyzer (<a
href="https://redirect.github.com/swc-project/swc/issues/9973">#9973</a>)
(<a
href="https://github.com/swc-project/swc/commit/ca8a71f523f94fdfb866f10c470cc3dea2fd1f9c">ca8a71f</a>)</p>
</li>
</ul>
<h2>[1.10.11] - 2025-01-27</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es)</strong> Restore JSON config &amp; Adjust feature
renaming (<a
href="https://redirect.github.com/swc-project/swc/issues/9967">#9967</a>)
(<a
href="https://github.com/swc-project/swc/commit/72e545575bea0a12614889861d839578581af170">72e5455</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Avoid paren when compressing ternary
(<a
href="https://redirect.github.com/swc-project/swc/issues/9920">#9920</a>)
(<a
href="https://github.com/swc-project/swc/commit/9d6fe370cff502b00245c409bbbc9a3d00e622fe">9d6fe37</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Parse <code>yield&lt;T&gt; (v:
T)=&gt;v</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9915">#9915</a>)
(<a
href="https://github.com/swc-project/swc/commit/04333aacfeded1f1d21c167c4cdc6bce7b0eaf23">04333aa</a>)</p>
</li>
<li>
<p><strong>(ts/fast-strip)</strong> More robust generic arrow handling
(<a
href="https://redirect.github.com/swc-project/swc/issues/9913">#9913</a>)
(<a
href="https://github.com/swc-project/swc/commit/f7faa7c08c65f6cc453ded39834077e9ae7c7b91">f7faa7c</a>)</p>
</li>
<li>
<p><strong>(typescript)</strong> Allow references to the global Symbol
in computed property names under <code>isolatedDeclarations</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9869">#9869</a>)
(<a
href="https://github.com/swc-project/swc/commit/e4c1e03e1775065be98b4bc230725b5b745f8843">e4c1e03</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/minifier)</strong> Compress negate eq (<a
href="https://redirect.github.com/swc-project/swc/issues/9911">#9911</a>)
(<a
href="https://github.com/swc-project/swc/commit/e8f23cf92146828ea2a8b65724c7a6824acf9f0f">e8f23cf</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Compress Assign to number (<a
href="https://redirect.github.com/swc-project/swc/issues/9943">#9943</a>)
(<a
href="https://github.com/swc-project/swc/commit/d5f40a0bc00df0cfb850a5989b15efb7467f3303">d5f40a0</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swc-project/swc/commit/08a7d88906d6e54bb3ee5df558980354597e3863"><code>08a7d88</code></a>
chore: Publish <code>1.10.12</code> with <code>swc_core</code>
<code>v12.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/8e58f8faf948370d7e3bd34305975b87ea499ec9"><code>8e58f8f</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/e9e600c4ee98deb9f2cbb3670ecc0667707abf9e"><code>e9e600c</code></a>
chore: Publish <code>1.10.12-nightly-20250129.1</code> with
<code>swc_core</code> <code>v12.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/3804b6eb225161628862935a5ce0e28bbae4d930"><code>3804b6e</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v12.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/ca8a71f523f94fdfb866f10c470cc3dea2fd1f9c"><code>ca8a71f</code></a>
perf(es/minifier): Merge binding analyzer into infection analyzer (<a
href="https://redirect.github.com/swc-project/swc/issues/9973">#9973</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/1b572617f36b9eb02b8dd7002bd2374a0cc8e2b1"><code>1b57261</code></a>
fix(es/parser): Remove wrong check about <code>const</code> without init
(<a
href="https://redirect.github.com/swc-project/swc/issues/9970">#9970</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/772cc309cc0ff677ebe415b1745cfcb55fe12c03"><code>772cc30</code></a>
perf(es/minifier): Skip complex inline operations if possible (<a
href="https://redirect.github.com/swc-project/swc/issues/9972">#9972</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/37616c33bf877845afe55c9fc0d21ccbbf59bad3"><code>37616c3</code></a>
perf(es/minifier): Make analyzer not call
<code>collect_infects_from</code> recursively ...</li>
<li><a
href="https://github.com/swc-project/swc/commit/9109a53c8f223f2073865a5be1d852aa125bc01b"><code>9109a53</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/e68829caba844024c9c4a2392bde34d24e3f182e"><code>e68829c</code></a>
chore: Publish <code>1.10.11</code> with <code>swc_core</code>
<code>v11.0.1</code></li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.10.4...v1.10.12">compare
view</a></li>
</ul>
</details>
<br />

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/user-event/releases"><code>@​testing-library/user-event</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.6.1</h2>
<h2><a
href="https://github.com/testing-library/user-event/compare/v14.6.0...v14.6.1">14.6.1</a>
(2025-01-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>correct description for <code>delay</code> option (<a
href="https://redirect.github.com/testing-library/user-event/issues/1175">#1175</a>)
(<a
href="https://github.com/testing-library/user-event/commit/2edf14d2e787e5a4217e69f602d21dc9dc8a6149">2edf14d</a>)</li>
<li><strong>keyboard:</strong> add <code>ContextMenu</code> to
<code>defaultKeyMap</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1079">#1079</a>)
(<a
href="https://github.com/testing-library/user-event/commit/3e471d1feb2ab08c34650a9d51b4b29555122663">3e471d1</a>)</li>
<li><strong>keyboard:</strong> add brackets to
<code>defaultKeyMap</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1226">#1226</a>)
(<a
href="https://github.com/testing-library/user-event/commit/543ecb0ea91ce36de9ed9d4f0fffc43df0068f38">543ecb0</a>)</li>
<li><strong>keyboard:</strong> walk through radio group per arrow keys
(<a
href="https://redirect.github.com/testing-library/user-event/issues/1049">#1049</a>)
(<a
href="https://github.com/testing-library/user-event/commit/bf8111ca9fed2ab738e0568d741c2de1425e0ca4">bf8111c</a>)</li>
<li><strong>pointer:</strong> dispatch mouse events if
<code>pointerdown</code> is <code>defaultPrevented</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1121">#1121</a>)
(<a
href="https://github.com/testing-library/user-event/commit/f681f7bbfe4938540d4f2504d32e7f45b3ab50b6">f681f7b</a>)</li>
<li><strong>pointer:</strong> set <code>button</code> and
<code>buttons</code> properties on <code>PointerEvent</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1219">#1219</a>)
(<a
href="https://github.com/testing-library/user-event/commit/6614f7282c75f783167fd3bee8113244a524fe20">6614f72</a>)</li>
<li><strong>pointer:</strong> use <code>1</code> as default value for
<code>PointerEvent.width</code> and <code>PointerEvent.height</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1224">#1224</a>)
(<a
href="https://github.com/testing-library/user-event/commit/f0468d04d75c84900daf440f96b114192b920372">f0468d0</a>)</li>
<li>prevent <code>click</code> event loop on form-associated custom
element (<a
href="https://redirect.github.com/testing-library/user-event/issues/1238">#1238</a>)
(<a
href="https://github.com/testing-library/user-event/commit/465fc7eb49d38ad20b6cb227aea667167c4ea955">465fc7e</a>)</li>
<li>prevent <code>click</code> event on non-focusable control (<a
href="https://redirect.github.com/testing-library/user-event/issues/1130">#1130</a>)
(<a
href="https://github.com/testing-library/user-event/commit/e4290948650a6925f549f4ec35ff74b3e81a0c64">e429094</a>)</li>
<li><strong>upload:</strong> apply <code>accept</code> filter more
leniently (<a
href="https://redirect.github.com/testing-library/user-event/issues/1064">#1064</a>)
(<a
href="https://github.com/testing-library/user-event/commit/a344ad4dfea07b854513705d9e5ef7b3ef10919d">a344ad4</a>)</li>
</ul>
<h2>v14.6.0</h2>
<h2><a
href="https://github.com/testing-library/user-event/compare/v14.5.2...v14.6.0">14.6.0</a>
(2025-01-15)</h2>
<h3>Features</h3>
<ul>
<li>dispatch <code>FocusEvent</code> in hidden documents (<a
href="https://redirect.github.com/testing-library/user-event/issues/1252">#1252</a>)
(<a
href="https://github.com/testing-library/user-event/commit/1ed8b1557b40c7ded24c62f14d33b1086ceac0a4">1ed8b15</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>clipboard:</strong> await
<code>DataTransferItem.getAsString()</code> callback (<a
href="https://redirect.github.com/testing-library/user-event/issues/1251">#1251</a>)
(<a
href="https://github.com/testing-library/user-event/commit/7b11b0e88a4bf8a3366caa70888028bf4bff59ec">7b11b0e</a>)</li>
<li><strong>event:</strong> assign pointer coords to MouseEvent (<a
href="https://redirect.github.com/testing-library/user-event/issues/1039">#1039</a>)
(<a
href="https://github.com/testing-library/user-event/commit/852897257744b18eca56edc9dc171e626a6d9823">8528972</a>)</li>
<li><strong>pointer:</strong> check <code>PointerCoords.x</code> in
<code>isDifferentPointerPosition</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1216">#1216</a>)
(<a
href="https://github.com/testing-library/user-event/commit/75edef5c066e30c3be28b8d607b47f7b66ad14c1">75edef5</a>)</li>
<li><strong>pointer:</strong> check all fields of
<code>PointerCoords</code> in <code>isDifferentPointerPosition()</code>
(<a
href="https://redirect.github.com/testing-library/user-event/issues/1229">#1229</a>)
(<a
href="https://github.com/testing-library/user-event/commit/5f3d28fe3a5a83b7403c1c6f41ba2be881306bfc">5f3d28f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testing-library/user-event/commit/d42954be66484bcf78486a298cc37f8a7c9e4bea"><code>d42954b</code></a>
chore: fix typos (<a
href="https://redirect.github.com/testing-library/user-event/issues/1260">#1260</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/465fc7eb49d38ad20b6cb227aea667167c4ea955"><code>465fc7e</code></a>
fix: prevent <code>click</code> event loop on form-associated custom
element (<a
href="https://redirect.github.com/testing-library/user-event/issues/1238">#1238</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/65c1f6c87df8b694675a5ebc79779ecf4ff9c020"><code>65c1f6c</code></a>
test: update snapshots (<a
href="https://redirect.github.com/testing-library/user-event/issues/1261">#1261</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/543ecb0ea91ce36de9ed9d4f0fffc43df0068f38"><code>543ecb0</code></a>
fix(keyboard): add brackets to <code>defaultKeyMap</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1226">#1226</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/f0468d04d75c84900daf440f96b114192b920372"><code>f0468d0</code></a>
fix(pointer): use <code>1</code> as default value for
<code>PointerEvent.width</code> and `PointerE...</li>
<li><a
href="https://github.com/testing-library/user-event/commit/6614f7282c75f783167fd3bee8113244a524fe20"><code>6614f72</code></a>
fix(pointer): set <code>button</code> and <code>buttons</code>
properties on <code>PointerEvent</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1219">#1219</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/2edf14d2e787e5a4217e69f602d21dc9dc8a6149"><code>2edf14d</code></a>
fix: correct description for <code>delay</code> option (<a
href="https://redirect.github.com/testing-library/user-event/issues/1175">#1175</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/e4290948650a6925f549f4ec35ff74b3e81a0c64"><code>e429094</code></a>
fix: prevent <code>click</code> event on non-focusable control (<a
href="https://redirect.github.com/testing-library/user-event/issues/1130">#1130</a>)</li>
<li><a
href="https://github.com/testing-library/user-event/commit/f681f7bbfe4938540d4f2504d32e7f45b3ab50b6"><code>f681f7b</code></a>
fix(pointer): dispatch mouse events if <code>pointerdown</code> is
<code>defaultPrevented</code> (#...</li>
<li><a
href="https://github.com/testing-library/user-event/commit/3e471d1feb2ab08c34650a9d51b4b29555122663"><code>3e471d1</code></a>
fix(keyboard): add <code>ContextMenu</code> to
<code>defaultKeyMap</code> (<a
href="https://redirect.github.com/testing-library/user-event/issues/1079">#1079</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/user-event/compare/v14.5.2...v14.6.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v28.11.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.1...v28.11.0">28.11.0</a>
(2025-01-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>valid-expect:</strong> allow calling <code>expect</code>
with no arguments (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1688">#1688</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/ff0349ea0beb399fdd6d08676b88a32b2fab722c">ff0349e</a>)</li>
</ul>
<h2>v28.10.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.10.1">28.10.1</a>
(2025-01-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>padding-around-test-blocks:</strong> update description (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1691">#1691</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/9cb4eccab0439c7f56608ffa1e6c9441178bf6d5">9cb4ecc</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.1...v28.11.0">28.11.0</a>
(2025-01-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>valid-expect:</strong> allow calling <code>expect</code>
with no arguments (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1688">#1688</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/ff0349ea0beb399fdd6d08676b88a32b2fab722c">ff0349e</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.10.1">28.10.1</a>
(2025-01-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>padding-around-test-blocks:</strong> update description (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1691">#1691</a>)
(<a
href="https://github.com/jest-community/eslint-plugin-jest/commit/9cb4eccab0439c7f56608ffa1e6c9441178bf6d5">9cb4ecc</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/53427f0c6c545624ec9af149f33ced15297af901"><code>53427f0</code></a>
chore(release): 28.11.0 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/ff0349ea0beb399fdd6d08676b88a32b2fab722c"><code>ff0349e</code></a>
feat(valid-expect): allow calling <code>expect</code> with no arguments
(<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1688">#1688</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/deb6609d37df4638e5fd28fac60bcca951baed08"><code>deb6609</code></a>
chore(release): 28.10.1 [skip ci]</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/9cb4eccab0439c7f56608ffa1e6c9441178bf6d5"><code>9cb4ecc</code></a>
fix(padding-around-test-blocks): update description (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1691">#1691</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/eecc6e65eb6a983729a38d97e702da0e4d46bdd9"><code>eecc6e6</code></a>
chore: downgrade <code>markdown-link-check</code> to known working
version and make it l...</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/f05e76d0361554eab0f82f6248225be957fd3d06"><code>f05e76d</code></a>
chore: add Node 23 to CI (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1695">#1695</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/8c89634a780cd2ca775e3980196d5c9a6d0bb3fb"><code>8c89634</code></a>
chore(deps): update dependency eslint-config-prettier to v10 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1694">#1694</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/320e94980262ad0ad7e7bb0e9bf867bb19371b61"><code>320e949</code></a>
chore(deps): update dependency is-ci to v4 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1682">#1682</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/9c915092ca3220f18fa4b22cd628377465723143"><code>9c91509</code></a>
chore: update package urls for homepage, repository, and bugs (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1693">#1693</a>)</li>
<li><a
href="https://github.com/jest-community/eslint-plugin-jest/commit/3377caec7ca8e2abe2f769410ec9e56f87efe506"><code>3377cae</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1692">#1692</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.11.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/703">#703</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/9c6141f2436de0bf379bef91b30fe1b0bc737cf2"><code>9c6141f</code></a>
Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>!
- Add name field to recommended flat config</li>
</ul>
<h2>v5.2.2</h2>
<h2>Patch Changes</h2>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">#700</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
Thanks <a href="https://github.com/ntnyq"><code>@​ntnyq</code></a>! -
fix: report node when loc not found</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>docs(README): fixes legacy ESlint configs link by <a
href="https://github.com/2KAbhishek"><code>@​2KAbhishek</code></a> in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/686">prettier/eslint-plugin-prettier#686</a></li>
<li>fix: report node when loc not found by <a
href="https://github.com/ntnyq"><code>@​ntnyq</code></a> in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">prettier/eslint-plugin-prettier#700</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/2KAbhishek"><code>@​2KAbhishek</code></a> made
their first contribution in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/686">prettier/eslint-plugin-prettier#686</a></li>
<li><a href="https://github.com/ntnyq"><code>@​ntnyq</code></a> made
their first contribution in <a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">prettier/eslint-plugin-prettier#700</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2">https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's
changelog</a>.</em></p>
<blockquote>
<h2>5.2.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/703">#703</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/9c6141f2436de0bf379bef91b30fe1b0bc737cf2"><code>9c6141f</code></a>
Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>!
- Add name field to recommended flat config</li>
</ul>
<h2>5.2.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/700">#700</a>
<a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
Thanks <a href="https://github.com/ntnyq"><code>@​ntnyq</code></a>! -
fix: report node when loc not found</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/6fd7ba1374960ad943c46e8c4e607bffc142347a"><code>6fd7ba1</code></a>
chore: release eslint-plugin-prettier (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/704">#704</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/190d6f9738fe4eaa2ba38fe785795293e985962a"><code>190d6f9</code></a>
build(deps): Bump synckit from 0.9.1 to 0.9.2 (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/705">#705</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/9cf6a01a56e1f80ab3bbbbabe829c739ecae797c"><code>9cf6a01</code></a>
build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/677">#677</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/9c6141f2436de0bf379bef91b30fe1b0bc737cf2"><code>9c6141f</code></a>
chore: add plugin name to flat recommended config (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/703">#703</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/35a5cd02cf8f607e04bcf577241c76a17e224179"><code>35a5cd0</code></a>
chore: bupm eslint-plugin-comments (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/702">#702</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/df123a5812b6f9f2dc27fa518f3036e784b07f15"><code>df123a5</code></a>
chore: release eslint-plugin-prettier (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/701">#701</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/e272d7c65e5c8b3d186ef8749a81b2074c2b2d85"><code>e272d7c</code></a>
chore: use double quote for changesets/changelog files</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420"><code>aa5b59f</code></a>
fix: report node when loc not found (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/700">#700</a>)</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/37d87eab917bb7614877fa65fa7fe37b4d4448ad"><code>37d87ea</code></a>
chore: update FUNDING.yml</li>
<li><a
href="https://github.com/prettier/eslint-plugin-prettier/commit/b307125faeb58b6dbfd5d8812b2dffcfdc8358df"><code>b307125</code></a>
docs(README): fixes legacy ESlint configs link (<a
href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/686">#686</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsx-eslint/eslint-plugin-react/releases">eslint-plugin-react's
releases</a>.</em></p>
<blockquote>
<h2>v7.37.4</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unknown-property</code>]: support
<code>onBeforeToggle</code>, <code>popoverTarget</code>,
<code>popoverTargetAction</code> attributes (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3865">#3865</a>[]
<a href="https://github.com/acusti"><code>@​acusti</code></a>)</li>
<li>[types] fix types of flat configs (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3874">#3874</a>[]
<a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1000">#1000</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1000">jsx-eslint/eslint-plugin-react#1000</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">#1002</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1002">jsx-eslint/eslint-plugin-react#1002</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1005">#1005</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1005">jsx-eslint/eslint-plugin-react#1005</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">#100</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/100">jsx-eslint/eslint-plugin-react#100</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1010">#1010</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1010">jsx-eslint/eslint-plugin-react#1010</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1013">#1013</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1013">jsx-eslint/eslint-plugin-react#1013</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">#1022</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1022">jsx-eslint/eslint-plugin-react#1022</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">#1029</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1029">jsx-eslint/eslint-plugin-react#1029</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">#102</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/102">jsx-eslint/eslint-plugin-react#102</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">#1034</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1034">jsx-eslint/eslint-plugin-react#1034</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1038">#1038</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1038">jsx-eslint/eslint-plugin-react#1038</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1041">#1041</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1041">jsx-eslint/eslint-plugin-react#1041</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">#1043</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1043">jsx-eslint/eslint-plugin-react#1043</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">#1046</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1046">jsx-eslint/eslint-plugin-react#1046</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">#1047</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1047">jsx-eslint/eslint-plugin-react#1047</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1050">#1050</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1050">jsx-eslint/eslint-plugin-react#1050</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">#1053</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1053">jsx-eslint/eslint-plugin-react#1053</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">#1057</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1057">jsx-eslint/eslint-plugin-react#1057</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">#105</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/105">jsx-eslint/eslint-plugin-react#105</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">#1061</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1061">jsx-eslint/eslint-plugin-react#1061</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1062">#1062</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1062">jsx-eslint/eslint-plugin-react#1062</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1070">#1070</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1070">jsx-eslint/eslint-plugin-react#1070</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1071">#1071</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1071">jsx-eslint/eslint-plugin-react#1071</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">#1073</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1073">jsx-eslint/eslint-plugin-react#1073</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">#1076</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1076">jsx-eslint/eslint-plugin-react#1076</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">#1079</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1079">jsx-eslint/eslint-plugin-react#1079</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">#1088</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1088">jsx-eslint/eslint-plugin-react#1088</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1098">#1098</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1098">jsx-eslint/eslint-plugin-react#1098</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1101">#1101</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1101">jsx-eslint/eslint-plugin-react#1101</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1103">#1103</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1103">jsx-eslint/eslint-plugin-react#1103</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/110">#110</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/110">jsx-eslint/eslint-plugin-react#110</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1116">#1116</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1116">jsx-eslint/eslint-plugin-react#1116</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1117">#1117</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1117">jsx-eslint/eslint-plugin-react#1117</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1119">#1119</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1119">jsx-eslint/eslint-plugin-react#1119</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1121">#1121</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1121">jsx-eslint/eslint-plugin-react#1121</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1122">#1122</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1122">jsx-eslint/eslint-plugin-react#1122</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1123">#1123</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1123">jsx-eslint/eslint-plugin-react#1123</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1130">#1130</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1130">jsx-eslint/eslint-plugin-react#1130</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1131">#1131</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1131">jsx-eslint/eslint-plugin-react#1131</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1132">#1132</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1132">jsx-eslint/eslint-plugin-react#1132</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1134">#1134</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1134">jsx-eslint/eslint-plugin-react#1134</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1135">#1135</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1135">jsx-eslint/eslint-plugin-react#1135</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1139">#1139</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1139">jsx-eslint/eslint-plugin-react#1139</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1148">#1148</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1148">jsx-eslint/eslint-plugin-react#1148</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/1149">#1149</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/1149">jsx-eslint/eslint-plugin-react#1149</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.3...v7.37.4">7.37.4</a>
- 2025.01.12</h2>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unknown-property</code>]: support
<code>onBeforeToggle</code>, <code>popoverTarget</code>,
<code>popoverTargetAction</code> attributes (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3865">#3865</a>[]
<a href="https://github.com/acusti"><code>@​acusti</code></a>)</li>
<li>[types] fix types of flat configs (<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3874">#3874</a>[]
<a href="https://github.com/ljharb"><code>@​ljharb</code></a>)</li>
</ul>
<p><a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3874">#3874</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3874">jsx-eslint/eslint-plugin-react#3874</a>
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3865">#3865</a>:
<a
href="https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3865">jsx-eslint/eslint-plugin-react#3865</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/e6b5b41191690ee166d0cca1e9db27092b910f03"><code>e6b5b41</code></a>
Update CHANGELOG and bump version</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/cfd5edd4f66905ea3300d3ee96289b9fefbbfb5f"><code>cfd5edd</code></a>
[Dev Deps] update <code>@babel/eslint-parser</code></li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/efc021fbece010b3f4a658cd1b05753e9e2776f1"><code>efc021f</code></a>
[types] fix types of flat configs</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/82a196a0b2c7c5c91e57f320428b58900cb4a8cf"><code>82a196a</code></a>
[Fix] <code>no-unknown-property</code>: support
<code>onBeforeToggle</code>, <code>popoverTarget</code>, `popo...</li>
<li><a
href="https://github.com/jsx-eslint/eslint-plugin-react/commit/5c816edc1d146767143ce894707bd7284aca400c"><code>5c816ed</code></a>
[actions] publish action: allow additional URL</li>
<li>See full diff in <a
href="https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.3...v7.37.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `type-fest` from 4.31.0 to 4.33.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/type-fest/releases">type-fest's
releases</a>.</em></p>
<blockquote>
<h2>v4.33.0</h2>
<ul>
<li><code>StringRepeat</code>: Add support for generating longer strings
&amp; fix instantiations with unions (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1046">#1046</a>)
fbccaab</li>
<li><code>Split</code>: Add support for longer strings (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1042">#1042</a>)
49605b9</li>
<li><code>Get</code>: Optimize performance (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1031">#1031</a>)
cfb5947</li>
<li><code>KeysOfUnion</code>: Fix assignability with <code>keyof</code>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1009">#1009</a>)
4789c7c</li>
<li><code>IsStringLiteral</code>: Fix instantiations with infinite
string types (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1044">#1044</a>)
e7800af</li>
<li><code>SetRequiredDeep</code>: Fix handling of unions in nested keys
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1037">#1037</a>)
bf5ce3c</li>
<li><code>StringSlice</code>: Fix return type when passing in
non-literal (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1036">#1036</a>)
979eccf</li>
<li><code>Sum</code>/<code>Subtract</code>: Fix instantiations with
unions (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1034">#1034</a>)
69bfd51</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.32.0...v4.33.0">https://github.com/sindresorhus/type-fest/compare/v4.32.0...v4.33.0</a></p>
<h2>v4.32.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/is-tuple.d.ts"><code>IsTuple</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1024">#1024</a>)
1e0872d</li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/set-required-deep.d.ts"><code>SetRequiredDeep</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/939">#939</a>)
3d54627</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><code>PartialDeep</code>: Add <a
href="https://github.com/sindresorhus/type-fest/blob/20f1995b4ac8974173a6766d608a5bc953865954/source/partial-deep.d.ts#L14-L38"><code>allowUndefinedInNonTupleArrays</code></a>
option (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1019">#1019</a>)
278df80</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>SetRequired</code>: Fix support for removal of optional
modifiers from tuples (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1030">#1030</a>)
c897aad</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0">https://github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/81a05404c6c60583ff3dfcc0e4b992c62e052626"><code>81a0540</code></a>
4.33.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/fbccaab4d2299c772ea47df056e784ddaf8340b7"><code>fbccaab</code></a>
<code>StringRepeat</code>: Add support for generating longer strings
&amp; fix instantiation...</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/4789c7cd5532538b8e572a04a639ab2af034cc87"><code>4789c7c</code></a>
<code>KeysOfUnion</code>: Fix assignability with <code>keyof</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1009">#1009</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/e7800af44959eba2262cffd…
  • Loading branch information
louptheron authored Feb 3, 2025
2 parents e32de83 + 83cce4a commit d5e3f74
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 87 deletions.
Loading

0 comments on commit d5e3f74

Please sign in to comment.