171.json (68968B)
1 { 2 "number": 171, 3 "title": "Bump the development-dependencies group with 24 updates", 4 "state": "closed", 5 "diff_file": "171.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-11-10T09:46:32Z", 8 "closed_at": "2023-11-13T09:58:40Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/development-dependencies-610e5335e1", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps the development-dependencies group with 24 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.3` | `1.27.4` |\n| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.5.0` | `7.5.3` |\n| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.0` | `7.5.3` |\n| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.0` | `7.5.3` |\n| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.0` | `7.5.3` |\n| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.5.0` | `7.5.3` |\n| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.5.0` | `7.5.3` |\n| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.13.0` | `0.14.0` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.0` |\n| [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.4` | `3.0.5` |\n| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.8` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.9.0` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.29` | `18.2.37` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.15` |\n| [@types/react-modal](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-modal) | `3.16.2` | `3.16.3` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.10.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.10.0` |\n| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.4.0` | `3.4.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.51.0` | `8.53.0` |\n| [msw](https://github.com/mswjs/msw) | `1.3.2` | `2.0.5` |\n| [sass](https://github.com/sass/dart-sass) | `1.69.4` | `1.69.5` |\n| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.0` | `7.5.3` |\n| [storybook-addon-react-router-v6](https://github.com/JesusTheHun/storybook-addon-react-router-v6) | `2.0.8` | `2.0.9` |\n| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.3.5` |\n\nUpdates `@percy/cli` from 1.27.3 to 1.27.4\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.4</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>Do not execute git commands when <code>PERCY_SKIP_GIT_CHECK</code> is set to True by <a href=\"https://github.com/shantanuk-browserstack\"><code>@\u200bshantanuk-browserstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1400\">percy/cli#1400</a></li>\n<li>adding endpoint for sending failed event by <a href=\"https://github.com/prklm10\"><code>@\u200bprklm10</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1401\">percy/cli#1401</a></li>\n<li>Introduce new config option enableLayout for enabling layout testing. by <a href=\"https://github.com/prklm10\"><code>@\u200bprklm10</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1378\">percy/cli#1378</a></li>\n<li>Fix percyCSS not getting applied when elements outside <code></body></code> by <a href=\"https://github.com/itsjwala\"><code>@\u200bitsjwala</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1415\">percy/cli#1415</a></li>\n</ul>\n<h3>\ud83d\udc1b Bug Fixes</h3>\n<ul>\n<li>Icons not loading when <code>noscript</code> tags are present. by <a href=\"https://github.com/shantanuk-browserstack\"><code>@\u200bshantanuk-browserstack</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1404\">percy/cli#1404</a></li>\n<li>Percy on Automate - Fixing percyScreenshotEnd response by <a href=\"https://github.com/rishigupta1599\"><code>@\u200brishigupta1599</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1427\">percy/cli#1427</a></li>\n</ul>\n<h3>\ud83c\udfd7 Maintenance</h3>\n<ul>\n<li>Percy on Automate - Removing Redundant Calls for PoA by <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1413\">percy/cli#1413</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.3...v1.27.4\">https://github.com/percy/cli/compare/v1.27.3...v1.27.4</a></p>\n<h2>v1.27.4-beta.4</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\ud83c\udfd7 Maintenance</h3>\n<ul>\n<li>Percy on Automate: Removing Redundant Calls for better performance. <a href=\"https://github.com/Amit3200\"><code>@\u200bAmit3200</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1413\">percy/cli#1413</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.4-beta.3...v1.27.4-beta.4\">https://github.com/percy/cli/compare/v1.27.4-beta.3...v1.27.4-beta.4</a></p>\n<h2>v1.27.4-beta.3</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>:sparkles: Introduce new config option enableLayout for enabling layout testing. by <a href=\"https://github.com/prklm10\"><code>@\u200bprklm10</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1378\">percy/cli#1378</a></li>\n<li>\u2728 Fix percyCSS not getting applied when elements outside <code></body></code> by <a href=\"https://github.com/itsjwala\"><code>@\u200bitsjwala</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1415\">percy/cli#1415</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.4-beta.2...v1.27.4-beta.3\">https://github.com/percy/cli/compare/v1.27.4-beta.2...v1.27.4-beta.3</a></p>\n<h2>v1.27.4-beta.2</h2>\n<!-- raw HTML omitted -->\n<h2>What's Changed</h2>\n<h3>\u2728 Enhancements</h3>\n<ul>\n<li>\u2728 adding endpoint for sending failed event by <a href=\"https://github.com/prklm10\"><code>@\u200bprklm10</code></a> in <a href=\"https://redirect.github.com/percy/cli/pull/1401\">percy/cli#1401</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/percy/cli/compare/v1.27.4-beta.1...v1.27.4-beta.2\">https://github.com/percy/cli/compare/v1.27.4-beta.1...v1.27.4-beta.2</a></p>\n<h2>v1.27.4-beta.1</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/percy/cli/commit/bb901bc6aabf20e27528b6cdfab22c9d8721a2b2\"><code>bb901bc</code></a> :bookmark: v1.27.4</li>\n<li><a href=\"https://github.com/percy/cli/commit/4aaa7b217f60ed9ce953fa8c788f4061a7689459\"><code>4aaa7b2</code></a> :bookmark: v1.27.4-beta.4 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1423\">#1423</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/e560f5df1637d30722f8d1d7e6eae9cf99ede2dd\"><code>e560f5d</code></a> :bookmark: v1.27.4-beta.3</li>\n<li><a href=\"https://github.com/percy/cli/commit/9dc3b46642f608a762a7c4a1ca564813ece1b370\"><code>9dc3b46</code></a> releasing version 1.27.4-beta.2 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1412\">#1412</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/d0eea0c0d75cb6c034dceba122b1bc1f946b679a\"><code>d0eea0c</code></a> release v1.27.4-beta.1 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1405\">#1405</a>)</li>\n<li><a href=\"https://github.com/percy/cli/commit/d83228ad59736923285426854572f9e1f80ad48f\"><code>d83228a</code></a> release v1.27.4-beta.0 (<a href=\"https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1402\">#1402</a>)</li>\n<li>See full diff in <a href=\"https://github.com/percy/cli/commits/v1.27.4/packages/cli\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-a11y` from 7.5.0 to 7.5.3\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.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/addon-a11y</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/a11y\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-essentials` from 7.5.0 to 7.5.3\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.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/addon-essentials</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/essentials\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-interactions` from 7.5.0 to 7.5.3\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.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/addon-interactions</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/interactions\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/addon-links` from 7.5.0 to 7.5.3\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.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/addon-links</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/links\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/react` from 7.5.0 to 7.5.3\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.5.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/react</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/renderers/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/react-vite` from 7.5.0 to 7.5.3\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.5.3</h2>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>v7.5.2</h2>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>v7.5.1</h2>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/v7.5.3/CHANGELOG.md\"><code>@\u200bstorybook/react-vite</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>7.5.3</h2>\n<ul>\n<li>Angular: Support v17 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24717\">#24717</a>, thanks <a href=\"https://github.com/valentinpalkovic\"><code>@\u200bvalentinpalkovic</code></a>!</li>\n<li>CLI: Catch when prettier failed to prettify main and preview config files - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24604\">#24604</a>, thanks <a href=\"https://github.com/kasperpeulen\"><code>@\u200bkasperpeulen</code></a>!</li>\n<li>UI: Fix button contrast-ratio - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24525\">#24525</a>, thanks <a href=\"https://github.com/maheshchandra10\"><code>@\u200bmaheshchandra10</code></a>!</li>\n</ul>\n<h2>7.5.2</h2>\n<ul>\n<li>Addon-themes: Fix globals not being set when using absolute path - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24596\">#24596</a>, thanks <a href=\"https://github.com/JReinhold\"><code>@\u200bJReinhold</code></a>!</li>\n<li>CLI: Allow Yarn v4 in <code>link</code> command - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24551\">#24551</a>, thanks <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>!</li>\n<li>Next.js: Support v14.0.0 - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24593\">#24593</a>, thanks <a href=\"https://github.com/nikospapcom\"><code>@\u200bnikospapcom</code></a>!</li>\n</ul>\n<h2>7.5.1</h2>\n<ul>\n<li>Angular: update wrong type for webpackStatsJson in start-storybook schema.json - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24494\">#24494</a>, thanks <a href=\"https://github.com/LucaVazz\"><code>@\u200bLucaVazz</code></a>!</li>\n<li>Themes: Run postinstall in shell for windows - <a href=\"https://redirect.github.com/storybookjs/storybook/pull/24389\">#24389</a>, thanks <a href=\"https://github.com/Integrayshaun\"><code>@\u200bIntegrayshaun</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/dc82000b8a5f4698e374b453dcf755a35ee11ec7\"><code>dc82000</code></a> Bump version from "7.5.2" to "7.5.3" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac\"><code>0ef03ec</code></a> Bump version from "7.5.1" to "7.5.2" [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf\"><code>6ceb141</code></a> Bump version from "7.5.0" to "7.5.1" [skip ci]</li>\n<li>See full diff in <a href=\"https://github.com/storybookjs/storybook/commits/v7.5.3/code/frameworks/react-vite\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@storybook/test-runner` from 0.13.0 to 0.14.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/storybookjs/test-runner/releases\"><code>@\u200bstorybook/test-runner</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v0.14.0</h2>\n<h4>\ud83d\ude80 Enhancement</h4>\n<ul>\n<li>Feature: Support .story files <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/376\">#376</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>BREAKING: Upgrade Jest to v29 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/348\">#348</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a> <a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>BREAKING: Bump minimum Node.js version to ^14.15.0 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/354\">#354</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Add waitForPageReady utility <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/361\">#361</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>\ud83d\udc1b Bug Fix</h4>\n<ul>\n<li>Documentation: restructure docs and include more recipes <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/373\">#373</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>Run nyc with correct packager manager command <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/364\">#364</a> (<a href=\"https://github.com/ferdinandhummel-gph\"><code>@\u200bferdinandhummel-gph</code></a> <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>deps/devDeps: bump semver to latest [CVE-2022-25883] <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/349\">#349</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Make userAgent configurable <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/342\">#342</a> (<a href=\"https://github.com/jaknas\"><code>@\u200bjaknas</code></a>)</li>\n<li>devDeps: Bump auto from v10 to v11 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/346\">#346</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>CI: Fix yarn 2 issue <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/352\">#352</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>chore: set <code>engines.node</code> to <code>>=12.0.0</code> <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/351\">#351</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Maintenance: Update to yarn berry <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/344\">#344</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>Maintenance: Remove csf upgrade in nightly check <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/343\">#343</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>\ud83c\udfe0 Internal</h4>\n<ul>\n<li>chore: disable yarn telemetry by default <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/350\">#350</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>chore: dedupe dependency versions in <code>yarn.lock</code> <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/347\">#347</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n</ul>\n<h4>\ud83d\udcdd Documentation</h4>\n<ul>\n<li>Docs: Expand ejected config docs with an example <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/363\">#363</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>Authors: 4</h4>\n<ul>\n<li><a href=\"https://github.com/ferdinandhummel-gph\"><code>@\u200bferdinandhummel-gph</code></a></li>\n<li><a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a></li>\n<li>Jakub Naskr\u0119ski (<a href=\"https://github.com/jaknas\"><code>@\u200bjaknas</code></a>)</li>\n<li>Yann Braga (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h2>v0.14.0-next.3</h2>\n<h4>\ud83d\ude80 Enhancement</h4>\n<ul>\n<li>Feature: Support .story files <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/376\">#376</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<h2>v0.14.0-next.1</h2>\n<h4>\ud83d\ude80 Enhancement</h4>\n<ul>\n<li>BREAKING: Bump minimum Node.js version to ^14.15.0 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/354\">#354</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n</ul>\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/test-runner/blob/v0.14.0/CHANGELOG.md\"><code>@\u200bstorybook/test-runner</code>'s changelog</a>.</em></p>\n<blockquote>\n<h1>v0.14.0 (Wed Nov 08 2023)</h1>\n<h4>\ud83d\ude80 Enhancement</h4>\n<ul>\n<li>Feature: Support .story files <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/376\">#376</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>BREAKING: Upgrade Jest to v29 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/348\">#348</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a> <a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>BREAKING: Bump minimum Node.js version to ^14.15.0 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/354\">#354</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Add waitForPageReady utility <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/361\">#361</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>\ud83d\udc1b Bug Fix</h4>\n<ul>\n<li>Documentation: restructure docs and include more recipes <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/373\">#373</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>Run nyc with correct packager manager command <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/364\">#364</a> (<a href=\"https://github.com/ferdinandhummel-gph\"><code>@\u200bferdinandhummel-gph</code></a> <a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>deps/devDeps: bump semver to latest [CVE-2022-25883] <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/349\">#349</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Make userAgent configurable <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/342\">#342</a> (<a href=\"https://github.com/jaknas\"><code>@\u200bjaknas</code></a>)</li>\n<li>devDeps: Bump auto from v10 to v11 <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/346\">#346</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>CI: Fix yarn 2 issue <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/352\">#352</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>chore: set <code>engines.node</code> to <code>>=12.0.0</code> <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/351\">#351</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>Maintenance: Update to yarn berry <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/344\">#344</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n<li>Maintenance: Remove csf upgrade in nightly check <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/343\">#343</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>\ud83c\udfe0 Internal</h4>\n<ul>\n<li>chore: disable yarn telemetry by default <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/350\">#350</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n<li>chore: dedupe dependency versions in <code>yarn.lock</code> <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/347\">#347</a> (<a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a>)</li>\n</ul>\n<h4>\ud83d\udcdd Documentation</h4>\n<ul>\n<li>Docs: Expand ejected config docs with an example <a href=\"https://redirect.github.com/storybookjs/test-runner/pull/363\">#363</a> (<a href=\"https://github.com/yannbf\"><code>@\u200byannbf</code></a>)</li>\n</ul>\n<h4>Authors: 4</h4>\n<ul>\n<li><a href=\"https://github.com/ferdinandhummel-gph\"><code>@\u200bferdinandhummel-gph</code></a></li>\n<li><a href=\"https://github.com/legobeat\"><code>@\u200blegobeat</code></a></li>\n<li>Jakub Naskr\u0119ski (<a href=\"https://github.com/jaknas\"><code>@\u200bjaknas</code></a>)</li>\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/test-runner/commit/68814fde43cbe162f1972577f7f43dc500e1a34f\"><code>68814fd</code></a> Bump version to: 0.14.0 [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/7595b303c65e56fc3a2424677ee27814dc2c1b5c\"><code>7595b30</code></a> Update CHANGELOG.md [skip ci]</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/5ad71b442365b2708ae89ebdcf21caa17a31fa71\"><code>5ad71b4</code></a> Merge pull request <a href=\"https://redirect.github.com/storybookjs/test-runner/issues/377\">#377</a> from storybookjs/next</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/33f238575f95c13fb378ff828df688b00b685fb9\"><code>33f2385</code></a> Merge pull request <a href=\"https://redirect.github.com/storybookjs/test-runner/issues/376\">#376</a> from storybookjs/feat/support-story-filename</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/c0159ff06d19fb24ed86616a783bd16ff4b0869c\"><code>c0159ff</code></a> always set TEST_ROOT</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/07475efcf16db46cc71f90b5a961f1954f2bc3e9\"><code>07475ef</code></a> refactor ejected config format</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/553e5b86f96e3736dea15065061ce19f71ec4f07\"><code>553e5b8</code></a> support .story files</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/1ba363fb1d8bc26cb3eebb84fac2cf2138406e5f\"><code>1ba363f</code></a> [skip ci] update snapshot resolver recipe</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/538cc4ecb675d12f99a69077b6408155e2096253\"><code>538cc4e</code></a> [skip ci] update docs</li>\n<li><a href=\"https://github.com/storybookjs/test-runner/commit/93087b07a3c368d27d0ab622fcea386c36f57157\"><code>93087b0</code></a> Merge pull request <a href=\"https://redirect.github.com/storybookjs/test-runner/issues/348\">#348</a> from legobeat/jest-29-next</li>\n<li>Additional commits viewable in <a href=\"https://github.com/storybookjs/test-runner/compare/v0.13.0...v0.14.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@testing-library/react` from 14.0.0 to 14.1.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/testing-library/react-testing-library/releases\"><code>@\u200btesting-library/react</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v14.1.0</h2>\n<h1><a href=\"https://github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0\">14.1.0</a> (2023-11-08)</h1>\n<h3>Features</h3>\n<ul>\n<li>add warnings when globals are missing (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1244\">#1244</a>) (<a href=\"https://github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6\">d80319f</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6\"><code>d80319f</code></a> feat: add warnings when globals are missing (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1244\">#1244</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/c04b8f006c5a683d05c460c8ee1e2248d6f74350\"><code>c04b8f0</code></a> docs: add cmdcolin as a contributor for doc (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1238\">#1238</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/5b489166e50d5d53608d98b283e8e936e1cce91d\"><code>5b48916</code></a> docs: fix readme CI badge (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1237\">#1237</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/6de5f4c29f73e740152de31bbe3ccc6e711aa210\"><code>6de5f4c</code></a> docs(readme): remove deprecated link (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1229\">#1229</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/6b4180e71286cef86a359435697965e59d408d91\"><code>6b4180e</code></a> test: Add test for flushing before exiting <code>waitFor</code> (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1215\">#1215</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/5dc81dc790b1831707e89cf52b3fecb3c3d294d2\"><code>5dc81dc</code></a> chore: rename <code>next</code> channel to <code>canary</code> (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1207\">#1207</a>)</li>\n<li><a href=\"https://github.com/testing-library/react-testing-library/commit/f6c6d9610da4fe90ec64445391e0ea8bfe39e65d\"><code>f6c6d96</code></a> chore: remove <code>styfle/cancel-workflow-action</code> usage (<a href=\"https://redirect.github.com/testing-library/react-testing-library/issues/1204\">#1204</a>)</li>\n<li>See full diff in <a href=\"https://github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/dompurify` from 3.0.4 to 3.0.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/dompurify\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/jest` from 29.5.6 to 29.5.8\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/node` from 20.8.7 to 20.9.0\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 `@types/react` from 18.2.29 to 18.2.37\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/react-dom` from 18.2.14 to 18.2.15\n<details>\n<summary>Commits</summary>\n<ul>\n<li>See full diff in <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@types/react-modal` from 3.16.2 to 3.16.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/react-modal\">compare view</a></li>\n</ul>\n</details>\n<br />\n\nUpdates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.10.0\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/releases\"><code>@\u200btypescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v6.10.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0\">6.10.0</a> (2023-11-06)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854\">#7854</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960\">11e57c5</a>)</li>\n<li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866\">#7866</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7\">855abea</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849\">#7849</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378\">5e73a48</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.9.1</h2>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1\">6.9.1</a> (2023-10-30)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [naming-convention] allow PascalCase for imports (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7841\">#7841</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee\">7ad86ee</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unused-expressions] handle TSInstantiationExpression expression (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7831\">#7831</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259\">31988e0</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2>v6.9.0</h2>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0\">6.9.0</a> (2023-10-23)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674\">#7674</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2\">7e52f27</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708\">#7708</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b\">c6124b2</a>)</li>\n<li><strong>rule-tester:</strong> fix <code>parser</code> fallback logic (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7754\">#7754</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/34c23e0ece36100c2e44b3ded681ebe1236fbe37\">34c23e0</a>)</li>\n<li><strong>type-utils:</strong> treat custom type roots as external (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6870\">#6870</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/b85f7446c3552108d78d31591f80f96cd7233228\">b85f744</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696\">#7696</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0\">6398d3f</a>), closes <a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538\">#7538</a></li>\n<li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269\">#7269</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c\">bb15aae</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709\">#7709</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969\">4c8edcf</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691\">#7691</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58\">53d5263</a>), closes <a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643\">#7643</a></li>\n<li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686\">#7686</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977\">0e875bf</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md\"><code>@\u200btypescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>\n<blockquote>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0\">6.10.0</a> (2023-11-06)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854\">#7854</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960\">11e57c5</a>)</li>\n<li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866\">#7866</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7\">855abea</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849\">#7849</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378\">5e73a48</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h2><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1\">6.9.1</a> (2023-10-30)</h2>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [naming-convention] allow PascalCase for imports (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7841\">#7841</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee\">7ad86ee</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unused-expressions] handle TSInstantiationExpression expression (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7831\">#7831</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259\">31988e0</a>)</li>\n</ul>\n<p>You can read about our <a href=\"https://main--typescript-eslint.netlify.app/users/versioning\">versioning strategy</a> and <a href=\"https://main--typescript-eslint.netlify.app/users/releases\">releases</a> on our website.</p>\n<h1><a href=\"https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0\">6.9.0</a> (2023-10-23)</h1>\n<h3>Bug Fixes</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674\">#7674</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2\">7e52f27</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708\">#7708</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b\">c6124b2</a>)</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696\">#7696</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0\">6398d3f</a>), closes <a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538\">#7538</a></li>\n<li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269\">#7269</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c\">bb15aae</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709\">#7709</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969\">4c8edcf</a>)</li>\n<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691\">#7691</a>) (<a href=\"https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58\">53d5263</a>), closes <a href=\"https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643\">#7643</a></li>\n<li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a ...\n\n_Description has been truncated_", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2023-11-13T09:58:36Z", 23 "body": "Looks like these dependencies are updatable in another way, so this is no longer needed." 24 } 25 ], 26 "review_comments": [] 27 }