Skip to content

Commit

Permalink
build(deps-dev): Bump vitest from 1.2.1 to 1.2.2 (#960)
Browse files Browse the repository at this point in the history
Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 1.2.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>
</blockquote>
</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 compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=1.2.1&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 1677d99 commit 8eabb1b
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}

0 comments on commit 8eabb1b

Please sign in to comment.