293.md (8555B)
1 # PR #293 Bump @vitest/ui from 0.27.0 to 0.27.1 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-12T08:20:11Z 6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.27.1 → main 7 - **Merged:** 2023-01-12T08:45:15Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [293.diff](./293.diff) 12 13 --- 14 15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) 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"><code>@vitest/ui</code>'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/d40a60c4602fc24adb16960a18d50e17663a27c7"><code>d40a60c</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2623">#2623</a>)</li> 52 <li><a href="https://github.com/vitest-dev/vitest/commit/1c259386fa69e318ba7bd77e44c93394057fc2db"><code>1c25938</code></a> chore(deps): update dependency <code>@testing-library/cypress</code> to v9 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2528">#2528</a>)</li> 53 <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.1/packages/ui">compare view</a></li> 54 </ul> 55 </details> 56 <br /> 57 58 59 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 60 61 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`. 62 63 [//]: # (dependabot-automerge-start) 64 [//]: # (dependabot-automerge-end) 65 66 --- 67 68 <details> 69 <summary>Dependabot commands and options</summary> 70 <br /> 71 72 You can trigger Dependabot actions by commenting on this PR: 73 - `@dependabot rebase` will rebase this PR 74 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 75 - `@dependabot merge` will merge this PR after your CI passes on it 76 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 77 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 78 - `@dependabot reopen` will reopen this PR if it is closed 79 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 80 - `@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) 81 - `@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) 82 - `@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) 83 84 85 </details> 86 87 <!-- Replace --> 88 ---- 89 ⌛ Deploy Preview - Build in Progress 90 <!-- Replace --> 91 92