93.md (10338B)
1 # PR #93 Bump @storybook/test-runner from 0.11.0--canary.250.483ef63.0 to 0.13.0 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-08-22T09:53:46Z 6 - **Branch:** dependabot/npm_and_yarn/storybook/test-runner-0.13.0 → main 7 - **Closed:** 2023-09-19T08:21:29Z 8 - **Labels:** dependencies 9 - **Diff:** [93.diff](./93.diff) 10 11 --- 12 13 Bumps [@storybook/test-runner](https://github.com/storybookjs/test-runner) from 0.11.0--canary.250.483ef63.0 to 0.13.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/releases"><code>@storybook/test-runner</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2>v0.13.0</h2> 19 <h4>🚀 Enhancement</h4> 20 <h3>Add ability to fail on console errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/321">#321</a> (<a href="https://github.com/work933k"><code>@work933k</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</h3> 21 <p>The test-runner has a new flag <code>--failOnConsole</code> that will make tests fail in case there are any console.error calls coming from your stories or components.</p> 22 <h3>Support importing stories from separate packages <a href="https://redirect.github.com/storybookjs/test-runner/pull/339">#339</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</h3> 23 <p>The test-runner is now able to correctly detect all the stories in monorepos where a Storybook imports stories from multiple projects (separate packages).</p> 24 <h3>Add coverage directory option <a href="https://redirect.github.com/storybookjs/test-runner/pull/272">#272</a> (<a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</h3> 25 <p>The test-runner has a new flag <code>--coverageDirectory</code> that allows you to overwrite where the coverage output results should be placed.</p> 26 <h4>Authors: 3</h4> 27 <ul> 28 <li><a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a></li> 29 <li><a href="https://github.com/work933k"><code>@work933k</code></a></li> 30 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 31 </ul> 32 <h2>v0.13.0-next.2</h2> 33 <h4>🚀 Enhancement</h4> 34 <ul> 35 <li>Add ability to fail on console errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/321">#321</a> (<a href="https://github.com/work933k"><code>@work933k</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 36 </ul> 37 <h4>🐛 Bug Fix</h4> 38 <ul> 39 <li>Maintenance: Update storybook example to vite and typescript <a href="https://redirect.github.com/storybookjs/test-runner/pull/340">#340</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 40 </ul> 41 <h4>Authors: 2</h4> 42 <ul> 43 <li><a href="https://github.com/work933k"><code>@work933k</code></a></li> 44 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 45 </ul> 46 <h2>v0.13.0-next.1</h2> 47 <h4>🐛 Bug Fix</h4> 48 <ul> 49 <li>Add coverage directory option <a href="https://redirect.github.com/storybookjs/test-runner/pull/272">#272</a> (<a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 50 </ul> 51 <h4>Authors: 2</h4> 52 <ul> 53 <li><a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a></li> 54 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 55 </ul> 56 <h2>v0.13.0-next.0</h2> 57 <h4>🚀 Enhancement</h4> 58 <ul> 59 <li>Support importing stories from separate packages <a href="https://redirect.github.com/storybookjs/test-runner/pull/339">#339</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 60 </ul> 61 <!-- raw HTML omitted --> 62 </blockquote> 63 <p>... (truncated)</p> 64 </details> 65 <details> 66 <summary>Changelog</summary> 67 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/blob/v0.13.0/CHANGELOG.md"><code>@storybook/test-runner</code>'s changelog</a>.</em></p> 68 <blockquote> 69 <h1>v0.13.0 (Fri Aug 04 2023)</h1> 70 <h4>🚀 Enhancement</h4> 71 <ul> 72 <li>Add ability to fail on console errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/321">#321</a> (<a href="https://github.com/work933k"><code>@work933k</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 73 <li>Support importing stories from separate packages <a href="https://redirect.github.com/storybookjs/test-runner/pull/339">#339</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 74 </ul> 75 <h4>🐛 Bug Fix</h4> 76 <ul> 77 <li>Maintenance: Update storybook example to vite and typescript <a href="https://redirect.github.com/storybookjs/test-runner/pull/340">#340</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 78 <li>Add coverage directory option <a href="https://redirect.github.com/storybookjs/test-runner/pull/272">#272</a> (<a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 79 </ul> 80 <h4>Authors: 3</h4> 81 <ul> 82 <li><a href="https://github.com/ferdinandhummel-gph"><code>@ferdinandhummel-gph</code></a></li> 83 <li><a href="https://github.com/work933k"><code>@work933k</code></a></li> 84 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 85 </ul> 86 <hr /> 87 <h1>v0.12.0 (Thu Jul 27 2023)</h1> 88 <h4>🚀 Enhancement</h4> 89 <h4>🐛 Bug Fix</h4> 90 <ul> 91 <li>maintenance: remove no-manager-cache flag in example storybook <a href="https://redirect.github.com/storybookjs/test-runner/pull/331">#331</a> (<a href="https://github.com/MH4GF"><code>@MH4GF</code></a>)</li> 92 <li>Fix extra args not being passed to jest <a href="https://redirect.github.com/storybookjs/test-runner/pull/322">#322</a> (<a href="https://github.com/zyulyaev"><code>@zyulyaev</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 93 <li>Fix empty coverage report <a href="https://redirect.github.com/storybookjs/test-runner/pull/324">#324</a> (<a href="https://github.com/bryanjtc"><code>@bryanjtc</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 94 <li>docs: fix github actions example for shard usage <a href="https://redirect.github.com/storybookjs/test-runner/pull/320">#320</a> (<a href="https://github.com/MH4GF"><code>@MH4GF</code></a>)</li> 95 </ul> 96 <h4>Authors: 5</h4> 97 <ul> 98 <li>Bryan Thomas (<a href="https://github.com/bryanjtc"><code>@bryanjtc</code></a>)</li> 99 <li>Hirotaka Miyagi (<a href="https://github.com/MH4GF"><code>@MH4GF</code></a>)</li> 100 <li>Nikita Zyulyaev (<a href="https://github.com/zyulyaev"><code>@zyulyaev</code></a>)</li> 101 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 102 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 103 </ul> 104 <hr /> 105 <h1>v0.11.0 (Tue Jun 20 2023)</h1> 106 <h4>🚀 Enhancement</h4> 107 <ul> 108 <li>Release 0.11.0 <a href="https://redirect.github.com/storybookjs/test-runner/pull/318">#318</a> (<a href="https://github.com/bryanjtc"><code>@bryanjtc</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/ndelangen"><code>@ndelangen</code></a> <a href="https://github.com/unshame"><code>@unshame</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a> <a href="https://github.com/vanessayuenn"><code>@vanessayuenn</code></a>)</li> 109 <li>Bundle with tsup and replace babel-jest <a href="https://redirect.github.com/storybookjs/test-runner/pull/250">#250</a> (<a href="https://github.com/bryanjtc"><code>@bryanjtc</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>)</li> 110 </ul> 111 <h4>🐛 Bug Fix</h4> 112 <!-- raw HTML omitted --> 113 </blockquote> 114 <p>... (truncated)</p> 115 </details> 116 <details> 117 <summary>Commits</summary> 118 <ul> 119 <li>See full diff in <a href="https://github.com/storybookjs/test-runner/commits/v0.13.0">compare view</a></li> 120 </ul> 121 </details> 122 <br /> 123 124 125 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 126 127 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`. 128 129 [//]: # (dependabot-automerge-start) 130 [//]: # (dependabot-automerge-end) 131 132 --- 133 134 <details> 135 <summary>Dependabot commands and options</summary> 136 <br /> 137 138 You can trigger Dependabot actions by commenting on this PR: 139 - `@dependabot rebase` will rebase this PR 140 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 141 - `@dependabot merge` will merge this PR after your CI passes on it 142 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 143 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 144 - `@dependabot reopen` will reopen this PR if it is closed 145 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 146 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 147 - `@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) 148 - `@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) 149 - `@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) 150 151 152 </details> 153 154 155 ## Comments 156 157 ### @dependabot[bot] — 2023-09-19T08:21:27Z 158 159 Looks like @storybook/test-runner is up-to-date now, so this is no longer needed. 160