cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

170.md (66369B)


      1 # PR #170 Bump the development-dependencies group with 24 updates
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-11-09T10:18:23Z
      6 - **Branch:** dependabot/npm_and_yarn/development-dependencies-ec33fbee67 → main
      7 - **Closed:** 2023-11-10T09:46:36Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [170.diff](./170.diff)
     10 
     11 ---
     12 
     13 Bumps the development-dependencies group with 24 updates:
     14 
     15 | Package | From | To |
     16 | --- | --- | --- |
     17 | [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.3` | `1.27.4` |
     18 | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.5.0` | `7.5.3` |
     19 | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.0` | `7.5.3` |
     20 | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.0` | `7.5.3` |
     21 | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.0` | `7.5.3` |
     22 | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.5.0` | `7.5.3` |
     23 | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.5.0` | `7.5.3` |
     24 | [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.13.0` | `0.14.0` |
     25 | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.0` |
     26 | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.4` | `3.0.5` |
     27 | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.8` |
     28 | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.9.0` |
     29 | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.29` | `18.2.37` |
     30 | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.15` |
     31 | [@types/react-modal](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-modal) | `3.16.2` | `3.16.3` |
     32 | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.10.0` |
     33 | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.10.0` |
     34 | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.4.0` | `3.4.1` |
     35 | [eslint](https://github.com/eslint/eslint) | `8.51.0` | `8.53.0` |
     36 | [msw](https://github.com/mswjs/msw) | `1.3.2` | `2.0.4` |
     37 | [sass](https://github.com/sass/dart-sass) | `1.69.4` | `1.69.5` |
     38 | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.0` | `7.5.3` |
     39 | [storybook-addon-react-router-v6](https://github.com/JesusTheHun/storybook-addon-react-router-v6) | `2.0.8` | `2.0.9` |
     40 | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.3.5` |
     41 
     42 Updates `@percy/cli` from 1.27.3 to 1.27.4
     43 <details>
     44 <summary>Release notes</summary>
     45 <p><em>Sourced from <a href="https://github.com/percy/cli/releases"><code>@​percy/cli</code>'s releases</a>.</em></p>
     46 <blockquote>
     47 <h2>v1.27.4</h2>
     48 <!-- raw HTML omitted -->
     49 <h2>What's Changed</h2>
     50 <h3>✨ Enhancements</h3>
     51 <ul>
     52 <li>Do not execute git commands when <code>PERCY_SKIP_GIT_CHECK</code> is set to True by <a href="https://github.com/shantanuk-browserstack"><code>@​shantanuk-browserstack</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1400">percy/cli#1400</a></li>
     53 <li>adding endpoint for sending failed event by <a href="https://github.com/prklm10"><code>@​prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1401">percy/cli#1401</a></li>
     54 <li>Introduce new config option enableLayout for enabling layout testing. by <a href="https://github.com/prklm10"><code>@​prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1378">percy/cli#1378</a></li>
     55 <li>Fix percyCSS not getting applied when elements outside <code>&lt;/body&gt;</code>  by <a href="https://github.com/itsjwala"><code>@​itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li>
     56 </ul>
     57 <h3>🐛 Bug Fixes</h3>
     58 <ul>
     59 <li>Icons not loading when <code>noscript</code> tags are present. by <a href="https://github.com/shantanuk-browserstack"><code>@​shantanuk-browserstack</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1404">percy/cli#1404</a></li>
     60 <li>Percy on Automate - Fixing percyScreenshotEnd response by <a href="https://github.com/rishigupta1599"><code>@​rishigupta1599</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1427">percy/cli#1427</a></li>
     61 </ul>
     62 <h3>🏗 Maintenance</h3>
     63 <ul>
     64 <li>Percy on Automate - Removing Redundant Calls for PoA by <a href="https://github.com/Amit3200"><code>@​Amit3200</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1413">percy/cli#1413</a></li>
     65 </ul>
     66 <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>
     67 <h2>v1.27.4-beta.4</h2>
     68 <!-- raw HTML omitted -->
     69 <h2>What's Changed</h2>
     70 <h3>🏗 Maintenance</h3>
     71 <ul>
     72 <li>Percy on Automate: Removing Redundant Calls for better performance. <a href="https://github.com/Amit3200"><code>@​Amit3200</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1413">percy/cli#1413</a></li>
     73 </ul>
     74 <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>
     75 <h2>v1.27.4-beta.3</h2>
     76 <!-- raw HTML omitted -->
     77 <h2>What's Changed</h2>
     78 <h3>✨ Enhancements</h3>
     79 <ul>
     80 <li>:sparkles: Introduce new config option enableLayout for enabling layout testing. by <a href="https://github.com/prklm10"><code>@​prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1378">percy/cli#1378</a></li>
     81 <li>✨ Fix percyCSS not getting applied when elements outside <code>&lt;/body&gt;</code>  by <a href="https://github.com/itsjwala"><code>@​itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li>
     82 </ul>
     83 <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>
     84 <h2>v1.27.4-beta.2</h2>
     85 <!-- raw HTML omitted -->
     86 <h2>What's Changed</h2>
     87 <h3>✨ Enhancements</h3>
     88 <ul>
     89 <li>✨ adding endpoint for sending failed event by <a href="https://github.com/prklm10"><code>@​prklm10</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1401">percy/cli#1401</a></li>
     90 </ul>
     91 <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>
     92 <h2>v1.27.4-beta.1</h2>
     93 <!-- raw HTML omitted -->
     94 </blockquote>
     95 <p>... (truncated)</p>
     96 </details>
     97 <details>
     98 <summary>Commits</summary>
     99 <ul>
    100 <li><a href="https://github.com/percy/cli/commit/bb901bc6aabf20e27528b6cdfab22c9d8721a2b2"><code>bb901bc</code></a> :bookmark: v1.27.4</li>
    101 <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>
    102 <li><a href="https://github.com/percy/cli/commit/e560f5df1637d30722f8d1d7e6eae9cf99ede2dd"><code>e560f5d</code></a> :bookmark: v1.27.4-beta.3</li>
    103 <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>
    104 <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>
    105 <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>
    106 <li>See full diff in <a href="https://github.com/percy/cli/commits/v1.27.4/packages/cli">compare view</a></li>
    107 </ul>
    108 </details>
    109 <br />
    110 
    111 Updates `@storybook/addon-a11y` from 7.5.0 to 7.5.3
    112 <details>
    113 <summary>Release notes</summary>
    114 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-a11y</code>'s releases</a>.</em></p>
    115 <blockquote>
    116 <h2>v7.5.3</h2>
    117 <h2>7.5.3</h2>
    118 <ul>
    119 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    120 <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>@​kasperpeulen</code></a>!</li>
    121 <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>@​maheshchandra10</code></a>!</li>
    122 </ul>
    123 <h2>v7.5.2</h2>
    124 <h2>7.5.2</h2>
    125 <ul>
    126 <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>@​JReinhold</code></a>!</li>
    127 <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>@​yannbf</code></a>!</li>
    128 <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>@​nikospapcom</code></a>!</li>
    129 </ul>
    130 <h2>v7.5.1</h2>
    131 <h2>7.5.1</h2>
    132 <ul>
    133 <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>@​LucaVazz</code></a>!</li>
    134 <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>@​Integrayshaun</code></a>!</li>
    135 </ul>
    136 </blockquote>
    137 </details>
    138 <details>
    139 <summary>Changelog</summary>
    140 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/addon-a11y</code>'s changelog</a>.</em></p>
    141 <blockquote>
    142 <h2>7.5.3</h2>
    143 <ul>
    144 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    145 <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>@​kasperpeulen</code></a>!</li>
    146 <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>@​maheshchandra10</code></a>!</li>
    147 </ul>
    148 <h2>7.5.2</h2>
    149 <ul>
    150 <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>@​JReinhold</code></a>!</li>
    151 <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>@​yannbf</code></a>!</li>
    152 <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>@​nikospapcom</code></a>!</li>
    153 </ul>
    154 <h2>7.5.1</h2>
    155 <ul>
    156 <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>@​LucaVazz</code></a>!</li>
    157 <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>@​Integrayshaun</code></a>!</li>
    158 </ul>
    159 </blockquote>
    160 </details>
    161 <details>
    162 <summary>Commits</summary>
    163 <ul>
    164 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    165 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    166 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    167 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/a11y">compare view</a></li>
    168 </ul>
    169 </details>
    170 <br />
    171 
    172 Updates `@storybook/addon-essentials` from 7.5.0 to 7.5.3
    173 <details>
    174 <summary>Release notes</summary>
    175 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s releases</a>.</em></p>
    176 <blockquote>
    177 <h2>v7.5.3</h2>
    178 <h2>7.5.3</h2>
    179 <ul>
    180 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    181 <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>@​kasperpeulen</code></a>!</li>
    182 <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>@​maheshchandra10</code></a>!</li>
    183 </ul>
    184 <h2>v7.5.2</h2>
    185 <h2>7.5.2</h2>
    186 <ul>
    187 <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>@​JReinhold</code></a>!</li>
    188 <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>@​yannbf</code></a>!</li>
    189 <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>@​nikospapcom</code></a>!</li>
    190 </ul>
    191 <h2>v7.5.1</h2>
    192 <h2>7.5.1</h2>
    193 <ul>
    194 <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>@​LucaVazz</code></a>!</li>
    195 <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>@​Integrayshaun</code></a>!</li>
    196 </ul>
    197 </blockquote>
    198 </details>
    199 <details>
    200 <summary>Changelog</summary>
    201 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s changelog</a>.</em></p>
    202 <blockquote>
    203 <h2>7.5.3</h2>
    204 <ul>
    205 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    206 <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>@​kasperpeulen</code></a>!</li>
    207 <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>@​maheshchandra10</code></a>!</li>
    208 </ul>
    209 <h2>7.5.2</h2>
    210 <ul>
    211 <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>@​JReinhold</code></a>!</li>
    212 <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>@​yannbf</code></a>!</li>
    213 <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>@​nikospapcom</code></a>!</li>
    214 </ul>
    215 <h2>7.5.1</h2>
    216 <ul>
    217 <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>@​LucaVazz</code></a>!</li>
    218 <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>@​Integrayshaun</code></a>!</li>
    219 </ul>
    220 </blockquote>
    221 </details>
    222 <details>
    223 <summary>Commits</summary>
    224 <ul>
    225 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    226 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    227 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    228 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/essentials">compare view</a></li>
    229 </ul>
    230 </details>
    231 <br />
    232 
    233 Updates `@storybook/addon-interactions` from 7.5.0 to 7.5.3
    234 <details>
    235 <summary>Release notes</summary>
    236 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s releases</a>.</em></p>
    237 <blockquote>
    238 <h2>v7.5.3</h2>
    239 <h2>7.5.3</h2>
    240 <ul>
    241 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    242 <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>@​kasperpeulen</code></a>!</li>
    243 <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>@​maheshchandra10</code></a>!</li>
    244 </ul>
    245 <h2>v7.5.2</h2>
    246 <h2>7.5.2</h2>
    247 <ul>
    248 <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>@​JReinhold</code></a>!</li>
    249 <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>@​yannbf</code></a>!</li>
    250 <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>@​nikospapcom</code></a>!</li>
    251 </ul>
    252 <h2>v7.5.1</h2>
    253 <h2>7.5.1</h2>
    254 <ul>
    255 <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>@​LucaVazz</code></a>!</li>
    256 <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>@​Integrayshaun</code></a>!</li>
    257 </ul>
    258 </blockquote>
    259 </details>
    260 <details>
    261 <summary>Changelog</summary>
    262 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s changelog</a>.</em></p>
    263 <blockquote>
    264 <h2>7.5.3</h2>
    265 <ul>
    266 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    267 <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>@​kasperpeulen</code></a>!</li>
    268 <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>@​maheshchandra10</code></a>!</li>
    269 </ul>
    270 <h2>7.5.2</h2>
    271 <ul>
    272 <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>@​JReinhold</code></a>!</li>
    273 <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>@​yannbf</code></a>!</li>
    274 <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>@​nikospapcom</code></a>!</li>
    275 </ul>
    276 <h2>7.5.1</h2>
    277 <ul>
    278 <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>@​LucaVazz</code></a>!</li>
    279 <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>@​Integrayshaun</code></a>!</li>
    280 </ul>
    281 </blockquote>
    282 </details>
    283 <details>
    284 <summary>Commits</summary>
    285 <ul>
    286 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    287 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    288 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    289 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/interactions">compare view</a></li>
    290 </ul>
    291 </details>
    292 <br />
    293 
    294 Updates `@storybook/addon-links` from 7.5.0 to 7.5.3
    295 <details>
    296 <summary>Release notes</summary>
    297 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s releases</a>.</em></p>
    298 <blockquote>
    299 <h2>v7.5.3</h2>
    300 <h2>7.5.3</h2>
    301 <ul>
    302 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    303 <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>@​kasperpeulen</code></a>!</li>
    304 <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>@​maheshchandra10</code></a>!</li>
    305 </ul>
    306 <h2>v7.5.2</h2>
    307 <h2>7.5.2</h2>
    308 <ul>
    309 <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>@​JReinhold</code></a>!</li>
    310 <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>@​yannbf</code></a>!</li>
    311 <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>@​nikospapcom</code></a>!</li>
    312 </ul>
    313 <h2>v7.5.1</h2>
    314 <h2>7.5.1</h2>
    315 <ul>
    316 <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>@​LucaVazz</code></a>!</li>
    317 <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>@​Integrayshaun</code></a>!</li>
    318 </ul>
    319 </blockquote>
    320 </details>
    321 <details>
    322 <summary>Changelog</summary>
    323 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/addon-links</code>'s changelog</a>.</em></p>
    324 <blockquote>
    325 <h2>7.5.3</h2>
    326 <ul>
    327 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    328 <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>@​kasperpeulen</code></a>!</li>
    329 <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>@​maheshchandra10</code></a>!</li>
    330 </ul>
    331 <h2>7.5.2</h2>
    332 <ul>
    333 <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>@​JReinhold</code></a>!</li>
    334 <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>@​yannbf</code></a>!</li>
    335 <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>@​nikospapcom</code></a>!</li>
    336 </ul>
    337 <h2>7.5.1</h2>
    338 <ul>
    339 <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>@​LucaVazz</code></a>!</li>
    340 <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>@​Integrayshaun</code></a>!</li>
    341 </ul>
    342 </blockquote>
    343 </details>
    344 <details>
    345 <summary>Commits</summary>
    346 <ul>
    347 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    348 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    349 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    350 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/links">compare view</a></li>
    351 </ul>
    352 </details>
    353 <br />
    354 
    355 Updates `@storybook/react` from 7.5.0 to 7.5.3
    356 <details>
    357 <summary>Release notes</summary>
    358 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p>
    359 <blockquote>
    360 <h2>v7.5.3</h2>
    361 <h2>7.5.3</h2>
    362 <ul>
    363 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    364 <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>@​kasperpeulen</code></a>!</li>
    365 <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>@​maheshchandra10</code></a>!</li>
    366 </ul>
    367 <h2>v7.5.2</h2>
    368 <h2>7.5.2</h2>
    369 <ul>
    370 <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>@​JReinhold</code></a>!</li>
    371 <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>@​yannbf</code></a>!</li>
    372 <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>@​nikospapcom</code></a>!</li>
    373 </ul>
    374 <h2>v7.5.1</h2>
    375 <h2>7.5.1</h2>
    376 <ul>
    377 <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>@​LucaVazz</code></a>!</li>
    378 <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>@​Integrayshaun</code></a>!</li>
    379 </ul>
    380 </blockquote>
    381 </details>
    382 <details>
    383 <summary>Changelog</summary>
    384 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p>
    385 <blockquote>
    386 <h2>7.5.3</h2>
    387 <ul>
    388 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    389 <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>@​kasperpeulen</code></a>!</li>
    390 <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>@​maheshchandra10</code></a>!</li>
    391 </ul>
    392 <h2>7.5.2</h2>
    393 <ul>
    394 <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>@​JReinhold</code></a>!</li>
    395 <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>@​yannbf</code></a>!</li>
    396 <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>@​nikospapcom</code></a>!</li>
    397 </ul>
    398 <h2>7.5.1</h2>
    399 <ul>
    400 <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>@​LucaVazz</code></a>!</li>
    401 <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>@​Integrayshaun</code></a>!</li>
    402 </ul>
    403 </blockquote>
    404 </details>
    405 <details>
    406 <summary>Commits</summary>
    407 <ul>
    408 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    409 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    410 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    411 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/renderers/react">compare view</a></li>
    412 </ul>
    413 </details>
    414 <br />
    415 
    416 Updates `@storybook/react-vite` from 7.5.0 to 7.5.3
    417 <details>
    418 <summary>Release notes</summary>
    419 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s releases</a>.</em></p>
    420 <blockquote>
    421 <h2>v7.5.3</h2>
    422 <h2>7.5.3</h2>
    423 <ul>
    424 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    425 <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>@​kasperpeulen</code></a>!</li>
    426 <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>@​maheshchandra10</code></a>!</li>
    427 </ul>
    428 <h2>v7.5.2</h2>
    429 <h2>7.5.2</h2>
    430 <ul>
    431 <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>@​JReinhold</code></a>!</li>
    432 <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>@​yannbf</code></a>!</li>
    433 <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>@​nikospapcom</code></a>!</li>
    434 </ul>
    435 <h2>v7.5.1</h2>
    436 <h2>7.5.1</h2>
    437 <ul>
    438 <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>@​LucaVazz</code></a>!</li>
    439 <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>@​Integrayshaun</code></a>!</li>
    440 </ul>
    441 </blockquote>
    442 </details>
    443 <details>
    444 <summary>Changelog</summary>
    445 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md"><code>@​storybook/react-vite</code>'s changelog</a>.</em></p>
    446 <blockquote>
    447 <h2>7.5.3</h2>
    448 <ul>
    449 <li>Angular: Support v17 - <a href="https://redirect.github.com/storybookjs/storybook/pull/24717">#24717</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
    450 <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>@​kasperpeulen</code></a>!</li>
    451 <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>@​maheshchandra10</code></a>!</li>
    452 </ul>
    453 <h2>7.5.2</h2>
    454 <ul>
    455 <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>@​JReinhold</code></a>!</li>
    456 <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>@​yannbf</code></a>!</li>
    457 <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>@​nikospapcom</code></a>!</li>
    458 </ul>
    459 <h2>7.5.1</h2>
    460 <ul>
    461 <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>@​LucaVazz</code></a>!</li>
    462 <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>@​Integrayshaun</code></a>!</li>
    463 </ul>
    464 </blockquote>
    465 </details>
    466 <details>
    467 <summary>Commits</summary>
    468 <ul>
    469 <li><a href="https://github.com/storybookjs/storybook/commit/dc82000b8a5f4698e374b453dcf755a35ee11ec7"><code>dc82000</code></a> Bump version from &quot;7.5.2&quot; to &quot;7.5.3&quot; [skip ci]</li>
    470 <li><a href="https://github.com/storybookjs/storybook/commit/0ef03ec3f78ee1989b7210ad90511f9cba0477ac"><code>0ef03ec</code></a> Bump version from &quot;7.5.1&quot; to &quot;7.5.2&quot; [skip ci]</li>
    471 <li><a href="https://github.com/storybookjs/storybook/commit/6ceb141d3f05f5a10cfb89cd0943ff83d031bcaf"><code>6ceb141</code></a> Bump version from &quot;7.5.0&quot; to &quot;7.5.1&quot; [skip ci]</li>
    472 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/frameworks/react-vite">compare view</a></li>
    473 </ul>
    474 </details>
    475 <br />
    476 
    477 Updates `@storybook/test-runner` from 0.13.0 to 0.14.0
    478 <details>
    479 <summary>Release notes</summary>
    480 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/releases"><code>@​storybook/test-runner</code>'s releases</a>.</em></p>
    481 <blockquote>
    482 <h2>v0.14.0</h2>
    483 <h4>🚀 Enhancement</h4>
    484 <ul>
    485 <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>@​yannbf</code></a>)</li>
    486 <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>@​yannbf</code></a> <a href="https://github.com/legobeat"><code>@​legobeat</code></a>)</li>
    487 <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>@​legobeat</code></a>)</li>
    488 <li>Add waitForPageReady utility <a href="https://redirect.github.com/storybookjs/test-runner/pull/361">#361</a> (<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    489 </ul>
    490 <h4>🐛 Bug Fix</h4>
    491 <ul>
    492 <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>@​yannbf</code></a>)</li>
    493 <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>@​ferdinandhummel-gph</code></a> <a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    494 <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>@​legobeat</code></a>)</li>
    495 <li>Make userAgent configurable <a href="https://redirect.github.com/storybookjs/test-runner/pull/342">#342</a> (<a href="https://github.com/jaknas"><code>@​jaknas</code></a>)</li>
    496 <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>@​legobeat</code></a>)</li>
    497 <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>@​yannbf</code></a>)</li>
    498 <li>chore: set <code>engines.node</code> to <code>&gt;=12.0.0</code> <a href="https://redirect.github.com/storybookjs/test-runner/pull/351">#351</a> (<a href="https://github.com/legobeat"><code>@​legobeat</code></a>)</li>
    499 <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>@​yannbf</code></a>)</li>
    500 <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>@​yannbf</code></a>)</li>
    501 </ul>
    502 <h4>🏠 Internal</h4>
    503 <ul>
    504 <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>@​legobeat</code></a>)</li>
    505 <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>@​legobeat</code></a>)</li>
    506 </ul>
    507 <h4>📝 Documentation</h4>
    508 <ul>
    509 <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>@​yannbf</code></a>)</li>
    510 </ul>
    511 <h4>Authors: 4</h4>
    512 <ul>
    513 <li><a href="https://github.com/ferdinandhummel-gph"><code>@​ferdinandhummel-gph</code></a></li>
    514 <li><a href="https://github.com/legobeat"><code>@​legobeat</code></a></li>
    515 <li>Jakub Naskręski (<a href="https://github.com/jaknas"><code>@​jaknas</code></a>)</li>
    516 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    517 </ul>
    518 <h2>v0.14.0-next.3</h2>
    519 <h4>🚀 Enhancement</h4>
    520 <ul>
    521 <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>@​yannbf</code></a>)</li>
    522 </ul>
    523 <h4>Authors: 1</h4>
    524 <ul>
    525 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    526 </ul>
    527 <h2>v0.14.0-next.2</h2>
    528 <h4>🚀 Enhancement</h4>
    529 <ul>
    530 <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>@​yannbf</code></a> <a href="https://github.com/legobeat"><code>@​legobeat</code></a>)</li>
    531 </ul>
    532 <!-- raw HTML omitted -->
    533 </blockquote>
    534 <p>... (truncated)</p>
    535 </details>
    536 <details>
    537 <summary>Changelog</summary>
    538 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/blob/v0.14.0/CHANGELOG.md"><code>@​storybook/test-runner</code>'s changelog</a>.</em></p>
    539 <blockquote>
    540 <h1>v0.14.0 (Wed Nov 08 2023)</h1>
    541 <h4>🚀 Enhancement</h4>
    542 <ul>
    543 <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>@​yannbf</code></a>)</li>
    544 <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>@​yannbf</code></a> <a href="https://github.com/legobeat"><code>@​legobeat</code></a>)</li>
    545 <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>@​legobeat</code></a>)</li>
    546 <li>Add waitForPageReady utility <a href="https://redirect.github.com/storybookjs/test-runner/pull/361">#361</a> (<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    547 </ul>
    548 <h4>🐛 Bug Fix</h4>
    549 <ul>
    550 <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>@​yannbf</code></a>)</li>
    551 <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>@​ferdinandhummel-gph</code></a> <a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    552 <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>@​legobeat</code></a>)</li>
    553 <li>Make userAgent configurable <a href="https://redirect.github.com/storybookjs/test-runner/pull/342">#342</a> (<a href="https://github.com/jaknas"><code>@​jaknas</code></a>)</li>
    554 <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>@​legobeat</code></a>)</li>
    555 <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>@​yannbf</code></a>)</li>
    556 <li>chore: set <code>engines.node</code> to <code>&gt;=12.0.0</code> <a href="https://redirect.github.com/storybookjs/test-runner/pull/351">#351</a> (<a href="https://github.com/legobeat"><code>@​legobeat</code></a>)</li>
    557 <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>@​yannbf</code></a>)</li>
    558 <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>@​yannbf</code></a>)</li>
    559 </ul>
    560 <h4>🏠 Internal</h4>
    561 <ul>
    562 <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>@​legobeat</code></a>)</li>
    563 <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>@​legobeat</code></a>)</li>
    564 </ul>
    565 <h4>📝 Documentation</h4>
    566 <ul>
    567 <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>@​yannbf</code></a>)</li>
    568 </ul>
    569 <h4>Authors: 4</h4>
    570 <ul>
    571 <li><a href="https://github.com/ferdinandhummel-gph"><code>@​ferdinandhummel-gph</code></a></li>
    572 <li><a href="https://github.com/legobeat"><code>@​legobeat</code></a></li>
    573 <li>Jakub Naskręski (<a href="https://github.com/jaknas"><code>@​jaknas</code></a>)</li>
    574 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@​yannbf</code></a>)</li>
    575 </ul>
    576 <hr />
    577 </blockquote>
    578 </details>
    579 <details>
    580 <summary>Commits</summary>
    581 <ul>
    582 <li><a href="https://github.com/storybookjs/test-runner/commit/68814fde43cbe162f1972577f7f43dc500e1a34f"><code>68814fd</code></a> Bump version to: 0.14.0 [skip ci]</li>
    583 <li><a href="https://github.com/storybookjs/test-runner/commit/7595b303c65e56fc3a2424677ee27814dc2c1b5c"><code>7595b30</code></a> Update CHANGELOG.md [skip ci]</li>
    584 <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>
    585 <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>
    586 <li><a href="https://github.com/storybookjs/test-runner/commit/c0159ff06d19fb24ed86616a783bd16ff4b0869c"><code>c0159ff</code></a> always set TEST_ROOT</li>
    587 <li><a href="https://github.com/storybookjs/test-runner/commit/07475efcf16db46cc71f90b5a961f1954f2bc3e9"><code>07475ef</code></a> refactor ejected config format</li>
    588 <li><a href="https://github.com/storybookjs/test-runner/commit/553e5b86f96e3736dea15065061ce19f71ec4f07"><code>553e5b8</code></a> support .story files</li>
    589 <li><a href="https://github.com/storybookjs/test-runner/commit/1ba363fb1d8bc26cb3eebb84fac2cf2138406e5f"><code>1ba363f</code></a> [skip ci] update snapshot resolver recipe</li>
    590 <li><a href="https://github.com/storybookjs/test-runner/commit/538cc4ecb675d12f99a69077b6408155e2096253"><code>538cc4e</code></a> [skip ci] update docs</li>
    591 <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>
    592 <li>Additional commits viewable in <a href="https://github.com/storybookjs/test-runner/compare/v0.13.0...v0.14.0">compare view</a></li>
    593 </ul>
    594 </details>
    595 <br />
    596 
    597 Updates `@testing-library/react` from 14.0.0 to 14.1.0
    598 <details>
    599 <summary>Release notes</summary>
    600 <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react</code>'s releases</a>.</em></p>
    601 <blockquote>
    602 <h2>v14.1.0</h2>
    603 <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>
    604 <h3>Features</h3>
    605 <ul>
    606 <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>
    607 </ul>
    608 </blockquote>
    609 </details>
    610 <details>
    611 <summary>Commits</summary>
    612 <ul>
    613 <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>
    614 <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>
    615 <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>
    616 <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>
    617 <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>
    618 <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>
    619 <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>
    620 <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>
    621 </ul>
    622 </details>
    623 <br />
    624 
    625 Updates `@types/dompurify` from 3.0.4 to 3.0.5
    626 <details>
    627 <summary>Commits</summary>
    628 <ul>
    629 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify">compare view</a></li>
    630 </ul>
    631 </details>
    632 <br />
    633 
    634 Updates `@types/jest` from 29.5.6 to 29.5.8
    635 <details>
    636 <summary>Commits</summary>
    637 <ul>
    638 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li>
    639 </ul>
    640 </details>
    641 <br />
    642 
    643 Updates `@types/node` from 20.8.7 to 20.9.0
    644 <details>
    645 <summary>Commits</summary>
    646 <ul>
    647 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
    648 </ul>
    649 </details>
    650 <br />
    651 
    652 Updates `@types/react` from 18.2.29 to 18.2.37
    653 <details>
    654 <summary>Commits</summary>
    655 <ul>
    656 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li>
    657 </ul>
    658 </details>
    659 <br />
    660 
    661 Updates `@types/react-dom` from 18.2.14 to 18.2.15
    662 <details>
    663 <summary>Commits</summary>
    664 <ul>
    665 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li>
    666 </ul>
    667 </details>
    668 <br />
    669 
    670 Updates `@types/react-modal` from 3.16.2 to 3.16.3
    671 <details>
    672 <summary>Commits</summary>
    673 <ul>
    674 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-modal">compare view</a></li>
    675 </ul>
    676 </details>
    677 <br />
    678 
    679 Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.10.0
    680 <details>
    681 <summary>Release notes</summary>
    682 <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p>
    683 <blockquote>
    684 <h2>v6.10.0</h2>
    685 <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>
    686 <h3>Bug Fixes</h3>
    687 <ul>
    688 <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>
    689 <li><strong>eslint-plugin:</strong> [require-await] add support for &quot;await using&quot; (<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>
    690 </ul>
    691 <h3>Features</h3>
    692 <ul>
    693 <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>
    694 </ul>
    695 <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>
    696 <h2>v6.9.1</h2>
    697 <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>
    698 <h3>Bug Fixes</h3>
    699 <ul>
    700 <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>
    701 <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>
    702 </ul>
    703 <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>
    704 <h2>v6.9.0</h2>
    705 <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>
    706 <h3>Bug Fixes</h3>
    707 <ul>
    708 <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>
    709 <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>
    710 <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>
    711 <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>
    712 </ul>
    713 <h3>Features</h3>
    714 <ul>
    715 <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>
    716 <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>
    717 <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>
    718 <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>
    719 <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>
    720 </ul>
    721 <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>
    722 </blockquote>
    723 </details>
    724 <details>
    725 <summary>Changelog</summary>
    726 <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p>
    727 <blockquote>
    728 <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>
    729 <h3>Bug Fixes</h3>
    730 <ul>
    731 <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>
    732 <li><strong>eslint-plugin:</strong> [require-await] add support for &quot;await using&quot; (<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>
    733 </ul>
    734 <h3>Features</h3>
    735 <ul>
    736 <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>
    737 </ul>
    738 <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>
    739 <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>
    740 <h3>Bug Fixes</h3>
    741 <ul>
    742 <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>
    743 <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>
    744 </ul>
    745 <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>
    746 <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>
    747 <h3>Bug Fixes</h3>
    748 <ul>
    749 <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>
    750 <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>
    751 </ul>
    752 <h3>Features</h3>
    753 <ul>
    754 <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>
    755 <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>
    756 <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>
    757 <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>
    758 <li><strong>eslint-plugin:</strong> [pre...
    759 
    760 _Description has been truncated_
    761 
    762 
    763 ## Comments
    764 
    765 ### @dependabot[bot] — 2023-11-10T09:46:35Z
    766 
    767 Superseded by #171.
    768