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

332.md (10636B)


      1 # PR #332 Bump @vitest/ui from 0.27.3 to 0.28.4
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-02-06T08:22:47Z
      6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.28.4 → main
      7 - **Closed:** 2023-02-14T09:12:25Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [332.diff](./332.diff)
     12 
     13 ---
     14 
     15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) 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"><code>@​vitest/ui</code>'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/31da992c7201d510a39df00cfe6be2a361ee19c0"><code>31da992</code></a> chore: release v0.28.3</li>
     74 <li><a href="https://github.com/vitest-dev/vitest/commit/1b54b4cb96808716788e1178b29b12d9e69ad9ac"><code>1b54b4c</code></a> chore: release v0.28.2</li>
     75 <li><a href="https://github.com/vitest-dev/vitest/commit/e28b9b91167fa16e189b0f7b085df70aca6bb6a8"><code>e28b9b9</code></a> chore: release v0.28.1</li>
     76 <li><a href="https://github.com/vitest-dev/vitest/commit/6949b55beabae220a9a092bdaf9c1f8851bf778e"><code>6949b55</code></a> chore: release v0.28.0</li>
     77 <li><a href="https://github.com/vitest-dev/vitest/commit/482b72fc5f02da87498a18e0ed844ecb6bc772ca"><code>482b72f</code></a> feat!: move test runner into a separate package (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2721">#2721</a>)</li>
     78 <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v0.28.4/packages/ui">compare view</a></li>
     79 </ul>
     80 </details>
     81 <br />
     82 
     83 
     84 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/ui&package-manager=npm_and_yarn&previous-version=0.27.3&new-version=0.28.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     85 
     86 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`.
     87 
     88 [//]: # (dependabot-automerge-start)
     89 [//]: # (dependabot-automerge-end)
     90 
     91 ---
     92 
     93 <details>
     94 <summary>Dependabot commands and options</summary>
     95 <br />
     96 
     97 You can trigger Dependabot actions by commenting on this PR:
     98 - `@dependabot rebase` will rebase this PR
     99 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    100 - `@dependabot merge` will merge this PR after your CI passes on it
    101 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    102 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    103 - `@dependabot reopen` will reopen this PR if it is closed
    104 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    105 - `@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)
    106 - `@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)
    107 - `@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)
    108 
    109 
    110 </details>
    111 
    112 <!-- Replace -->
    113 ----
    114 ⌛ Deploy Preview - Build in Progress
    115 <!-- Replace -->
    116 
    117 
    118 
    119 ## Comments
    120 
    121 ### @dependabot[bot] — 2023-02-14T09:12:24Z
    122 
    123 Superseded by #344.
    124