117.json (68595B)
1 { 2 "number": 117, 3 "title": "Bump the development-dependencies group with 15 updates", 4 "state": "closed", 5 "diff_file": "117.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-09-25T09:41:43Z", 8 "closed_at": "2023-09-26T09:30:44Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/development-dependencies-bc3527c2fb", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps the development-dependencies group with 15 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.1` | `1.27.2` |\n| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.4.2` | `7.4.5` |\n| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.4.2` | `7.4.5` |\n| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.4.2` | `7.4.5` |\n| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.4.2` | `7.4.5` |\n| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.4.2` | `7.4.5` |\n| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.4.2` | `7.4.5` |\n| [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.2` | `3.0.3` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.6.2` | `20.6.5` |\n| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.3.2` | `3.4.0` |\n| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |\n| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |\n| [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.6.13` | `0.6.14` |\n| [sass](https://github.com/sass/dart-sass) | `1.67.0` | `1.68.0` |\n| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.4.2` | `7.4.5` |\n\nUpdates `@percy/cli` from 1.27.1 to 1.27.2\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.2</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>Percy on Automate: Adds specific configs as global config by <a href=\"https://github.com/itsjwala\"><code>@\u200bitsjwala</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1369\">percy/cli#1369</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug Fixes</h3>\n<ul>\n<li>Percy on Automate: Check if deviceName was passed by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1370\">percy/cli#1370</a></li>\n</ul>\n<h3>\ud83c\udfd7 Maintenance</h3>\n<ul>\n<li>Move zip logic to executable script by <a href=\"https://github.com/pankaj443\"><code>@\u200bpankaj443</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1364\">percy/cli#1364</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.1...v1.27.2\">https://github.com/percy/cli/compare/v1.27.1...v1.27.2</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/percy/cli/commit/cb64b0c124a5ee1fcb14b130a1fa8e33d26a7284\"><code>cb64b0c</code></a> :bookmark: v1.27.2 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1376\">#1376</a>)</li>\n<li>See full diff in <a href=\"https://github.com/percy/cli/commits/v1.27.2/packages/cli\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-a11y` from 7.4.2 to 7.4.5\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.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/a11y\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-essentials` from 7.4.2 to 7.4.5\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.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/essentials\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-interactions` from 7.4.2 to 7.4.5\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.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/interactions\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-links` from 7.4.2 to 7.4.5\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.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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-links</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/links\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/react` from 7.4.2 to 7.4.5\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/react</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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/react</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/renderers/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/react-vite` from 7.4.2 to 7.4.5\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\"><code>@\u200bstorybook/react-vite</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\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/react-vite</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/frameworks/react-vite\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/dompurify` from 3.0.2 to 3.0.3\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/node` from 20.6.2 to 20.6.5\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@vitejs/plugin-react-swc` from 3.3.2 to 3.4.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitejs/vite-plugin-react-swc/releases\"><code>@\u200bvitejs/plugin-react-swc</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v3.4.0</h2>\n<ul>\n<li>Add <code>devTarget</code> option (fixes <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141\">#141</a>)</li>\n<li>Disable Fast Refresh based on <code>config.server.hmr === false</code> instead of <code>process.env.TEST</code></li>\n<li>Warn when plugin is in WebContainers (see <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118\">#118</a>)</li>\n<li>Better invalidation message when an export is added & fix HMR for export of nullish values (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143\">#143</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md\"><code>@\u200bvitejs/plugin-react-swc</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>3.4.0</h2>\n<ul>\n<li>Add <code>devTarget</code> option (fixes <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141\">#141</a>)</li>\n<li>Disable Fast Refresh based on <code>config.server.hmr === false</code> instead of <code>process.env.TEST</code></li>\n<li>Warn when plugin is in WebContainers (see <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118\">#118</a>)</li>\n<li>Better invalidation message when an export is added & fix HMR for export of nullish values (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143\">#143</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/39ed814c2f9d82a6f537f66e923e0a1c2c2f8383\"><code>39ed814</code></a> release: v3.4.0</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/bc2bf2f26b251091e29ef0ae4b7fba44b15f0824\"><code>bc2bf2f</code></a> feat: add devTarget option (fixes <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141\">#141</a>) (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/149\">#149</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/de5993ea3707e98fc9d0f2c40d6ef8f5a033b6f1\"><code>de5993e</code></a> chore(deps): update all non-major dependencies (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/150\">#150</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/27e3854ede2bb250a41797939175d0f7dbee410d\"><code>27e3854</code></a> fix(deps): update all non-major dependencies (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/146\">#146</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/5a9bdca2f79b9f2740b59a9cab8df46341d976dc\"><code>5a9bdca</code></a> chore(deps): update actions/checkout action to v4 (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/147\">#147</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/3297b1c22aad0111a27f5c7c4e8975942ae11dac\"><code>3297b1c</code></a> fix(deps): update all non-major dependencies (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/144\">#144</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/733010c9692687192659861818f61da4e3ce0595\"><code>733010c</code></a> fix: better invalidation message when an export is added & fix HMR for export...</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/684c3c0ed14b5a2f4c2e86c45befe58fd904c77a\"><code>684c3c0</code></a> Fix tsc error display</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/179c561f39529613da44de7912163eefd937f28a\"><code>179c561</code></a> fix(deps): update all non-major dependencies (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/142\">#142</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/2982aaa0fd8617dc73f228c415a4a01dcddd6c00\"><code>2982aaa</code></a> chore(deps): update all non-major dependencies (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/139\">#139</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vitejs/vite-plugin-react-swc/compare/v3.3.2...v3.4.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `autoprefixer` from 10.4.15 to 10.4.16\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/postcss/autoprefixer/releases\">autoprefixer's releases</a>.</em></p>\n<blockquote>\n<h2>10.4.16</h2>\n<ul>\n<li>Improved performance (by <a href=\"https://github.com/romainmenke\"><code>@\u200bromainmenke</code></a>).</li>\n<li>Fixed docs (by <a href=\"https://github.com/coliff\"><code>@\u200bcoliff</code></a>).</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md\">autoprefixer's changelog</a>.</em></p>\n<blockquote>\n<h2>10.4.16</h2>\n<ul>\n<li>Improved performance (by Romain Menke).</li>\n<li>Fixed docs (by Christian Oliff).</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/026083ccde85fd16607d1056d3fa058480004184\"><code>026083c</code></a> Release 10.4.16 version</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/4cda7ae9ab0d326d393209928643dc745d0f4222\"><code>4cda7ae</code></a> Update dependencies</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/7a49d6ad5a6e2d71b1a90bfca5d994dddd951b86\"><code>7a49d6a</code></a> Update CI</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/a87f4cd73eefb1e8005181c0439e377a61e95edf\"><code>a87f4cd</code></a> improve performance (<a href=\"https://redirect.github.com/postcss/autoprefixer/issues/1500\">#1500</a>)</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/0d6496e44d0ce0fa99fafbee5f7a465be1aa1213\"><code>0d6496e</code></a> Update dependencies</li>\n<li><a href=\"https://github.com/postcss/autoprefixer/commit/d9064cb4c82089ce7ea08b0d3a21f551744feab1\"><code>d9064cb</code></a> Remove deprecated browsers from README (<a href=\"https://redirect.github.com/postcss/autoprefixer/issues/1499\">#1499</a>)</li>\n<li>See full diff in <a href=\"https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `eslint` from 8.49.0 to 8.50.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/eslint/eslint/releases\">eslint's releases</a>.</em></p>\n<blockquote>\n<h2>v8.50.0</h2>\n<h2>Features</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0\"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href=\"https://redirect.github.com/eslint/eslint/issues/17590\">#17590</a>) (Tanuj Kanti)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f\"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href=\"https://redirect.github.com/eslint/eslint/issues/17585\">#17585</a>) (fnx)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc\"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href=\"https://redirect.github.com/eslint/eslint/issues/17351\">#17351</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20\"><code>22a5582</code></a> feat: add rule <code>no-object-constructor</code>, deprecate <code>no-new-object</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17576\">#17576</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e\"><code>85a3d9e</code></a> feat: allowVoid option in array-callback-return (<a href=\"https://redirect.github.com/eslint/eslint/issues/17564\">#17564</a>) (Tanuj Kanti)</li>\n</ul>\n<h2>Bug Fixes</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a\"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href=\"https://redirect.github.com/eslint/eslint/issues/17593\">#17593</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b\"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href=\"https://redirect.github.com/eslint/eslint/issues/17587\">#17587</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322\"><code>aa1b657</code></a> fix: wrong suggestion and message in <code>no-misleading-character-class</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17571\">#17571</a>) (Yosuke Ota)</li>\n</ul>\n<h2>Documentation</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0\"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href=\"https://redirect.github.com/eslint/eslint/issues/17591\">#17591</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830\"><code>48a44a7</code></a> docs: Add correct/incorrect tags to <code>prefer-arrow-callback</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17589\">#17589</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e\"><code>20893d4</code></a> docs: fix incorrect tag's place (<a href=\"https://redirect.github.com/eslint/eslint/issues/17575\">#17575</a>) (Tanuj Kanti)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45\"><code>bd7a71f</code></a> docs: Update README (GitHub Actions Bot)</li>\n</ul>\n<h2>Chores</h2>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3\"><code>f8a8a2d</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.50.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17599\">#17599</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce\"><code>38ada6d</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/eslint/eslint/blob/main/CHANGELOG.md\">eslint's changelog</a>.</em></p>\n<blockquote>\n<p>v8.50.0 - September 22, 2023</p>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3\"><code>f8a8a2d</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.50.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17599\">#17599</a>) (Milos Djermanovic)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce\"><code>38ada6d</code></a> chore: package.json update for <code>@\u200beslint/js</code> release (ESLint Jenkins)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0\"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href=\"https://redirect.github.com/eslint/eslint/issues/17590\">#17590</a>) (Tanuj Kanti)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f\"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href=\"https://redirect.github.com/eslint/eslint/issues/17585\">#17585</a>) (fnx)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc\"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href=\"https://redirect.github.com/eslint/eslint/issues/17351\">#17351</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a\"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href=\"https://redirect.github.com/eslint/eslint/issues/17593\">#17593</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b\"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href=\"https://redirect.github.com/eslint/eslint/issues/17587\">#17587</a>) (Nicholas C. Zakas)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0\"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href=\"https://redirect.github.com/eslint/eslint/issues/17591\">#17591</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20\"><code>22a5582</code></a> feat: add rule <code>no-object-constructor</code>, deprecate <code>no-new-object</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17576\">#17576</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830\"><code>48a44a7</code></a> docs: Add correct/incorrect tags to <code>prefer-arrow-callback</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17589\">#17589</a>) (Francesco Trotta)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322\"><code>aa1b657</code></a> fix: wrong suggestion and message in <code>no-misleading-character-class</code> (<a href=\"https://redirect.github.com/eslint/eslint/issues/17571\">#17571</a>) (Yosuke Ota)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e\"><code>20893d4</code></a> docs: fix incorrect tag's place (<a href=\"https://redirect.github.com/eslint/eslint/issues/17575\">#17575</a>) (Tanuj Kanti)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e\"><code>85a3d9e</code></a> feat: allowVoid option in array-callback-return (<a href=\"https://redirect.github.com/eslint/eslint/issues/17564\">#17564</a>) (Tanuj Kanti)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45\"><code>bd7a71f</code></a> docs: Update README (GitHub Actions Bot)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/eslint/eslint/commit/299bfae1254f22bd4b3bccd897d6355f63e0d3b6\"><code>299bfae</code></a> 8.50.0</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/212687c36a9e2682b84f5de2b683b025182d9777\"><code>212687c</code></a> Build: changelog update for 8.50.0</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3\"><code>f8a8a2d</code></a> chore: upgrade <code>@\u200beslint/js</code><a href=\"https://github.com/8\"><code>@\u200b8</code></a>.50.0 (<a href=\"https://redirect.github.com/eslint/eslint/issues/17599\">#17599</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce\"><code>38ada6d</code></a> chore: package.json update for <code>@\u200beslint/js</code> release</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0\"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href=\"https://redirect.github.com/eslint/eslint/issues/17590\">#17590</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f\"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href=\"https://redirect.github.com/eslint/eslint/issues/17585\">#17585</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc\"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href=\"https://redirect.github.com/eslint/eslint/issues/17351\">#17351</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a\"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href=\"https://redirect.github.com/eslint/eslint/issues/17593\">#17593</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b\"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href=\"https://redirect.github.com/eslint/eslint/issues/17587\">#17587</a>)</li>\n<li><a href=\"https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0\"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href=\"https://redirect.github.com/eslint/eslint/issues/17591\">#17591</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `eslint-plugin-storybook` from 0.6.13 to 0.6.14\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/eslint-plugin-storybook/releases\">eslint-plugin-storybook's releases</a>.</em></p>\n<blockquote>\n<h2>v0.6.14</h2>\n<h4>\ud83d\udc1b Bug Fix</h4>\n<ul>\n<li>use-storybook-expect: allow storybook/test imports <a href=\"https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/141\">#141</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>Authors: 1</h4>\n<ul>\n<li>Yann Braga (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md\">eslint-plugin-storybook's changelog</a>.</em></p>\n<blockquote>\n<h1>v0.6.14 (Wed Sep 20 2023)</h1>\n<h4>\ud83d\udc1b Bug Fix</h4>\n<ul>\n<li>use-storybook-expect: allow storybook/test imports <a href=\"https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/141\">#141</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>Authors: 1</h4>\n<ul>\n<li>Yann Braga (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<hr />\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/eslint-plugin-storybook/commit/de1edffab6742530117813caca7699a847e4096c\"><code>de1edff</code></a> Bump version to: 0.6.14 [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/eslint-plugin-storybook/commit/972384ce54e530c767ff41a7cd7a2a2b5a8e4f8b\"><code>972384c</code></a> Update CHANGELOG.md [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/eslint-plugin-storybook/commit/f1ffa5e6921f3966355571a5e236b1a7b197ff08\"><code>f1ffa5e</code></a> Merge pull request <a href=\"https://redirect.github.com/storybookjs/eslint-plugin-storybook/issues/141\">#141</a> from storybookjs/yann/allow-storybook-test</li>\n<li><a href=\"https://github.com/storybookjs/eslint-plugin-storybook/commit/5447e4510a7e89bef2cc76da06b8bdc53760046b\"><code>5447e45</code></a> use-storybook-expect: allow storybook/test imports</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.13...v0.6.14\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `sass` from 1.67.0 to 1.68.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/sass/dart-sass/releases\">sass's releases</a>.</em></p>\n<blockquote>\n<h2>Dart Sass 1.68.0</h2>\n<p>To install Sass 1.68.0, download one of the packages below and <a href=\"https://katiek2.github.io/path-doc/\">add it to your PATH</a>, or see <a href=\"https://sass-lang.com/install\">the Sass website</a> for full installation instructions.</p>\n<h1>Changes</h1>\n<ul>\n<li>Fix the source spans associated with the <code>abs-percent</code> deprecation.</li>\n</ul>\n<h3>JS API</h3>\n<ul>\n<li>\n<p>Non-filesystem importers can now set the <code>nonCanonicalScheme</code> field, which declares that one or more URL schemes (without <code>:</code>) will never be used for URLs returned by the <code>canonicalize()</code> method.</p>\n</li>\n<li>\n<p>Add a <code>containingUrl</code> field to the <code>canonicalize()</code> and <code>findFileUrl()</code> methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.</p>\n</li>\n</ul>\n<h3>Dart API</h3>\n<ul>\n<li>\n<p>Add <code>AsyncImporter.isNonCanonicalScheme</code>, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the <code>canonicalize()</code> method.</p>\n</li>\n<li>\n<p>Add <code>AsyncImporter.containingUrl</code>, which is set during calls to the <code>canonicalize()</code> method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.</p>\n</li>\n</ul>\n<h3>Embedded Sass</h3>\n<ul>\n<li>\n<p>The <code>CalculationValue.interpolation</code> field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to <code>CalculationValue.string</code> except that <code>"("</code> and <code>")"</code> will be added to the beginning and end of the string values.</p>\n</li>\n<li>\n<p>Properly include TypeScript types in the <code>sass-embedded</code> package.</p>\n</li>\n</ul>\n<p>See the <a href=\"https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1680\">full changelog</a> for changes in earlier releases.</p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/sass/dart-sass/blob/main/CHANGELOG.md\">sass's changelog</a>.</em></p>\n<blockquote>\n<h2>1.68.0</h2>\n<ul>\n<li>Fix the source spans associated with the <code>abs-percent</code> deprecation.</li>\n</ul>\n<h3>JS API</h3>\n<ul>\n<li>\n<p>Non-filesystem importers can now set the <code>nonCanonicalScheme</code> field, which\ndeclares that one or more URL schemes (without <code>:</code>) will never be used for\nURLs returned by the <code>canonicalize()</code> method.</p>\n</li>\n<li>\n<p>Add a <code>containingUrl</code> field to the <code>canonicalize()</code> and <code>findFileUrl()</code>\nmethods of importers, which is set to the canonical URL of the stylesheet that\ncontains the current load. For filesystem importers, this is always set; for\nother importers, it's set only if the current load has no URL scheme, or if\nits URL scheme is declared as non-canonical by the importer.</p>\n</li>\n</ul>\n<h3>Dart API</h3>\n<ul>\n<li>\n<p>Add <code>AsyncImporter.isNonCanonicalScheme</code>, which importers (async or sync) can\nuse to indicate that a certain URL scheme will never be used for URLs returned\nby the <code>canonicalize()</code> method.</p>\n</li>\n<li>\n<p>Add <code>AsyncImporter.containingUrl</code>, which is set during calls to the\n<code>canonicalize()</code> method to the canonical URL of the stylesheet that contains\nthe current load. This is set only if the current load has no URL scheme, or\nif its URL scheme is declared as non-canonical by the importer.</p>\n</li>\n</ul>\n<h3>Embedded Sass</h3>\n<ul>\n<li>\n<p>The <code>CalculationValue.interpolation</code> field is deprecated and will be removed\nin a future version. It will no longer be set by the compiler, and if the host\nsets it it will be treated as equivalent to <code>CalculationValue.string</code> except\nthat <code>"("</code> and <code>")"</code> will be added to the beginning and end of the string\nvalues.</p>\n</li>\n<li>\n<p>Properly include TypeScript types in the <code>sass-embedded</code> package.</p>\n</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/sass/dart-sass/commit/de618fa7bd74cc648f3ee62358eed3e237d4644f\"><code>de618fa</code></a> Fix an error during embedded compiler shutdown (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2092\">#2092</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/873e91e5fffefec7b6d9d6d3d79472c4cca3154e\"><code>873e91e</code></a> Cut a release (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2090\">#2090</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/13c9fb3c9d97d4d9582ccd33689111d74024261d\"><code>13c9fb3</code></a> Expose the containing URL to importers under some circumstances (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2083\">#2083</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/69f1847bae60df16fe7d7bdfdfa794da8bf8c3d4\"><code>69f1847</code></a> CI: Configure dependabot to update GitHub Actions, too (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2087\">#2087</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/c22c84d2c5cdd3d0c0333eb1c5b37bedb8b1cc3c\"><code>c22c84d</code></a> Update changelog for <a href=\"https://redirect.github.com/sass/embedded-host-node/issues/248\">sass/embedded-host-node#248</a> (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2086\">#2086</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/37e0ed54da1bd3ba3d4f4127da3a9575f7a9224e\"><code>37e0ed5</code></a> Fix source span for calculation deprecation warnings (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2084\">#2084</a>)</li>\n<li><a href=\"https://github.com/sass/dart-sass/commit/7370d6a97df58966f72e896f8dd53dfe2ab3c4df\"><code>7370d6a</code></a> Fix changelog for 1.67.0 (<a href=\"https://redirect.github.com/sass/dart-sass/issues/2085\">#2085</a>)</li>\n<li>See full diff in <a href=\"https://github.com/sass/dart-sass/compare/1.67.0...1.68.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `storybook` from 7.4.2 to 7.4.5\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/releases\">storybook's releases</a>.</em></p>\n<blockquote>\n<h2>v7.4.5</h2>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>v7.4.4</h2>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>v7.4.3</h2>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md\">storybook's changelog</a>.</em></p>\n<blockquote>\n<h2>7.4.5</h2>\n<ul>\n<li>UI: Fix infinite hook call causing browsers to freeze - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24291\">#24291</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n</ul>\n<h2>7.4.4</h2>\n<ul>\n<li>Core: Fix Promise cycle bug in useSharedState - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24268\">#24268</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>Manager: Fix useAddonState when using a setter function - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24237\">#24237</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n<h2>7.4.3</h2>\n<ul>\n<li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24229\">#24229</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24239\">#24239</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n<li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/23671\">#23671</a>, thanks <a href=\"https://github.com/sookmax\"><code>@\u200bsookmax</code></a>!</li>\n<li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24206\">#24206</a>, thanks <a href=\"https://github.com/ndelangen\"><code>@\u200bndelangen</code></a>!</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830\"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575\"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3\"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b11feada48c28c8ae99db708219288fa62b5b888\"><code>b11fead</code></a> Merge pull request <a href=\"https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/24229\">#24229</a> from storybookjs/norbert/sb-add-no-duplicate-entries</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/b38266079f3fe36063607e7a12fb4e645d94e13c\"><code>b382660</code></a> Merge pull request <a href=\"https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/24208\">#24208</a> from storybookjs/norbert/filter-angular-prerelease</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.4.5/code/lib/cli\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for ...\n\n_Description has been truncated_", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2023-09-26T09:30:39Z", 23 "body": "Looks like these dependencies are updatable in another way, so this is no longer needed." 24 } 25 ], 26 "review_comments": [] 27 }