287.md (8207B)
1 # PR #287 Bump @vitest/ui from 0.26.3 to 0.27.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-01-10T08:16:36Z 6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.27.0 → main 7 - **Merged:** 2023-01-10T09:36:25Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [287.diff](./287.diff) 12 13 --- 14 15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.26.3 to 0.27.0. 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.0</h2> 21 <h3> 🚨 Breaking Changes</h3> 22 <ul> 23 <li>Deprecate "error" on result, store errors in "errors" - 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/2586">vitest-dev/vitest#2586</a> <a href="https://github.com/vitest-dev/vitest/commit/e641a110"><!-- raw HTML omitted -->(e641a)<!-- raw HTML omitted --></a></li> 24 <li>Split vitest into separate packages, but still bundle them for the time being - 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/2575">vitest-dev/vitest#2575</a> <a href="https://github.com/vitest-dev/vitest/commit/c8e6fb69"><!-- raw HTML omitted -->(c8e6f)<!-- raw HTML omitted --></a></li> 25 </ul> 26 <h3> 🚀 Features</h3> 27 <ul> 28 <li><strong>coverage</strong>: report only changed files when using istanbul coverage with watch mode - by <a href="https://github.com/g4rry420"><code>@g4rry420</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2385">vitest-dev/vitest#2385</a> <a href="https://github.com/vitest-dev/vitest/commit/bf87282c"><!-- raw HTML omitted -->(bf872)<!-- raw HTML omitted --></a></li> 29 </ul> 30 <h3> 🐞 Bug Fixes</h3> 31 <ul> 32 <li>Return mock path only when mocked - 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/2619">vitest-dev/vitest#2619</a> <a href="https://github.com/vitest-dev/vitest/commit/f8ac2094"><!-- raw HTML omitted -->(f8ac2)<!-- raw HTML omitted --></a></li> 33 <li>Allow mocking CJS module with interoped default - 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/2598">vitest-dev/vitest#2598</a> <a href="https://github.com/vitest-dev/vitest/commit/6b3e36d4"><!-- raw HTML omitted -->(6b3e3)<!-- raw HTML omitted --></a></li> 34 <li>Avoid random ENOTEMPTY errors - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2620">vitest-dev/vitest#2620</a> <a href="https://github.com/vitest-dev/vitest/commit/59766fa4"><!-- raw HTML omitted -->(59766)<!-- raw HTML omitted --></a></li> 35 <li>Always inline assets and modules with special Vite queries - 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/2617">vitest-dev/vitest#2617</a> <a href="https://github.com/vitest-dev/vitest/commit/fed1cd60"><!-- raw HTML omitted -->(fed1c)<!-- raw HTML omitted --></a></li> 36 <li><strong>cli</strong>: 37 <ul> 38 <li>Allow overrides reporter via cli option - by <a href="https://github.com/mysteryven"><code>@mysteryven</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2573">vitest-dev/vitest#2573</a> <a href="https://github.com/vitest-dev/vitest/commit/894f155a"><!-- raw HTML omitted -->(894f1)<!-- raw HTML omitted --></a></li> 39 </ul> 40 </li> 41 <li><strong>coverage</strong>: 42 <ul> 43 <li>Flaky c8 coverage caused by parallel sourcemap constructing - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2591">vitest-dev/vitest#2591</a> <a href="https://github.com/vitest-dev/vitest/commit/9a29f984"><!-- raw HTML omitted -->(9a29f)<!-- raw HTML omitted --></a></li> 44 <li>Validate extension, when reporting c8 coverage - 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/2626">vitest-dev/vitest#2626</a> <a href="https://github.com/vitest-dev/vitest/commit/7446370c"><!-- raw HTML omitted -->(74463)<!-- raw HTML omitted --></a></li> 45 </ul> 46 </li> 47 </ul> 48 <h3> 🏎 Performance</h3> 49 <ul> 50 <li>Improve vi.mock performance - 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/2594">vitest-dev/vitest#2594</a> <a href="https://github.com/vitest-dev/vitest/commit/09d19892"><!-- raw HTML omitted -->(09d19)<!-- raw HTML omitted --></a></li> 51 </ul> 52 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.26.3...v0.27.0">View changes on GitHub</a></h5> 53 </blockquote> 54 </details> 55 <details> 56 <summary>Commits</summary> 57 <ul> 58 <li><a href="https://github.com/vitest-dev/vitest/commit/2b06cf819fdc7e94a580127f72f84b1852e92a11"><code>2b06cf8</code></a> chore: release v0.27.0</li> 59 <li><a href="https://github.com/vitest-dev/vitest/commit/039a0c01bb8dfdcf30ca3e151b945f1a609fd32d"><code>039a0c0</code></a> chore: don't bundle cac and picocolors (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2595">#2595</a>)</li> 60 <li><a href="https://github.com/vitest-dev/vitest/commit/e641a110d0ed82d707a82fd215d9598b0f8afaba"><code>e641a11</code></a> feat!: deprecate "error" on result, store errors in "errors" (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2586">#2586</a>)</li> 61 <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.0/packages/ui">compare view</a></li> 62 </ul> 63 </details> 64 <br /> 65 66 67 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 68 69 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`. 70 71 [//]: # (dependabot-automerge-start) 72 [//]: # (dependabot-automerge-end) 73 74 --- 75 76 <details> 77 <summary>Dependabot commands and options</summary> 78 <br /> 79 80 You can trigger Dependabot actions by commenting on this PR: 81 - `@dependabot rebase` will rebase this PR 82 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 83 - `@dependabot merge` will merge this PR after your CI passes on it 84 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 85 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 86 - `@dependabot reopen` will reopen this PR if it is closed 87 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 88 - `@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) 89 - `@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) 90 - `@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) 91 92 93 </details> 94 95 96 97 <!-- Replace --> 98 ---- 99 ⌛ Deploy Preview - Build in Progress 100 <!-- Replace --> 101 102