146.json (69433B)
1 { 2 "number": 146, 3 "title": "Bump the development-dependencies group with 21 updates", 4 "state": "closed", 5 "diff_file": "146.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-10-18T10:15:14Z", 8 "closed_at": "2023-10-19T10:08:06Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/development-dependencies-567945bac9", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps the development-dependencies group with 21 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.2` | `1.27.3` |\n| [@percy/storybook](https://github.com/percy/percy-storybook) | `4.3.6` | `4.3.7` |\n| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.4.6` | `7.5.0` |\n| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.4.6` | `7.5.0` |\n| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.4.6` | `7.5.0` |\n| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.4.6` | `7.5.0` |\n| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.4.6` | `7.5.0` |\n| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.4.6` | `7.5.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.1.3` | `6.1.4` |\n| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.5` | `29.5.6` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.2` | `20.8.7` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.24` | `18.2.28` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.8` | `18.2.13` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.4` | `6.8.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.4` | `6.8.0` |\n| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.51.0` |\n| [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.6.14` | `0.6.15` |\n| [sass](https://github.com/sass/dart-sass) | `1.68.0` | `1.69.4` |\n| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.4.6` | `7.5.0` |\n| [storybook-addon-react-router-v6](https://github.com/JesusTheHun/storybook-addon-react-router-v6) | `2.0.7` | `2.0.8` |\n| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.10` | `4.5.0` |\n\nUpdates `@percy/cli` from 1.27.2 to 1.27.3\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/percy/cli/releases\"><code>@\u200bpercy/cli</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v1.27.3</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>Removing PercyCSS from CLI for performance benefit by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1377\">percy/cli#1377</a></li>\n<li>Change freezeAnimation -> freezeAnimatedImage by <a href=\"https://github.com/chinmay-browserstack\"><code>@\u200bchinmay-browserstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1382\">percy/cli#1382</a></li>\n<li>\u2728 Added token support in percy config by <a href=\"https://github.com/ninadbstack\"><code>@\u200bninadbstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1388\">percy/cli#1388</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug Fixes</h3>\n<ul>\n<li>\ud83d\udc1b Fixed mimetype check for url [ for fonts ] by <a href=\"https://github.com/ninadbstack\"><code>@\u200bninadbstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1387\">percy/cli#1387</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.2...v1.27.3\">https://github.com/percy/cli/compare/v1.27.2...v1.27.3</a></p>\n<h2>v1.27.3-beta.0</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>Percy on Automate: Removing PercyCSS from CLI for performance benefit by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1377\">percy/cli#1377</a></li>\n<li>Percy on Automate: Change freezeAnimation -> freezeAnimatedImage by <a href=\"https://github.com/chinmay-browserstack\"><code>@\u200bchinmay-browserstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1382\">percy/cli#1382</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug fixes</h3>\n<ul>\n<li>Percy on Automate: fix casing issue for <code>ignoreRegionXpaths</code> and <code>considerRegionXpaths</code> by <a href=\"https://github.com/itsjwala\"><code>@\u200bitsjwala</code></a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.2...v1.27.3-beta.0\">https://github.com/percy/cli/compare/v1.27.2...v1.27.3-beta.0</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/percy/cli/commit/932d9ce6c17628786cd19091a218d83d2d1f51d9\"><code>932d9ce</code></a> release-1.27.3 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1389\">#1389</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/a9b7ebc7005ee50761373f49ce3454449f38f227\"><code>a9b7ebc</code></a> :bookmark: v1.27.3-beta.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1383\">#1383</a>)</li>\n<li>See full diff in <a href=\"https://github.com/percy/cli/commits/v1.27.3/packages/cli\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@percy/storybook` from 4.3.6 to 4.3.7\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/b73fab9deb4ecc3f64cc330c72a143a8f10404eb\"><code>b73fab9</code></a> v4.3.7 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/820\">#820</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/7b02234e1eac3c32aed5b8c2cc45c9cd528c0e7f\"><code>7b02234</code></a> \u2728 Skip story on error and move to next stories (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/819\">#819</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/4ce82ece978c0943ba3e794324b20d7e3baa2530\"><code>4ce82ec</code></a> :arrow_up: Bump <code>@\u200bbabel/core</code> from 7.19.6 to 7.23.2 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/818\">#818</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/355070c1bc34be77a533191644cc456cb5c80864\"><code>355070c</code></a> :arrow_up:\ud83d\udc77 Bump actions/checkout from 3 to 4 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/804\">#804</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/5a41f7084af1695a1c1982f98d0a2f61310fa3d5\"><code>5a41f70</code></a> :arrow_up: Bump <code>@\u200bbabel/cli</code> from 7.19.3 to 7.23.0 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/812\">#812</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/f8626d903dbcaaa31162df5ca78784b786c04940\"><code>f8626d9</code></a> :arrow_up: Bump eslint-plugin-import from 2.26.0 to 2.28.1 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/815\">#815</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/a7465f556c262d97ecdb9da286c7983315c7a255\"><code>a7465f5</code></a> :arrow_up: Bump eslint from 8.26.0 to 8.51.0 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/816\">#816</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/d2882a4ce22f5eb574755f67b241d54766b2518c\"><code>d2882a4</code></a> :arrow_up:\ud83d\udc77 Bump github/codeql-action from 2.20.0 to 2.22.0 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/817\">#817</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/c0941b7c582308cce5aeedd2fa9ef02c837aeb50\"><code>c0941b7</code></a> :arrow_up: Bump <code>@\u200bbabel/preset-env</code> from 7.19.4 to 7.22.9 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/774\">#774</a>)</li>\n<li><a href=\"https://github.com/percy/percy-storybook/commit/fa5821c7e49e65ff0f9d11ee1802b0808ee69600\"><code>fa5821c</code></a> :arrow_up: Bump semver from 5.7.1 to 5.7.2 (<a href=\"https://redirect.github.com/percy/percy-storybook/issues/772\">#772</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/percy/percy-storybook/compare/v4.3.6...v4.3.7\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-a11y` from 7.4.6 to 7.5.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/addon-a11y</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.5.0</h2>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md\"><code>@\u200bstorybook/addon-a11y</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/fea453a864c3a8d252b6be04dabf07fe19a8e235\"><code>fea453a</code></a> Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0a6e94ce350d878bea457b160706f5b37c977931\"><code>0a6e94c</code></a> Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/25af33cf6e4665489e2b355f82e2c2ecadc98302\"><code>25af33c</code></a> Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/816e86e4b2517eb42fb1b3846ba6a4116ac201b3\"><code>816e86e</code></a> Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/149711c5b454e1c52342fed89e80abd66a93c41e\"><code>149711c</code></a> Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/a12a65bb2ae79b4b0efb36131a3a6c7faa74bc31\"><code>a12a65b</code></a> Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/87ca92718a138ab4403a0ae7709b938c40240754\"><code>87ca927</code></a> fix types issues, after upgrading by regenerating lockfiles</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/70e67507299b2fa2cbaad9c28b5b107971df9ee1\"><code>70e6750</code></a> Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b8b95d7a08d4bfaa849d94388f8cadb412d14c97\"><code>b8b95d7</code></a> Bump version from "7.5.0-alpha.0" to "7.5.0-alpha.1" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b3b3ba9be564eb9168145a968869d8d7079e9099\"><code>b3b3ba9</code></a> Bump version from "7.4.0" to "7.5.0-alpha.0" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.0/code/addons/a11y\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-essentials` from 7.4.6 to 7.5.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/addon-essentials</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.5.0</h2>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md\"><code>@\u200bstorybook/addon-essentials</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/fea453a864c3a8d252b6be04dabf07fe19a8e235\"><code>fea453a</code></a> Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0a6e94ce350d878bea457b160706f5b37c977931\"><code>0a6e94c</code></a> Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/25af33cf6e4665489e2b355f82e2c2ecadc98302\"><code>25af33c</code></a> Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/816e86e4b2517eb42fb1b3846ba6a4116ac201b3\"><code>816e86e</code></a> Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/149711c5b454e1c52342fed89e80abd66a93c41e\"><code>149711c</code></a> Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/a12a65bb2ae79b4b0efb36131a3a6c7faa74bc31\"><code>a12a65b</code></a> Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/70e67507299b2fa2cbaad9c28b5b107971df9ee1\"><code>70e6750</code></a> Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b8b95d7a08d4bfaa849d94388f8cadb412d14c97\"><code>b8b95d7</code></a> Bump version from "7.5.0-alpha.0" to "7.5.0-alpha.1" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b3b3ba9be564eb9168145a968869d8d7079e9099\"><code>b3b3ba9</code></a> Bump version from "7.4.0" to "7.5.0-alpha.0" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.0/code/addons/essentials\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-interactions` from 7.4.6 to 7.5.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/addon-interactions</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.5.0</h2>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md\"><code>@\u200bstorybook/addon-interactions</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Change /Date$/ to /Dates$/i - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24195\">#24195</a>, thanks <a href=\"https://github.com/arup1221\"><code>@\u200barup1221</code></a>!</li>\n<li>CLI: Improve sanitization logic in crash reports - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24028\">#24028</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>CLI: Remove random commas in storybook upgrade logs - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22333\">#22333</a>, thanks <a href=\"https://github.com/joaonunomota\"><code>@\u200bjoaonunomota</code></a>!</li>\n<li>Controls: Fix select / multiselect when value contains multiple spaces - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/22334\">#22334</a>, thanks <a href=\"https://github.com/oxcened\"><code>@\u200boxcened</code></a>!</li>\n<li>Core: Add class name to Storybook error name - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24371\">#24371</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Core: Deprecate storyStoreV6 (including storiesOf) and storyIndexers - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23938\">#23938</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>Doc Blocks: Add title to Meta prop types - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23370\">#23370</a>, thanks <a href=\"https://github.com/iqbalcodes6602\"><code>@\u200biqbalcodes6602</code></a>!</li>\n<li>ManagerAPI: Fix bug with story redirection when URL has partial storyId - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24345\">#24345</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Support rename font import - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24406\">#24406</a>, thanks <a href=\"https://github.com/yoshi2no\"><code>@\u200byoshi2no</code></a>!</li>\n<li>NextJS: Change babel plugins from proposal-... to transform-... - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24290\">#24290</a>, thanks <a href=\"https://github.com/roottool\"><code>@\u200broottool</code></a>!</li>\n<li>NextJS: Fix default next image loader when src has params - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24187\">#24187</a>, thanks <a href=\"https://github.com/json-betsec\"><code>@\u200bjson-betsec</code></a>!</li>\n<li>NextJS: Fix Image Context re-use via singleton - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24146\">#24146</a>, thanks <a href=\"https://github.com/martinnabhan\"><code>@\u200bmartinnabhan</code></a>!</li>\n<li>NextJS: Improve support for Windows-style paths - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23695\">#23695</a>, thanks <a href=\"https://github.com/T99\"><code>@\u200bT99</code></a>!</li>\n<li>React: Upgrade <code>react-docgen</code> to <code>6.0.x</code> and improve argTypes - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23825\">#23825</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Svelte: Fix docs generating when using <code>lang="ts"</code> or optional chaining - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24096\">#24096</a>, thanks <a href=\"https://github.com/j3rem1e\"><code>@\u200bj3rem1e</code></a>!</li>\n<li>UI: Filter some manager errors - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24217\">#24217</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>UI: Update ScrollArea with radix - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24413\">#24413</a>, thanks <a href=\"https://github.com/cdedreuille\"><code>@\u200bcdedreuille</code></a>!</li>\n<li>UI: Improve contrast ratio between focus / hover - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24205\">#24205</a>, thanks <a href=\"https://github.com/chocoscoding\"><code>@\u200bchocoscoding</code></a>!</li>\n<li>UI: Fix className missing in syntaxhighlighter - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24491\">#24491</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Vite: Move mdx-plugin from <code>@storybook/builder-vite</code> to <code>@storybook/addon-docs</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24166\">#24166</a>, thanks <a href=\"https://github.com/bryanjtc\"><code>@\u200bbryanjtc</code></a>!</li>\n<li>Vite: Support Vite 5 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24395\">#24395</a>, thanks <a href=\"https://github.com/IanVS\"><code>@\u200bIanVS</code></a>!</li>\n<li>Web-components: Add Lit3 support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24437\">#24437</a>, thanks <a href=\"https://github.com/shilman\"><code>@\u200bshilman</code></a>!</li>\n<li>Webpack: Display errors on build - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24377\">#24377</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Categorize builder error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24031\">#24031</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Webpack: Use logger.warn on warnings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24472\">#24472</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/fea453a864c3a8d252b6be04dabf07fe19a8e235\"><code>fea453a</code></a> Bump version from "7.5.0-alpha.7" to "7.5.0" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0a6e94ce350d878bea457b160706f5b37c977931\"><code>0a6e94c</code></a> Bump version from "7.5.0-alpha.6" to "7.5.0-alpha.7" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/25af33cf6e4665489e2b355f82e2c2ecadc98302\"><code>25af33c</code></a> Bump version from "7.5.0-alpha.5" to "7.5.0-alpha.6" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/1fc5ed41b765ed8b49fee5b0bf1eaf7aa9a21de9\"><code>1fc5ed4</code></a> upgrade to node18 in a backwards compatible way</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/816e86e4b2517eb42fb1b3846ba6a4116ac201b3\"><code>816e86e</code></a> Bump version from "7.5.0-alpha.4" to "7.5.0-alpha.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/149711c5b454e1c52342fed89e80abd66a93c41e\"><code>149711c</code></a> Bump version from "7.5.0-alpha.3" to "7.5.0-alpha.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/a12a65bb2ae79b4b0efb36131a3a6c7faa74bc31\"><code>a12a65b</code></a> Bump version from "7.5.0-alpha.2" to "7.5.0-alpha.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/70e67507299b2fa2cbaad9c28b5b107971df9ee1\"><code>70e6750</code></a> Bump version from "7.5.0-alpha.1" to "7.5.0-alpha.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b8b95d7a08d4bfaa849d94388f8cadb412d14c97\"><code>b8b95d7</code></a> Bump version from "7.5.0-alpha.0" to "7.5.0-alpha.1" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b3b3ba9be564eb9168145a968869d8d7079e9099\"><code>b3b3ba9</code></a> Bump version from "7.4.0" to "7.5.0-alpha.0" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.0/code/addons/interactions\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-links` from 7.4.6 to 7.5.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/addon-links</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.5.0</h2>\n<h2>7.5.0</h2>\n<p>Storybook 7.5 enhances your Storybook experience with several key updates:</p>\n<ul>\n<li>\ud83d\udc83\ud83c\udffc Now supports Lit 3.0 and Vite 5</li>\n<li>\ud83d\udc7b storiesOf and storyStoreV6 officially deprecated</li>\n<li>\ud83d\udd28 Fix Webpack5 build errors not being propagated</li>\n<li>\ud83c\udc04 Support rename font import for Next.js</li>\n<li>\u2b06\ufe0f Upgrade\u00a0react-docgen\u00a0to 6.0.x and improve argTypes</li>\n<li>\u2728 Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.</li>\n</ul>\n<!-- raw HTML omitted -->\n<ul>\n<li>Angular: Introduce argsToTemplate for property and event Bindings - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24434\">#24434</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Add schema options (debugWebpack, webpackStatsJson, and more) - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24388\">#24388</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Categorize legacy build options error - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24014\">#24014</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Angular: Fix Angular 15 support and add zone.js v0.14.x support - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24367\">#24367</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>Angular: Allow loading standalone directives - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24448\">#24448</a>, thanks <a href=\"https://github.com/osnoser1\"><code>@\u200bosnoser1</code></a>!</li>\n<li>CLI: Inform the user how to dedupe and strip color from info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24087\">#24087</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>CLI: Add more information to storybook info command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24003\">#24003</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>...\n\n_Description has been truncated_", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2023-10-19T10:08:03Z", 23 "body": "Looks like these dependencies are updatable in another way, so this is no longer needed." 24 } 25 ], 26 "review_comments": [] 27 }