Skip to content

Commit

Permalink
chore: bump the vitest group with 2 updates (#2312)
Browse files Browse the repository at this point in the history
Bumps the vitest group with 2 updates:
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
and
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).

Updates `@vitest/coverage-v8` from 1.1.1 to 1.2.2
<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>v1.2.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>coverage</strong>:
<ul>
<li>Remove <code>coverage/.tmp</code> files after run  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a>
<a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw
HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li>
<li>Don't crash when re-run removes earlier run's reports  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a>
<a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw
HTML omitted -->(66898)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a>
<a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw
HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>forks</strong>:
<ul>
<li>Set correct <code>VITEST_POOL_ID</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5002">vitest-dev/vitest#5002</a>
<a href="https://github.com/vitest-dev/vitest/commit/7d0a4692"><!-- raw
HTML omitted -->(7d0a4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>threads</strong>:
<ul>
<li>Mention common work-around for the logged error  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5024">vitest-dev/vitest#5024</a>
<a href="https://github.com/vitest-dev/vitest/commit/915d6c43"><!-- raw
HTML omitted -->(915d6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>typecheck</strong>:
<ul>
<li>Fix <code>ignoreSourceErrors</code> in run 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/5044">vitest-dev/vitest#5044</a>
<a href="https://github.com/vitest-dev/vitest/commit/6dae3feb"><!-- raw
HTML omitted -->(6dae3)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Provide import.meta.filename and dirname  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5011">vitest-dev/vitest#5011</a>
<a href="https://github.com/vitest-dev/vitest/commit/73148575"><!-- raw
HTML omitted -->(73148)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Expose getHooks &amp; setHooks  -  by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5032">vitest-dev/vitest#5032</a>
<a href="https://github.com/vitest-dev/vitest/commit/73448706"><!-- raw
HTML omitted -->(73448)<!-- raw HTML omitted --></a></li>
<li>Test deep dependencies change detection  -  by <a
href="https://github.com/blake-newman"><code>@​blake-newman</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4934">vitest-dev/vitest#4934</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9"><!-- raw
HTML omitted -->(9c7c0)<!-- raw HTML omitted --></a></li>
<li>Throw an error if vi.mock is exported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5034">vitest-dev/vitest#5034</a>
<a href="https://github.com/vitest-dev/vitest/commit/253df1cc"><!-- raw
HTML omitted -->(253df)<!-- raw HTML omitted --></a></li>
<li>Allow <code>useFakeTimers</code> to fake
<code>requestIdleCallback</code> on non browser  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5028">vitest-dev/vitest#5028</a>
<a href="https://github.com/vitest-dev/vitest/commit/a9a486f2"><!-- raw
HTML omitted -->(a9a48)<!-- raw HTML omitted --></a></li>
<li>Support older NodeJS with async <code>import.meta.resolve</code>  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5045">vitest-dev/vitest#5045</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf5641a9"><!-- raw
HTML omitted -->(cf564)<!-- raw HTML omitted --></a></li>
<li>Don't throw an error if mocked file was already imported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5050">vitest-dev/vitest#5050</a>
<a href="https://github.com/vitest-dev/vitest/commit/fff1a270"><!-- raw
HTML omitted -->(fff1a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2">View
changes on GitHub</a></h5>
<h2>v1.2.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>browser</strong>:
<ul>
<li>Apply inlined workspace config to browser mode vite server  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4947">vitest-dev/vitest#4947</a>
<a href="https://github.com/vitest-dev/vitest/commit/db01f6c2"><!-- raw
HTML omitted -->(db01f)<!-- raw HTML omitted --></a></li>
<li>Fix browser testing url for https  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4855">vitest-dev/vitest#4855</a>
<a href="https://github.com/vitest-dev/vitest/commit/6c1cc78b"><!-- raw
HTML omitted -->(6c1cc)<!-- raw HTML omitted --></a></li>
<li>Don't fail when calling vi.useFakeTimers  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4992">vitest-dev/vitest#4992</a>
<a href="https://github.com/vitest-dev/vitest/commit/6c5fe49b"><!-- raw
HTML omitted -->(6c5fe)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li><code>thresholds.autoUpdate</code> to work with arrow function
configuration files  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4959">vitest-dev/vitest#4959</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b41131a"><!-- raw
HTML omitted -->(4b411)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Implement chai inspect for <code>AsymmetricMatcher</code>  -  by <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/4942">vitest-dev/vitest#4942</a>
<a href="https://github.com/vitest-dev/vitest/commit/06bae4dd"><!-- raw
HTML omitted -->(06bae)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Externalize network imports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4987">vitest-dev/vitest#4987</a>
<a href="https://github.com/vitest-dev/vitest/commit/21f5744d"><!-- raw
HTML omitted -->(21f57)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Handle single <code>await vi.hoisted</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/4962">vitest-dev/vitest#4962</a>
<a href="https://github.com/vitest-dev/vitest/commit/dcf2e9f2"><!-- raw
HTML omitted -->(dcf2e)<!-- raw HTML omitted --></a></li>
<li>Simplify hoist transform check regex to avoid expensive regex match
 -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4974">vitest-dev/vitest#4974</a>
<a href="https://github.com/vitest-dev/vitest/commit/df0db6a9"><!-- raw
HTML omitted -->(df0db)<!-- raw HTML omitted --></a></li>
<li>Correctly find module if it has a version query  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4976">vitest-dev/vitest#4976</a>
<a href="https://github.com/vitest-dev/vitest/commit/952c31df"><!-- raw
HTML omitted -->(952c3)<!-- raw HTML omitted --></a></li>
<li>Check color support for intercepted console logging  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4966">vitest-dev/vitest#4966</a>
<a href="https://github.com/vitest-dev/vitest/commit/39a7169c"><!-- raw
HTML omitted -->(39a71)<!-- raw HTML omitted --></a></li>
<li>Use development/production conditions when resolving external
modules  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4980">vitest-dev/vitest#4980</a>
<a href="https://github.com/vitest-dev/vitest/commit/8877e22a"><!-- raw
HTML omitted -->(8877e)<!-- raw HTML omitted --></a></li>
<li>Throw a syntax error if vi.hoisted is directly exported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4969">vitest-dev/vitest#4969</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8bff9ef"><!-- raw
HTML omitted -->(f8bff)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1">View
changes on GitHub</a></h5>
<h2>v1.2.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b1462a46561d06d477cc4cf1ba96787cb66a5cba"><code>b1462a4</code></a>
chore: release v1.2.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/d53b85805d2a893276aaf19c9e746d13ad5174f2"><code>d53b858</code></a>
fix(coverage): remove <code>coverage/.tmp</code> files after run (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5008">#5008</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6421c2766c364a9dd37dabac432f792ff1ecc556"><code>6421c27</code></a>
chore: release v1.2.1</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/4b41131af2ef9debb7e271852eb3831ed136e162"><code>4b41131</code></a>
fix(coverage): <code>thresholds.autoUpdate</code> to work with arrow
function configurat...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b561c3290de85c58daf7f062cfa0fc163425199e"><code>b561c32</code></a>
chore: release v1.2.0</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/96dc6e9aaf08b4337ccd98d531d37f809312faf8"><code>96dc6e9</code></a>
feat(coverage): custom reporter support (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/4828">#4828</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a73c1c2ca3a3ca93b317657b9328889434c36344"><code>a73c1c2</code></a>
chore: release v1.1.3</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/be5a259d9cce3be4158dd91efb97f938a5f58659"><code>be5a259</code></a>
chore: release v1.1.2</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 1.1.1 to 1.2.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>v1.2.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>coverage</strong>:
<ul>
<li>Remove <code>coverage/.tmp</code> files after run  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a>
<a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw
HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li>
<li>Don't crash when re-run removes earlier run's reports  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a>
<a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw
HTML omitted -->(66898)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a>
<a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw
HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>forks</strong>:
<ul>
<li>Set correct <code>VITEST_POOL_ID</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5002">vitest-dev/vitest#5002</a>
<a href="https://github.com/vitest-dev/vitest/commit/7d0a4692"><!-- raw
HTML omitted -->(7d0a4)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>threads</strong>:
<ul>
<li>Mention common work-around for the logged error  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5024">vitest-dev/vitest#5024</a>
<a href="https://github.com/vitest-dev/vitest/commit/915d6c43"><!-- raw
HTML omitted -->(915d6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>typecheck</strong>:
<ul>
<li>Fix <code>ignoreSourceErrors</code> in run 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/5044">vitest-dev/vitest#5044</a>
<a href="https://github.com/vitest-dev/vitest/commit/6dae3feb"><!-- raw
HTML omitted -->(6dae3)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Provide import.meta.filename and dirname  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5011">vitest-dev/vitest#5011</a>
<a href="https://github.com/vitest-dev/vitest/commit/73148575"><!-- raw
HTML omitted -->(73148)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Expose getHooks &amp; setHooks  -  by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5032">vitest-dev/vitest#5032</a>
<a href="https://github.com/vitest-dev/vitest/commit/73448706"><!-- raw
HTML omitted -->(73448)<!-- raw HTML omitted --></a></li>
<li>Test deep dependencies change detection  -  by <a
href="https://github.com/blake-newman"><code>@​blake-newman</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4934">vitest-dev/vitest#4934</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9"><!-- raw
HTML omitted -->(9c7c0)<!-- raw HTML omitted --></a></li>
<li>Throw an error if vi.mock is exported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5034">vitest-dev/vitest#5034</a>
<a href="https://github.com/vitest-dev/vitest/commit/253df1cc"><!-- raw
HTML omitted -->(253df)<!-- raw HTML omitted --></a></li>
<li>Allow <code>useFakeTimers</code> to fake
<code>requestIdleCallback</code> on non browser  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5028">vitest-dev/vitest#5028</a>
<a href="https://github.com/vitest-dev/vitest/commit/a9a486f2"><!-- raw
HTML omitted -->(a9a48)<!-- raw HTML omitted --></a></li>
<li>Support older NodeJS with async <code>import.meta.resolve</code>  - 
by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5045">vitest-dev/vitest#5045</a>
<a href="https://github.com/vitest-dev/vitest/commit/cf5641a9"><!-- raw
HTML omitted -->(cf564)<!-- raw HTML omitted --></a></li>
<li>Don't throw an error if mocked file was already imported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5050">vitest-dev/vitest#5050</a>
<a href="https://github.com/vitest-dev/vitest/commit/fff1a270"><!-- raw
HTML omitted -->(fff1a)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2">View
changes on GitHub</a></h5>
<h2>v1.2.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>browser</strong>:
<ul>
<li>Apply inlined workspace config to browser mode vite server  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4947">vitest-dev/vitest#4947</a>
<a href="https://github.com/vitest-dev/vitest/commit/db01f6c2"><!-- raw
HTML omitted -->(db01f)<!-- raw HTML omitted --></a></li>
<li>Fix browser testing url for https  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4855">vitest-dev/vitest#4855</a>
<a href="https://github.com/vitest-dev/vitest/commit/6c1cc78b"><!-- raw
HTML omitted -->(6c1cc)<!-- raw HTML omitted --></a></li>
<li>Don't fail when calling vi.useFakeTimers  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4992">vitest-dev/vitest#4992</a>
<a href="https://github.com/vitest-dev/vitest/commit/6c5fe49b"><!-- raw
HTML omitted -->(6c5fe)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li><code>thresholds.autoUpdate</code> to work with arrow function
configuration files  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4959">vitest-dev/vitest#4959</a>
<a href="https://github.com/vitest-dev/vitest/commit/4b41131a"><!-- raw
HTML omitted -->(4b411)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Implement chai inspect for <code>AsymmetricMatcher</code>  -  by <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/4942">vitest-dev/vitest#4942</a>
<a href="https://github.com/vitest-dev/vitest/commit/06bae4dd"><!-- raw
HTML omitted -->(06bae)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Externalize network imports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4987">vitest-dev/vitest#4987</a>
<a href="https://github.com/vitest-dev/vitest/commit/21f5744d"><!-- raw
HTML omitted -->(21f57)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Handle single <code>await vi.hoisted</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/4962">vitest-dev/vitest#4962</a>
<a href="https://github.com/vitest-dev/vitest/commit/dcf2e9f2"><!-- raw
HTML omitted -->(dcf2e)<!-- raw HTML omitted --></a></li>
<li>Simplify hoist transform check regex to avoid expensive regex match
 -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4974">vitest-dev/vitest#4974</a>
<a href="https://github.com/vitest-dev/vitest/commit/df0db6a9"><!-- raw
HTML omitted -->(df0db)<!-- raw HTML omitted --></a></li>
<li>Correctly find module if it has a version query  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4976">vitest-dev/vitest#4976</a>
<a href="https://github.com/vitest-dev/vitest/commit/952c31df"><!-- raw
HTML omitted -->(952c3)<!-- raw HTML omitted --></a></li>
<li>Check color support for intercepted console logging  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/4966">vitest-dev/vitest#4966</a>
<a href="https://github.com/vitest-dev/vitest/commit/39a7169c"><!-- raw
HTML omitted -->(39a71)<!-- raw HTML omitted --></a></li>
<li>Use development/production conditions when resolving external
modules  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4980">vitest-dev/vitest#4980</a>
<a href="https://github.com/vitest-dev/vitest/commit/8877e22a"><!-- raw
HTML omitted -->(8877e)<!-- raw HTML omitted --></a></li>
<li>Throw a syntax error if vi.hoisted is directly exported  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/4969">vitest-dev/vitest#4969</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8bff9ef"><!-- raw
HTML omitted -->(f8bff)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1">View
changes on GitHub</a></h5>
<h2>v1.2.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b1462a46561d06d477cc4cf1ba96787cb66a5cba"><code>b1462a4</code></a>
chore: release v1.2.2</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6689856fdfb2a9020ea63c1e5854650dbc447b52"><code>6689856</code></a>
fix(coverage): don't crash when re-run removes earlier run's reports (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5022">#5022</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/fff1a27027155f8ef6a81fe2f02fec82f256a6c1"><code>fff1a27</code></a>
fix(vitest): don't throw an error if mocked file was already imported
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5050">#5050</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/6dae3feb825a5d6d88c5ea0b018cbf01d185ccba"><code>6dae3fe</code></a>
fix(typecheck): fix <code>ignoreSourceErrors</code> in run mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5044">#5044</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/cf5641a9345124e7254afd0d299bdcb9ea94971d"><code>cf5641a</code></a>
fix(vitest): support older NodeJS with async
<code>import.meta.resolve</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5045">#5045</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/915d6c431764a041d54096180a17abe2ebcf93ce"><code>915d6c4</code></a>
fix(threads): mention common work-around for the logged error (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5024">#5024</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/a9a486f2ca0a74f90bcd4f0918255f4406f85161"><code>a9a486f</code></a>
fix(vitest): allow <code>useFakeTimers</code> to fake
<code>requestIdleCallback</code> on non brows...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/253df1cc8b25d33dc672b6544527216c459028ff"><code>253df1c</code></a>
fix(vitest): throw an error if vi.mock is exported (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5034">#5034</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/7344870606fac7c0179c5d220206d73b3254ac96"><code>7344870</code></a>
feat(vitest): expose getHooks &amp; setHooks (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5032">#5032</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9776673fa86e1b099351e537d54825ddb"><code>9c7c0fc</code></a>
fix(vitest): test deep dependencies change detection (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/4934">#4934</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.2.2/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>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 7d4e4f1 commit 8e28a5a
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 54 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vee-validate/nuxt": "^4.12.4",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/coverage-v8": "^1.2.2",
"@volar/vue-typescript": "^1.6.5",
"@vue/compiler-sfc": "^3.3.9",
"@vue/runtime-dom": "^3.3.9",
Expand Down Expand Up @@ -143,7 +143,7 @@
"supertest-graphql": "^1.1.4",
"ufo": "^1.3.2",
"unplugin-vue-components": "^0.25.2",
"vitest": "^1.1.1",
"vitest": "^1.2.2",
"vitest-environment-nuxt": "^1.0.0",
"vitest-github-actions-reporter": "^0.11.1",
"vitest-mock-extended": "^1.3.1",
Expand Down
123 changes: 71 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7669,9 +7669,9 @@ __metadata:
languageName: node
linkType: hard

"@vitest/coverage-v8@npm:^1.1.1":
version: 1.1.1
resolution: "@vitest/coverage-v8@npm:1.1.1"
"@vitest/coverage-v8@npm:^1.2.2":
version: 1.2.2
resolution: "@vitest/coverage-v8@npm:1.2.2"
dependencies:
"@ampproject/remapping": ^2.2.1
"@bcoe/v8-coverage": ^0.2.3
Expand All @@ -7681,67 +7681,68 @@ __metadata:
istanbul-lib-source-maps: ^4.0.1
istanbul-reports: ^3.1.6
magic-string: ^0.30.5
magicast: ^0.3.2
magicast: ^0.3.3
picocolors: ^1.0.0
std-env: ^3.5.0
test-exclude: ^6.0.0
v8-to-istanbul: ^9.2.0
peerDependencies:
vitest: ^1.0.0
checksum: 0778aa7381d12eaed51f42b756a41e3e38fcb9b526d8550359563adad0a94fd2fb1cfc47b4b5193cf94e1cb69ed1c94e8e5752e2b0678fd1367794c66b6ebb30
checksum: 0f0fc98b17cd4d9c292f3f381b676fb8f5b1480d261541a676d1a307e2c9f39a9d59fb497f963b18802b4f7065ace3fdc5e6f9f95d9379560aa4ac5f09f6918e
languageName: node
linkType: hard

"@vitest/expect@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/expect@npm:1.1.1"
"@vitest/expect@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/expect@npm:1.2.2"
dependencies:
"@vitest/spy": 1.1.1
"@vitest/utils": 1.1.1
"@vitest/spy": 1.2.2
"@vitest/utils": 1.2.2
chai: ^4.3.10
checksum: 5037c30a76becf7ba5f93b16c95d64cadf21e87b72d473a1595f4c201df6a0d60cb8d4a98a3446504c7314d94e1c7646d4d232b563345eb8446f67512b5a501a
checksum: b841e7826b478d43804304db0e472145ba1cfbc5eb88ec8e395ea2425daae0be1aed0875a8606842959fe67f109cd6f504c3e2d228352d28aed69aa7983e5099
languageName: node
linkType: hard

"@vitest/runner@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/runner@npm:1.1.1"
"@vitest/runner@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/runner@npm:1.2.2"
dependencies:
"@vitest/utils": 1.1.1
"@vitest/utils": 1.2.2
p-limit: ^5.0.0
pathe: ^1.1.1
checksum: 1d955ca9c190ae01f7bf6f83ce970e310ac2c106a7efd86aa5d658d6ceba9a7411843f44dd3d3dc13953aaf3f9eadf6f8729fc2384116b60b80613a74847241a
checksum: 0a016562e8065095ece98a0037b8420abe778f35a54db88622aa806e0212ae14bc093c0d671b419c3d3037963408543f178f417a2d9233bd9ea4ac4355e380ef
languageName: node
linkType: hard

"@vitest/snapshot@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/snapshot@npm:1.1.1"
"@vitest/snapshot@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/snapshot@npm:1.2.2"
dependencies:
magic-string: ^0.30.5
pathe: ^1.1.1
pretty-format: ^29.7.0
checksum: 35664d8ee7468e662ea185e8cd4479e157b645fed12fcb897427fcc213745b1eafa717713dc8f8b8d557611cbbdcb3b47c075afdaaca28ed5f790539d69b392e
checksum: a12d2e5c675ab176961d4de661b3a131334ce8280ce5f7ad13c1c9164e0518b65d6562e99368261787514af9e46cae19ccc00bf31037e6fa2d87cb7f50c422cc
languageName: node
linkType: hard

"@vitest/spy@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/spy@npm:1.1.1"
"@vitest/spy@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/spy@npm:1.2.2"
dependencies:
tinyspy: ^2.2.0
checksum: 8067b127dc7521a02315cb537726299d86cc74f95512edcee8adc45abd0e0c7dd69afd20f3de6c0976d3cd67ddd173302bb9a1e7df654f022a634fd50c7a6560
checksum: 4f4a1dbdf46dab7ee5b13f780485732899499ad560898e7e7904269838247cd32a1733ee4a939930d5e505daa638b01e33892d5e41564bfc440df93497a4ec86
languageName: node
linkType: hard

"@vitest/utils@npm:1.1.1":
version: 1.1.1
resolution: "@vitest/utils@npm:1.1.1"
"@vitest/utils@npm:1.2.2":
version: 1.2.2
resolution: "@vitest/utils@npm:1.2.2"
dependencies:
diff-sequences: ^29.6.3
estree-walker: ^3.0.3
loupe: ^2.3.7
pretty-format: ^29.7.0
checksum: fb552502757a3fa5405221c143e368c3d320162edd6385ffc23568d846c023fb2c861ed0b22edf6cabbe8ac16422012f5a5993de8abd6b50b1165101a52801a7
checksum: 19b9fb38e8d40cbff59c116804617790a74f6d76d6f7a1239819d95f1480dcf19b5585dfd43d35ef9d6afaf446a51c19ef6ea0be537e3f22731354e35e7df23d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8361,13 +8362,20 @@ __metadata:
languageName: node
linkType: hard

"acorn-walk@npm:^8.1.1, acorn-walk@npm:^8.3.0":
"acorn-walk@npm:^8.1.1":
version: 8.3.1
resolution: "acorn-walk@npm:8.3.1"
checksum: 5c8926ddb5400bc825b6baca782931f9df4ace603ba1a517f5243290fd9cdb089d52877840687b5d5c939591ebc314e2e63721514feaa37c6829c828f2b940ce
languageName: node
linkType: hard

"acorn-walk@npm:^8.3.2":
version: 8.3.2
resolution: "acorn-walk@npm:8.3.2"
checksum: 3626b9d26a37b1b427796feaa5261faf712307a8920392c8dce9a5739fb31077667f4ad2ec71c7ac6aaf9f61f04a9d3d67ff56f459587206fc04aa31c27ef392
languageName: node
linkType: hard

"acorn@npm:8.11.2":
version: 8.11.2
resolution: "acorn@npm:8.11.2"
Expand Down Expand Up @@ -15164,7 +15172,7 @@ __metadata:
"@variantjs/vue": ^0.0.22
"@vee-validate/nuxt": ^4.12.4
"@vee-validate/zod": ^4.12.4
"@vitest/coverage-v8": ^1.1.1
"@vitest/coverage-v8": ^1.2.2
"@volar/vue-typescript": ^1.6.5
"@vue/apollo-composable": 4.0.0-beta.12
"@vue/apollo-util": ^4.0.0-beta.6
Expand Down Expand Up @@ -15217,7 +15225,7 @@ __metadata:
unplugin-vue-components: ^0.25.2
unstorage: ^1.10.1
vee-validate: ^4.12.4
vitest: ^1.1.1
vitest: ^1.2.2
vitest-environment-nuxt: ^1.0.0
vitest-github-actions-reporter: ^0.11.1
vitest-mock-extended: ^1.3.1
Expand Down Expand Up @@ -16210,6 +16218,17 @@ __metadata:
languageName: node
linkType: hard

"magicast@npm:^0.3.3":
version: 0.3.3
resolution: "magicast@npm:0.3.3"
dependencies:
"@babel/parser": ^7.23.6
"@babel/types": ^7.23.6
source-map-js: ^1.0.2
checksum: de2bfca38cf4a20e598cf0e48598d183ebe2a846b80c5f4a71950b4e501f27492b3d21111a4da3dcff8aa85c2acdf3900126a8867a030a9f2fbb3c7a0a0c78bc
languageName: node
linkType: hard

"make-dir@npm:^2.0.0, make-dir@npm:^2.1.0":
version: 2.1.0
resolution: "make-dir@npm:2.1.0"
Expand Down Expand Up @@ -22270,10 +22289,10 @@ __metadata:
languageName: node
linkType: hard

"tinypool@npm:^0.8.1":
version: 0.8.1
resolution: "tinypool@npm:0.8.1"
checksum: e1162629b32a694edd92323fe7cc57379723f36b03f37e3f9442cb8fd3a99785b2b9416ef586d2f4cec8624f356b38558c2cfd272eb265a30841371d3d67d37a
"tinypool@npm:^0.8.2":
version: 0.8.2
resolution: "tinypool@npm:0.8.2"
checksum: b0993207b89ab8ab565e1eb03287aa3f15bc648c2e1da889bcfad003244271a5efe5c215d8074c3b8798ae7ea9c54678b6c9b09e7e5c8e82285177792e7ac30a
languageName: node
linkType: hard

Expand Down Expand Up @@ -23582,9 +23601,9 @@ __metadata:
languageName: node
linkType: hard

"vite-node@npm:1.1.1":
version: 1.1.1
resolution: "vite-node@npm:1.1.1"
"vite-node@npm:1.2.2":
version: 1.2.2
resolution: "vite-node@npm:1.2.2"
dependencies:
cac: ^6.7.14
debug: ^4.3.4
Expand All @@ -23593,7 +23612,7 @@ __metadata:
vite: ^5.0.0
bin:
vite-node: vite-node.mjs
checksum: 0d036e8d9ec0ab604603b1ddc89e1a50d516ab87829e9f06e0f972e802199d0fda94fd85a59be17e0a63c18671dcb4fb5b473245f9c1fda6455356ed37195cf0
checksum: 559740675bfbba36e1a1c6a52805fca12bfc3e955cc13b5984c7de4cd452276497fd3873ed45e786d4ece4e2a186b0757b9ebb0f58f14ef1acdafacc2cccfbd5
languageName: node
linkType: hard

Expand Down Expand Up @@ -23816,16 +23835,16 @@ __metadata:
languageName: node
linkType: hard

"vitest@npm:^1.1.1":
version: 1.1.1
resolution: "vitest@npm:1.1.1"
dependencies:
"@vitest/expect": 1.1.1
"@vitest/runner": 1.1.1
"@vitest/snapshot": 1.1.1
"@vitest/spy": 1.1.1
"@vitest/utils": 1.1.1
acorn-walk: ^8.3.0
"vitest@npm:^1.2.2":
version: 1.2.2
resolution: "vitest@npm:1.2.2"
dependencies:
"@vitest/expect": 1.2.2
"@vitest/runner": 1.2.2
"@vitest/snapshot": 1.2.2
"@vitest/spy": 1.2.2
"@vitest/utils": 1.2.2
acorn-walk: ^8.3.2
cac: ^6.7.14
chai: ^4.3.10
debug: ^4.3.4
Expand All @@ -23837,9 +23856,9 @@ __metadata:
std-env: ^3.5.0
strip-literal: ^1.3.0
tinybench: ^2.5.1
tinypool: ^0.8.1
tinypool: ^0.8.2
vite: ^5.0.0
vite-node: 1.1.1
vite-node: 1.2.2
why-is-node-running: ^2.2.2
peerDependencies:
"@edge-runtime/vm": "*"
Expand All @@ -23863,7 +23882,7 @@ __metadata:
optional: true
bin:
vitest: vitest.mjs
checksum: f0c827ae4ea230d7f9d9ff9227be0ee851add7fdfee2ee2c03fee49a75ddd14aacf8652fccd01d340075e2b9ef25153084d1bb21b47024864dbfb90cbaec46b4
checksum: 0e30516efa2861f23c50a5c1d58254e7f360b30e88ec4d20b4bd6cbf19e7e7131aaaf7010a40f9dd2963400ccebf0606d14a2504ac82ae96f687580c44306596
languageName: node
linkType: hard

Expand Down

0 comments on commit 8e28a5a

Please sign in to comment.