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

309.md (8613B)


      1 # PR #309 Bump @vitest/ui from 0.27.2 to 0.27.3
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-23T08:29:22Z
      6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.27.3 → main
      7 - **Merged:** 2023-01-23T08:32:18Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [309.diff](./309.diff)
     12 
     13 ---
     14 
     15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.27.2 to 0.27.3.
     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.3</h2>
     21 <h3>   🚀 Features</h3>
     22 <ul>
     23 <li>Throw unhandled exception, if code throws &quot;error&quot; event  -  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/2691">vitest-dev/vitest#2691</a> <a href="https://github.com/vitest-dev/vitest/commit/6a30cdd3"><!-- raw HTML omitted -->(6a30c)<!-- raw HTML omitted --></a></li>
     24 <li>New <code>environmentMatchGlobs</code> option to auto infer env based on glob  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2714">vitest-dev/vitest#2714</a> <a href="https://github.com/vitest-dev/vitest/commit/3e1429e5"><!-- raw HTML omitted -->(3e142)<!-- raw HTML omitted --></a></li>
     25 <li>Add basic reporter which allow user to use reporter in ci  -  by <a href="https://github.com/trim21"><code>@​trim21</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/2612">vitest-dev/vitest#2612</a> <a href="https://github.com/vitest-dev/vitest/commit/5df522f7"><!-- raw HTML omitted -->(5df52)<!-- raw HTML omitted --></a></li>
     26 <li>Improve &quot;isCI&quot; check  -  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/2705">vitest-dev/vitest#2705</a> <a href="https://github.com/vitest-dev/vitest/commit/e64570df"><!-- raw HTML omitted -->(e6457)<!-- raw HTML omitted --></a></li>
     27 </ul>
     28 <h3>   🐞 Bug Fixes</h3>
     29 <ul>
     30 <li>Show error in the terminal, if &quot;only&quot; flag is used  -  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/2696">vitest-dev/vitest#2696</a> <a href="https://github.com/vitest-dev/vitest/commit/24d63809"><!-- raw HTML omitted -->(24d63)<!-- raw HTML omitted --></a></li>
     31 <li>Cpu and heap profiling options for workers  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2702">vitest-dev/vitest#2702</a> <a href="https://github.com/vitest-dev/vitest/commit/c31a0b20"><!-- raw HTML omitted -->(c31a0)<!-- raw HTML omitted --></a></li>
     32 <li>Show correct number of tests in test summary  -  by <a href="https://github.com/poyoho"><code>@​poyoho</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2703">vitest-dev/vitest#2703</a> <a href="https://github.com/vitest-dev/vitest/commit/859e7f01"><!-- raw HTML omitted -->(859e7)<!-- raw HTML omitted --></a></li>
     33 <li>Don't terminate workers on Node 14 to not trigger fatal error  -  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/2697">vitest-dev/vitest#2697</a> <a href="https://github.com/vitest-dev/vitest/commit/db9b6bb7"><!-- raw HTML omitted -->(db9b6)<!-- raw HTML omitted --></a></li>
     34 <li>Allow custom async 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/2707">vitest-dev/vitest#2707</a> <a href="https://github.com/vitest-dev/vitest/commit/b566912d"><!-- raw HTML omitted -->(b5669)<!-- raw HTML omitted --></a></li>
     35 <li>Remove setup files from coverage  -  by <a href="https://github.com/g4rry420"><code>@​g4rry420</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2574">vitest-dev/vitest#2574</a> <a href="https://github.com/vitest-dev/vitest/commit/488e4b9f"><!-- raw HTML omitted -->(488e4)<!-- raw HTML omitted --></a></li>
     36 <li><code>reportCoverage</code> context can be optional  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/vitest-dev/vitest/commit/4cd1e5d7"><!-- raw HTML omitted -->(4cd1e)<!-- raw HTML omitted --></a></li>
     37 <li>ENOENT assets when htmldir exists  -  by <a href="https://github.com/everett1992"><code>@​everett1992</code></a> in <a href="https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2701">vitest-dev/vitest#2701</a> <a href="https://github.com/vitest-dev/vitest/commit/5a656753"><!-- raw HTML omitted -->(5a656)<!-- raw HTML omitted --></a></li>
     38 <li>Correctly resolve paths relative to root, when used outside of root directory  -  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/2687">vitest-dev/vitest#2687</a> <a href="https://github.com/vitest-dev/vitest/commit/703aab46"><!-- raw HTML omitted -->(703aa)<!-- raw HTML omitted --></a></li>
     39 <li><strong>typecheck</strong>: Store tmp tsconfig close to original 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/2660">vitest-dev/vitest#2660</a> <a href="https://github.com/vitest-dev/vitest/commit/26f915ad"><!-- raw HTML omitted -->(26f91)<!-- raw HTML omitted --></a></li>
     40 </ul>
     41 <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3">View changes on GitHub</a></h5>
     42 </blockquote>
     43 </details>
     44 <details>
     45 <summary>Commits</summary>
     46 <ul>
     47 <li><a href="https://github.com/vitest-dev/vitest/commit/44e5e22ab2ba62bc8742f9c2cf20f6151bd60327"><code>44e5e22</code></a> chore: release v0.27.3</li>
     48 <li><a href="https://github.com/vitest-dev/vitest/commit/5a6567535a4fec00acc18b8c57b7eeb15b3165a3"><code>5a65675</code></a> fix: ENOENT assets when htmldir exists (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2701">#2701</a>)</li>
     49 <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.3/packages/ui">compare view</a></li>
     50 </ul>
     51 </details>
     52 <br />
     53 
     54 
     55 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/ui&package-manager=npm_and_yarn&previous-version=0.27.2&new-version=0.27.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     56 
     57 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`.
     58 
     59 [//]: # (dependabot-automerge-start)
     60 [//]: # (dependabot-automerge-end)
     61 
     62 ---
     63 
     64 <details>
     65 <summary>Dependabot commands and options</summary>
     66 <br />
     67 
     68 You can trigger Dependabot actions by commenting on this PR:
     69 - `@dependabot rebase` will rebase this PR
     70 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     71 - `@dependabot merge` will merge this PR after your CI passes on it
     72 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     73 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     74 - `@dependabot reopen` will reopen this PR if it is closed
     75 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     76 - `@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)
     77 - `@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)
     78 - `@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)
     79 
     80 
     81 </details>
     82 
     83 <!-- Replace -->
     84 ----
     85 ⌛ Deploy Preview - Build in Progress
     86 <!-- Replace -->
     87 
     88