matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

322.md (11280B)


      1 # PR #322 Bump vitest from 0.27.3 to 0.28.3
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-30T08:23:43Z
      6 - **Branch:** dependabot/npm_and_yarn/vitest-0.28.3 → main
      7 - **Closed:** 2023-02-06T08:23:22Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [322.diff](./322.diff)
     12 
     13 ---
     14 
     15 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.27.3 to 0.28.3.
     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.3</h2>
     21 <h3>   🚀 Features</h3>
     22 <ul>
     23 <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>
     24 <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>
     25 <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>
     26 <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>
     27 </ul>
     28 <h3>   🐞 Bug Fixes</h3>
     29 <ul>
     30 <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>
     31 <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>
     32 <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>
     33 <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>
     34 </ul>
     35 <h3>   🏎 Performance</h3>
     36 <ul>
     37 <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>
     38 </ul>
     39 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.28.2...v0.28.3">View changes on GitHub</a></h5>
     40 <h2>v0.28.2</h2>
     41 <h3>   🐞 Bug Fixes</h3>
     42 <ul>
     43 <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>
     44 <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>
     45 <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>
     46 </ul>
     47 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.28.1...v0.28.2">View changes on GitHub</a></h5>
     48 <h2>v0.28.1</h2>
     49 <h3>   🐞 Bug Fixes</h3>
     50 <ul>
     51 <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>
     52 </ul>
     53 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1">View changes on GitHub</a></h5>
     54 <h2>v0.28.0</h2>
     55 <h3>   🚨 Breaking Changes</h3>
     56 <ul>
     57 <li>Don't rely on environment for interopDefault  -  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/2682">vitest-dev/vitest#2682</a> <a href="https://github.com/vitest-dev/vitest/commit/3f20cf5a"><!-- raw HTML omitted -->(3f20c)<!-- raw HTML omitted --></a></li>
     58 <li>Move test runner into a separate package  -  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/2721">vitest-dev/vitest#2721</a> <a href="https://github.com/vitest-dev/vitest/commit/482b72fc"><!-- raw HTML omitted -->(482b7)<!-- raw HTML omitted --></a>
     59 <ul>
     60 <li>To extend text context, you need to augment <code>@vitet/runner</code> package instead of <code>vitest</code></li>
     61 </ul>
     62 </li>
     63 </ul>
     64 <h3>   🐞 Bug Fixes</h3>
     65 <ul>
     66 <li><strong>coverage</strong>: C8 to log warning when run in Stackblitz  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2735">vitest-dev/vitest#2735</a> <a href="https://github.com/vitest-dev/vitest/commit/b6c41caa"><!-- raw HTML omitted -->(b6c41)<!-- raw HTML omitted --></a></li>
     67 </ul>
     68 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0">View changes on GitHub</a></h5>
     69 </blockquote>
     70 </details>
     71 <details>
     72 <summary>Commits</summary>
     73 <ul>
     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><a href="https://github.com/vitest-dev/vitest/commit/3679cf25e5ef80d77f977dfcaf9b48963ed0d775"><code>3679cf2</code></a> feat: allow using atomics to communicate between threads (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2758">#2758</a>)</li>
     83 <li><a href="https://github.com/vitest-dev/vitest/commit/1b54b4cb96808716788e1178b29b12d9e69ad9ac"><code>1b54b4c</code></a> chore: release v0.28.2</li>
     84 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.28.3/packages/vitest">compare view</a></li>
     85 </ul>
     86 </details>
     87 <br />
     88 
     89 
     90 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=0.27.3&new-version=0.28.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     91 
     92 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`.
     93 
     94 [//]: # (dependabot-automerge-start)
     95 [//]: # (dependabot-automerge-end)
     96 
     97 ---
     98 
     99 <details>
    100 <summary>Dependabot commands and options</summary>
    101 <br />
    102 
    103 You can trigger Dependabot actions by commenting on this PR:
    104 - `@dependabot rebase` will rebase this PR
    105 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    106 - `@dependabot merge` will merge this PR after your CI passes on it
    107 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    108 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    109 - `@dependabot reopen` will reopen this PR if it is closed
    110 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    111 - `@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)
    112 - `@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)
    113 - `@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)
    114 
    115 
    116 </details>
    117 
    118 <!-- Replace -->
    119 ----
    120 ⌛ Deploy Preview - Build in Progress
    121 <!-- Replace -->
    122 
    123 
    124 
    125 ## Comments
    126 
    127 ### @dependabot[bot] — 2023-02-06T08:23:21Z
    128 
    129 Superseded by #333.
    130