dependabot[bot] opened a new pull request, #38058:
URL: https://github.com/apache/superset/pull/38058

   Bumps the storybook group with 9 updates in the /superset-frontend directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
 | `8.6.15` | `8.6.17` |
   | 
[@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5)
 | `8.6.15` | `8.6.17` |
   | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) 
| `8.6.15` | `8.6.17` |
   
   
   Updates `@storybook/addon-controls` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/addon-controls</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/addon-controls</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/addons/controls";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/addon-controls</code> since your 
current version.</p>
   </details>
   <br />
   
   Updates `@storybook/addon-essentials` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/addon-essentials</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/addon-essentials</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/addons/essentials";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/addon-essentials</code> since 
your current version.</p>
   </details>
   <br />
   
   Updates `@storybook/addon-links` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/addon-links</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/addon-links</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/addons/links";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@storybook/addon-mdx-gfm` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/addon-mdx-gfm</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/addon-mdx-gfm</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/addons/gfm";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/addon-mdx-gfm</code> since your 
current version.</p>
   </details>
   <br />
   
   Updates `@storybook/components` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/components</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/components</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/deprecated/components";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/components</code> since your 
current version.</p>
   </details>
   <br />
   
   Updates `@storybook/preview-api` from 8.6.15 to 8.6.17
   <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.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/lib/preview-api";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/preview-api</code> since your 
current version.</p>
   </details>
   <br />
   
   Updates `@storybook/react` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/react</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/react</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/renderers/react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@storybook/react-webpack5` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/react-webpack5</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/react-webpack5</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/frameworks/react-webpack5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@storybook/test` from 8.6.15 to 8.6.17
   <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.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";><code>@​storybook/test</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/lib/test";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by [GitHub Actions](<a 
href="https://www.npmjs.com/~GitHub";>https://www.npmjs.com/~GitHub</a> 
Actions), a new releaser for <code>@​storybook/test</code> since your current 
version.</p>
   </details>
   <br />
   
   Updates `storybook` from 8.6.15 to 8.6.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";>storybook's 
releases</a>.</em></p>
   <blockquote>
   <h2>v8.6.17</h2>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>v8.6.16</h2>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v8.6.17/CHANGELOG.md";>storybook's
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.6.17</h2>
   <ul>
   <li>Harden websocket connection</li>
   </ul>
   <h2>8.6.16</h2>
   <ul>
   <li>No-op release. No changes.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c6e550a58e69723187157165d3610e876518d935";><code>c6e550a</code></a>
 Bump version from &quot;8.6.16&quot; to &quot;8.6.17&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/9cf9d89dbd357aeb3f872cc35ae301bc1c0fc173";><code>9cf9d89</code></a>
 Core: Require token for websocket connections</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/7e5151586ba2475d40e19c592c2f10ce81965ae8";><code>7e51515</code></a>
 Bump version from &quot;8.6.15&quot; to &quot;8.6.16&quot; [skip ci]</li>
   <li>See full diff in <a 
href="https://github.com/storybookjs/storybook/commits/v8.6.17/code/core";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to