forked from Kong/httpsnippet
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 6590b8b
authored
chore(deps-dev): bump the minor-development-deps group with 3 updates (#283)
Bumps the minor-development-deps group with 3 updates:
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8),
[prettier](https://github.com/prettier/prettier) and
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Updates `@vitest/coverage-v8` from 3.1.4 to 3.2.4
<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>v3.2.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use correct path for optimisation of strip-literal - by <a
href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a>
<a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw
HTML omitted -->(44940)<!-- raw HTML omitted --></a></li>
<li>Print uint and buffer as a simple string - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a>
<a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw
HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Show a helpful error when spying on an export - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a>
<a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw
HTML omitted -->(56007)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>cli</strong>:
<ul>
<li><code>vitest run --watch</code> should be watch-mode - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a>
<a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw
HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li>
<li>Use absolute path environment on Windows - by <a
href="https://github.com/colinaaa"><code>@colinaaa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a>
<a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw
HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li>
<li>Throw error when <code>--shard x/<count></code> exceeds count
of test files - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw
HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Ignore SCSS in browser mode - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8161">vitest-dev/vitest#8161</a>
<a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw
HTML omitted -->(0c3be)<!-- 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/8123">vitest-dev/vitest#8123</a>
<a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw
HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Handle async errors in expect.soft - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a>
<a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw
HTML omitted -->(68699)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a>
<a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw
HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li><code>task.meta</code> should be available in custom reporter's
errors - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a>
<a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw
HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Preserve handler wrapping on extend - by <a
href="https://github.com/pengooseDev"><code>@pengooseDev</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a>
<a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw
HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Ensure ui config option works correctly - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a>
<a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw
HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View
changes on GitHub</a></h5>
<h2>v3.2.3</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>browser</strong>: Use base url instead of
<strong>vitest</strong> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8126">vitest-dev/vitest#8126</a>
<a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae"><!-- raw
HTML omitted -->(1d8eb)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Show test annotations and metadata in the test
report tab - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8093">vitest-dev/vitest#8093</a>
<a href="https://github.com/vitest-dev/vitest/commit/c69be1fc1"><!-- raw
HTML omitted -->(c69be)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Rerun tests when project's setup file is changed - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8097">vitest-dev/vitest#8097</a>
<a href="https://github.com/vitest-dev/vitest/commit/0f3350667"><!-- raw
HTML omitted -->(0f335)<!-- raw HTML omitted --></a></li>
<li>Revert <code>expect.any</code> return type - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8129">vitest-dev/vitest#8129</a>
<a href="https://github.com/vitest-dev/vitest/commit/4751436d5"><!-- raw
HTML omitted -->(47514)<!-- raw HTML omitted --></a></li>
<li>Run only the name plugin last, not all config plugins - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8130">vitest-dev/vitest#8130</a>
<a href="https://github.com/vitest-dev/vitest/commit/83862d46e"><!-- raw
HTML omitted -->(83862)<!-- raw HTML omitted --></a></li>
<li><strong>pool</strong>:
<ul>
<li>Throw if user's tests use <code>process.send()</code> - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8125">vitest-dev/vitest#8125</a>
<a href="https://github.com/vitest-dev/vitest/commit/dfe81a67a"><!-- raw
HTML omitted -->(dfe81)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Fast sequential task updates missing - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8121">vitest-dev/vitest#8121</a>
<a href="https://github.com/vitest-dev/vitest/commit/7bd11a9b3"><!-- raw
HTML omitted -->(7bd11)<!-- raw HTML omitted --></a></li>
<li>Comments between fixture destructures - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8127">vitest-dev/vitest#8127</a>
<a href="https://github.com/vitest-dev/vitest/commit/dc469f260"><!-- raw
HTML omitted -->(dc469)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Unable to handle errors where sourcemap mapping empty - by <a
href="https://github.com/blake-newman"><code>@blake-newman</code></a>
and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8071">vitest-dev/vitest#8071</a>
<a href="https://github.com/vitest-dev/vitest/commit/8aa252121"><!-- raw
HTML omitted -->(8aa25)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3">View
changes on GitHub</a></h5>
<h2>v3.2.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a>
chore: release v3.2.4</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b87ee3ece20bc5fc61e179a36741d9d36d494ea7"><code>b87ee3e</code></a>
chore: release v3.2.3</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7ddcd3363e2853a85273534d10a2ef1e3f905468"><code>7ddcd33</code></a>
chore: release v3.2.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/f858f3b2919eb08e5c32e3079b6b9789baa6b437"><code>f858f3b</code></a>
chore: release v3.2.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/59200ae6b0eb688e5df493873986092293360c68"><code>59200ae</code></a>
chore: release v3.2.0</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/407c0e4d29d95644419999bacfffa04e4bceff3d"><code>407c0e4</code></a>
fix(coverage): in-source test cases excluded (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7985">#7985</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/e86282e7b02ea80640d2f67315a902ac4411a6be"><code>e86282e</code></a>
chore(deps): update Vite to 6.3.5 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/8051">#8051</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/ba87a62b995ad5d0a3c344fd4379db032ab0750d"><code>ba87a62</code></a>
chore: release v3.2.0-beta.3</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/3f8159a2ff9be52e2a818d18aa665c294f7f10c3"><code>3f8159a</code></a>
ci(rollup): disable watcher for types generators (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/8035">#8035</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/51cd81444b584584ed7b4d889e6d5fe7ed235a43"><code>51cd814</code></a>
fix(coverage): browser + v8 in source tests missing (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/7946">#7946</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />
Updates `prettier` from 3.5.3 to 3.6.2
<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.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add missing blank line around code block by <a
href="https://github.com/fisker"><code>@fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/17675">prettier/prettier#17675</a></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#362">Changelog</a></p>
<h2>3.6.1</h2>
<ul>
<li>Fix "Warning: File descriptor 39 closed but not opened in
unmanaged mode" error when running
<code>--experimental-cli</code></li>
</ul>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#361">Changelog</a></p>
<h2>3.6.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0">Release note
"Prettier 3.6: Experimental fast CLI and new OXC and Hermes
plugins!"</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.6.2</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.6.1...3.6.2">diff</a></p>
<h4>Markdown: Add missing blank line around code block (<a
href="https://redirect.github.com/prettier/prettier/pull/17675">#17675</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="md"><code><!-- Input -->
1. Some text, and code block below, with newline after code block
<pre lang="yaml"><code>---
foo: bar
</code></pre>
<ol>
<li>Another</li>
<li>List</li>
</ol>
<p><!-- Prettier 3.6.1 --></p>
<ol>
<li>
<p>Some text, and code block below, with newline after code block</p>
<pre lang="yaml"><code>---
foo: bar
</code></pre>
<ol>
<li>Another</li>
<li>List</li>
</ol>
</li>
</ol>
<p><!-- Prettier 3.6.2 --></p>
<ol>
<li>
<p>Some text, and code block below, with newline after code block</p>
<pre lang="yaml"><code>---
foo: bar
</code></pre>
<ol>
<li>Another</li>
<li>List<br />
</code></pre></li>
</ol>
</li>
</ol>
<h1>3.6.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.6.0...3.6.1">diff</a></p>
<h4>TypeScript: Allow const without initializer (<a
href="https://redirect.github.com/prettier/prettier/pull/17650">#17650</a>,
<a
href="https://redirect.github.com/prettier/prettier/pull/17654">#17654</a>
by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/7a8b05f41574633fd3af5298f3eeaf33567ad3d3"><code>7a8b05f</code></a>
Release 3.6.2</li>
<li><a
href="https://github.com/prettier/prettier/commit/46526b49b6315914b9229be412c1557ce59f8dbf"><code>46526b4</code></a>
Add missing blank line around code block (<a
href="https://redirect.github.com/prettier/prettier/issues/17675">#17675</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/a04ec1196f9c3efe2312b10c2f0d02903c9de5e7"><code>a04ec11</code></a>
chore(deps): update babel to v7.27.7 (<a
href="https://redirect.github.com/prettier/prettier/issues/17684">#17684</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/32be5b6b44314579f3dcc838f26b03ce47938acb"><code>32be5b6</code></a>
chore(deps): update dependency flow-parser to v0.274.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/17676">#17676</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/b55e777924538b69c564abea51a42e33597910b9"><code>b55e777</code></a>
Update docs about "TypeScript Configuration Files" (<a
href="https://redirect.github.com/prettier/prettier/issues/17677">#17677</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/b197c99224b2e068736020bdaa8b2f8a686d4b1e"><code>b197c99</code></a>
chore(deps): update dependency <code>@vitejs/plugin-react</code> to
v4.6.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/17674">#17674</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/1185f8370a7a4c1b038b994e7be32a2413fae12d"><code>1185f83</code></a>
chore(deps): update dependency <code>@angular/compiler</code> to
v20.0.5 (<a
href="https://redirect.github.com/prettier/prettier/issues/17680">#17680</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/aa1316fa603e25d853e76f69cdc029c19b8d24b9"><code>aa1316f</code></a>
chore(deps): update dependency browserslist to v4.25.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/17671">#17671</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/c468d33f16c665363da86f9275be4b4d9f799dcd"><code>c468d33</code></a>
chore(deps): update dependency oxc-parser to v0.75.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/17672">#17672</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/3f46d91bdb7b2a650f376215fdf884babfc765b7"><code>3f46d91</code></a>
chore(deps): update dependency vite to v7 (<a
href="https://redirect.github.com/prettier/prettier/issues/17673">#17673</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 3.1.4 to 3.2.4
<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.2.4</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Use correct path for optimisation of strip-literal - by <a
href="https://github.com/mrginglymus"><code>@mrginglymus</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a>
<a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw
HTML omitted -->(44940)<!-- raw HTML omitted --></a></li>
<li>Print uint and buffer as a simple string - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a>
<a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw
HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Show a helpful error when spying on an export - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a>
<a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw
HTML omitted -->(56007)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>cli</strong>:
<ul>
<li><code>vitest run --watch</code> should be watch-mode - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a>
<a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw
HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li>
<li>Use absolute path environment on Windows - by <a
href="https://github.com/colinaaa"><code>@colinaaa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a>
<a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw
HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li>
<li>Throw error when <code>--shard x/<count></code> exceeds count
of test files - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw
HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Ignore SCSS in browser mode - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8161">vitest-dev/vitest#8161</a>
<a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw
HTML omitted -->(0c3be)<!-- 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/8123">vitest-dev/vitest#8123</a>
<a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw
HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Handle async errors in expect.soft - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a>
<a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw
HTML omitted -->(68699)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a>
<a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw
HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li><code>task.meta</code> should be available in custom reporter's
errors - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a>
<a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw
HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Preserve handler wrapping on extend - by <a
href="https://github.com/pengooseDev"><code>@pengooseDev</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a>
<a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw
HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Ensure ui config option works correctly - by <a
href="https://github.com/lzl0304"><code>@lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a>
<a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw
HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View
changes on GitHub</a></h5>
<h2>v3.2.3</h2>
<h3> 🚀 Features</h3>
<ul>
<li><strong>browser</strong>: Use base url instead of
<strong>vitest</strong> - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8126">vitest-dev/vitest#8126</a>
<a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae"><!-- raw
HTML omitted -->(1d8eb)<!-- raw HTML omitted --></a></li>
<li><strong>ui</strong>: Show test annotations and metadata in the test
report tab - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8093">vitest-dev/vitest#8093</a>
<a href="https://github.com/vitest-dev/vitest/commit/c69be1fc1"><!-- raw
HTML omitted -->(c69be)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Rerun tests when project's setup file is changed - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8097">vitest-dev/vitest#8097</a>
<a href="https://github.com/vitest-dev/vitest/commit/0f3350667"><!-- raw
HTML omitted -->(0f335)<!-- raw HTML omitted --></a></li>
<li>Revert <code>expect.any</code> return type - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8129">vitest-dev/vitest#8129</a>
<a href="https://github.com/vitest-dev/vitest/commit/4751436d5"><!-- raw
HTML omitted -->(47514)<!-- raw HTML omitted --></a></li>
<li>Run only the name plugin last, not all config plugins - by <a
href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8130">vitest-dev/vitest#8130</a>
<a href="https://github.com/vitest-dev/vitest/commit/83862d46e"><!-- raw
HTML omitted -->(83862)<!-- raw HTML omitted --></a></li>
<li><strong>pool</strong>:
<ul>
<li>Throw if user's tests use <code>process.send()</code> - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8125">vitest-dev/vitest#8125</a>
<a href="https://github.com/vitest-dev/vitest/commit/dfe81a67a"><!-- raw
HTML omitted -->(dfe81)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Fast sequential task updates missing - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8121">vitest-dev/vitest#8121</a>
<a href="https://github.com/vitest-dev/vitest/commit/7bd11a9b3"><!-- raw
HTML omitted -->(7bd11)<!-- raw HTML omitted --></a></li>
<li>Comments between fixture destructures - by <a
href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8127">vitest-dev/vitest#8127</a>
<a href="https://github.com/vitest-dev/vitest/commit/dc469f260"><!-- raw
HTML omitted -->(dc469)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Unable to handle errors where sourcemap mapping empty - by <a
href="https://github.com/blake-newman"><code>@blake-newman</code></a>
and <a href="https://github.com/hi-ogawa"><code>@hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8071">vitest-dev/vitest#8071</a>
<a href="https://github.com/vitest-dev/vitest/commit/8aa252121"><!-- raw
HTML omitted -->(8aa25)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3">View
changes on GitHub</a></h5>
<h2>v3.2.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a>
chore: release v3.2.4</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8a18c8e20a19f2c8d9f402e426886999f378c389"><code>8a18c8e</code></a>
fix(cli): throw error when <code>--shard x/\<count></code> exceeds
count of test files (#...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8abd7cc6fff5fa47d899b5f5383f526d2fdef784"><code>8abd7cc</code></a>
chore(deps): update <code>tinypool</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8174">#8174</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/93f3200e452874ed4e2d018718bbbde7ebd28590"><code>93f3200</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8123">#8123</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0c3be6f637d65ef47f2fcf2ccd637f1ecc9d1786"><code>0c3be6f</code></a>
fix(coverage): ignore SCSS in browser mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8161">#8161</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/790bc310c55ce81306baf5d8954e7cc849ec4ca0"><code>790bc31</code></a>
chore: update deprecation notice for globs (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8148">#8148</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c0eae7df8447602d20b39f3769edbc91fafebf7b"><code>c0eae7d</code></a>
chore: update deprecated workspace file log (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8118">#8118</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/14dc0724f9bfbf71c598156597ac12494ebce2f4"><code>14dc072</code></a>
fix(pool): auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8110">#8110</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/85dc0195f53f140d7c1de2f62fec15ad990b1e5c"><code>85dc019</code></a>
fix(cli): use absolute path environment on Windows (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8105">#8105</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/27df68a0e978776ddf51fe4188f1c8036a89c04d"><code>27df68a</code></a>
fix(reporter): <code>task.meta</code> should be available in custom
reporter's errors (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v3.2.4/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1b89277 commit 6590b8bCopy full SHA for 6590b8b
File tree
Expand file treeCollapse file tree
1 file changed
+272
-239
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+272
-239
lines changed
0 commit comments