391.md (11781B)
1 # PR #391 Bump @vitest/ui from 0.27.3 to 0.29.7 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-03-21T09:09:34Z 6 - **Branch:** dependabot/npm_and_yarn/vitest/ui-0.29.7 → main 7 - **Closed:** 2023-03-29T09:08:37Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [391.diff](./391.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.7. 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.7</h2> 21 <h3> 🐞 Bug Fixes</h3> 22 <ul> 23 <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> 24 </ul> 25 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.6...v0.29.7">View changes on GitHub</a></h5> 26 <h2>v0.29.6</h2> 27 <h3> 🐞 Bug Fixes</h3> 28 <ul> 29 <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> 30 </ul> 31 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.5...v0.29.6">View changes on GitHub</a></h5> 32 <h2>v0.29.5</h2> 33 <h3> 🐞 Bug Fixes</h3> 34 <ul> 35 <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> 36 </ul> 37 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.4...v0.29.5">View changes on GitHub</a></h5> 38 <h2>v0.29.4</h2> 39 <h3> 🚀 Features</h3> 40 <ul> 41 <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> 42 <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> 43 <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> 44 <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> 45 <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> 46 </ul> 47 <h3> 🐞 Bug Fixes</h3> 48 <ul> 49 <li>Show correct line numbers in stack trace when using vi.resetModules() - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3020">vitest-dev/vitest#3020</a> <a href="https://github.com/vitest-dev/vitest/commit/35730328"><!-- raw HTML omitted -->(35730)<!-- raw HTML omitted --></a></li> 50 <li>Mocking value proxy filter Symbol static properties - by <a href="https://github.com/ChpShy"><code>@ChpShy</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3036">vitest-dev/vitest#3036</a> <a href="https://github.com/vitest-dev/vitest/commit/0cf44098"><!-- raw HTML omitted -->(0cf44)<!-- raw HTML omitted --></a></li> 51 <li>Escape XML in error stack trace when using junit reporter - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3038">vitest-dev/vitest#3038</a> <a href="https://github.com/vitest-dev/vitest/commit/cc5779d6"><!-- raw HTML omitted -->(cc577)<!-- raw HTML omitted --></a></li> 52 </ul> 53 <h5> <a href="https://github.com/vitest-dev/vitest/compare/v0.29.3...v0.29.4">View changes on GitHub</a></h5> 54 <h2>v0.29.3</h2> 55 <h3> 🚀 Features</h3> 56 <ul> 57 <li>Use custom colors implementation instead of picocolors - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/427b0622"><!-- raw HTML omitted -->(427b0)<!-- raw HTML omitted --></a></li> 58 <li>Uncaught errors to indicate env teardown - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2982">vitest-dev/vitest#2982</a> <a href="https://github.com/vitest-dev/vitest/commit/1fe8286c"><!-- raw HTML omitted -->(1fe82)<!-- raw HTML omitted --></a></li> 59 <li><strong>config</strong>: Add an option to run setupFiles in sequence - by <a href="https://github.com/sheremet-va"><code>@sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/3008">vitest-dev/vitest#3008</a> <a href="https://github.com/vitest-dev/vitest/commit/c2e25bb9"><!-- raw HTML omitted -->(c2e25)<!-- raw HTML omitted --></a></li> 60 </ul> 61 <h3> 🐞 Bug Fixes</h3> 62 <ul> 63 <li>Console log not visible - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2943">vitest-dev/vitest#2943</a> <a href="https://github.com/vitest-dev/vitest/commit/0280825f"><!-- raw HTML omitted -->(02808)<!-- raw HTML omitted --></a></li> 64 <li>Remove duplicate execArgv when deps.registerNodeLoader: true - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2965">vitest-dev/vitest#2965</a> <a href="https://github.com/vitest-dev/vitest/commit/a1954cc0"><!-- raw HTML omitted -->(a1954)<!-- raw HTML omitted --></a></li> 65 <li>Prevent running test cases timers after environment teardown - by <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/2971">vitest-dev/vitest#2971</a> <a href="https://github.com/vitest-dev/vitest/commit/bde75a34"><!-- raw HTML omitted -->(bde75)<!-- raw HTML omitted --></a></li> 66 </ul> 67 <!-- raw HTML omitted --> 68 </blockquote> 69 <p>... (truncated)</p> 70 </details> 71 <details> 72 <summary>Commits</summary> 73 <ul> 74 <li><a href="https://github.com/vitest-dev/vitest/commit/9150a268d8cafac71a0954ba4ca45b02e00a7e9a"><code>9150a26</code></a> chore: release v0.29.7</li> 75 <li><a href="https://github.com/vitest-dev/vitest/commit/82948110d264d130c6901bbedda8dce4417d43bc"><code>8294811</code></a> chore: release v0.29.6</li> 76 <li><a href="https://github.com/vitest-dev/vitest/commit/be344518b48e56c29127ff61b728be4281345836"><code>be34451</code></a> chore: release v0.29.5</li> 77 <li><a href="https://github.com/vitest-dev/vitest/commit/4148d80d8394577d90a5134d011dd28620a7aa62"><code>4148d80</code></a> chore: release v0.29.4</li> 78 <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> 79 <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> 80 <li><a href="https://github.com/vitest-dev/vitest/commit/d4d04257c0c47f0acd7e508fbac74d0a57330a58"><code>d4d0425</code></a> chore: release v0.29.3</li> 81 <li><a href="https://github.com/vitest-dev/vitest/commit/bce5a9f8a8572805317ec336bb4289d18606679c"><code>bce5a9f</code></a> chore: release v0.29.2</li> 82 <li><a href="https://github.com/vitest-dev/vitest/commit/20c99934ee66fd4aac33edae707d7add76f08576"><code>20c9993</code></a> chore: release v0.29.1</li> 83 <li><a href="https://github.com/vitest-dev/vitest/commit/965f32a55eb1d5d594eebfda76e413f4fbd2c4ca"><code>965f32a</code></a> chore: release v0.29.0</li> 84 <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v0.29.7/packages/ui">compare view</a></li> 85 </ul> 86 </details> 87 <br /> 88 89 90 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 91 92 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`. 93 94 [//]: # (dependabot-automerge-start) 95 [//]: # (dependabot-automerge-end) 96 97 --- 98 99 <details> 100 <summary>Dependabot commands and options</summary> 101 <br /> 102 103 You can trigger Dependabot actions by commenting on this PR: 104 - `@dependabot rebase` will rebase this PR 105 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 106 - `@dependabot merge` will merge this PR after your CI passes on it 107 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 108 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 109 - `@dependabot reopen` will reopen this PR if it is closed 110 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 111 - `@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) 112 - `@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) 113 - `@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) 114 115 116 </details> 117 118 <!-- Replace --> 119 ---- 120 ⌛ Deploy Preview - Build in Progress 121 <!-- Replace --> 122 123 124 125 ## Comments 126 127 ### @dependabot[bot] — 2023-03-29T09:08:36Z 128 129 Superseded by #405. 130