Skip to content

Commit fcfa04e

Browse files
Bump @storybook/preview-api from 8.6.4 to 8.6.14 (#13650)
Bumps [@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api) 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/preview-api</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>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/preview-api">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/preview-api&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 39a60e9 commit fcfa04e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

pnpm-lock.yaml

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@storybook/blocks": "^8.6.4",
8282
"@storybook/components": "^8.6.4",
8383
"@storybook/manager-api": "^8.6.4",
84-
"@storybook/preview-api": "^8.6.4",
84+
"@storybook/preview-api": "^8.6.14",
8585
"@storybook/react": "^8.6.4",
8686
"@storybook/react-vite": "^8.6.4",
8787
"@storybook/test": "^8.6.4",

0 commit comments

Comments
 (0)