Commit 07fe5b0
authored
chore(deps-dev): bump the minor-development-deps group with 5 updates (#312)
Bumps the minor-development-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
| `2.3.11` | `2.3.13` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `25.0.3` | `25.2.0` |
|
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
| `4.0.16` | `4.0.18` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `4.0.16` | `4.0.18` |
Updates `@biomejs/biome` from 2.3.11 to 2.3.13
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Biome CLI v2.3.13</h2>
<h2>2.3.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8815">#8815</a> <a
href="https://github.com/biomejs/biome/commit/f924f234607ae62db1511158b36124ec0d5ce074"><code>f924f23</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved <a
href="https://biomejs.dev/linter/rules/use-vue-valid-v-on/"><code>useVueValidVOn</code></a>
to be more closely aligned with the source rule. It will now properly
allow modifiers for all possible keyboard events. It should have better
performance when there are no violations of the rule as well.</p>
<p>Now treated valid:</p>
<pre lang="vue"><code><div
@keydown.arrow-down="handler"></div>
<div @keydown.a="handler"></div>
<div @keydown.b="handler"></div>
<div @keydown.27="foo"></div>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8856">#8856</a> <a
href="https://github.com/biomejs/biome/commit/85f81f98923770469d09c5d003cfb76c0f3c971f"><code>85f81f9</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8710">#8710</a>:
Biome now parses Vue dynamic slot shorthand arguments that use template
literals in <code>[]</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8850">#8850</a> <a
href="https://github.com/biomejs/biome/commit/2a190e0719ac447236afae0df8c915033c08e059"><code>2a190e0</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8708">#8708</a>:
Tailwind <code>@Utility</code> directives now parse functional utility
names like <code>px-*</code> when Tailwind directives are enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8863">#8863</a> <a
href="https://github.com/biomejs/biome/commit/79386e08050d498c2cea6cdcaba4b0fa31245209"><code>79386e0</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed an issue with <code>biome migrate eslint</code> where it couldn't
detect rules for CSS, GraphQL, and HTML.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8771">#8771</a> <a
href="https://github.com/biomejs/biome/commit/6f56b6eeb961ca63fad601fc35b3b28df08cc247"><code>6f56b6e</code></a>
Thanks <a
href="https://github.com/lghuahua"><code>@lghuahua</code></a>! - Fix
the <code>--reporter=summary</code> output incorrectly merging and
displaying wrong issue counts for different rules. Fixes <a
href="https://redirect.github.com/biomejs/biome/issues/8730">#8730</a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8714">#8714</a> <a
href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a>
Thanks <a href="https://github.com/Netail"><code>@Netail</code></a>! -
Added new nursery rule <a
href="https://biomejs.dev/linter/rules/use-consistent-enum-value-type"><code>use-consistent-enum-value-type</code></a>.
This rule disallows enums from having both number and string
members.</p>
</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix(dx/codegen): don't insert module into
<code>biome_rule_options/src/lib.rs</code> if it already exists by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/8847">biomejs/biome#8847</a></li>
<li>feat(js_analyze): implement useConsistentEnumValueType by <a
href="https://github.com/Netail"><code>@Netail</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/8714">biomejs/biome#8714</a></li>
<li>fix(parse/html/vue): parse dynamic slot directives that contain
quotes by <a href="https://github.com/dyc3"><code>@dyc3</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/8856">biomejs/biome#8856</a></li>
<li>fix(parse/css): improve parsing of <code>@Utility</code> names by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/8850">biomejs/biome#8850</a></li>
<li>fix(cli): improve RuleName ordering and update summary snapshots
close <a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8730">#8730</a>
by <a href="https://github.com/lghuahua"><code>@lghuahua</code></a> in
<a
href="https://redirect.github.com/biomejs/biome/pull/8771">biomejs/biome#8771</a></li>
<li>fix(useVueValidVOn): align more with source rule, also use phf hash
sets for perf by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/8815">biomejs/biome#8815</a></li>
<li>fix(migrate): fix migrate command not picking up rules for css,
graphql, html by <a
href="https://github.com/dyc3"><code>@dyc3</code></a> in <a
href="https://redirect.github.com/biomejs/biome/pull/8863">biomejs/biome#8863</a></li>
<li>chore(deps): update dependency tombi to v0.7.23 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8865">biomejs/biome#8865</a></li>
<li>chore(deps): update pnpm to v10.28.1 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8866">biomejs/biome#8866</a></li>
<li>chore(deps): update rust crate proc-macro2 to 1.0.106 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8867">biomejs/biome#8867</a></li>
<li>chore(deps): update rust crate quote to 1.0.44 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8868">biomejs/biome#8868</a></li>
<li>fix(deps): update <a
href="https://github.com/biomejs"><code>@biomejs</code></a> packages by
<a href="https://github.com/renovate"><code>@renovate</code></a>[bot]
in <a
href="https://redirect.github.com/biomejs/biome/pull/8869">biomejs/biome#8869</a></li>
<li>chore(deps): update rust crate schemars to 1.2.0 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8875">biomejs/biome#8875</a></li>
<li>chore(deps): update <a
href="https://github.com/biomejs"><code>@biomejs</code></a> packages by
<a href="https://github.com/renovate"><code>@renovate</code></a>[bot]
in <a
href="https://redirect.github.com/biomejs/biome/pull/8872">biomejs/biome#8872</a></li>
<li>chore(deps): update github-actions by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8873">biomejs/biome#8873</a></li>
<li>chore(deps): update typescript-eslint monorepo to v8.53.1 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8877">biomejs/biome#8877</a></li>
<li>fix(deps): update dependency prettier to v3.8.1 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8878">biomejs/biome#8878</a></li>
<li>chore(deps): update rust crate tokio to 1.49.0 by <a
href="https://github.com/renovate"><code>@renovate</code></a>[bot] in
<a
href="https://redirect.github.com/biomejs/biome/pull/8876">biomejs/biome#8876</a></li>
<li>ci: release by <a
href="https://github.com/github-actions"><code>@github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/biomejs/biome/pull/8853">biomejs/biome#8853</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md"><code>@biomejs/biome</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.3.13</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8815">#8815</a> <a
href="https://github.com/biomejs/biome/commit/f924f234607ae62db1511158b36124ec0d5ce074"><code>f924f23</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Improved <a
href="https://biomejs.dev/linter/rules/use-vue-valid-v-on/"><code>useVueValidVOn</code></a>
to be more closely aligned with the source rule. It will now properly
allow modifiers for all possible keyboard events. It should have better
performance when there are no violations of the rule as well.</p>
<p>Now treated valid:</p>
<pre lang="vue"><code><div
@keydown.arrow-down="handler"></div>
<div @keydown.a="handler"></div>
<div @keydown.b="handler"></div>
<div @keydown.27="foo"></div>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8856">#8856</a> <a
href="https://github.com/biomejs/biome/commit/85f81f98923770469d09c5d003cfb76c0f3c971f"><code>85f81f9</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8710">#8710</a>:
Biome now parses Vue dynamic slot shorthand arguments that use template
literals in <code>[]</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8850">#8850</a> <a
href="https://github.com/biomejs/biome/commit/2a190e0719ac447236afae0df8c915033c08e059"><code>2a190e0</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8708">#8708</a>:
Tailwind <code>@Utility</code> directives now parse functional utility
names like <code>px-*</code> when Tailwind directives are enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8863">#8863</a> <a
href="https://github.com/biomejs/biome/commit/79386e08050d498c2cea6cdcaba4b0fa31245209"><code>79386e0</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Fixed an issue with <code>biome migrate eslint</code> where it couldn't
detect rules for CSS, GraphQL, and HTML.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8771">#8771</a> <a
href="https://github.com/biomejs/biome/commit/6f56b6eeb961ca63fad601fc35b3b28df08cc247"><code>6f56b6e</code></a>
Thanks <a
href="https://github.com/lghuahua"><code>@lghuahua</code></a>! - Fix
the <code>--reporter=summary</code> output incorrectly merging and
displaying wrong issue counts for different rules. Fixes <a
href="https://redirect.github.com/biomejs/biome/issues/8730">#8730</a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8714">#8714</a> <a
href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a>
Thanks <a href="https://github.com/Netail"><code>@Netail</code></a>! -
Added new nursery rule <a
href="https://biomejs.dev/linter/rules/use-consistent-enum-value-type"><code>use-consistent-enum-value-type</code></a>.
This rule disallows enums from having both number and string
members.</p>
</li>
</ul>
<h2>2.3.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8653">#8653</a> <a
href="https://github.com/biomejs/biome/commit/047576d1077f0399aca5eb13819863eefcdaf28c"><code>047576d</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added new nursery rule <a
href="https://biomejs.dev/linter/rules/no-duplicate-attributes/"><code>noDuplicateAttributes</code></a>
to forbid duplicate attributes in HTML elements.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8648">#8648</a> <a
href="https://github.com/biomejs/biome/commit/96d09f4ff5a64828efafa2c2b99c22de913d000c"><code>96d09f4</code></a>
Thanks <a
href="https://github.com/BaeSeokJae"><code>@BaeSeokJae</code></a>! -
Added a new nursery rule <a
href="https://biomejs.dev/linter/rules/no-vue-options-api/"><code>noVueOptionsApi</code></a>.</p>
<p>Biome now reports Vue Options API usage, which is incompatible with
Vue 3.6's Vapor Mode.
This rule detects Options API patterns in <code><script></code>
blocks, <code>defineComponent()</code>, and <code>createApp()</code>
calls,
helping prepare codebases for Vapor Mode adoption.</p>
<p>For example, the following now triggers this rule:</p>
<pre lang="vue"><code><script>
export default {
data() {
return { count: 0 };
},
};
</script>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8832">#8832</a> <a
href="https://github.com/biomejs/biome/commit/b08270b21b5348e04457c7d6b621569952a744e1"><code>b08270b</code></a>
Thanks <a href="https://github.com/Exudev"><code>@Exudev</code></a>! -
Fixed <a
href="https://redirect.github.com/biomejs/biome/issues/8809">#8809</a>,
<a
href="https://redirect.github.com/biomejs/biome/issues/7985">#7985</a>,
and <a
href="https://redirect.github.com/biomejs/biome/issues/8136">#8136</a>:
the <code>noSecrets</code> rule no longer reports false positives on
common CamelCase identifiers like <code>paddingBottom</code>,
<code>backgroundColor</code>, <code>unhandledRejection</code>,
<code>uncaughtException</code>, and
<code>IngestGatewayLogGroup</code>.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/2c5e505a175b88a8f489a5ce9372bf067a3097ba"><code>2c5e505</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8853">#8853</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a>
feat(js_analyze): implement useConsistentEnumValueType (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8714">#8714</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/fd33f86f692d2d9328e0439e0ad47cccb0b58d5f"><code>fd33f86</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8671">#8671</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a53fc751c7bf61bfe0ccac38eb30e546de5ac97a"><code>a53fc75</code></a>
chore: update sponsors (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8844">#8844</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/4ee3bda49b45084c07051554267756262c201416"><code>4ee3bda</code></a>
feat(graphql_analyze): implement useLoneAnonymousOperation (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8616">#8616</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/71b5c6e2ecf544e979527c79d41cfe85c148047d"><code>71b5c6e</code></a>
feat(js_analyze): implement noExcessiveClassesPerFile (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8753">#8753</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/d6b2bda038d0bfa5db040bef434741d09733b8fc"><code>d6b2bda</code></a>
feat(js_analyze): implement noFloatingClasses (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8754">#8754</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/17ed9d368edd31ee572aaed92c0867ef1b305c0c"><code>17ed9d3</code></a>
feat(js_analyze): implement noDivRegex (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8757">#8757</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/291c9f2d42a0525e6f7c0b8759db5bb17a815543"><code>291c9f2</code></a>
feat(biome_js_analyze): port <code>useInlineScriptId</code> from Next.js
(<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8624">#8624</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/96d09f4ff5a64828efafa2c2b99c22de913d000c"><code>96d09f4</code></a>
feat(lint): add noVueOptionsApi rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8648">#8648</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.13/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 25.0.3 to 25.2.0
<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 `@vitest/coverage-v8` from 4.0.16 to 4.0.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@vitest/coverage-v8</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.0.18</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook
to <code>worker.init</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw
HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use <code>meta.url</code> in <code>createRequire</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a>
<a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw
HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Hide injected data-testid attributes -
by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a>
<a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw
HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Process artifact attachments when generating
HTML reporter - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a>
<a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw
HTML omitted -->(22543)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View
changes on GitHub</a></h5>
<h2>v4.0.17</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li>Support openTelemetry for browser mode - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9180">vitest-dev/vitest#9180</a>
<a href="https://github.com/vitest-dev/vitest/commit/1ec3a8b68"><!-- raw
HTML omitted -->(1ec3a)<!-- raw HTML omitted --></a></li>
<li>Support TRACEPARENT and TRACESTATE environment variables for
OpenTelemetry context propagation - by <a
href="https://github.com/Copilot"><code>@Copilot</code></a>,
<strong>hi-ogawa</strong> and <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9295">vitest-dev/vitest#9295</a>
<a href="https://github.com/vitest-dev/vitest/commit/876cb84c2"><!-- raw
HTML omitted -->(876cb)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Improve asymmetric matcher diff readability by unwrapping container
matchers - by <a
href="https://github.com/Copilot"><code>@Copilot</code></a>,
<strong>sheremet-va</strong>, <strong>hi-ogawa</strong> and <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9330">vitest-dev/vitest#9330</a>
<a href="https://github.com/vitest-dev/vitest/commit/b2ec724a8"><!-- raw
HTML omitted -->(b2ec7)<!-- raw HTML omitted --></a></li>
<li>Improve runner error when importing outside of test context - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9335">vitest-dev/vitest#9335</a>
<a href="https://github.com/vitest-dev/vitest/commit/2dd3dd839"><!-- raw
HTML omitted -->(2dd3d)<!-- raw HTML omitted --></a></li>
<li>Replace crypto.randomUUID to allow insecure environments (fix <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9">#9</a>…
- by <a href="https://github.com/plusgut"><code>@plusgut</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9339">vitest-dev/vitest#9339</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9">vitest-dev/vitest#9</a>
<a href="https://github.com/vitest-dev/vitest/commit/e6a3f8cc7"><!-- raw
HTML omitted -->(e6a3f)<!-- raw HTML omitted --></a></li>
<li>Handle null options in <code>addEventHandler</code> <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9371">#9371</a>
- by <a
href="https://github.com/ThibautMarechal"><code>@ThibautMarechal</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9372">vitest-dev/vitest#9372</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9371">vitest-dev/vitest#9371</a>
<a href="https://github.com/vitest-dev/vitest/commit/40841ff00"><!-- raw
HTML omitted -->(40841)<!-- raw HTML omitted --></a></li>
<li>Typo in browser.provider error - by <a
href="https://github.com/deammer"><code>@deammer</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9394">vitest-dev/vitest#9394</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b67fc25a"><!-- raw
HTML omitted -->(4b67f)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Fix <code>process.env</code> and <code>import.meta.env</code>
defines in inline project - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9239">vitest-dev/vitest#9239</a>
<a href="https://github.com/vitest-dev/vitest/commit/b70c96121"><!-- raw
HTML omitted -->(b70c9)<!-- raw HTML omitted --></a></li>
<li>Fix upload File instance - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9294">vitest-dev/vitest#9294</a>
<a href="https://github.com/vitest-dev/vitest/commit/b67788c69"><!-- raw
HTML omitted -->(b6778)<!-- raw HTML omitted --></a></li>
<li>Fix invalid project token for artifacts assets - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9321">vitest-dev/vitest#9321</a>
<a href="https://github.com/vitest-dev/vitest/commit/caa7d73d4"><!-- raw
HTML omitted -->(caa7d)<!-- raw HTML omitted --></a></li>
<li>Log <code>ErrorEvent.message</code> when unhandled
<code>ErrorEvent.error</code> is null - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9322">vitest-dev/vitest#9322</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d84eeb91"><!-- raw
HTML omitted -->(5d84e)<!-- raw HTML omitted --></a></li>
<li>Support <code>fileParallelism</code> on an instance - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9328">vitest-dev/vitest#9328</a>
<a href="https://github.com/vitest-dev/vitest/commit/150065459"><!-- raw
HTML omitted -->(15006)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove unnecessary <code>istanbul-lib-source-maps</code> usage -
by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9344">vitest-dev/vitest#9344</a>
<a href="https://github.com/vitest-dev/vitest/commit/b09405375"><!-- raw
HTML omitted -->(b0940)<!-- raw HTML omitted --></a></li>
<li>Apply patch from <a
href="https://redirect.github.com/istanbuljs/istanbuljs/issues/837">istanbuljs/istanbuljs#837</a>
- by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> and
<strong>sapphi-red</strong> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9413">vitest-dev/vitest#9413</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/837">vitest-dev/vitest#837</a>
<a href="https://github.com/vitest-dev/vitest/commit/e05cedbf4"><!-- raw
HTML omitted -->(e05ce)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>fsModuleCache</strong>:
<ul>
<li>Don't store importers in cache - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9422">vitest-dev/vitest#9422</a>
<a href="https://github.com/vitest-dev/vitest/commit/751364eec"><!-- raw
HTML omitted -->(75136)<!-- raw HTML omitted --></a></li>
<li>Add importers alongside importedModules - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9423">vitest-dev/vitest#9423</a>
<a href="https://github.com/vitest-dev/vitest/commit/59f92d403"><!-- raw
HTML omitted -->(59f92)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Fix mock transform with class - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9421">vitest-dev/vitest#9421</a>
<a href="https://github.com/vitest-dev/vitest/commit/d390eb527"><!-- raw
HTML omitted -->(d390e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Validate environment options when reusing the worker - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9349">vitest-dev/vitest#9349</a>
<a href="https://github.com/vitest-dev/vitest/commit/a8a8836e3"><!-- raw
HTML omitted -->(a8a88)<!-- raw HTML omitted --></a></li>
<li>Handle worker start failures gracefully - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9337">vitest-dev/vitest#9337</a>
<a href="https://github.com/vitest-dev/vitest/commit/200dadb32"><!-- raw
HTML omitted -->(200da)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li>Report test module if it failed to run - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9272">vitest-dev/vitest#9272</a>
<a href="https://github.com/vitest-dev/vitest/commit/c78882985"><!-- raw
HTML omitted -->(c7888)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Respect nested test.only within describe.only - by <a
href="https://github.com/Ujjwaljain16"><code>@Ujjwaljain16</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9021">vitest-dev/vitest#9021</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9213">vitest-dev/vitest#9213</a>
<a href="https://github.com/vitest-dev/vitest/commit/55d5dad69"><!-- raw
HTML omitted -->(55d5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>typecheck</strong>:
<ul>
<li>Improve error message when tsc outputs help text - by <a
href="https://github.com/Ujjwaljain16"><code>@Ujjwaljain16</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9214">vitest-dev/vitest#9214</a>
<a href="https://github.com/vitest-dev/vitest/commit/7b10ab4cd"><!-- raw
HTML omitted -->(7b10a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a>
chore: release v4.0.18</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/dd54e944ec0d7b2730933341f3b940e92b186fb6"><code>dd54e94</code></a>
chore: release v4.0.17</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/29ee7f5ae9a7545141a0d39cfac3df42e4561ca0"><code>29ee7f5</code></a>
chore(deps): update <code>ast-v8-to-istanbul</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9418">#9418</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b09405375d58c1f8f0653a758855fdba56843b93"><code>b094053</code></a>
fix(coverage): remove unnecessary <code>istanbul-lib-source-maps</code>
usage (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/9344">#9344</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />
Updates `prettier` from 3.7.4 to 3.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.8.1</h2>
<ul>
<li>Include available <code>printers</code> in plugin type declarations
(<a
href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a>
by <a href="https://github.com/porada"><code>@porada</code></a>)</li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#381">Changelog</a></p>
<h2>3.8.0</h2>
<ul>
<li>Support Angular v21.1</li>
</ul>
<p><a
href="https://github.com/prettier/prettier/compare/3.7.4...3.8.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2026/01/14/3.8.0">Release note
"Prettier 3.8: Support for Angular v21.1"</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.8.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.8.0...3.8.1">diff</a></p>
<h4>Include available <code>printers</code> in plugin type declarations
(<a
href="https://redirect.github.com/prettier/prettier/pull/18706">#18706</a>
by <a href="https://github.com/porada"><code>@porada</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="ts"><code>// Input
import * as prettierPluginEstree from
"prettier/plugins/estree";
<p>// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof
import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any</p>
<p>// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer
</code></pre></p>
<h1>3.8.0</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.7.4...3.8.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2026/01/14/3.8.0">Release
Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/90983f40dce5e20beea4e5618b5e0426a6a7f4f0"><code>90983f4</code></a>
Release 3.8.1</li>
<li><a
href="https://github.com/prettier/prettier/commit/57f702f7656e6fc03873f8121480c321b2f44c8c"><code>57f702f</code></a>
Include available <code>printers</code> in plugin type declarations (<a
href="https://redirect.github.com/prettier/prettier/issues/18706">#18706</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/bece82785141274c12956b0af3bae77a44ae3a9e"><code>bece827</code></a>
Revert change in release script</li>
<li><a
href="https://github.com/prettier/prettier/commit/82a4ab26f1e7fccd0041272de12a3c6b942e622b"><code>82a4ab2</code></a>
Bump Prettier dependency to 3.8.0</li>
<li><a
href="https://github.com/prettier/prettier/commit/5213ee463c653f47e1821de414a4f30573f83337"><code>5213ee4</code></a>
Clean changelog_unreleased</li>
<li><a
href="https://github.com/prettier/prettier/commit/f95ad0f8e1dd9fb5507e7088f42f91fa6b5f3cb0"><code>f95ad0f</code></a>
Comment out finished steps</li>
<li><a
href="https://github.com/prettier/prettier/commit/b2034e819aef944fe1fe3bbf532118885a854f64"><code>b2034e8</code></a>
Fix release script</li>
<li><a
href="https://github.com/prettier/prettier/commit/5824b15189303d52892ffbc0812751533666c674"><code>5824b15</code></a>
Release 3.8.0</li>
<li><a
href="https://github.com/prettier/prettier/commit/04336012b351529f624eaeb3ac9af52a5b7b7c01"><code>0433601</code></a>
Add blog post for v3.8.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/18639">#18639</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/b04d05b831f1476ac6e24e1211972bfdd475c9b8"><code>b04d05b</code></a>
Remove lint step from release script (<a
href="https://redirect.github.com/prettier/prettier/issues/18415">#18415</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.7.4...3.8.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 4.0.16 to 4.0.18
<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>v4.0.18</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook
to <code>worker.init</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw
HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use <code>meta.url</code> in <code>createRequire</code> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a>
<a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw
HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>: Hide injected data-testid attributes -
by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a>
<a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw
HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Process artifact attachments when generating
HTML reporter - by <a
href="https://github.com/macarie"><code>@macarie</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a>
<a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw
HTML omitted -->(22543)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View
changes on GitHub</a></h5>
<h2>v4.0.17</h2>
<h3> 🚀 Experimental Features</h3>
<ul>
<li>Support openTelemetry for browser mode - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9180">vitest-dev/vitest#9180</a>
<a href="https://github.com/vitest-dev/vitest/commit/1ec3a8b68"><!-- raw
HTML omitted -->(1ec3a)<!-- raw HTML omitted --></a></li>
<li>Support TRACEPARENT and TRACESTATE environment variables for
OpenTelemetry context propagation - by <a
href="https://github.com/Copilot"><code>@Copilot</code></a>,
<strong>hi-ogawa</strong> and <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9295">vitest-dev/vitest#9295</a>
<a href="https://github.com/vitest-dev/vitest/commit/876cb84c2"><!-- raw
HTML omitted -->(876cb)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Improve asymmetric matcher diff readability by unwrapping container
matchers - by <a
href="https://github.com/Copilot"><code>@Copilot</code></a>,
<strong>sheremet-va</strong>, <strong>hi-ogawa</strong> and <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9330">vitest-dev/vitest#9330</a>
<a href="https://github.com/vitest-dev/vitest/commit/b2ec724a8"><!-- raw
HTML omitted -->(b2ec7)<!-- raw HTML omitted --></a></li>
<li>Improve runner error when importing outside of test context - by
<a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9335">vitest-dev/vitest#9335</a>
<a href="https://github.com/vitest-dev/vitest/commit/2dd3dd839"><!-- raw
HTML omitted -->(2dd3d)<!-- raw HTML omitted --></a></li>
<li>Replace crypto.randomUUID to allow insecure environments (fix <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9">#9</a>…
- by <a href="https://github.com/plusgut"><code>@plusgut</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9339">vitest-dev/vitest#9339</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9">vitest-dev/vitest#9</a>
<a href="https://github.com/vitest-dev/vitest/commit/e6a3f8cc7"><!-- raw
HTML omitted -->(e6a3f)<!-- raw HTML omitted --></a></li>
<li>Handle null options in <code>addEventHandler</code> <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9371">#9371</a>
- by <a
href="https://github.com/ThibautMarechal"><code>@ThibautMarechal</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9372">vitest-dev/vitest#9372</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9371">vitest-dev/vitest#9371</a>
<a href="https://github.com/vitest-dev/vitest/commit/40841ff00"><!-- raw
HTML omitted -->(40841)<!-- raw HTML omitted --></a></li>
<li>Typo in browser.provider error - by <a
href="https://github.com/deammer"><code>@deammer</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9394">vitest-dev/vitest#9394</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b67fc25a"><!-- raw
HTML omitted -->(4b67f)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Fix <code>process.env</code> and <code>import.meta.env</code>
defines in inline project - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9239">vitest-dev/vitest#9239</a>
<a href="https://github.com/vitest-dev/vitest/commit/b70c96121"><!-- raw
HTML omitted -->(b70c9)<!-- raw HTML omitted --></a></li>
<li>Fix upload File instance - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9294">vitest-dev/vitest#9294</a>
<a href="https://github.com/vitest-dev/vitest/commit/b67788c69"><!-- raw
HTML omitted -->(b6778)<!-- raw HTML omitted --></a></li>
<li>Fix invalid project token for artifacts assets - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9321">vitest-dev/vitest#9321</a>
<a href="https://github.com/vitest-dev/vitest/commit/caa7d73d4"><!-- raw
HTML omitted -->(caa7d)<!-- raw HTML omitted --></a></li>
<li>Log <code>ErrorEvent.message</code> when unhandled
<code>ErrorEvent.error</code> is null - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9322">vitest-dev/vitest#9322</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d84eeb91"><!-- raw
HTML omitted -->(5d84e)<!-- raw HTML omitted --></a></li>
<li>Support <code>fileParallelism</code> on an instance - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9328">vitest-dev/vitest#9328</a>
<a href="https://github.com/vitest-dev/vitest/commit/150065459"><!-- raw
HTML omitted -->(15006)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove unnecessary <code>istanbul-lib-source-maps</code> usage -
by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9344">vitest-dev/vitest#9344</a>
<a href="https://github.com/vitest-dev/vitest/commit/b09405375"><!-- raw
HTML omitted -->(b0940)<!-- raw HTML omitted --></a></li>
<li>Apply patch from <a
href="https://redirect.github.com/istanbuljs/istanbuljs/issues/837">istanbuljs/istanbuljs#837</a>
- by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> and
<strong>sapphi-red</strong> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9413">vitest-dev/vitest#9413</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/837">vitest-dev/vitest#837</a>
<a href="https://github.com/vitest-dev/vitest/commit/e05cedbf4"><!-- raw
HTML omitted -->(e05ce)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>fsModuleCache</strong>:
<ul>
<li>Don't store importers in cache - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9422">vitest-dev/vitest#9422</a>
<a href="https://github.com/vitest-dev/vitest/commit/751364eec"><!-- raw
HTML omitted -->(75136)<!-- raw HTML omitted --></a></li>
<li>Add importers alongside importedModules - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9423">vitest-dev/vitest#9423</a>
<a href="https://github.com/vitest-dev/vitest/commit/59f92d403"><!-- raw
HTML omitted -->(59f92)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Fix mock transform with class - by <a
href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9421">vitest-dev/vitest#9421</a>
<a href="https://github.com/vitest-dev/vitest/commit/d390eb527"><!-- raw
HTML omitted -->(d390e)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Validate environment options when reusing the worker - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9349">vitest-dev/vitest#9349</a>
<a href="https://github.com/vitest-dev/vitest/commit/a8a8836e3"><!-- raw
HTML omitted -->(a8a88)<!-- raw HTML omitted --></a></li>
<li>Handle worker start failures gracefully - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9337">vitest-dev/vitest#9337</a>
<a href="https://github.com/vitest-dev/vitest/commit/200dadb32"><!-- raw
HTML omitted -->(200da)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li>Report test module if it failed to run - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/9272">vitest-dev/vitest#9272</a>
<a href="https://github.com/vitest-dev/vitest/commit/c78882985"><!-- raw
HTML omitted -->(c7888)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Respect nested test.only within describe.only - by <a
href="https://github.com/Ujjwaljain16"><code>@Ujjwaljain16</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9021">vitest-dev/vitest#9021</a>
and <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9213">vitest-dev/vitest#9213</a>
<a href="https://github.com/vitest-dev/vitest/commit/55d5dad69"><!-- raw
HTML omitted -->(55d5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>typecheck</strong>:
<ul>
<li>Improve error message when tsc outputs help text - by <a
href="https://github.com/Ujjwaljain16"><code>@Ujjwaljain16</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/9214">vitest-dev/vitest#9214</a>
<a href="https://github.com/vitest-dev/vitest/commit/7b10ab4cd"><!-- raw
HTML omitted -->(7b10a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a>
chore: release v4.0.18</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/ea837de7d75780a67af437331d8d689cdcfe291e"><code>ea837de</code></a>
feat(experimental): add <code>onModuleRunner</code> hook to
<code>worker.init</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9286">#9286</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/e057281ca5ea282cf0b0d37b7b51f182397fc370"><code>e057281</code></a>
fix: use <code>meta.url</code> in <code>createRequire</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9441">#9441</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/dd54e944ec0d7b2730933341f3b940e92b186fb6"><code>dd54e94</code></a>
chore: release v4.0.17</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/59f92d403bf97b3145911aaeffbae36b465284c7"><code>59f92d4</code></a>
fix(fsModuleCache): add importers alongside importedModules (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9423">#9423</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/751364eec8e7a5e9d205146e44f1ed06d7afc57c"><code>751364e</code></a>
fix(fsModuleCache): don't store importers in cache (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9422">#9422</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/4b67fc25a8f221c536a499bd3f3e802115eadc5d"><code>4b67fc2</code></a>
fix: typo in browser.provider error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9394">#9394</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/40841ff005cf518064b4611b34a6ca86303ac645"><code>40841ff</code></a>
fix: handle null options in <code>addEventHandler</code> <a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9371">#9371</a>
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9372">#9372</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/200dadb328a5e71f0805ee05e24f11af23ecf2db"><code>200dadb</code></a>
fix(pool): handle worker start failures gracefully (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9337">#9337</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/150065459b96a5ed3b9f07ab3001596492032183"><code>1500654</code></a>
fix(browser): support <code>fileParallelism</code> on an instance (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9328">#9328</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4d25c24 commit 07fe5b0
1 file changed
+99
-115
lines changed
0 commit comments