406.md (12582B)
1 # PR #406 Bump vitest from 0.27.3 to 0.29.8 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-03-29T09:08:52Z 6 - **Branch:** dependabot/npm_and_yarn/vitest-0.29.8 → main 7 - **Closed:** 2023-04-10T09:10:30Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [406.diff](./406.diff) 12 13 --- 14 15 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.27.3 to 0.29.8. 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.29.8</h2> 21 <h3> 🚀 Features</h3> 22 <ul> 23 <li>Allow accessing "vi" methods without context, don't fail when mocker is not available - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3047">vitest-dev/vitest#3047</a> <a href="https://github.com/vitest-dev/vitest/commit/1531c420"><!-- raw HTML omitted -->(1531c)<!-- raw HTML omitted --></a></li> 24 <li>Show browser console in the terminal - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3048">vitest-dev/vitest#3048</a> <a href="https://github.com/vitest-dev/vitest/commit/ee6f590d"><!-- raw HTML omitted -->(ee6f5)<!-- raw HTML omitted --></a></li> 25 <li>Playwright as browser provider - by <a href="https://github.com/Aslemammad"><code>@Aslemammad</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3079">vitest-dev/vitest#3079</a> <a href="https://github.com/vitest-dev/vitest/commit/9dc69293"><!-- raw HTML omitted -->(9dc69)<!-- raw HTML omitted --></a></li> 26 <li>Implement <code>istanbul</code> coverage support for browser testing - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3040">vitest-dev/vitest#3040</a> <a href="https://github.com/vitest-dev/vitest/commit/0f44d2c8"><!-- raw HTML omitted -->(0f44d)<!-- raw HTML omitted --></a></li> 27 </ul> 28 <h3> 🐞 Bug Fixes</h3> 29 <ul> 30 <li>Add generic to expect.objectContaining type - by <a href="https://github.com/ArtyMaury"><code>@ArtyMaury</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3053">vitest-dev/vitest#3053</a> <a href="https://github.com/vitest-dev/vitest/commit/69d2cc93"><!-- raw HTML omitted -->(69d2c)<!-- raw HTML omitted --></a></li> 31 <li>Do not fail, when primitive error is thrown - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3074">vitest-dev/vitest#3074</a> <a href="https://github.com/vitest-dev/vitest/commit/6efe61ab"><!-- raw HTML omitted -->(6efe6)<!-- raw HTML omitted --></a></li> 32 <li>Handle cloning proxied classes w/ enumerable getters - by <a href="https://github.com/tgriesser"><code>@tgriesser</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3026">vitest-dev/vitest#3026</a> <a href="https://github.com/vitest-dev/vitest/commit/196a067a"><!-- raw HTML omitted -->(196a0)<!-- raw HTML omitted --></a></li> 33 <li>Spy on popup apis like alert - by <a href="https://github.com/Aslemammad"><code>@Aslemammad</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3076">vitest-dev/vitest#3076</a> <a href="https://github.com/vitest-dev/vitest/commit/280ad1ed"><!-- raw HTML omitted -->(280ad)<!-- raw HTML omitted --></a></li> 34 <li>Report coverage even when no tests found - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3091">vitest-dev/vitest#3091</a> <a href="https://github.com/vitest-dev/vitest/commit/2cb91211"><!-- raw HTML omitted -->(2cb91)<!-- raw HTML omitted --></a></li> 35 </ul> 36 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.7...v0.29.8">View changes on GitHub</a></h5> 37 <h2>v0.29.7</h2> 38 <h3> 🐞 Bug Fixes</h3> 39 <ul> 40 <li>Import <code>@vite/client</code> in browser code for handling optimizer - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/20c510c4"><!-- raw HTML omitted -->(20c51)<!-- raw HTML omitted --></a></li> 41 </ul> 42 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.6...v0.29.7">View changes on GitHub</a></h5> 43 <h2>v0.29.6</h2> 44 <h3> 🐞 Bug Fixes</h3> 45 <ul> 46 <li>Bundle UI with <code>@vitest/browser</code> - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/14091c59"><!-- raw HTML omitted -->(14091)<!-- raw HTML omitted --></a></li> 47 </ul> 48 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.5...v0.29.6">View changes on GitHub</a></h5> 49 <h2>v0.29.5</h2> 50 <h3> 🐞 Bug Fixes</h3> 51 <ul> 52 <li><strong>browser</strong>: Relax vitest peer dependency - by <a href="https://github.com/cexbrayat"><code>@cexbrayat</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3039">vitest-dev/vitest#3039</a> <a href="https://github.com/vitest-dev/vitest/commit/865d1afd"><!-- raw HTML omitted -->(865d1)<!-- raw HTML omitted --></a></li> 53 </ul> 54 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.4...v0.29.5">View changes on GitHub</a></h5> 55 <h2>v0.29.4</h2> 56 <h3> 🚀 Features</h3> 57 <ul> 58 <li><code>--test-timeout</code> CLI argument - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3019">vitest-dev/vitest#3019</a> <a href="https://github.com/vitest-dev/vitest/commit/63c62f9e"><!-- raw HTML omitted -->(63c62)<!-- raw HTML omitted --></a></li> 59 <li>Add an option to control Vitest pool with filepath - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3029">vitest-dev/vitest#3029</a> <a href="https://github.com/vitest-dev/vitest/commit/c7f0c86b"><!-- raw HTML omitted -->(c7f0c)<!-- raw HTML omitted --></a></li> 60 <li>Process timeout to log names of stuck test files - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3031">vitest-dev/vitest#3031</a> <a href="https://github.com/vitest-dev/vitest/commit/0ddf7220"><!-- raw HTML omitted -->(0ddf7)<!-- raw HTML omitted --></a></li> 61 <li>Support relative path in html report - by <a href="https://github.com/poyoho"><code>@poyoho</code></a> and <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2695">vitest-dev/vitest#2695</a> <a href="https://github.com/vitest-dev/vitest/commit/a768015e"><!-- raw HTML omitted -->(a7680)<!-- raw HTML omitted --></a></li> 62 <li>Webdriverio (+ custom providers) integration for browser mode - by <a href="https://github.com/Aslemammad"><code>@Aslemammad</code></a>, <strong>Christian Bromann</strong>, <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a>, <a href="https://github.com/userquin"><code>@userquin</code></a> and <a href="https://github.com/dammy001"><code>@dammy001</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2999">vitest-dev/vitest#2999</a> <a href="https://github.com/vitest-dev/vitest/commit/9cdc8030"><!-- raw HTML omitted -->(9cdc8)<!-- raw HTML omitted --></a></li> 63 </ul> 64 <h3> 🐞 Bug Fixes</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/42435d66619301fd2a98124bf1dc32fdac6cf510"><code>42435d6</code></a> chore: release v0.29.8</li> 73 <li><a href="https://github.com/vitest-dev/vitest/commit/98e16def678f7c5e866d83ef0a33ccaab81764ec"><code>98e16de</code></a> chore: license</li> 74 <li><a href="https://github.com/vitest-dev/vitest/commit/2cb91211d7b05c5ad69846fbff5da7be5825d998"><code>2cb9121</code></a> fix: report coverage even when no tests found (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3091">#3091</a>)</li> 75 <li><a href="https://github.com/vitest-dev/vitest/commit/0f44d2c81f3486819fd875384f4ef187667ebac5"><code>0f44d2c</code></a> feat: implement <code>istanbul</code> coverage support for browser testing (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3040">#3040</a>)</li> 76 <li><a href="https://github.com/vitest-dev/vitest/commit/9dc6929380d510f9c6316d5e56b6d1d54f25fda7"><code>9dc6929</code></a> feat: playwright as browser provider (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3079">#3079</a>)</li> 77 <li><a href="https://github.com/vitest-dev/vitest/commit/6efe61ab772c94d9b10ce34c88b7fa343a449714"><code>6efe61a</code></a> fix: do not fail, when primitive error is thrown (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3074">#3074</a>)</li> 78 <li><a href="https://github.com/vitest-dev/vitest/commit/69d2cc93b766619ebb208cb82516789a116e75d5"><code>69d2cc9</code></a> fix: add generic to expect.objectContaining type (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3053">#3053</a>)</li> 79 <li><a href="https://github.com/vitest-dev/vitest/commit/ee6f590dfee1355cdd9657c9256338de49f1608b"><code>ee6f590</code></a> feat: show browser console in the terminal (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/3048">#3048</a>)</li> 80 <li><a href="https://github.com/vitest-dev/vitest/commit/1531c4208d8a8c54cec9f4d48a17af28345792e2"><code>1531c42</code></a> feat: allow accessing "vi" methods without context, don't fail when mocker is...</li> 81 <li><a href="https://github.com/vitest-dev/vitest/commit/9150a268d8cafac71a0954ba4ca45b02e00a7e9a"><code>9150a26</code></a> chore: release v0.29.7</li> 82 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.29.8/packages/vitest">compare view</a></li> 83 </ul> 84 </details> 85 <br /> 86 87 88 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 89 90 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`. 91 92 [//]: # (dependabot-automerge-start) 93 [//]: # (dependabot-automerge-end) 94 95 --- 96 97 <details> 98 <summary>Dependabot commands and options</summary> 99 <br /> 100 101 You can trigger Dependabot actions by commenting on this PR: 102 - `@dependabot rebase` will rebase this PR 103 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 104 - `@dependabot merge` will merge this PR after your CI passes on it 105 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 106 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 107 - `@dependabot reopen` will reopen this PR if it is closed 108 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 109 - `@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) 110 - `@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) 111 - `@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) 112 113 114 </details> 115 116 <!-- Replace --> 117 ---- 118 ⌛ Deploy Preview - Build in Progress 119 <!-- Replace --> 120 121 122 123 ## Comments 124 125 ### @dependabot[bot] — 2023-04-10T09:10:29Z 126 127 Superseded by #421. 128