Skip to content

Commit 0b2dcd1

Browse files
Bump @storybook/test from 8.6.4 to 8.6.14 (#13651)
Bumps [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) from 8.6.4 to 8.6.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.6.14</h2> <h2>8.6.14</h2> <ul> <li>CLI: Add skip onboarding, recommended/minimal config - <a href="https://redirect.github.com/storybookjs/storybook/pull/30930">#30930</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> <li>Core: Fix using dates in expect statements - <a href="https://redirect.github.com/storybookjs/storybook/pull/28413">#28413</a>, thanks <a href="https://github.com/yann-combarnous"><code>@​yann-combarnous</code></a>!</li> <li>React Native Web: Fix expo router by setting JSX to automatic - <a href="https://redirect.github.com/storybookjs/storybook/pull/31484">#31484</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>Test: Make sure that lit arrays are not cloned - <a href="https://redirect.github.com/storybookjs/storybook/pull/31435">#31435</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>v8.6.13</h2> <h2>8.6.13</h2> <ul> <li>Controls: Fix boxShadow on empty controls - <a href="https://redirect.github.com/storybookjs/storybook/pull/27193">#27193</a>, thanks <a href="https://github.com/H0onnn"><code>@​H0onnn</code></a>!</li> <li>React Native Web: Update <code>react-native-web</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/31324">#31324</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> </ul> <h2>v8.6.12</h2> <h2>8.6.12</h2> <ul> <li>CLI: Only install Visual Test Addon if test feature is selected - <a href="https://redirect.github.com/storybookjs/storybook/pull/30966">#30966</a>, thanks <a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li> <li>Core: Fix telemetry error on Storybook UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/30953">#30953</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Ember: Fix <code>ember-template-compiler</code> import for ember 6+ - <a href="https://redirect.github.com/storybookjs/storybook/pull/30682">#30682</a>, thanks <a href="https://github.com/leoeuclids"><code>@​leoeuclids</code></a>!</li> <li>Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - <a href="https://redirect.github.com/storybookjs/storybook/pull/30997">#30997</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Svelte: Exclude <code>node_modules</code> from docgen - <a href="https://redirect.github.com/storybookjs/storybook/pull/30981">#30981</a>, thanks <a href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li> </ul> <h2>v8.6.11</h2> <h2>8.6.11</h2> <ul> <li>Angular: Fix zone.js support for Angular libraries - <a href="https://redirect.github.com/storybookjs/storybook/pull/30941">#30941</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>v8.6.10</h2> <h2>8.6.10</h2> <ul> <li>Addon-docs: Fix non-string handling in Stories block - <a href="https://redirect.github.com/storybookjs/storybook/pull/30913">#30913</a>, thanks <a href="https://github.com/JamesIves"><code>@​JamesIves</code></a>!</li> <li>Nextjs: Fix styled-jsx optimize vite warnings - <a href="https://redirect.github.com/storybookjs/storybook/pull/30932">#30932</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>React: Fix actImplementation is not a function - <a href="https://redirect.github.com/storybookjs/storybook/pull/30929">#30929</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>v8.6.9</h2> <h2>8.6.9</h2> <ul> <li>Next: Fix react aliases in next vite plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/30914">#30914</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>v8.6.8</h2> <h2>8.6.8</h2> <ul> <li>Angular: Export all files in Angular package.json - <a href="https://redirect.github.com/storybookjs/storybook/pull/30849">#30849</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>CLI: Don't add packageManager entry to package.json automatically - <a href="https://redirect.github.com/storybookjs/storybook/pull/30855">#30855</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>React: Allow portable stories to be used in SSR - <a href="https://redirect.github.com/storybookjs/storybook/pull/30847">#30847</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Svelte: Adjust Svelte typings to include Svelte 5 function components - <a href="https://redirect.github.com/storybookjs/storybook/pull/30852">#30852</a>, thanks <a href="https://github.com/dummdidumm"><code>@​dummdidumm</code></a>!</li> <li>Telemetry: Make sure that telemetry doesn't fail on init - <a href="https://redirect.github.com/storybookjs/storybook/pull/30857">#30857</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Vite: Update HMR filter to target specific story file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/30845">#30845</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md"><code>@​storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.6.14</h2> <ul> <li>CLI: Add skip onboarding, recommended/minimal config - <a href="https://redirect.github.com/storybookjs/storybook/pull/30930">#30930</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> <li>Core: Fix using dates in expect statements - <a href="https://redirect.github.com/storybookjs/storybook/pull/28413">#28413</a>, thanks <a href="https://github.com/yann-combarnous"><code>@​yann-combarnous</code></a>!</li> <li>React Native Web: Fix expo router by setting JSX to automatic - <a href="https://redirect.github.com/storybookjs/storybook/pull/31484">#31484</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>Test: Make sure that lit arrays are not cloned - <a href="https://redirect.github.com/storybookjs/storybook/pull/31435">#31435</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>8.6.13</h2> <ul> <li>Controls: Fix boxShadow on empty controls - <a href="https://redirect.github.com/storybookjs/storybook/pull/27193">#27193</a>, thanks <a href="https://github.com/H0onnn"><code>@​H0onnn</code></a>!</li> <li>React Native Web: Update <code>react-native-web</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/31324">#31324</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> </ul> <h2>8.6.12</h2> <ul> <li>CLI: Only install Visual Test Addon if test feature is selected - <a href="https://redirect.github.com/storybookjs/storybook/pull/30966">#30966</a>, thanks <a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li> <li>Core: Fix telemetry error on Storybook UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/30953">#30953</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Ember: Fix <code>ember-template-compiler</code> import for ember 6+ - <a href="https://redirect.github.com/storybookjs/storybook/pull/30682">#30682</a>, thanks <a href="https://github.com/leoeuclids"><code>@​leoeuclids</code></a>!</li> <li>Next: Update vite-plugin-storybook-nextjs to 2.0.0--canary.33.17a2310.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/30997">#30997</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Svelte: Exclude <code>node_modules</code> from docgen - <a href="https://redirect.github.com/storybookjs/storybook/pull/30981">#30981</a>, thanks <a href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li> </ul> <h2>8.6.11</h2> <ul> <li>Angular: Fix zone.js support for Angular libraries - <a href="https://redirect.github.com/storybookjs/storybook/pull/30941">#30941</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>8.6.10</h2> <ul> <li>Addon-docs: Fix non-string handling in Stories block - <a href="https://redirect.github.com/storybookjs/storybook/pull/30913">#30913</a>, thanks <a href="https://github.com/JamesIves"><code>@​JamesIves</code></a>!</li> <li>Nextjs: Fix styled-jsx optimize vite warnings - <a href="https://redirect.github.com/storybookjs/storybook/pull/30932">#30932</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>React: Fix actImplementation is not a function - <a href="https://redirect.github.com/storybookjs/storybook/pull/30929">#30929</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>8.6.9</h2> <ul> <li>Next: Fix react aliases in next vite plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/30914">#30914</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>8.6.8</h2> <ul> <li>Angular: Export all files in Angular package.json - <a href="https://redirect.github.com/storybookjs/storybook/pull/30849">#30849</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>CLI: Don't add packageManager entry to package.json automatically - <a href="https://redirect.github.com/storybookjs/storybook/pull/30855">#30855</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>React: Allow portable stories to be used in SSR - <a href="https://redirect.github.com/storybookjs/storybook/pull/30847">#30847</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Svelte: Adjust Svelte typings to include Svelte 5 function components - <a href="https://redirect.github.com/storybookjs/storybook/pull/30852">#30852</a>, thanks <a href="https://github.com/dummdidumm"><code>@​dummdidumm</code></a>!</li> <li>Telemetry: Make sure that telemetry doesn't fail on init - <a href="https://redirect.github.com/storybookjs/storybook/pull/30857">#30857</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> <li>Vite: Update HMR filter to target specific story file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/30845">#30845</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>8.6.7</h2> <ul> <li>React-Native-Web: Fix errors in CLI template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/30821">#30821</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> </ul> <h2>8.6.6</h2> <ul> <li>Angular: Make sure that polyfills are loaded before the storybook is loaded - <a href="https://redirect.github.com/storybookjs/storybook/pull/30811">#30811</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/ab871786fa96d2d39acfe78ee64bb7da125e67d4"><code>ab87178</code></a> Bump version from &quot;8.6.13&quot; to &quot;8.6.14&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/8c122570e96dc39daa24c0e5d89304aba9f9b3cb"><code>8c12257</code></a> Merge branch 'latest-release'</li> <li><a href="https://github.com/storybookjs/storybook/commit/8fa9049a83005c9294f452fa6b03abf4074230af"><code>8fa9049</code></a> Bump version from &quot;8.6.12&quot; to &quot;8.6.13&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/64be12f05ee24d498975df0709e4a894c82e1b19"><code>64be12f</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test/issues/31435">#31435</a> from storybookjs/kasper/fix-args-mutation</li> <li><a href="https://github.com/storybookjs/storybook/commit/1c35b29e8a6c91dcc3f0dd6d31c1a7b9a5324639"><code>1c35b29</code></a> Bump version from &quot;8.6.11&quot; to &quot;8.6.12&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/2afd30d75089f27a8029a1ac320d7698873b163f"><code>2afd30d</code></a> Bump version from &quot;8.6.10&quot; to &quot;8.6.11&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/23d20370b15b6d490dfd9499af836cc2bac26234"><code>23d2037</code></a> Bump version from &quot;8.6.9&quot; to &quot;8.6.10&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/207c2f46348303bf86950865cf7a193b5a60ab69"><code>207c2f4</code></a> Bump version from &quot;8.6.8&quot; to &quot;8.6.9&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/d4960eaca17e0096cef014285dbb3923012b91f8"><code>d4960ea</code></a> Bump version from &quot;8.6.7&quot; to &quot;8.6.8&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/019cd1f864a4f3c4f75d9eb6b557ba5619e68840"><code>019cd1f</code></a> Bump version from &quot;8.6.6&quot; to &quot;8.6.7&quot; [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/test">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/test&package-manager=npm_and_yarn&previous-version=8.6.4&new-version=8.6.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) - `@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) - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64aabd7 commit 0b2dcd1

File tree

2 files changed

+73
-49
lines changed

2 files changed

+73
-49
lines changed

0 commit comments

Comments
 (0)