333.md (11619B)
1 # PR #333 Bump vitest from 0.27.3 to 0.28.4 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-02-06T08:23:16Z 6 - **Branch:** dependabot/npm_and_yarn/vitest-0.28.4 → main 7 - **Closed:** 2023-02-14T09:10:58Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [333.diff](./333.diff) 12 13 --- 14 15 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.27.3 to 0.28.4. 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.28.4</h2> 21 <h3> 🐞 Bug Fixes</h3> 22 <ul> 23 <li>Setup correct utils inside asymmetric matchers - 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/2768">vitest-dev/vitest#2768</a> <a href="https://github.com/vitest-dev/vitest/commit/415c8a93"><!-- raw HTML omitted -->(415c8)<!-- raw HTML omitted --></a></li> 24 <li>Cjs exports has Object.prototype instead of null - 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/2769">vitest-dev/vitest#2769</a> <a href="https://github.com/vitest-dev/vitest/commit/4fc492c6"><!-- raw HTML omitted -->(4fc49)<!-- raw HTML omitted --></a></li> 25 <li>Duplicate callbacks in vite-node HMR - by <a href="https://github.com/jgoux"><code>@jgoux</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2792">vitest-dev/vitest#2792</a> <a href="https://github.com/vitest-dev/vitest/commit/f03337ae"><!-- raw HTML omitted -->(f0333)<!-- raw HTML omitted --></a></li> 26 <li>Do not include source files in <code>onWatcherStart</code> when <code>typecheck.ignoreSourceErrors</code> is true - by <a href="https://github.com/mascii"><code>@mascii</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/2774">vitest-dev/vitest#2774</a> <a href="https://github.com/vitest-dev/vitest/commit/d612efdf"><!-- raw HTML omitted -->(d612e)<!-- raw HTML omitted --></a></li> 27 </ul> 28 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.28.3...v0.28.4">View changes on GitHub</a></h5> 29 <h2>v0.28.3</h2> 30 <h3> 🚀 Features</h3> 31 <ul> 32 <li>Allow using atomics to communicate between threads - 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/2758">vitest-dev/vitest#2758</a> <a href="https://github.com/vitest-dev/vitest/commit/3679cf25"><!-- raw HTML omitted -->(3679c)<!-- raw HTML omitted --></a></li> 33 <li>Show active filename pattern on CLI - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> <a href="https://github.com/vitest-dev/vitest/commit/a0455917"><!-- raw HTML omitted -->(a0455)<!-- raw HTML omitted --></a></li> 34 <li>Show active test name pattern on CLI - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> <a href="https://github.com/vitest-dev/vitest/commit/df7c410a"><!-- raw HTML omitted -->(df7c4)<!-- raw HTML omitted --></a></li> 35 <li>Allow <code>config</code> option to be false - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2749">vitest-dev/vitest#2749</a> <a href="https://github.com/vitest-dev/vitest/commit/c66e335b"><!-- raw HTML omitted -->(c66e3)<!-- raw HTML omitted --></a></li> 36 </ul> 37 <h3> 🐞 Bug Fixes</h3> 38 <ul> 39 <li>Watch mode's filename pattern to persist on unrelated file changes - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> <a href="https://github.com/vitest-dev/vitest/commit/712ac15b"><!-- raw HTML omitted -->(712ac)<!-- raw HTML omitted --></a></li> 40 <li>Watch mode's filename pattern to persist re-run of failed tests, snapshot updates and testname filter changes - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> <a href="https://github.com/vitest-dev/vitest/commit/1c65ac48"><!-- raw HTML omitted -->(1c65a)<!-- raw HTML omitted --></a></li> 41 <li>Dont incorrectly mark run failed if filename pattern excludes previously failed tests - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> <a href="https://github.com/vitest-dev/vitest/commit/61cf9a7a"><!-- raw HTML omitted -->(61cf9)<!-- raw HTML omitted --></a></li> 42 <li><strong>coverage</strong>: Istanbul crashes when no tests were run - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2753">vitest-dev/vitest#2753</a> <a href="https://github.com/vitest-dev/vitest/commit/ebc95add"><!-- raw HTML omitted -->(ebc95)<!-- raw HTML omitted --></a></li> 43 </ul> 44 <h3> 🏎 Performance</h3> 45 <ul> 46 <li>Don't import vite in worker - 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/2759">vitest-dev/vitest#2759</a> <a href="https://github.com/vitest-dev/vitest/commit/e49c13fa"><!-- raw HTML omitted -->(e49c1)<!-- raw HTML omitted --></a></li> 47 </ul> 48 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.28.2...v0.28.3">View changes on GitHub</a></h5> 49 <h2>v0.28.2</h2> 50 <h3> 🐞 Bug Fixes</h3> 51 <ul> 52 <li>Send stderr header log to stderr - 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/2736">vitest-dev/vitest#2736</a> <a href="https://github.com/vitest-dev/vitest/commit/998ea804"><!-- raw HTML omitted -->(998ea)<!-- raw HTML omitted --></a></li> 53 <li>Call afterAll, if beforeAll failed - 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/2737">vitest-dev/vitest#2737</a> <a href="https://github.com/vitest-dev/vitest/commit/1904c9c4"><!-- raw HTML omitted -->(1904c)<!-- raw HTML omitted --></a></li> 54 <li><strong>vite-node</strong>: Don't cache modules with <code>timestamp: 0</code> - by <a href="https://github.com/danielroe"><code>@danielroe</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2747">vitest-dev/vitest#2747</a> <a href="https://github.com/vitest-dev/vitest/commit/e88c04c4"><!-- raw HTML omitted -->(e88c0)<!-- raw HTML omitted --></a></li> 55 </ul> 56 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.28.1...v0.28.2">View changes on GitHub</a></h5> 57 <h2>v0.28.1</h2> 58 <h3> 🐞 Bug Fixes</h3> 59 <ul> 60 <li>Remove UI from Vitest dependencies - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/b120ca3f"><!-- raw HTML omitted -->(b120c)<!-- raw HTML omitted --></a></li> 61 </ul> 62 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1">View changes on GitHub</a></h5> 63 <h2>v0.28.0</h2> 64 <h3> 🚨 Breaking Changes</h3> 65 <!-- raw HTML omitted --> 66 </blockquote> 67 <p>... (truncated)</p> 68 </details> 69 <details> 70 <summary>Commits</summary> 71 <ul> 72 <li><a href="https://github.com/vitest-dev/vitest/commit/5eeb6f38637e4176591b0d73cc691553c9cd8078"><code>5eeb6f3</code></a> chore: release v0.28.4</li> 73 <li><a href="https://github.com/vitest-dev/vitest/commit/d612efdfad9affdcb98a82989775c6347ce61e44"><code>d612efd</code></a> fix: do not include source files in <code>onWatcherStart</code> when `typecheck.ignoreSo...</li> 74 <li><a href="https://github.com/vitest-dev/vitest/commit/31da992c7201d510a39df00cfe6be2a361ee19c0"><code>31da992</code></a> chore: release v0.28.3</li> 75 <li><a href="https://github.com/vitest-dev/vitest/commit/c66e335b9ae3d6a0ac22a7ecf19e272c33095cf7"><code>c66e335</code></a> feat: allow <code>config</code> option to be false (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2749">#2749</a>)</li> 76 <li><a href="https://github.com/vitest-dev/vitest/commit/df7c410a2737f8180c34d511998813f67b8b089b"><code>df7c410</code></a> feat: show active test name pattern on CLI</li> 77 <li><a href="https://github.com/vitest-dev/vitest/commit/a0455917747a2c568c6a4679c7b455846bc7e252"><code>a045591</code></a> feat: show active filename pattern on CLI</li> 78 <li><a href="https://github.com/vitest-dev/vitest/commit/61cf9a7a98096913037472fb6c34735e94d6b423"><code>61cf9a7</code></a> fix: dont incorrectly mark run failed if filename pattern excludes previously...</li> 79 <li><a href="https://github.com/vitest-dev/vitest/commit/1c65ac4866023fd8229fe1122d62a1447b03146f"><code>1c65ac4</code></a> fix: watch mode's filename pattern to persist re-run of failed tests, snapsho...</li> 80 <li><a href="https://github.com/vitest-dev/vitest/commit/712ac15b696e7a56a2c8a2d28081b42eda24088e"><code>712ac15</code></a> fix: watch mode's filename pattern to persist on unrelated file changes</li> 81 <li><a href="https://github.com/vitest-dev/vitest/commit/e49c13fa2d092b76503c73ec8f271eef4eb83c40"><code>e49c13f</code></a> perf: don't import vite in worker (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2759">#2759</a>)</li> 82 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.28.4/packages/vitest">compare view</a></li> 83 </ul> 84 </details> 85 <br /> 86 87 88 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 89 90 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`. 91 92 [//]: # (dependabot-automerge-start) 93 [//]: # (dependabot-automerge-end) 94 95 --- 96 97 <details> 98 <summary>Dependabot commands and options</summary> 99 <br /> 100 101 You can trigger Dependabot actions by commenting on this PR: 102 - `@dependabot rebase` will rebase this PR 103 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 104 - `@dependabot merge` will merge this PR after your CI passes on it 105 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 106 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 107 - `@dependabot reopen` will reopen this PR if it is closed 108 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 109 - `@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) 110 - `@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) 111 - `@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) 112 113 114 </details> 115 116 <!-- Replace --> 117 ---- 118 ⌛ Deploy Preview - Build in Progress 119 <!-- Replace --> 120 121 122 123 ## Comments 124 125 ### @dependabot[bot] — 2023-02-14T09:10:57Z 126 127 Superseded by #342. 128