-
Notifications
You must be signed in to change notification settings - Fork 23
Commit ead6f71
authored
Bump the devdependencies group with 16 updates (#535)
Bumps the devdependencies group with 16 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.13.16` | `22.15.3` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.29.0` | `8.31.1` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.29.0` | `8.31.1` |
|
[@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils)
| `8.29.0` | `8.31.1` |
|
[@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui)
| `3.1.1` | `3.1.2` |
|
[cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)
| `8.18.1` | `8.19.3` |
|
[eslint-config-prettier](https://github.com/prettier/eslint-config-prettier)
| `10.1.1` | `10.1.2` |
|
[eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript)
| `4.3.1` | `4.3.4` |
| [turbo](https://github.com/vercel/turborepo) | `2.4.4` | `2.5.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` |
`5.8.3` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `3.1.1` | `3.1.2` |
|
[@testing-library/react](https://github.com/testing-library/react-testing-library)
| `16.2.0` | `16.3.0` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `19.0.12` | `19.1.2` |
|
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
| `19.0.4` | `19.1.3` |
|
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
| `4.3.4` | `4.4.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`6.2.6` | `6.3.4` |
Updates `@types/node` from 22.13.16 to 22.15.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/eslint-plugin` from 8.29.0 to 8.31.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.31.1</h2>
<h2>8.31.1 (2025-04-28)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade
fix to suggestion (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.31.0</h2>
<h2>8.31.0 (2025-04-21)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add
option to ignore string const assertions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> address bugs in
<code>config()</code> around global ignores (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11065">#11065</a>)</li>
<li><strong>typescript-eslint:</strong> gracefully handle invalid flat
config objects in config helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11070">#11070</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Nicolas Le Cam</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.30.1</h2>
<h2>8.30.1 (2025-04-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace
keyof any with PropertyKey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] use a
different error message for functions with promise and non-promise types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li>
<li><strong>typescript-estree:</strong> use token type of
<code>PrivateIdentifier</code> instead of <code>Identifier</code> for
private identifiers (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li>
<li><strong>eslint-plugin:</strong> fix mistake with eslintrc config
generation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Dima Barabash <a
href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li>
<li>Ronen Amiel</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.31.1 (2025-04-28)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade
fix to suggestion (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.31.0 (2025-04-21)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add
option to ignore string const assertions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Nicolas Le Cam</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.1 (2025-04-14)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> fix mistake with eslintrc config
generation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.0 (2025-04-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace
keyof any with PropertyKey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] use a
different error message for functions with promise and non-promise types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Dima Barabash <a
href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li>
<li>Ronen Amiel</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a>
chore(release): publish 8.31.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/0cff7bf85a3d9bd6dccddce53124ec6944eedfe3"><code>0cff7bf</code></a>
fix(eslint-plugin): [no-unnecessary-condition] downgrade fix to
suggestion (#...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/068ec252c647d3a094414f498e297b941123a922"><code>068ec25</code></a>
docs(website): fix typo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11091">#11091</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2cc76560190d94f9d7f1ac7b5b382a90c2edbf3b"><code>2cc7656</code></a>
chore(release): publish 8.31.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/80bd7a5dd8969105318a2b19ed9668028b7379d6"><code>80bd7a5</code></a>
feat(eslint-plugin): [no-unnecessary-type-assertion] add option to
ignore str...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/1a3ab0d0fe3de5f9b014d77e0ec541c54dd9e4dc"><code>1a3ab0d</code></a>
chore(eslint-plugin): migrate to vitest (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10579">#10579</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9531492c7064eaa93237b5a2e4080a60d0527e8c"><code>9531492</code></a>
chore(release): publish 8.30.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/152def7dbab589404d043a3f02c918e9ec83fedb"><code>152def7</code></a>
fix(eslint-plugin): fix mistake with eslintrc config generation (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11072">#11072</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a>
chore(release): publish 8.30.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3ccd79c0a5939b13bf592624312f5e029cf62da9"><code>3ccd79c</code></a>
feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with
Prop...</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/parser` from 8.29.0 to 8.31.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.31.1</h2>
<h2>8.31.1 (2025-04-28)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade
fix to suggestion (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.31.0</h2>
<h2>8.31.0 (2025-04-21)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add
option to ignore string const assertions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> address bugs in
<code>config()</code> around global ignores (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11065">#11065</a>)</li>
<li><strong>typescript-eslint:</strong> gracefully handle invalid flat
config objects in config helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11070">#11070</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Nicolas Le Cam</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.30.1</h2>
<h2>8.30.1 (2025-04-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace
keyof any with PropertyKey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] use a
different error message for functions with promise and non-promise types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li>
<li><strong>typescript-estree:</strong> use token type of
<code>PrivateIdentifier</code> instead of <code>Identifier</code> for
private identifiers (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li>
<li><strong>eslint-plugin:</strong> fix mistake with eslintrc config
generation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Dima Barabash <a
href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li>
<li>Ronen Amiel</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.31.1 (2025-04-28)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.31.0 (2025-04-21)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.1 (2025-04-14)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.0 (2025-04-14)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.29.1 (2025-04-07)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a>
chore(release): publish 8.31.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2cc76560190d94f9d7f1ac7b5b382a90c2edbf3b"><code>2cc7656</code></a>
chore(release): publish 8.31.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9531492c7064eaa93237b5a2e4080a60d0527e8c"><code>9531492</code></a>
chore(release): publish 8.30.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a>
chore(release): publish 8.30.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f1ceade481ce7c6dce77e63446e3da5cbc874762"><code>f1ceade</code></a>
chore: remove unused downlevel-dts (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11034">#11034</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6e03f7cc2a302443f37e738166f202872721953a"><code>6e03f7c</code></a>
chore: corrected vitest.config.base compiler inclusion (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11067">#11067</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c438c50694fc6ca556a3c66609831e13763a2cec"><code>c438c50</code></a>
chore(parser): migrate from <code>jest</code> to <code>vitest</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10775">#10775</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ef7e6defc5710ad0e5c869a2edf07d5b5e36775b"><code>ef7e6de</code></a>
chore(release): publish 8.29.1</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/parser">compare
view</a></li>
</ul>
</details>
<br />
Updates `@typescript-eslint/utils` from 8.29.0 to 8.31.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/utils</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.31.1</h2>
<h2>8.31.1 (2025-04-28)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade
fix to suggestion (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.31.0</h2>
<h2>8.31.0 (2025-04-21)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add
option to ignore string const assertions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> address bugs in
<code>config()</code> around global ignores (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11065">#11065</a>)</li>
<li><strong>typescript-eslint:</strong> gracefully handle invalid flat
config objects in config helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11070">#11070</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
<li>Nicolas Le Cam</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.30.1</h2>
<h2>8.30.1 (2025-04-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace
keyof any with PropertyKey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] use a
different error message for functions with promise and non-promise types
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li>
<li><strong>typescript-estree:</strong> use token type of
<code>PrivateIdentifier</code> instead of <code>Identifier</code> for
private identifiers (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li>
<li><strong>eslint-plugin:</strong> fix mistake with eslintrc config
generation (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Dima Barabash <a
href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li>
<li>Ronen Amiel</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md"><code>@typescript-eslint/utils</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.31.1 (2025-04-28)</h2>
<p>This was a version bump only for utils to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.31.0 (2025-04-21)</h2>
<p>This was a version bump only for utils to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.1 (2025-04-14)</h2>
<p>This was a version bump only for utils to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.30.0 (2025-04-14)</h2>
<p>This was a version bump only for utils to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.29.1 (2025-04-07)</h2>
<p>This was a version bump only for utils to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a>
chore(release): publish 8.31.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2cc76560190d94f9d7f1ac7b5b382a90c2edbf3b"><code>2cc7656</code></a>
chore(release): publish 8.31.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/9531492c7064eaa93237b5a2e4080a60d0527e8c"><code>9531492</code></a>
chore(release): publish 8.30.1</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a>
chore(release): publish 8.30.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ee9b58573e3e861d17a176d52574876e71b5ea51"><code>ee9b585</code></a>
chore: remove downlevel-dts added in merge artifact</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f1ceade481ce7c6dce77e63446e3da5cbc874762"><code>f1ceade</code></a>
chore: remove unused downlevel-dts (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils/issues/11034">#11034</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6e03f7cc2a302443f37e738166f202872721953a"><code>6e03f7c</code></a>
chore: corrected vitest.config.base compiler inclusion (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils/issues/11067">#11067</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/af6ace75d8d348309994afd50509a3abad5c9167"><code>af6ace7</code></a>
chore(utils): migrate from <code>jest</code> to <code>vitest</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils/issues/10777">#10777</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ef7e6defc5710ad0e5c869a2edf07d5b5e36775b"><code>ef7e6de</code></a>
chore(release): publish 8.29.1</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/utils">compare
view</a></li>
</ul>
</details>
<br />
Updates `@vitest/ui` from 3.1.1 to 3.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/ui</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Add global <code>chai</code> variable in <code>vitest/globals</code>
(fix: <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7474">#7474</a>)
- by <a
href="https://github.com/Jay-Karia"><code>@Jay-Karia</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7771">vitest-dev/vitest#7771</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7474">vitest-dev/vitest#7474</a>
<a href="https://github.com/vitest-dev/vitest/commit/d9297920"><!-- raw
HTML omitted -->(d9297)<!-- raw HTML omitted --></a></li>
<li>Prevent modifying <code>test.exclude</code> when same object passed
in <code>coverage.exclude</code> - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7774">vitest-dev/vitest#7774</a>
<a href="https://github.com/vitest-dev/vitest/commit/c375101d"><!-- raw
HTML omitted -->(c3751)<!-- raw HTML omitted --></a></li>
<li>Fix already hoisted mock - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7815">vitest-dev/vitest#7815</a>
<a href="https://github.com/vitest-dev/vitest/commit/773b10e0"><!-- raw
HTML omitted -->(773b1)<!-- raw HTML omitted --></a></li>
<li>Fix test.scoped inheritance - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7814">vitest-dev/vitest#7814</a>
<a href="https://github.com/vitest-dev/vitest/commit/db6c3bcc"><!-- raw
HTML omitted -->(db6c3)<!-- raw HTML omitted --></a></li>
<li>Remove pointer-events-none after resizing the left panel - by <a
href="https://github.com/alexprudhomme"><code>@alexprudhomme</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7811">vitest-dev/vitest#7811</a>
<a href="https://github.com/vitest-dev/vitest/commit/a7e773bd"><!-- raw
HTML omitted -->(a7e77)<!-- raw HTML omitted --></a></li>
<li>Default to run mode when stdin is not a TTY - by <a
href="https://github.com/kentonv"><code>@kentonv</code></a>, <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> and <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7673">vitest-dev/vitest#7673</a>
<a href="https://github.com/vitest-dev/vitest/commit/6358f216"><!-- raw
HTML omitted -->(6358f)<!-- raw HTML omitted --></a></li>
<li>Use happy-dom/jsdom types for <code>envionmentOptions</code> - by
<a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7795">vitest-dev/vitest#7795</a>
<a href="https://github.com/vitest-dev/vitest/commit/67430083"><!-- raw
HTML omitted -->(67430)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Fix transform error before browser server initialization - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7783">vitest-dev/vitest#7783</a>
<a href="https://github.com/vitest-dev/vitest/commit/5f762ec5"><!-- raw
HTML omitted -->(5f762)<!-- raw HTML omitted --></a></li>
<li>Fix mocking from outside of root - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7789">vitest-dev/vitest#7789</a>
<a href="https://github.com/vitest-dev/vitest/commit/03f55d74"><!-- raw
HTML omitted -->(03f55)<!-- raw HTML omitted --></a></li>
<li>Scale iframe for non ui case - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6512">vitest-dev/vitest#6512</a>
<a href="https://github.com/vitest-dev/vitest/commit/c3374808"><!-- raw
HTML omitted -->(c3374)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li><code>await</code> profiler calls - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7763">vitest-dev/vitest#7763</a>
<a href="https://github.com/vitest-dev/vitest/commit/795a6433"><!-- raw
HTML omitted -->(795a6)<!-- raw HTML omitted --></a></li>
<li>Expose profiling timers - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7820">vitest-dev/vitest#7820</a>
<a href="https://github.com/vitest-dev/vitest/commit/5652bf92"><!-- raw
HTML omitted -->(5652b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update all non-major dependencies - in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7765">vitest-dev/vitest#7765</a>
<a href="https://github.com/vitest-dev/vitest/commit/7c3dfb17"><!-- raw
HTML omitted -->(7c3df)<!-- raw HTML omitted --></a></li>
<li>Update all non-major dependencies - in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7831">vitest-dev/vitest#7831</a>
<a href="https://github.com/vitest-dev/vitest/commit/15701f5d"><!-- raw
HTML omitted -->(15701)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Correctly call test hooks and teardown functions - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7775">vitest-dev/vitest#7775</a>
<a href="https://github.com/vitest-dev/vitest/commit/3c00c875"><!-- raw
HTML omitted -->(3c00c)<!-- raw HTML omitted --></a></li>
<li>Show stacktrace on test timeout error - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7799">vitest-dev/vitest#7799</a>
<a href="https://github.com/vitest-dev/vitest/commit/df33bba7"><!-- raw
HTML omitted -->(df33b)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Load panel sizes from storage on initial load - by <a
href="https://github.com/userquin"><code>@userquin</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7265">vitest-dev/vitest#7265</a>
<a href="https://github.com/vitest-dev/vitest/commit/6555d61d"><!-- raw
HTML omitted -->(6555d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Named export should overwrite export all - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/7846">vitest-dev/vitest#7846</a>
<a href="https://github.com/vitest-dev/vitest/commit/5ba0d914"><!-- raw
HTML omitted -->(5ba0d)<!-- raw HTML omitted --></a></li>
<li>Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded -
by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7776">vitest-dev/vitest#7776</a>
<a href="https://github.com/vitest-dev/vitest/commit/f9eacbc5"><!-- raw
HTML omitted -->(f9eac)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3> 🏎 Performance</h3>
<ul>
<li><strong>browser</strong>: Improve browser parallelisation - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/7665">vitest-dev/vitest#7665</a>
<a href="https://github.com/vitest-dev/vitest/commit/816a5c51"><!-- raw
HTML omitted -->(816a5)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.1.1...v3.1.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/5a0afd1e8f38f22c34f7d3b2eabb8915d8d0f487"><code>5a0afd1</code></a>
chore: release v3.1.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6555d61db10717f10077a6ea142cd0150757cb33"><code>6555d61</code></a>
fix(ui): load panel sizes from storage on initial load (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7265">#7265</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/15701f5dca533349f9c2015b767dc9d8a6b43942"><code>15701f5</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7831">#7831</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a7e773bd0c03887ba4969afa33c2b942679f3587"><code>a7e773b</code></a>
fix: remove pointer-events-none after resizing the left panel (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7811">#7811</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/29084f10fe37e3b02bc0acf350c4bc19ee598da9"><code>29084f1</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7802">#7802</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7c3dfb174ac7158a7239a2dd2d676f56ca6a61fb"><code>7c3dfb1</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/7765">#7765</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/ui">compare
view</a></li>
</ul>
</details>
<br />
Updates `cspell` from 8.18.1 to 8.19.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/releases">cspell's
releases</a>.</em></p>
<blockquote>
<h2>v8.19.3</h2>
<h2>Changes</h2>
<h2>Fixes</h2>
<!-- raw HTML omitted -->
<h3>fix: Adjust the meaning of CSPELL_DEFAULT_CONFIG_PATH (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7240">#7240</a>)</h3>
<p><code>CSPELL_DEFAULT_CONFIG_PATH</code> is used when no other config
files have been found.</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>feat: resolve config from global path (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7234">#7234</a>)</h3>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix: Replace <code>get-stdin</code> with native alternative (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7229">#7229</a>)</h3>
<p><a
href="https://github.com/sindresorhus/get-stdin">https://github.com/sindresorhus/get-stdin</a></p>
<p>Can't test on local, hope it won't break tests.</p>
<hr />
<!-- raw HTML omitted -->
<h2>Dictionary Updates</h2>
<!-- raw HTML omitted -->
<h3>fix: Workflow Bot -- Update Dictionaries (main) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7222">#7222</a>)</h3>
<h1>Update Dictionaries (main)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md">cspell's
changelog</a>.</em></p>
<blockquote>
<h2>8.19.3 (2025-04-27)</h2>
<p><strong>Note:</strong> Version bump only for package cspell</p>
<h2>8.19.2 (2025-04-20)</h2>
<p><strong>Note:</strong> Version bump only for package cspell</p>
<h2>8.19.1 (2025-04-18)</h2>
<p><strong>Note:</strong> Version bump only for package cspell</p>
<h2>8.19.0 (2025-04-16)</h2>
<p><strong>Note:</strong> Version bump only for package cspell</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/cb6946b709da590d0c6175f9962799d18aa43e93"><code>cb6946b</code></a>
v8.19.3</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/ab8b1fdcad965f6fa42e053dd3dab9eca49b9be9"><code>ab8b1fd</code></a>
fix: Adjust the meaning of CSPELL_DEFAULT_CONFIG_PATH (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7240">#7240</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/c7345ddcd1758bf3bcf81bec1790b0d568a7ad10"><code>c7345dd</code></a>
fix: resolve config from global path (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7234">#7234</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/cc7aa3d0d1d38f25f3a601be2eabb0eb8f179a76"><code>cc7aa3d</code></a>
fix: Replace <code>get-stdin</code> with native alternative (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7229">#7229</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/f630ececa8cd91420aaaaa81c4ad910039457a06"><code>f630ece</code></a>
v8.19.2</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/d293a8bb69689eccd5b7b9dc5c40432480da3954"><code>d293a8b</code></a>
ci: Workflow Bot -- Update ALL Dependencies (main) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7202">#7202</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/66fdb8ff1cfb93b5c90c93ad7fbbcc91df39cc2b"><code>66fdb8f</code></a>
v8.19.1</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/5ff4cf3fa85916df2c81ebe534f9886428aab6f5"><code>5ff4cf3</code></a>
fix: Workaround picomatch bug (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/7195">#7195</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/ebfecabea342ba34ee368178f3864a7a194936d5"><code>ebfecab</code></a>
v8.19.0</li>
<li>See full diff in <a
href="https://github.com/streetsidesoftware/cspell/commits/v8.19.3/packages/cspell">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-config-prettier` from 10.1.1 to 10.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's
releases</a>.</em></p>
<blockquote>
<h2>v10.1.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a>
<a
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a>
Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! -
chore(package): add homepage for some 3rd-party registry - see <a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a>
for more details</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's
changelog</a>.</em></p>
<blockquote>
<h2>10.1.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a>
<a
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a>
Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! -
chore(package): add homepage for some 3rd-party registry - see <a
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a>
for more details</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/8911369cbc66f1f859e19751eaefdea687129de5"><code>8911369</code></a>
chore: release eslint-config-prettier (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/322">#322</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a>
chore(package): add homepage url (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/321">#321</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/4ae04c0dea72dd7d950bb575a8d87a90ab5ea787"><code>4ae04c0</code></a>
chore(deps): update yarn to v4.8.1 (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/320">#320</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/7499c2e0a39dca3e64a8c03b3e6c68341ed829e8"><code>7499c2e</code></a>
chore: ignore <code>eslint-find-rules</code> for ESLint 8
compatibility</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/241c6b8977859ab896bdf7efb431f1a145095480"><code>241c6b8</code></a>
chore: housekeeping, upgrade all (dev) dependencies (<a
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/319">#319</a>)</li>
<li><a
href="https://github.com/prettier/eslint-config-prettier/commit/9156ab4cf022bb66a2141462a483520ef5b24a65"><code>9156ab4</code></a>
chore: add renovate preset</li>
<li>See full diff in <a
href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.1...v10.1.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint-import-resolver-typescript` from 4.3.1 to 4.3.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-import-resolver-typescript/releases">eslint-import-resolver-typescript's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/442">#442</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/57611d9818c5b98d792a03f7392d9c0802a7b961"><code>57611d9</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- fix: add more extension aliases for ts source/declaration files</p>
</li>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/444">#444</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/bd45fcd5b4ff8e7cf4b9e5b0dbe8ed146de58c1b"><code>bd45fcd</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- fix(deps): bump <code>unrs-resolver</code> which resolves <a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/406">#406</a>,
<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/409">#409</a>,
<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/437">#437</a></p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.3...v4.3.4">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.3...v4.3.4</a></p>
<h2>v4.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/433">#433</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/834b11e65158a4079aac754779f5af013c907358"><code>834b11e</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- chore: bump <code>unrs-resolver</code> to v1.6.0</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.2...v4.3.3">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.2...v4.3.3</a></p>
<h2>v4.3.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/427">#427</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/dabba8e97ec1f9a109b2e6fbd16372b63a4c455f"><code>dabba8e</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- chore: bump <code>unrs-resolver</code> to v1.4.1</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.1...v4.3.2">https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.1...v4.3.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md">eslint-import-resolver-typescript's
changelog</a>.</em></p>
<blockquote>
<h2>4.3.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/442">#442</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/57611d9818c5b98d792a03f7392d9c0802a7b961"><code>57611d9</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- fix: add more extension aliases for ts source/declaration files</p>
</li>
<li>
<p><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/444">#444</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/bd45fcd5b4ff8e7cf4b9e5b0dbe8ed146de58c1b"><code>bd45fcd</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- fix(deps): bump <code>unrs-resolver</code> which resolves <a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/406">#406</a>,
<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/409">#409</a>,
<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/437">#437</a></p>
</li>
</ul>
<h2>4.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/433">#433</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/834b11e65158a4079aac754779f5af013c907358"><code>834b11e</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- chore: bump <code>unrs-resolver</code> to v1.6.0</li>
</ul>
<h2>4.3.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/427">#427</a>
<a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/dabba8e97ec1f9a109b2e6fbd16372b63a4c455f"><code>dabba8e</code></a>
Thanks <a href="https://github.com/JounQin"><code>@JounQin</code></a>!
- chore: bump <code>unrs-resolver</code> to v1.4.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/b08feae4623b8f480a698165cdf5c0f8131a83df"><code>b08feae</code></a>
chore: release eslint-import-resolver-typescript (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/443">#443</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/748795f0e3ae8d70ba2a90074338beeb8fbe07d5"><code>748795f</code></a>
chore: add correct test case for <a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/409">#409</a>
(<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/441">#441</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/bd45fcd5b4ff8e7cf4b9e5b0dbe8ed146de58c1b"><code>bd45fcd</code></a>
chore: bump all (dev) deps (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/444">#444</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/57611d9818c5b98d792a03f7392d9c0802a7b961"><code>57611d9</code></a>
fix: add more extension aliases for ts source/declaration files (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/442">#442</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/151fa116f0df8e2a031eabab8485a3a95d201f93"><code>151fa11</code></a>
chore: release eslint-import-resolver-typescript (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/434">#434</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/d5cc77bac0f10bdf5fc5c2896854d2f56e782d66"><code>d5cc77b</code></a>
chore(deps): pin dependencies (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/435">#435</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/834b11e65158a4079aac754779f5af013c907358"><code>834b11e</code></a>
chore: bump <code>unrs-resolver</code> to v1.6.0 (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/433">#433</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/e36a0acebfd2846b58cc55c93db17e4d17b583cb"><code>e36a0ac</code></a>
chore: release eslint-import-resolver-typescript (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/428">#428</a>)</li>
<li><a
href="https://github.com/import-js/eslint-import-resolver-typescript/commit/dabba8e97ec1f9a109b2e6fbd16372b63a4c455f"><code>dabba8e</code></a>
chore: bump all (dev) deps (<a
href="https://redirect.github.com/import-js/eslint-import-resolver-typescript/issues/427">#427</a>)</li>
<li>See full diff in <a
href="https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.1...v4.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `turbo` from 2.4.4 to 2.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/turborepo/releases">turbo's
releases</a>.</em></p>
<blockquote>
<h2>Turborepo v2.5.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Docs</h3>
<ul>
<li>docs(chore): add robots.txt by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10371">vercel/turborepo#10371</a></li>
<li>docs(fix): better usability on feedback form by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10382">vercel/turborepo#10382</a></li>
<li>ci(docs): add linter check by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10376">vercel/turborepo#10376</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>fix(dry): do not perform runtime validations on dry runs by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10375">vercel/turborepo#10375</a></li>
<li>feat(dry): include with in dry run/summary output by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10373">vercel/turborepo#10373</a></li>
<li>fix(microfrontends): respect packageName field by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10383">vercel/turborepo#10383</a></li>
<li>fix: correctly read execution args from watch command by <a
href="https://github.com/kade-robertson"><code>@kade-robertson</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10381">vercel/turborepo#10381</a></li>
<li>fix: update turbo-types with concurrency option by <a
href="https://github.com/kade-robertson"><code>@kade-robertson</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10379">vercel/turborepo#10379</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turborepo/compare/v2.5.1...v2.5.2">https://github.com/vercel/turborepo/compare/v2.5.1...v2.5.2</a></p>
<h2>Turborepo v2.5.2-canary.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Docs</h3>
<ul>
<li>docs(chore): add robots.txt by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10371">vercel/turborepo#10371</a></li>
<li>docs(fix): better usability on feedback form by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10382">vercel/turborepo#10382</a></li>
<li>ci(docs): add linter check by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10376">vercel/turborepo#10376</a></li>
</ul>
<h3>Changelog</h3>
<ul>
<li>fix(dry): do not perform runtime validations on dry runs by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10375">vercel/turborepo#10375</a></li>
<li>feat(dry): include with in dry run/summary output by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10373">vercel/turborepo#10373</a></li>
<li>fix(microfrontends): respect packageName field by <a
href="https://github.com/chris-olszewski"><code>@chris-olszewski</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10383">vercel/turborepo#10383</a></li>
<li>fix: correctly read execution args from watch command by <a
href="https://github.com/kade-robertson"><code>@kade-robertson</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10381">vercel/turborepo#10381</a></li>
<li>fix: update turbo-types with concurrency option by <a
href="https://github.com/kade-robertson"><code>@kade-robertson</code></a>
in <a
href="https://redirect.github.com/vercel/turborepo/pull/10379">vercel/turborepo#10379</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/turborepo/compare/v2.5.1...v2.5.2-canary.0">https://github.com/vercel/turborepo/compare/v2.5.1...v2.5.2-canary.0</a></p>
<h2>Turborepo v2.5.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Docs</h3>
<ul>
<li>docs: 2.5 release post by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10262">vercel/turborepo#10262</a></li>
<li>docs: correct usage of wordmark by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10286">vercel/turborepo#10286</a></li>
<li>docs: navbar improvements by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10287">vercel/turborepo#10287</a></li>
<li>docs: redirect <code>/repo/docs</code> to <code>/docs</code> by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10232">vercel/turborepo#10232</a></li>
<li>chore(docs): remove expired data and code from when Turbopack was in
this repo by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10291">vercel/turborepo#10291</a></li>
<li>fix(docs): fix SVG attribute casing to remove React warnings by <a
href="https://github.com/ohprettyhak"><code>@ohprettyhak</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10297">vercel/turborepo#10297</a></li>
<li>fix(docs): update redirects rule to resolve access issue on
<code>getting-started</code> index page by <a
href="https://github.com/ohprettyhak"><code>@ohprettyhak</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10296">vercel/turborepo#10296</a></li>
<li>docs: fix line highlights in yaml files by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10306">vercel/turborepo#10306</a></li>
<li>docs: fix openapi paths by <a
href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in
<a
href="https://redirect.github.com/vercel/turborepo/pull/10309">vercel/turborepo#10309</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vercel/turborepo/commit/0840a6e12d26f23e2d3372de8319b303062caffb"><code>0840a6e</code></a>
publish 2.5.2 to registry</li>
<li><a
href="https://github.com/vercel/turborepo/commit/fc77c2c1e3126e6246f9fdcde097299e05914e45"><code>fc77c2c</code></a>
ci: introduce knip (<a
href="https://redirect.github.com/vercel/turborepo/issues/10384">#10384</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/d4426e4971443e82c5252dcb44371eedb899b38c"><code>d4426e4</code></a>
release(turborepo): 2.5.2-canary.0 (<a
href="https://redirect.github.com/vercel/turborepo/issues/10385">#10385</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/308c943fef71edc69b43aabb92246b3be1d4d512"><code>308c943</code></a>
fix: update turbo-types with concurrency option (<a
href="https://redirect.github.com/vercel/turborepo/issues/10379">#10379</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/ab419ff0c2270a4291ee562b3c01d944049c38b5"><code>ab419ff</code></a>
fix: correctly read execution args from watch command (<a
href="https://redirect.github.com/vercel/turborepo/issues/10381">#10381</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/acb17e047eec8aabaa23642b4c4d683b30d6d7fa"><code>acb17e0</code></a>
ci(docs): add linter check (<a
href="https://redirect.github.com/vercel/turborepo/issues/10376">#10376</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/4c346b9ca8d2a849eb17c4b06cb62c0540258527"><code>4c346b9</code></a>
fix(microfrontends): respect packageName field (<a
href="https://redirect.github.com/vercel/turborepo/issues/10383">#10383</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/a0970fb129305069e1fffde1a0a44f61431979a8"><code>a0970fb</code></a>
docs(fix): better usability on feedback form (<a
href="https://redirect.github.com/vercel/turborepo/issues/10382">#10382</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/f451bef6d790ebb8b3350daaa1aab8ea13484b40"><code>f451bef</code></a>
ci: upgrade to Node.js 22 (<a
href="https://redirect.github.com/vercel/turborepo/issues/10374">#10374</a>)</li>
<li><a
href="https://github.com/vercel/turborepo/commit/c65d8bb0bdc77b02fe63fb9d45ac93b905ebb0eb"><code>c65d8bb</code></a>
feat(dry): include with in dry run/summary output (<a
href="https://redirect.github.com/vercel/turborepo/issues/10373">#10373</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/turborepo/compare/v2.4.4...v2.5.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript` from 5.8.2 to 5.8.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.8.3</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/">release
announcement</a>.</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.3 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/TypeScript/commit/83dc0bb2ed91fe0815ab28dc3ff95fae7425e413"><code>83dc0bb</code></a>
Convert release publishing inputs into parameters (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61523">#61523</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/ba663f6ac25ec7774b38a3fad04fe8ea016f9420"><code>ba663f6</code></a>
Exclude completions of binding pattern variable initializers (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/52723">#52723</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7205eda454ce8ac7313699bd5905ed3f689142bf"><code>7205eda</code></a>
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions
group...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/89c572ca0cbed845e374c29ce3a9ef28715160be"><code>89c572c</code></a>
Fixed a symbol display crash on expando members write locations (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/55478">#55478</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7b26d2eba5626e15b9e85e8c3adff1e1c0583c6f"><code>7b26d2e</code></a>
Fix incorrect name in new release pipeline (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61514">#61514</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/c7a559eeae535724724ff7dac4e698129649be6c"><code>c7a559e</code></a>
Add new release publisher yaml (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61491">#61491</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/29e6d6689dfb422e4f1395546c1917d07e1f664d"><code>29e6d66</code></a>
Fix <code>lib.includes('dom')</code> check in
<code>containerSeemsToBeEmptyDomElement</code> (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61481">#61481</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/19b777260b26aac5707b1efd34202054164d4a9d"><code>19b7772</code></a>
Bump the github-actions group with 4 updates (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61474">#61474</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/4dc677b292354f4b9162452b2e00f4d7dd118221"><code>4dc677b</code></a>
Fix errors on type assertions in erasableSyntaxOnly (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61452">#61452</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/ee3dd7264b23e58bbad86d08a475cac78f330abf"><code>ee3dd72</code></a>
fix(60908): Unexpected "'Type' is declared but its value is never
read." erro...</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 3.1.1 to 3.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Add global <code>chai</code> …1 parent c5fb946 commit ead6f71Copy full SHA for ead6f71
File tree
Expand file treeCollapse file tree
7 files changed
+645
-569
lines changedOpen diff view settings
Filter options
- packages
- connect-query-core
- connect-query
- examples/react/basic
- protoc-gen-connect-query
- test-utils
Expand file treeCollapse file tree
7 files changed
+645
-569
lines changedOpen diff view settings
Collapse file
+622-546Lines changed: 622 additions & 546 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Collapse file
packages/connect-query-core/package.json
Copy file name to clipboardExpand all lines: packages/connect-query-core/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Collapse file
packages/connect-query/package.json
Copy file name to clipboardExpand all lines: packages/connect-query/package.json+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Collapse file
packages/examples/react/basic/package.json
Copy file name to clipboardExpand all lines: packages/examples/react/basic/package.json+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
Collapse file
packages/protoc-gen-connect-query/package.json
Copy file name to clipboardExpand all lines: packages/protoc-gen-connect-query/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Collapse file
packages/test-utils/package.json
Copy file name to clipboardExpand all lines: packages/test-utils/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments