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

297.md (8556B)


      1 # PR #297 Bump @vitest/ui from 0.27.1 to 0.27.2
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-17T08:14:45Z
      6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.27.2 → main
      7 - **Merged:** 2023-01-17T22:41:43Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [297.diff](./297.diff)
     12 
     13 ---
     14 
     15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.27.1 to 0.27.2.
     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.2</h2>
     21 <h3>   🚀 Features</h3>
     22 <ul>
     23 <li>Add runAllTimersAsync from sinonjs  -  by <a href="https://github.com/guillaumeduboc"><code>@​guillaumeduboc</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2209">vitest-dev/vitest#2209</a> <a href="https://github.com/vitest-dev/vitest/commit/40187bdb"><!-- raw HTML omitted -->(40187)<!-- raw HTML omitted --></a></li>
     24 </ul>
     25 <h3>   🐞 Bug Fixes</h3>
     26 <ul>
     27 <li>Document.defaultView references the same window as the global one  -  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/2649">vitest-dev/vitest#2649</a> <a href="https://github.com/vitest-dev/vitest/commit/1ac4bb8d"><!-- raw HTML omitted -->(1ac4b)<!-- raw HTML omitted --></a></li>
     28 <li>Trim input filename and test name  -  by <a href="https://github.com/btea"><code>@​btea</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2650">vitest-dev/vitest#2650</a> <a href="https://github.com/vitest-dev/vitest/commit/d3dcbdc8"><!-- raw HTML omitted -->(d3dcb)<!-- raw HTML omitted --></a></li>
     29 <li>Increase default teardownTimeout  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/13e53ac7"><!-- raw HTML omitted -->(13e53)<!-- raw HTML omitted --></a></li>
     30 <li>Mock css files imported with &quot;require&quot;  -  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/2679">vitest-dev/vitest#2679</a> <a href="https://github.com/vitest-dev/vitest/commit/6c1a26a6"><!-- raw HTML omitted -->(6c1a2)<!-- raw HTML omitted --></a></li>
     31 <li>Don't start watching files in &quot;run&quot; mode  -  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/2680">vitest-dev/vitest#2680</a> <a href="https://github.com/vitest-dev/vitest/commit/0a31e85c"><!-- raw HTML omitted -->(0a31e)<!-- raw HTML omitted --></a></li>
     32 <li>Rerun tests, when setup file is edited  -  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/2625">vitest-dev/vitest#2625</a> <a href="https://github.com/vitest-dev/vitest/commit/019a6d57"><!-- raw HTML omitted -->(019a6)<!-- raw HTML omitted --></a></li>
     33 <li>Always show filename for unhandled 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/2689">vitest-dev/vitest#2689</a> <a href="https://github.com/vitest-dev/vitest/commit/15aa0156"><!-- raw HTML omitted -->(15aa0)<!-- raw HTML omitted --></a></li>
     34 <li>Define property instead of assigning it in vi.stubGlobal  -  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/2685">vitest-dev/vitest#2685</a> <a href="https://github.com/vitest-dev/vitest/commit/8a1d7590"><!-- raw HTML omitted -->(8a1d7)<!-- raw HTML omitted --></a></li>
     35 <li><strong>coverage</strong>: Watch mode to use <code>coverage.all</code> only when all tests are run  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2665">vitest-dev/vitest#2665</a> <a href="https://github.com/vitest-dev/vitest/commit/85096281"><!-- raw HTML omitted -->(85096)<!-- raw HTML omitted --></a></li>
     36 <li><strong>typecheck</strong>: Log tests with verbose reporter, correctly show &quot;pass&quot; tests  -  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/2656">vitest-dev/vitest#2656</a> <a href="https://github.com/vitest-dev/vitest/commit/61ddebae"><!-- raw HTML omitted -->(61dde)<!-- raw HTML omitted --></a></li>
     37 <li><strong>ui</strong>: Don't show &quot;connecting&quot; screen in html reporter  -  by <a href="https://github.com/poyoho"><code>@​poyoho</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2693">vitest-dev/vitest#2693</a> <a href="https://github.com/vitest-dev/vitest/commit/d8548c69"><!-- raw HTML omitted -->(d8548)<!-- raw HTML omitted --></a></li>
     38 </ul>
     39 <h3>   🏎 Performance</h3>
     40 <ul>
     41 <li>Don't resolve import path, if it was already resolved  -  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/2659">vitest-dev/vitest#2659</a> <a href="https://github.com/vitest-dev/vitest/commit/45cc3423"><!-- raw HTML omitted -->(45cc3)<!-- raw HTML omitted --></a></li>
     42 </ul>
     43 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2">View changes on GitHub</a></h5>
     44 </blockquote>
     45 </details>
     46 <details>
     47 <summary>Commits</summary>
     48 <ul>
     49 <li><a href="https://github.com/vitest-dev/vitest/commit/a1b685cb0d03a2894762921d99ac0f8312ce858b"><code>a1b685c</code></a> chore: release v0.27.2</li>
     50 <li><a href="https://github.com/vitest-dev/vitest/commit/d8548c6954ff66545fc999e8f3775d42b73cfba6"><code>d8548c6</code></a> fix(ui): don't show &quot;connecting&quot; screen in html reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2693">#2693</a>)</li>
     51 <li><a href="https://github.com/vitest-dev/vitest/commit/78e26e980febba467594817fbf329d853160c158"><code>78e26e9</code></a> chore: update lisence and auto-imports</li>
     52 <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.2/packages/ui">compare view</a></li>
     53 </ul>
     54 </details>
     55 <br />
     56 
     57 
     58 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/ui&package-manager=npm_and_yarn&previous-version=0.27.1&new-version=0.27.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     59 
     60 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`.
     61 
     62 [//]: # (dependabot-automerge-start)
     63 [//]: # (dependabot-automerge-end)
     64 
     65 ---
     66 
     67 <details>
     68 <summary>Dependabot commands and options</summary>
     69 <br />
     70 
     71 You can trigger Dependabot actions by commenting on this PR:
     72 - `@dependabot rebase` will rebase this PR
     73 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     74 - `@dependabot merge` will merge this PR after your CI passes on it
     75 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     76 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     77 - `@dependabot reopen` will reopen this PR if it is closed
     78 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     79 - `@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)
     80 - `@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)
     81 - `@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)
     82 
     83 
     84 </details>
     85 
     86 
     87 
     88 <!-- Replace -->
     89 ----
     90 ⌛ Deploy Preview - Build in Progress
     91 <!-- Replace -->
     92