292.md (10337B)
1 # PR #292 Bump vitest from 0.27.0 to 0.27.1 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-12T08:19:49Z 6 - **Branch:** dependabot/npm_and_yarn/vitest-0.27.1 → main 7 - **Merged:** 2023-01-12T08:45:03Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [292.diff](./292.diff) 12 13 --- 14 15 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.27.0 to 0.27.1. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> 19 <blockquote> 20 <h2>v0.27.1</h2> 21 <h3> 🚀 Features</h3> 22 <ul> 23 <li>Show error, when process.exit is called - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2643">vitest-dev/vitest#2643</a> <a href="https://github.com/vitest-dev/vitest/commit/866f4494"><!-- raw HTML omitted -->(866f4)<!-- raw HTML omitted --></a></li> 24 <li>Add more information about unhandler error - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2642">vitest-dev/vitest#2642</a> <a href="https://github.com/vitest-dev/vitest/commit/1ffb0ef5"><!-- raw HTML omitted -->(1ffb0)<!-- raw HTML omitted --></a></li> 25 <li>Display running processes, if vitest closes with timeout - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2633">vitest-dev/vitest#2633</a> <a href="https://github.com/vitest-dev/vitest/commit/94968a6f"><!-- raw HTML omitted -->(94968)<!-- raw HTML omitted --></a></li> 26 </ul> 27 <h3> 🐞 Bug Fixes</h3> 28 <ul> 29 <li>Type issue with spyOn method - by <a href="https://github.com/samkevin1"><code>@samkevin1</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2365">vitest-dev/vitest#2365</a> and <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2582">vitest-dev/vitest#2582</a> <a href="https://github.com/vitest-dev/vitest/commit/1aaa79d7"><!-- raw HTML omitted -->(1aaa7)<!-- raw HTML omitted --></a></li> 30 <li>Add missing types in TS project when global is true - by <a href="https://github.com/Sneaken"><code>@Sneaken</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2631">vitest-dev/vitest#2631</a> <a href="https://github.com/vitest-dev/vitest/commit/4745eaa2"><!-- raw HTML omitted -->(4745e)<!-- raw HTML omitted --></a></li> 31 <li>Always report failed test in junit reporter - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2632">vitest-dev/vitest#2632</a> <a href="https://github.com/vitest-dev/vitest/commit/83da2ec4"><!-- raw HTML omitted -->(83da2)<!-- raw HTML omitted --></a></li> 32 <li>Change Vite root, if test.root is used - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2637">vitest-dev/vitest#2637</a> <a href="https://github.com/vitest-dev/vitest/commit/efbff2a2"><!-- raw HTML omitted -->(efbff)<!-- raw HTML omitted --></a></li> 33 <li>Don't use ownKeys, when interoping a module - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2629">vitest-dev/vitest#2629</a> <a href="https://github.com/vitest-dev/vitest/commit/a186a7e1"><!-- raw HTML omitted -->(a186a)<!-- raw HTML omitted --></a></li> 34 <li>Cut duplicate error in negated toHaveBeenCalled - by <a href="https://github.com/richardboehme"><code>@richardboehme</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2638">vitest-dev/vitest#2638</a> <a href="https://github.com/vitest-dev/vitest/commit/09d62226"><!-- raw HTML omitted -->(09d62)<!-- raw HTML omitted --></a></li> 35 <li>Always update last HMR ms on a module - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/9967645a"><!-- raw HTML omitted -->(99676)<!-- raw HTML omitted --></a></li> 36 <li>Terminate workers, when closing process - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2645">vitest-dev/vitest#2645</a> <a href="https://github.com/vitest-dev/vitest/commit/ece434a3"><!-- raw HTML omitted -->(ece43)<!-- raw HTML omitted --></a></li> 37 <li><strong>coverage</strong>: 38 <ul> 39 <li>Prevent c8 from crashing on invalid sourcemaps - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2634">vitest-dev/vitest#2634</a> <a href="https://github.com/vitest-dev/vitest/commit/0163dc80"><!-- raw HTML omitted -->(0163d)<!-- raw HTML omitted --></a></li> 40 <li>Istanbul provider to use <code>coverage.extension</code> - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2641">vitest-dev/vitest#2641</a> <a href="https://github.com/vitest-dev/vitest/commit/7e388903"><!-- raw HTML omitted -->(7e388)<!-- raw HTML omitted --></a></li> 41 </ul> 42 </li> 43 </ul> 44 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.27.0...v0.27.1">View changes on GitHub</a></h5> 45 </blockquote> 46 </details> 47 <details> 48 <summary>Commits</summary> 49 <ul> 50 <li><a href="https://github.com/vitest-dev/vitest/commit/db9e8f1128439fa0fd627b2864ca225d3d9349c7"><code>db9e8f1</code></a> chore: release v0.27.1</li> 51 <li><a href="https://github.com/vitest-dev/vitest/commit/94968a6f9c032e415ff18e391970969e9f5b6a06"><code>94968a6</code></a> feat: display running processes, if vitest closes with timeout (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2633">#2633</a>)</li> 52 <li><a href="https://github.com/vitest-dev/vitest/commit/1ffb0ef5489bcf873e879d61f3bdcebd364430c2"><code>1ffb0ef</code></a> feat: add more information about unhandler error (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2642">#2642</a>)</li> 53 <li><a href="https://github.com/vitest-dev/vitest/commit/866f449463daa253c1efcd71e14c2bcaf5f327a8"><code>866f449</code></a> feat: show error, when process.exit is called (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2643">#2643</a>)</li> 54 <li><a href="https://github.com/vitest-dev/vitest/commit/ece434a38c00eb9f8c09df74f03c6875f669ca97"><code>ece434a</code></a> fix: terminate workers, when closing process (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2645">#2645</a>)</li> 55 <li><a href="https://github.com/vitest-dev/vitest/commit/9967645ab7ade16a2b2495c7ee0277d180f866f1"><code>9967645</code></a> fix: always update last HMR ms on a module</li> 56 <li><a href="https://github.com/vitest-dev/vitest/commit/a186a7e12f318527493618487aa6a554549851fe"><code>a186a7e</code></a> fix: don't use ownKeys, when interoping a module (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2629">#2629</a>)</li> 57 <li><a href="https://github.com/vitest-dev/vitest/commit/efbff2a2827c307a580ec039bc184c731afe4fb1"><code>efbff2a</code></a> fix: change Vite root, if test.root is used (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2637">#2637</a>)</li> 58 <li><a href="https://github.com/vitest-dev/vitest/commit/9b8afb204dac3d7e0ccf7e7b0226c985f2810aad"><code>9b8afb2</code></a> docs: add CLI arguments to config docs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2636">#2636</a>)</li> 59 <li><a href="https://github.com/vitest-dev/vitest/commit/83da2ec45077d54f885d94b712a37215e19f1148"><code>83da2ec</code></a> fix: always report failed test in junit reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2632">#2632</a>)</li> 60 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.1/packages/vitest">compare view</a></li> 61 </ul> 62 </details> 63 <br /> 64 65 66 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 67 68 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`. 69 70 [//]: # (dependabot-automerge-start) 71 [//]: # (dependabot-automerge-end) 72 73 --- 74 75 <details> 76 <summary>Dependabot commands and options</summary> 77 <br /> 78 79 You can trigger Dependabot actions by commenting on this PR: 80 - `@dependabot rebase` will rebase this PR 81 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 82 - `@dependabot merge` will merge this PR after your CI passes on it 83 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 84 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 85 - `@dependabot reopen` will reopen this PR if it is closed 86 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 87 - `@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) 88 - `@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) 89 - `@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) 90 91 92 </details> 93 94 <!-- Replace --> 95 ---- 96 ⌛ Deploy Preview - Build in Progress 97 <!-- Replace --> 98 99