188.md (66715B)
1 # PR #188 Bump the development-dependencies group with 29 updates 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-11-30T09:32:52Z 6 - **Branch:** dependabot/npm_and_yarn/development-dependencies-6508890b6e → main 7 - **Closed:** 2023-12-01T10:13:31Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [188.diff](./188.diff) 10 11 --- 12 13 Bumps the development-dependencies group with 29 updates: 14 15 | Package | From | To | 16 | --- | --- | --- | 17 | [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.3` | `1.27.4` | 18 | [@percy/storybook](https://github.com/percy/percy-storybook) | `4.3.7` | `5.0.1` | 19 | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.5.0` | `7.6.1` | 20 | [@storybook/addon-coverage](https://github.com/storybookjs/addon-coverage) | `0.0.9` | `1.0.0` | 21 | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.0` | `7.6.1` | 22 | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.0` | `7.6.1` | 23 | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.0` | `7.6.1` | 24 | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.5.0` | `7.6.1` | 25 | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.5.0` | `7.6.1` | 26 | [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.13.0` | `0.16.0` | 27 | [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.6` | `0.5.7` | 28 | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.2` | 29 | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.4` | `3.0.5` | 30 | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.10` | 31 | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.10.1` | 32 | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.29` | `18.2.39` | 33 | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.17` | 34 | [@types/react-modal](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-modal) | `3.16.2` | `3.16.3` | 35 | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.13.1` | 36 | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.13.1` | 37 | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.4.0` | `3.5.0` | 38 | [eslint](https://github.com/eslint/eslint) | `8.51.0` | `8.54.0` | 39 | [msw](https://github.com/mswjs/msw) | `1.3.2` | `2.0.9` | 40 | [sass](https://github.com/sass/dart-sass) | `1.69.4` | `1.69.5` | 41 | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.0` | `7.6.1` | 42 | [storybook-addon-react-router-v6](https://github.com/JesusTheHun/storybook-addon-react-router-v6) | `2.0.8` | `2.0.10` | 43 | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.3.5` | 44 | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` | 45 | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.4` | 46 47 Updates `@percy/cli` from 1.27.3 to 1.27.4 48 <details> 49 <summary>Release notes</summary> 50 <p><em>Sourced from <a href="https://github.com/percy/cli/releases"><code>@percy/cli</code>'s releases</a>.</em></p> 51 <blockquote> 52 <h2>v1.27.4</h2> 53 <!-- raw HTML omitted --> 54 <h2>What's Changed</h2> 55 <h3>✨ Enhancements</h3> 56 <ul> 57 <li>Do not execute git commands when <code>PERCY_SKIP_GIT_CHECK</code> is set to True by <a href="https://github.com/shantanuk-browserstack"><code>@shantanuk-browserstack</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1400">percy/cli#1400</a></li> 58 <li>adding endpoint for sending failed event by <a href="https://github.com/prklm10"><code>@prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1401">percy/cli#1401</a></li> 59 <li>Introduce new config option enableLayout for enabling layout testing. by <a href="https://github.com/prklm10"><code>@prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1378">percy/cli#1378</a></li> 60 <li>Fix percyCSS not getting applied when elements outside <code></body></code> by <a href="https://github.com/itsjwala"><code>@itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li> 61 </ul> 62 <h3>🐛 Bug Fixes</h3> 63 <ul> 64 <li>Icons not loading when <code>noscript</code> tags are present. by <a href="https://github.com/shantanuk-browserstack"><code>@shantanuk-browserstack</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1404">percy/cli#1404</a></li> 65 <li>Percy on Automate - Fixing percyScreenshotEnd response by <a href="https://github.com/rishigupta1599"><code>@rishigupta1599</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1427">percy/cli#1427</a></li> 66 </ul> 67 <h3>🏗 Maintenance</h3> 68 <ul> 69 <li>Percy on Automate - Removing Redundant Calls for PoA by <a href="https://github.com/Amit3200"><code>@Amit3200</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1413">percy/cli#1413</a></li> 70 </ul> 71 <p><strong>Full Changelog</strong>: <a href="https://github.com/percy/cli/compare/v1.27.3...v1.27.4">https://github.com/percy/cli/compare/v1.27.3...v1.27.4</a></p> 72 <h2>v1.27.4-beta.4</h2> 73 <!-- raw HTML omitted --> 74 <h2>What's Changed</h2> 75 <h3>🏗 Maintenance</h3> 76 <ul> 77 <li>Percy on Automate: Removing Redundant Calls for better performance. <a href="https://github.com/Amit3200"><code>@Amit3200</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1413">percy/cli#1413</a></li> 78 </ul> 79 <p><strong>Full Changelog</strong>: <a href="https://github.com/percy/cli/compare/v1.27.4-beta.3...v1.27.4-beta.4">https://github.com/percy/cli/compare/v1.27.4-beta.3...v1.27.4-beta.4</a></p> 80 <h2>v1.27.4-beta.3</h2> 81 <!-- raw HTML omitted --> 82 <h2>What's Changed</h2> 83 <h3>✨ Enhancements</h3> 84 <ul> 85 <li>:sparkles: Introduce new config option enableLayout for enabling layout testing. by <a href="https://github.com/prklm10"><code>@prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1378">percy/cli#1378</a></li> 86 <li>✨ Fix percyCSS not getting applied when elements outside <code></body></code> by <a href="https://github.com/itsjwala"><code>@itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li> 87 </ul> 88 <p><strong>Full Changelog</strong>: <a href="https://github.com/percy/cli/compare/v1.27.4-beta.2...v1.27.4-beta.3">https://github.com/percy/cli/compare/v1.27.4-beta.2...v1.27.4-beta.3</a></p> 89 <h2>v1.27.4-beta.2</h2> 90 <!-- raw HTML omitted --> 91 <h2>What's Changed</h2> 92 <h3>✨ Enhancements</h3> 93 <ul> 94 <li>✨ adding endpoint for sending failed event by <a href="https://github.com/prklm10"><code>@prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1401">percy/cli#1401</a></li> 95 </ul> 96 <p><strong>Full Changelog</strong>: <a href="https://github.com/percy/cli/compare/v1.27.4-beta.1...v1.27.4-beta.2">https://github.com/percy/cli/compare/v1.27.4-beta.1...v1.27.4-beta.2</a></p> 97 <h2>v1.27.4-beta.1</h2> 98 <!-- raw HTML omitted --> 99 </blockquote> 100 <p>... (truncated)</p> 101 </details> 102 <details> 103 <summary>Commits</summary> 104 <ul> 105 <li><a href="https://github.com/percy/cli/commit/bb901bc6aabf20e27528b6cdfab22c9d8721a2b2"><code>bb901bc</code></a> :bookmark: v1.27.4</li> 106 <li><a href="https://github.com/percy/cli/commit/4aaa7b217f60ed9ce953fa8c788f4061a7689459"><code>4aaa7b2</code></a> :bookmark: v1.27.4-beta.4 (<a href="https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1423">#1423</a>)</li> 107 <li><a href="https://github.com/percy/cli/commit/e560f5df1637d30722f8d1d7e6eae9cf99ede2dd"><code>e560f5d</code></a> :bookmark: v1.27.4-beta.3</li> 108 <li><a href="https://github.com/percy/cli/commit/9dc3b46642f608a762a7c4a1ca564813ece1b370"><code>9dc3b46</code></a> releasing version 1.27.4-beta.2 (<a href="https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1412">#1412</a>)</li> 109 <li><a href="https://github.com/percy/cli/commit/d0eea0c0d75cb6c034dceba122b1bc1f946b679a"><code>d0eea0c</code></a> release v1.27.4-beta.1 (<a href="https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1405">#1405</a>)</li> 110 <li><a href="https://github.com/percy/cli/commit/d83228ad59736923285426854572f9e1f80ad48f"><code>d83228a</code></a> release v1.27.4-beta.0 (<a href="https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1402">#1402</a>)</li> 111 <li>See full diff in <a href="https://github.com/percy/cli/commits/v1.27.4/packages/cli">compare view</a></li> 112 </ul> 113 </details> 114 <br /> 115 116 Updates `@percy/storybook` from 4.3.7 to 5.0.1 117 <details> 118 <summary>Commits</summary> 119 <ul> 120 <li><a href="https://github.com/percy/percy-storybook/commit/596228e9a9b75ae2f7e15e334300eb40a720507d"><code>596228e</code></a> :bookmark: v5.0.1 (<a href="https://redirect.github.com/percy/percy-storybook/issues/846">#846</a>)</li> 121 <li><a href="https://github.com/percy/percy-storybook/commit/0dd53cb6abfa2ff20d79111ca2c869f0aff64956"><code>0dd53cb</code></a> feat: add captureServiceWorker flag when opening browser (<a href="https://redirect.github.com/percy/percy-storybook/issues/845">#845</a>)</li> 122 <li><a href="https://github.com/percy/percy-storybook/commit/6a02490b49cbf78fc6d6e383eff0f629f35798e9"><code>6a02490</code></a> 🔖 v5.0.0 (<a href="https://redirect.github.com/percy/percy-storybook/issues/842">#842</a>)</li> 123 <li><a href="https://github.com/percy/percy-storybook/commit/2afa015f943554c2ece1a8c510768362a7446854"><code>2afa015</code></a> :bookmark: v5.0.0-beta.2 (<a href="https://redirect.github.com/percy/percy-storybook/issues/840">#840</a>)</li> 124 <li><a href="https://github.com/percy/percy-storybook/commit/1fd15cbbcc9546727ee50351ddc24916846f289b"><code>1fd15cb</code></a> 🐛 ✨Fix eval setCurrentStory error + make logging better (<a href="https://redirect.github.com/percy/percy-storybook/issues/837">#837</a>)</li> 125 <li><a href="https://github.com/percy/percy-storybook/commit/83b53699cac9b9464c51cd7de5d537a173206c26"><code>83b5369</code></a> 🔖 v5.0.0-beta.1 (<a href="https://redirect.github.com/percy/percy-storybook/issues/834">#834</a>)</li> 126 <li><a href="https://github.com/percy/percy-storybook/commit/af8fa6c3dc8b309b985624efc5138122bdb9d9d1"><code>af8fa6c</code></a> ✨ add storybook v7 support (<a href="https://redirect.github.com/percy/percy-storybook/issues/829">#829</a>)</li> 127 <li>See full diff in <a href="https://github.com/percy/percy-storybook/compare/v4.3.7...v5.0.1">compare view</a></li> 128 </ul> 129 </details> 130 <br /> 131 132 Updates `@storybook/addon-a11y` from 7.5.0 to 7.6.1 133 <details> 134 <summary>Release notes</summary> 135 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-a11y</code>'s releases</a>.</em></p> 136 <blockquote> 137 <h2>v7.6.1</h2> 138 <h2>7.6.1</h2> 139 <ul> 140 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 141 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 142 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 143 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 144 </ul> 145 <h2>v7.6.0</h2> 146 <h2>7.6.0</h2> 147 <p>Storybook 7.6 is here with increased performance and much more!</p> 148 <ul> 149 <li>🔥 Improved SWC support</li> 150 <li>🧪 New test utilities and fast build mode</li> 151 <li>🔼 NextJS SWC + avif support & fixes</li> 152 <li>🤡 SvelteKit page and navigation mocking</li> 153 <li>⚛️ React-docgen upgrade</li> 154 <li>🎨 Controls a11y, background theming, and viewports</li> 155 <li>🩺 CLI: The doctor is in!</li> 156 <li>🚫 Addons: Remove React as a peer dependency</li> 157 <li>🪦 Storyshots and Vue2 deprecated</li> 158 </ul> 159 <!-- raw HTML omitted --> 160 <ul> 161 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 162 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 163 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 164 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 165 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 166 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 167 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 168 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 169 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 170 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 171 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 172 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 173 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 174 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 175 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 176 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 177 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 178 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 179 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 180 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 181 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 182 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 183 </ul> 184 <!-- raw HTML omitted --> 185 </blockquote> 186 <p>... (truncated)</p> 187 </details> 188 <details> 189 <summary>Changelog</summary> 190 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-a11y</code>'s changelog</a>.</em></p> 191 <blockquote> 192 <h2>7.6.1</h2> 193 <ul> 194 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 195 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 196 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 197 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 198 </ul> 199 <h2>7.6.0</h2> 200 <p>Storybook 7.6 is here with increased performance and much more!</p> 201 <ul> 202 <li>🔥 Improved SWC support</li> 203 <li>🧪 New test utilities and fast build mode</li> 204 <li>🔼 NextJS SWC + avif support & fixes</li> 205 <li>🤡 SvelteKit page and navigation mocking</li> 206 <li>⚛️ React-docgen upgrade</li> 207 <li>🎨 Controls a11y, background theming, and viewports</li> 208 <li>🩺 CLI: The doctor is in!</li> 209 <li>🚫 Addons: Remove React as a peer dependency</li> 210 <li>🪦 Storyshots and Vue2 deprecated</li> 211 </ul> 212 <!-- raw HTML omitted --> 213 <ul> 214 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 215 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 216 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 217 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 218 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 219 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 220 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 221 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 222 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 223 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 224 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 225 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 226 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 227 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 228 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 229 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 230 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 231 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 232 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 233 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 234 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 235 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 236 <li>Core: Fix pnp support when cache dir is outside working dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/24572">#24572</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 237 <li>Core: Fix post message channel location.search access for React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24545">#24545</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 238 </ul> 239 <!-- raw HTML omitted --> 240 </blockquote> 241 <p>... (truncated)</p> 242 </details> 243 <details> 244 <summary>Commits</summary> 245 <ul> 246 <li><a href="https://github.com/storybookjs/storybook/commit/60f9c9af345477709b1ab453046705821eb71f57"><code>60f9c9a</code></a> Bump version from "7.6.0" to "7.6.1" [skip ci]</li> 247 <li><a href="https://github.com/storybookjs/storybook/commit/b64214c7c02b01ed513a62eba7c3356f316de74b"><code>b64214c</code></a> Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]</li> 248 <li><a href="https://github.com/storybookjs/storybook/commit/b9901446e9aa393d188512d5ace39a6fe556ec9b"><code>b990144</code></a> Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]</li> 249 <li><a href="https://github.com/storybookjs/storybook/commit/d82167b346b1b0b5e9f19a492cc01a18ae4f4a55"><code>d82167b</code></a> Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]</li> 250 <li><a href="https://github.com/storybookjs/storybook/commit/574bb87a3231014ba49d15549de94941bd415d61"><code>574bb87</code></a> Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]</li> 251 <li><a href="https://github.com/storybookjs/storybook/commit/bffa2dbb3270e84628612e9be3a2100377cb667e"><code>bffa2db</code></a> Bump version from "7.6.0-alpha.6" to "7.6.0-alpha.7" [skip ci]</li> 252 <li><a href="https://github.com/storybookjs/storybook/commit/df357020e010f49e7c325942f0c891e6702527d6"><code>df35702</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y/issues/24834">#24834</a> from storybookjs/revert-24832-revert-24676-experime...</li> 253 <li><a href="https://github.com/storybookjs/storybook/commit/f18dbe606d327057a7ee4b307fc9c47378c60138"><code>f18dbe6</code></a> Merge branch 'next-release' into next</li> 254 <li><a href="https://github.com/storybookjs/storybook/commit/9b33681ba557adafeefa3aa0c520056077f39d5d"><code>9b33681</code></a> Merge branch 'next' of github.com:storybookjs/storybook into revert-24832-rev...</li> 255 <li><a href="https://github.com/storybookjs/storybook/commit/d0801711ee06dd5436cf9cd56bd9d4d65369d27b"><code>d080171</code></a> Bump version from "7.6.0-alpha.5" to "7.6.0-alpha.6" [skip ci]</li> 256 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/a11y">compare view</a></li> 257 </ul> 258 </details> 259 <br /> 260 261 Updates `@storybook/addon-coverage` from 0.0.9 to 1.0.0 262 <details> 263 <summary>Release notes</summary> 264 <p><em>Sourced from <a href="https://github.com/storybookjs/addon-coverage/releases"><code>@storybook/addon-coverage</code>'s releases</a>.</em></p> 265 <blockquote> 266 <h2>v1.0.0</h2> 267 <h3>Release Notes</h3> 268 <h4>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (<a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a>)</h4> 269 <ul> 270 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 271 <li>Replaced <code>babel-istanbul-plugin</code> with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.</li> 272 </ul> 273 <hr /> 274 <h4>💥 Breaking Change</h4> 275 <ul> 276 <li>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 277 </ul> 278 <h4>🐛 Bug Fix</h4> 279 <ul> 280 <li>Migrate examples to Storybook 7 <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/20">#20</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 281 </ul> 282 <h4>Authors: 2</h4> 283 <ul> 284 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 285 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 286 </ul> 287 </blockquote> 288 </details> 289 <details> 290 <summary>Changelog</summary> 291 <p><em>Sourced from <a href="https://github.com/storybookjs/addon-coverage/blob/main/CHANGELOG.md"><code>@storybook/addon-coverage</code>'s changelog</a>.</em></p> 292 <blockquote> 293 <h1>v1.0.0 (Tue Nov 14 2023)</h1> 294 <h3>Release Notes</h3> 295 <h4>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (<a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a>)</h4> 296 <ul> 297 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 298 <li>Replaced <code>babel-istanbul-plugin</code> with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.</li> 299 </ul> 300 <hr /> 301 <h4>💥 Breaking Change</h4> 302 <ul> 303 <li>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 304 </ul> 305 <h4>🐛 Bug Fix</h4> 306 <ul> 307 <li>Migrate examples to Storybook 7 <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/20">#20</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 308 </ul> 309 <h4>Authors: 2</h4> 310 <ul> 311 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 312 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 313 </ul> 314 <hr /> 315 </blockquote> 316 </details> 317 <details> 318 <summary>Commits</summary> 319 <ul> 320 <li><a href="https://github.com/storybookjs/addon-coverage/commit/aacb3fb382c368675a6015a446b9caa3b8cf5f09"><code>aacb3fb</code></a> "Bump version to: 1.0.0 [skip ci]"</li> 321 <li><a href="https://github.com/storybookjs/addon-coverage/commit/cce8245bb3d1771406d744dda0142058d7f5431a"><code>cce8245</code></a> Update CHANGELOG.md [skip ci]</li> 322 <li><a href="https://github.com/storybookjs/addon-coverage/commit/cced79d93be26ffd3bdaff9a26ecbd5f50c06db5"><code>cced79d</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/addon-coverage/issues/27">#27</a> from storybookjs/feat/support-webpack-swc</li> 323 <li><a href="https://github.com/storybookjs/addon-coverage/commit/12a48517dcbc6fb25e768b2c0502dcf1e0d32a30"><code>12a4851</code></a> Fix sourcemaps for vue</li> 324 <li><a href="https://github.com/storybookjs/addon-coverage/commit/2e9b10e38b5d09999475f2e0ccd6b03ae3151b7b"><code>2e9b10e</code></a> Document default exclude</li> 325 <li><a href="https://github.com/storybookjs/addon-coverage/commit/92033f37293e3a22e66e5253870988d7ee21de13"><code>92033f3</code></a> Finalize istanbul webpack5 loader</li> 326 <li><a href="https://github.com/storybookjs/addon-coverage/commit/053738e00dabf2cb806fd8d1530152259da62e6d"><code>053738e</code></a> Fix examples</li> 327 <li><a href="https://github.com/storybookjs/addon-coverage/commit/7552bf51b586b8691589167c4edb0dc0e085a58c"><code>7552bf5</code></a> Rename examples/babel folder to examples/webpack5</li> 328 <li><a href="https://github.com/storybookjs/addon-coverage/commit/4f01c01deaf08ed52c38a2a4efcb8f305834695f"><code>4f01c01</code></a> support swc and webpack</li> 329 <li><a href="https://github.com/storybookjs/addon-coverage/commit/3d68eeba1cdc6858e4e6bda1eb90ba1fafa0fea9"><code>3d68eeb</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/addon-coverage/issues/20">#20</a> from storybookjs/feat/upgrade-example-projects</li> 330 <li>Additional commits viewable in <a href="https://github.com/storybookjs/addon-coverage/compare/v0.0.9...v1.0.0">compare view</a></li> 331 </ul> 332 </details> 333 <br /> 334 335 Updates `@storybook/addon-essentials` from 7.5.0 to 7.6.1 336 <details> 337 <summary>Release notes</summary> 338 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> 339 <blockquote> 340 <h2>v7.6.1</h2> 341 <h2>7.6.1</h2> 342 <ul> 343 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 344 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 345 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 346 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 347 </ul> 348 <h2>v7.6.0</h2> 349 <h2>7.6.0</h2> 350 <p>Storybook 7.6 is here with increased performance and much more!</p> 351 <ul> 352 <li>🔥 Improved SWC support</li> 353 <li>🧪 New test utilities and fast build mode</li> 354 <li>🔼 NextJS SWC + avif support & fixes</li> 355 <li>🤡 SvelteKit page and navigation mocking</li> 356 <li>⚛️ React-docgen upgrade</li> 357 <li>🎨 Controls a11y, background theming, and viewports</li> 358 <li>🩺 CLI: The doctor is in!</li> 359 <li>🚫 Addons: Remove React as a peer dependency</li> 360 <li>🪦 Storyshots and Vue2 deprecated</li> 361 </ul> 362 <!-- raw HTML omitted --> 363 <ul> 364 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 365 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 366 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 367 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 368 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 369 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 370 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 371 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 372 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 373 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 374 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 375 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 376 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 377 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 378 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 379 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 380 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 381 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 382 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 383 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 384 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 385 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 386 </ul> 387 <!-- raw HTML omitted --> 388 </blockquote> 389 <p>... (truncated)</p> 390 </details> 391 <details> 392 <summary>Changelog</summary> 393 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-essentials</code>'s changelog</a>.</em></p> 394 <blockquote> 395 <h2>7.6.1</h2> 396 <ul> 397 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 398 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 399 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 400 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 401 </ul> 402 <h2>7.6.0</h2> 403 <p>Storybook 7.6 is here with increased performance and much more!</p> 404 <ul> 405 <li>🔥 Improved SWC support</li> 406 <li>🧪 New test utilities and fast build mode</li> 407 <li>🔼 NextJS SWC + avif support & fixes</li> 408 <li>🤡 SvelteKit page and navigation mocking</li> 409 <li>⚛️ React-docgen upgrade</li> 410 <li>🎨 Controls a11y, background theming, and viewports</li> 411 <li>🩺 CLI: The doctor is in!</li> 412 <li>🚫 Addons: Remove React as a peer dependency</li> 413 <li>🪦 Storyshots and Vue2 deprecated</li> 414 </ul> 415 <!-- raw HTML omitted --> 416 <ul> 417 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 418 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 419 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 420 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 421 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 422 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 423 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 424 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 425 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 426 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 427 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 428 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 429 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 430 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 431 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 432 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 433 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 434 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 435 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 436 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 437 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 438 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 439 <li>Core: Fix pnp support when cache dir is outside working dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/24572">#24572</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 440 <li>Core: Fix post message channel location.search access for React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24545">#24545</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 441 </ul> 442 <!-- raw HTML omitted --> 443 </blockquote> 444 <p>... (truncated)</p> 445 </details> 446 <details> 447 <summary>Commits</summary> 448 <ul> 449 <li><a href="https://github.com/storybookjs/storybook/commit/60f9c9af345477709b1ab453046705821eb71f57"><code>60f9c9a</code></a> Bump version from "7.6.0" to "7.6.1" [skip ci]</li> 450 <li><a href="https://github.com/storybookjs/storybook/commit/b64214c7c02b01ed513a62eba7c3356f316de74b"><code>b64214c</code></a> Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]</li> 451 <li><a href="https://github.com/storybookjs/storybook/commit/b9901446e9aa393d188512d5ace39a6fe556ec9b"><code>b990144</code></a> Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]</li> 452 <li><a href="https://github.com/storybookjs/storybook/commit/d82167b346b1b0b5e9f19a492cc01a18ae4f4a55"><code>d82167b</code></a> Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]</li> 453 <li><a href="https://github.com/storybookjs/storybook/commit/574bb87a3231014ba49d15549de94941bd415d61"><code>574bb87</code></a> Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]</li> 454 <li><a href="https://github.com/storybookjs/storybook/commit/bffa2dbb3270e84628612e9be3a2100377cb667e"><code>bffa2db</code></a> Bump version from "7.6.0-alpha.6" to "7.6.0-alpha.7" [skip ci]</li> 455 <li><a href="https://github.com/storybookjs/storybook/commit/df357020e010f49e7c325942f0c891e6702527d6"><code>df35702</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials/issues/24834">#24834</a> from storybookjs/revert-24832-revert-24676-experime...</li> 456 <li><a href="https://github.com/storybookjs/storybook/commit/f18dbe606d327057a7ee4b307fc9c47378c60138"><code>f18dbe6</code></a> Merge branch 'next-release' into next</li> 457 <li><a href="https://github.com/storybookjs/storybook/commit/9b33681ba557adafeefa3aa0c520056077f39d5d"><code>9b33681</code></a> Merge branch 'next' of github.com:storybookjs/storybook into revert-24832-rev...</li> 458 <li><a href="https://github.com/storybookjs/storybook/commit/d0801711ee06dd5436cf9cd56bd9d4d65369d27b"><code>d080171</code></a> Bump version from "7.6.0-alpha.5" to "7.6.0-alpha.6" [skip ci]</li> 459 <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/essentials">compare view</a></li> 460 </ul> 461 </details> 462 <br /> 463 464 Updates `@storybook/addon-interactions` from 7.5.0 to 7.6.1 465 <details> 466 <summary>Release notes</summary> 467 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> 468 <blockquote> 469 <h2>v7.6.1</h2> 470 <h2>7.6.1</h2> 471 <ul> 472 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 473 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 474 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 475 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 476 </ul> 477 <h2>v7.6.0</h2> 478 <h2>7.6.0</h2> 479 <p>Storybook 7.6 is here with increased performance and much more!</p> 480 <ul> 481 <li>🔥 Improved SWC support</li> 482 <li>🧪 New test utilities and fast build mode</li> 483 <li>🔼 NextJS SWC + avif support & fixes</li> 484 <li>🤡 SvelteKit page and navigation mocking</li> 485 <li>⚛️ React-docgen upgrade</li> 486 <li>🎨 Controls a11y, background theming, and viewports</li> 487 <li>🩺 CLI: The doctor is in!</li> 488 <li>🚫 Addons: Remove React as a peer dependency</li> 489 <li>🪦 Storyshots and Vue2 deprecated</li> 490 </ul> 491 <!-- raw HTML omitted --> 492 <ul> 493 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 494 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 495 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 496 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 497 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 498 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 499 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 500 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 501 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 502 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 503 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 504 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 505 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 506 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 507 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 508 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 509 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 510 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 511 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 512 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 513 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 514 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 515 </ul> 516 <!-- raw HTML omitted --> 517 </blockquote> 518 <p>... (truncated)</p> 519 </details> 520 <details> 521 <summary>Changelog</summary> 522 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-interactions</code>'s changelog</a>.</em></p> 523 <blockquote> 524 <h2>7.6.1</h2> 525 <ul> 526 <li>Next.js: Fix AppRouterProvider usage - <a href="https://redirect.github.com/storybookjs/storybook/pull/25032">#25032</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 527 <li>SvelteKit: Fix HMR not working - <a href="https://redirect.github.com/storybookjs/storybook/pull/25031">#25031</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 528 <li>Test: Downgrade <code>@testing-library/user-event</code> to 14.3.0 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25004">#25004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 529 <li>Webpack: Fix exclude regex in react-docgen-loader - <a href="https://redirect.github.com/storybookjs/storybook/pull/25030">#25030</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 530 </ul> 531 <h2>7.6.0</h2> 532 <p>Storybook 7.6 is here with increased performance and much more!</p> 533 <ul> 534 <li>🔥 Improved SWC support</li> 535 <li>🧪 New test utilities and fast build mode</li> 536 <li>🔼 NextJS SWC + avif support & fixes</li> 537 <li>🤡 SvelteKit page and navigation mocking</li> 538 <li>⚛️ React-docgen upgrade</li> 539 <li>🎨 Controls a11y, background theming, and viewports</li> 540 <li>🩺 CLI: The doctor is in!</li> 541 <li>🚫 Addons: Remove React as a peer dependency</li> 542 <li>🪦 Storyshots and Vue2 deprecated</li> 543 </ul> 544 <!-- raw HTML omitted --> 545 <ul> 546 <li>Actions: Attach spies on actions across stories when defined in meta - <a href="https://redirect.github.com/storybookjs/storybook/pull/24451">#24451</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 547 <li>Actions: Fix <code>@storybook/core-events/preview-errors</code> dependency missing for Yarn PnP - <a href="https://redirect.github.com/storybookjs/storybook/pull/24973">#24973</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 548 <li>Actions: Fix missing crypto module crashing React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24546">#24546</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 549 <li>Actions: Warn on implicit actions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24856">#24856</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> 550 <li>Addon A11y: Avoid CSP issue - <a href="https://redirect.github.com/storybookjs/storybook/pull/24477">#24477</a>, thanks <a href="https://github.com/Marklb"><code>@Marklb</code></a>!</li> 551 <li>Addon: Move Visual Test addon to the code directory - <a href="https://redirect.github.com/storybookjs/storybook/pull/24771">#24771</a>, thanks <a href="https://github.com/cdedreuille"><code>@cdedreuille</code></a>!</li> 552 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - <a href="https://redirect.github.com/storybookjs/storybook/pull/24676">#24676</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 553 <li>Addons, core: Make <code>react</code> and Storybook packages <code>devDependencies</code> where possible - ATTEMPT 2 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24834">#24834</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 554 <li>Angular: Add source-map option to builder - <a href="https://redirect.github.com/storybookjs/storybook/pull/24466">#24466</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 555 <li>Angular: Handle nested module metadata - <a href="https://redirect.github.com/storybookjs/storybook/pull/24798">#24798</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 556 <li>Angular: Include object configured styles - <a href="https://redirect.github.com/storybookjs/storybook/pull/24768">#24768</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 557 <li>Babel: Update all @babel/* dependencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/24610">#24610</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 558 <li>CLI: Add "doctor" command - <a href="https://redirect.github.com/storybookjs/storybook/pull/22236">#22236</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 559 <li>CLI: Add <code>@storybook/addon-designs</code> to non-core list - <a href="https://redirect.github.com/storybookjs/storybook/pull/24507">#24507</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 560 <li>CLI: Ensure errors with opening the browser are caught - <a href="https://redirect.github.com/storybookjs/storybook/pull/24668">#24668</a>, thanks <a href="https://github.com/xueyawei"><code>@xueyawei</code></a>!</li> 561 <li>CLI: Ignore <code>addon-onboarding</code> when checking versions - <a href="https://redirect.github.com/storybookjs/storybook/pull/24634">#24634</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 562 <li>CLI: Use <code>@storybook/test</code> in template stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/24393">#24393</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 563 <li>Controls: Improve accessibility of BooleanControl for screen readers - <a href="https://redirect.github.com/storybookjs/storybook/pull/24418">#24418</a>, thanks <a href="https://github.com/danielmarcano"><code>@danielmarcano</code></a>!</li> 564 <li>Core-Server: Ignore all node_module folders for watchpack - <a href="https://redirect.github.com/storybookjs/storybook/pull/24553">#24553</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 565 <li>Core: Add deprecation notice for Vite + CommonJS - <a href="https://redirect.github.com/storybookjs/storybook/pull/23950">#23950</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> 566 <li>Core: Detect no matching export error in storybook start and build - <a href="https://redirect.github.com/storybookjs/storybook/pull/24877">#24877</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 567 <li>Core: Fix <code>useStoryPrepared</code> hook failing with <code>undefined</code> data - <a href="https://redirect.github.com/storybookjs/storybook/pull/22631">#22631</a>, thanks <a href="https://github.com/SpookyJelly"><code>@SpookyJelly</code></a>!</li> 568 <li>Core: Fix pnp support when cache dir is outside working dir - <a href="https://redirect.github.com/storybookjs/storybook/pull/24572">#24572</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> 569 <li>Core: Fix post message channel location.search access for React Native - <a href="https://redirect.github.com/storybookjs/storybook/pull/24545">#24545</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> 570 </ul> 571 <!-- raw HTML omitted --> 572 </blockquote> 573 <p>... (truncated)</p> 574 </details> 575 <details> 576 <summary>Commits</summary> 577 <ul> 578 <li><a href="https://github.com/storybookjs/storybook/commit/60f9c9af345477709b1ab453046705821eb71f57"><code>60f9c9a</code></a> Bump version from "7.6.0" to "7.6.1" [skip ci]</li> 579 <li><a href="https://github.com/storybookjs/storybook/commit/b64214c7c02b01ed513a62eba7c3356f316de74b"><code>b64214c</code></a> Bump version from "7.6.0-beta.2" to "7.6.0" [skip ci]</li> 580 <li><a href="https://github.com/storybookjs/storybook/commit/b9901446e9aa393d188512d5ace39a6fe556ec9b"><code>b990144</code></a> Bump version from "7.6.0-beta.1" to "7.6.0-beta.2" [skip ci]</li> 581 <li><a href="https://github.com/storybookjs/storybook/commit/d82167b346b1b0b5e9f19a492cc01a18ae4f4a55"><code>d82167b</code></a> Bump version from "7.6.0-beta.0" to "7.6.0-beta.1" [skip ci]</li> 582 <li><a href="https://github.com/storybookjs/storybook/commit/574bb87a3231014ba49d15549de94941bd415d61"><code>574bb87</code></a> Bump version from "7.6.0-alpha.7" to "7.6.0-beta.0" [skip ci]</li> 583 <li><a href="https://github.com/storybookjs/storybook/commit/bffa2dbb3270e84628612e9be3a2100377cb667e"><code>bffa2db</code></a> Bump version from "7.6.0-alpha.6" to "7.6.0-alpha.7" [skip ci]</li> 584 <li><a href="https://github.com/storybookjs/storybook/commit/df357020e010f49e7c325942f0c891e6702527d6"><code>df35702</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions/issues/24834">#24834</a> from storybookjs/revert-24832-revert-24676-experime...</li> 585 <li><a href="https://github.com/storybookjs/storybook/commit/f18dbe606d327057a7e... 586 587 _Description has been truncated_ 588 589 590 ## Comments 591 592 ### @dependabot[bot] — 2023-12-01T10:13:27Z 593 594 Looks like these dependencies are updatable in another way, so this is no longer needed. 595