405.md (12057B)
1 # PR #405 Bump @vitest/ui from 0.27.3 to 0.29.8 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-03-29T09:08:30Z 6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.29.8 → main 7 - **Closed:** 2023-04-10T09:12:05Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [405.diff](./405.diff) 12 13 --- 14 15 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) 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"><code>@vitest/ui</code>'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/9150a268d8cafac71a0954ba4ca45b02e00a7e9a"><code>9150a26</code></a> chore: release v0.29.7</li> 74 <li><a href="https://github.com/vitest-dev/vitest/commit/82948110d264d130c6901bbedda8dce4417d43bc"><code>8294811</code></a> chore: release v0.29.6</li> 75 <li><a href="https://github.com/vitest-dev/vitest/commit/be344518b48e56c29127ff61b728be4281345836"><code>be34451</code></a> chore: release v0.29.5</li> 76 <li><a href="https://github.com/vitest-dev/vitest/commit/4148d80d8394577d90a5134d011dd28620a7aa62"><code>4148d80</code></a> chore: release v0.29.4</li> 77 <li><a href="https://github.com/vitest-dev/vitest/commit/9cdc8030d05fe9d3c3cb0ceef1f74b401f6f8fa9"><code>9cdc803</code></a> feat: webdriverio (+ custom providers) integration for browser mode (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2999">#2999</a>)</li> 78 <li><a href="https://github.com/vitest-dev/vitest/commit/a768015e640c886ae7320db24409e1a01f8c080e"><code>a768015</code></a> feat: support relative path in html report (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/2695">#2695</a>)</li> 79 <li><a href="https://github.com/vitest-dev/vitest/commit/d4d04257c0c47f0acd7e508fbac74d0a57330a58"><code>d4d0425</code></a> chore: release v0.29.3</li> 80 <li><a href="https://github.com/vitest-dev/vitest/commit/bce5a9f8a8572805317ec336bb4289d18606679c"><code>bce5a9f</code></a> chore: release v0.29.2</li> 81 <li><a href="https://github.com/vitest-dev/vitest/commit/20c99934ee66fd4aac33edae707d7add76f08576"><code>20c9993</code></a> chore: release v0.29.1</li> 82 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.29.8/packages/ui">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:12:04Z 126 127 Superseded by #424. 128