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

310.md (10566B)


      1 # PR #310 Bump vitest from 0.27.2 to 0.27.3
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-23T08:29:50Z
      6 - **Branch:** dependabot/npm_and_yarn/vitest-0.27.3 → main
      7 - **Merged:** 2023-01-23T08:31:59Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [310.diff](./310.diff)
     12 
     13 ---
     14 
     15 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) 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">vitest'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/20d51260957ba8c521a29cfee2823ef3d85dc055"><code>20d5126</code></a> chore: fix import from #types</li>
     49 <li><a href="https://github.com/vitest-dev/vitest/commit/e64570dfe325c832b0d1de57a1e4961f2395a7d8"><code>e64570d</code></a> feat: improve &quot;isCI&quot; check (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2705">#2705</a>)</li>
     50 <li><a href="https://github.com/vitest-dev/vitest/commit/703aab46553b0d5e82e38c183e9a4dee5ec12795"><code>703aab4</code></a> fix: correctly resolve paths relative to root, when used outside of root dire...</li>
     51 <li><a href="https://github.com/vitest-dev/vitest/commit/1503e15d0897389440352b58adc109fe068d80e0"><code>1503e15</code></a> refactor: internal coverage typings (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2713">#2713</a>)</li>
     52 <li><a href="https://github.com/vitest-dev/vitest/commit/5df522f7603bf8eadc9c60cd0d976c43140f9a70"><code>5df522f</code></a> feat: add basic reporter which allow user to use reporter in ci (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2612">#2612</a>)</li>
     53 <li><a href="https://github.com/vitest-dev/vitest/commit/3e1429e501a0d90c865dd4cca0cb7b5912d6a6f5"><code>3e1429e</code></a> feat: new <code>environmentMatchGlobs</code> option to auto infer env based on glob (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2714">#2714</a>)</li>
     54 <li><a href="https://github.com/vitest-dev/vitest/commit/4cd1e5d7fb5824b69e59c874362dc078bab4bc50"><code>4cd1e5d</code></a> fix: <code>reportCoverage</code> context can be optional</li>
     55 <li><a href="https://github.com/vitest-dev/vitest/commit/488e4b9fa61bd0f2c9944134efc05463311dcc3d"><code>488e4b9</code></a> fix: remove setup files from coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2574">#2574</a>)</li>
     56 <li><a href="https://github.com/vitest-dev/vitest/commit/26f915adc4c9d13302f73b24d13ffcc42417e8a9"><code>26f915a</code></a> fix(typecheck): store tmp tsconfig close to original one (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2660">#2660</a>)</li>
     57 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.27.3/packages/vitest">compare view</a></li>
     58 </ul>
     59 </details>
     60 <br />
     61 
     62 
     63 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&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)
     64 
     65 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`.
     66 
     67 [//]: # (dependabot-automerge-start)
     68 [//]: # (dependabot-automerge-end)
     69 
     70 ---
     71 
     72 <details>
     73 <summary>Dependabot commands and options</summary>
     74 <br />
     75 
     76 You can trigger Dependabot actions by commenting on this PR:
     77 - `@dependabot rebase` will rebase this PR
     78 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     79 - `@dependabot merge` will merge this PR after your CI passes on it
     80 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     81 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     82 - `@dependabot reopen` will reopen this PR if it is closed
     83 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     84 - `@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)
     85 - `@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)
     86 - `@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)
     87 
     88 
     89 </details>
     90 
     91 <!-- Replace -->
     92 ----
     93 ⌛ Deploy Preview - Build in Progress
     94 <!-- Replace -->
     95 
     96