178.md (66460B)
1 # PR #178 Bump the development-dependencies group with 28 updates 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-11-20T09:36:20Z 6 - **Branch:** dependabot/npm_and_yarn/development-dependencies-86412718c9 → main 7 - **Closed:** 2023-11-21T10:15:26Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [178.diff](./178.diff) 10 11 --- 12 13 Bumps the development-dependencies group with 28 updates: 14 15 | Package | From | To | 16 | --- | --- | --- | 17 | [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.3` | `1.27.4` | 18 | [@percy/storybook](https://github.com/percy/percy-storybook) | `4.3.7` | `5.0.0` | 19 | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.5.0` | `7.5.3` | 20 | [@storybook/addon-coverage](https://github.com/storybookjs/addon-coverage) | `0.0.9` | `1.0.0` | 21 | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.5.0` | `7.5.3` | 22 | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.5.0` | `7.5.3` | 23 | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.5.0` | `7.5.3` | 24 | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.5.0` | `7.5.3` | 25 | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.5.0` | `7.5.3` | 26 | [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.13.0` | `0.15.1` | 27 | [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.6` | `0.5.7` | 28 | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.2` | 29 | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.4` | `3.0.5` | 30 | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.8` | 31 | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.9.2` | 32 | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.29` | `18.2.37` | 33 | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.15` | 34 | [@types/react-modal](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-modal) | `3.16.2` | `3.16.3` | 35 | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.8.0` | `6.11.0` | 36 | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.11.0` | 37 | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.4.0` | `3.5.0` | 38 | [eslint](https://github.com/eslint/eslint) | `8.51.0` | `8.54.0` | 39 | [msw](https://github.com/mswjs/msw) | `1.3.2` | `2.0.8` | 40 | [sass](https://github.com/sass/dart-sass) | `1.69.4` | `1.69.5` | 41 | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.5.0` | `7.5.3` | 42 | [storybook-addon-react-router-v6](https://github.com/JesusTheHun/storybook-addon-react-router-v6) | `2.0.8` | `2.0.10` | 43 | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.3` | `3.3.5` | 44 | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.0` | 45 46 Updates `@percy/cli` from 1.27.3 to 1.27.4 47 <details> 48 <summary>Release notes</summary> 49 <p><em>Sourced from <a href="https://github.com/percy/cli/releases"><code>@percy/cli</code>'s releases</a>.</em></p> 50 <blockquote> 51 <h2>v1.27.4</h2> 52 <!-- raw HTML omitted --> 53 <h2>What's Changed</h2> 54 <h3>✨ Enhancements</h3> 55 <ul> 56 <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> 57 <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> 58 <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> 59 <li>Fix percyCSS not getting applied when elements outside <code></body></code> by <a href="https://github.com/itsjwala"><code>@itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li> 60 </ul> 61 <h3>🐛 Bug Fixes</h3> 62 <ul> 63 <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> 64 <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> 65 </ul> 66 <h3>🏗 Maintenance</h3> 67 <ul> 68 <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> 69 </ul> 70 <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> 71 <h2>v1.27.4-beta.4</h2> 72 <!-- raw HTML omitted --> 73 <h2>What's Changed</h2> 74 <h3>🏗 Maintenance</h3> 75 <ul> 76 <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> 77 </ul> 78 <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> 79 <h2>v1.27.4-beta.3</h2> 80 <!-- raw HTML omitted --> 81 <h2>What's Changed</h2> 82 <h3>✨ Enhancements</h3> 83 <ul> 84 <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> 85 <li>✨ Fix percyCSS not getting applied when elements outside <code></body></code> by <a href="https://github.com/itsjwala"><code>@itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1415">percy/cli#1415</a></li> 86 </ul> 87 <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> 88 <h2>v1.27.4-beta.2</h2> 89 <!-- raw HTML omitted --> 90 <h2>What's Changed</h2> 91 <h3>✨ Enhancements</h3> 92 <ul> 93 <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> 94 </ul> 95 <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> 96 <h2>v1.27.4-beta.1</h2> 97 <!-- raw HTML omitted --> 98 </blockquote> 99 <p>... (truncated)</p> 100 </details> 101 <details> 102 <summary>Commits</summary> 103 <ul> 104 <li><a href="https://github.com/percy/cli/commit/bb901bc6aabf20e27528b6cdfab22c9d8721a2b2"><code>bb901bc</code></a> :bookmark: v1.27.4</li> 105 <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> 106 <li><a href="https://github.com/percy/cli/commit/e560f5df1637d30722f8d1d7e6eae9cf99ede2dd"><code>e560f5d</code></a> :bookmark: v1.27.4-beta.3</li> 107 <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> 108 <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> 109 <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> 110 <li>See full diff in <a href="https://github.com/percy/cli/commits/v1.27.4/packages/cli">compare view</a></li> 111 </ul> 112 </details> 113 <br /> 114 115 Updates `@percy/storybook` from 4.3.7 to 5.0.0 116 <details> 117 <summary>Commits</summary> 118 <ul> 119 <li><a href="https://github.com/percy/percy-storybook/commit/6a02490b49cbf78fc6d6e383eff0f629f35798e9"><code>6a02490</code></a> 🔖 v5.0.0 (<a href="https://redirect.github.com/percy/percy-storybook/issues/842">#842</a>)</li> 120 <li><a href="https://github.com/percy/percy-storybook/commit/2afa015f943554c2ece1a8c510768362a7446854"><code>2afa015</code></a> :bookmark: v5.0.0-beta.2 (<a href="https://redirect.github.com/percy/percy-storybook/issues/840">#840</a>)</li> 121 <li><a href="https://github.com/percy/percy-storybook/commit/1fd15cbbcc9546727ee50351ddc24916846f289b"><code>1fd15cb</code></a> 🐛 ✨Fix eval setCurrentStory error + make logging better (<a href="https://redirect.github.com/percy/percy-storybook/issues/837">#837</a>)</li> 122 <li><a href="https://github.com/percy/percy-storybook/commit/83b53699cac9b9464c51cd7de5d537a173206c26"><code>83b5369</code></a> 🔖 v5.0.0-beta.1 (<a href="https://redirect.github.com/percy/percy-storybook/issues/834">#834</a>)</li> 123 <li><a href="https://github.com/percy/percy-storybook/commit/af8fa6c3dc8b309b985624efc5138122bdb9d9d1"><code>af8fa6c</code></a> ✨ add storybook v7 support (<a href="https://redirect.github.com/percy/percy-storybook/issues/829">#829</a>)</li> 124 <li>See full diff in <a href="https://github.com/percy/percy-storybook/compare/v4.3.7...v5.0.0">compare view</a></li> 125 </ul> 126 </details> 127 <br /> 128 129 Updates `@storybook/addon-a11y` from 7.5.0 to 7.5.3 130 <details> 131 <summary>Release notes</summary> 132 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-a11y</code>'s releases</a>.</em></p> 133 <blockquote> 134 <h2>v7.5.3</h2> 135 <h2>7.5.3</h2> 136 <ul> 137 <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> 138 <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> 139 <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> 140 </ul> 141 <h2>v7.5.2</h2> 142 <h2>7.5.2</h2> 143 <ul> 144 <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> 145 <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> 146 <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> 147 </ul> 148 <h2>v7.5.1</h2> 149 <h2>7.5.1</h2> 150 <ul> 151 <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> 152 <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> 153 </ul> 154 </blockquote> 155 </details> 156 <details> 157 <summary>Changelog</summary> 158 <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> 159 <blockquote> 160 <h2>7.5.3</h2> 161 <ul> 162 <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> 163 <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> 164 <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> 165 </ul> 166 <h2>7.5.2</h2> 167 <ul> 168 <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> 169 <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> 170 <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> 171 </ul> 172 <h2>7.5.1</h2> 173 <ul> 174 <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> 175 <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> 176 </ul> 177 </blockquote> 178 </details> 179 <details> 180 <summary>Commits</summary> 181 <ul> 182 <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> 183 <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> 184 <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> 185 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/a11y">compare view</a></li> 186 </ul> 187 </details> 188 <br /> 189 190 Updates `@storybook/addon-coverage` from 0.0.9 to 1.0.0 191 <details> 192 <summary>Release notes</summary> 193 <p><em>Sourced from <a href="https://github.com/storybookjs/addon-coverage/releases"><code>@storybook/addon-coverage</code>'s releases</a>.</em></p> 194 <blockquote> 195 <h2>v1.0.0</h2> 196 <h3>Release Notes</h3> 197 <h4>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (<a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a>)</h4> 198 <ul> 199 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 200 <li>Replaced <code>babel-istanbul-plugin</code> with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.</li> 201 </ul> 202 <hr /> 203 <h4>💥 Breaking Change</h4> 204 <ul> 205 <li>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 206 </ul> 207 <h4>🐛 Bug Fix</h4> 208 <ul> 209 <li>Migrate examples to Storybook 7 <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/20">#20</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 210 </ul> 211 <h4>Authors: 2</h4> 212 <ul> 213 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 214 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 215 </ul> 216 </blockquote> 217 </details> 218 <details> 219 <summary>Changelog</summary> 220 <p><em>Sourced from <a href="https://github.com/storybookjs/addon-coverage/blob/main/CHANGELOG.md"><code>@storybook/addon-coverage</code>'s changelog</a>.</em></p> 221 <blockquote> 222 <h1>v1.0.0 (Tue Nov 14 2023)</h1> 223 <h3>Release Notes</h3> 224 <h4>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader (<a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a>)</h4> 225 <ul> 226 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 227 <li>Replaced <code>babel-istanbul-plugin</code> with a custom Webpack loader to support coverage independently of the compiler used for Webpack5 projects. Before, the coverage addon only worked if Babel was used with Webpack5. Now, users might use other compilers like, for example, SWC.</li> 228 </ul> 229 <hr /> 230 <h4>💥 Breaking Change</h4> 231 <ul> 232 <li>[Breaking Change]: Replace babel-istanbul-plugin and replace it by a webpack loader <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/27">#27</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 233 </ul> 234 <h4>🐛 Bug Fix</h4> 235 <ul> 236 <li>Migrate examples to Storybook 7 <a href="https://redirect.github.com/storybookjs/addon-coverage/pull/20">#20</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 237 </ul> 238 <h4>Authors: 2</h4> 239 <ul> 240 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 241 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 242 </ul> 243 <hr /> 244 </blockquote> 245 </details> 246 <details> 247 <summary>Commits</summary> 248 <ul> 249 <li><a href="https://github.com/storybookjs/addon-coverage/commit/aacb3fb382c368675a6015a446b9caa3b8cf5f09"><code>aacb3fb</code></a> "Bump version to: 1.0.0 [skip ci]"</li> 250 <li><a href="https://github.com/storybookjs/addon-coverage/commit/cce8245bb3d1771406d744dda0142058d7f5431a"><code>cce8245</code></a> Update CHANGELOG.md [skip ci]</li> 251 <li><a href="https://github.com/storybookjs/addon-coverage/commit/cced79d93be26ffd3bdaff9a26ecbd5f50c06db5"><code>cced79d</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/addon-coverage/issues/27">#27</a> from storybookjs/feat/support-webpack-swc</li> 252 <li><a href="https://github.com/storybookjs/addon-coverage/commit/12a48517dcbc6fb25e768b2c0502dcf1e0d32a30"><code>12a4851</code></a> Fix sourcemaps for vue</li> 253 <li><a href="https://github.com/storybookjs/addon-coverage/commit/2e9b10e38b5d09999475f2e0ccd6b03ae3151b7b"><code>2e9b10e</code></a> Document default exclude</li> 254 <li><a href="https://github.com/storybookjs/addon-coverage/commit/92033f37293e3a22e66e5253870988d7ee21de13"><code>92033f3</code></a> Finalize istanbul webpack5 loader</li> 255 <li><a href="https://github.com/storybookjs/addon-coverage/commit/053738e00dabf2cb806fd8d1530152259da62e6d"><code>053738e</code></a> Fix examples</li> 256 <li><a href="https://github.com/storybookjs/addon-coverage/commit/7552bf51b586b8691589167c4edb0dc0e085a58c"><code>7552bf5</code></a> Rename examples/babel folder to examples/webpack5</li> 257 <li><a href="https://github.com/storybookjs/addon-coverage/commit/4f01c01deaf08ed52c38a2a4efcb8f305834695f"><code>4f01c01</code></a> support swc and webpack</li> 258 <li><a href="https://github.com/storybookjs/addon-coverage/commit/3d68eeba1cdc6858e4e6bda1eb90ba1fafa0fea9"><code>3d68eeb</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/addon-coverage/issues/20">#20</a> from storybookjs/feat/upgrade-example-projects</li> 259 <li>Additional commits viewable in <a href="https://github.com/storybookjs/addon-coverage/compare/v0.0.9...v1.0.0">compare view</a></li> 260 </ul> 261 </details> 262 <br /> 263 264 Updates `@storybook/addon-essentials` from 7.5.0 to 7.5.3 265 <details> 266 <summary>Release notes</summary> 267 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> 268 <blockquote> 269 <h2>v7.5.3</h2> 270 <h2>7.5.3</h2> 271 <ul> 272 <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> 273 <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> 274 <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> 275 </ul> 276 <h2>v7.5.2</h2> 277 <h2>7.5.2</h2> 278 <ul> 279 <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> 280 <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> 281 <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> 282 </ul> 283 <h2>v7.5.1</h2> 284 <h2>7.5.1</h2> 285 <ul> 286 <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> 287 <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> 288 </ul> 289 </blockquote> 290 </details> 291 <details> 292 <summary>Changelog</summary> 293 <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> 294 <blockquote> 295 <h2>7.5.3</h2> 296 <ul> 297 <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> 298 <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> 299 <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> 300 </ul> 301 <h2>7.5.2</h2> 302 <ul> 303 <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> 304 <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> 305 <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> 306 </ul> 307 <h2>7.5.1</h2> 308 <ul> 309 <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> 310 <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> 311 </ul> 312 </blockquote> 313 </details> 314 <details> 315 <summary>Commits</summary> 316 <ul> 317 <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> 318 <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> 319 <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> 320 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/essentials">compare view</a></li> 321 </ul> 322 </details> 323 <br /> 324 325 Updates `@storybook/addon-interactions` from 7.5.0 to 7.5.3 326 <details> 327 <summary>Release notes</summary> 328 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> 329 <blockquote> 330 <h2>v7.5.3</h2> 331 <h2>7.5.3</h2> 332 <ul> 333 <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> 334 <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> 335 <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> 336 </ul> 337 <h2>v7.5.2</h2> 338 <h2>7.5.2</h2> 339 <ul> 340 <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> 341 <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> 342 <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> 343 </ul> 344 <h2>v7.5.1</h2> 345 <h2>7.5.1</h2> 346 <ul> 347 <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> 348 <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> 349 </ul> 350 </blockquote> 351 </details> 352 <details> 353 <summary>Changelog</summary> 354 <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> 355 <blockquote> 356 <h2>7.5.3</h2> 357 <ul> 358 <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> 359 <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> 360 <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> 361 </ul> 362 <h2>7.5.2</h2> 363 <ul> 364 <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> 365 <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> 366 <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> 367 </ul> 368 <h2>7.5.1</h2> 369 <ul> 370 <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> 371 <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> 372 </ul> 373 </blockquote> 374 </details> 375 <details> 376 <summary>Commits</summary> 377 <ul> 378 <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> 379 <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> 380 <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> 381 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/interactions">compare view</a></li> 382 </ul> 383 </details> 384 <br /> 385 386 Updates `@storybook/addon-links` from 7.5.0 to 7.5.3 387 <details> 388 <summary>Release notes</summary> 389 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-links</code>'s releases</a>.</em></p> 390 <blockquote> 391 <h2>v7.5.3</h2> 392 <h2>7.5.3</h2> 393 <ul> 394 <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> 395 <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> 396 <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> 397 </ul> 398 <h2>v7.5.2</h2> 399 <h2>7.5.2</h2> 400 <ul> 401 <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> 402 <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> 403 <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> 404 </ul> 405 <h2>v7.5.1</h2> 406 <h2>7.5.1</h2> 407 <ul> 408 <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> 409 <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> 410 </ul> 411 </blockquote> 412 </details> 413 <details> 414 <summary>Changelog</summary> 415 <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> 416 <blockquote> 417 <h2>7.5.3</h2> 418 <ul> 419 <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> 420 <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> 421 <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> 422 </ul> 423 <h2>7.5.2</h2> 424 <ul> 425 <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> 426 <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> 427 <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> 428 </ul> 429 <h2>7.5.1</h2> 430 <ul> 431 <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> 432 <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> 433 </ul> 434 </blockquote> 435 </details> 436 <details> 437 <summary>Commits</summary> 438 <ul> 439 <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> 440 <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> 441 <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> 442 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/links">compare view</a></li> 443 </ul> 444 </details> 445 <br /> 446 447 Updates `@storybook/react` from 7.5.0 to 7.5.3 448 <details> 449 <summary>Release notes</summary> 450 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react</code>'s releases</a>.</em></p> 451 <blockquote> 452 <h2>v7.5.3</h2> 453 <h2>7.5.3</h2> 454 <ul> 455 <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> 456 <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> 457 <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> 458 </ul> 459 <h2>v7.5.2</h2> 460 <h2>7.5.2</h2> 461 <ul> 462 <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> 463 <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> 464 <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> 465 </ul> 466 <h2>v7.5.1</h2> 467 <h2>7.5.1</h2> 468 <ul> 469 <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> 470 <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> 471 </ul> 472 </blockquote> 473 </details> 474 <details> 475 <summary>Changelog</summary> 476 <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> 477 <blockquote> 478 <h2>7.5.3</h2> 479 <ul> 480 <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> 481 <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> 482 <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> 483 </ul> 484 <h2>7.5.2</h2> 485 <ul> 486 <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> 487 <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> 488 <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> 489 </ul> 490 <h2>7.5.1</h2> 491 <ul> 492 <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> 493 <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> 494 </ul> 495 </blockquote> 496 </details> 497 <details> 498 <summary>Commits</summary> 499 <ul> 500 <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> 501 <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> 502 <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> 503 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/renderers/react">compare view</a></li> 504 </ul> 505 </details> 506 <br /> 507 508 Updates `@storybook/react-vite` from 7.5.0 to 7.5.3 509 <details> 510 <summary>Release notes</summary> 511 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> 512 <blockquote> 513 <h2>v7.5.3</h2> 514 <h2>7.5.3</h2> 515 <ul> 516 <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> 517 <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> 518 <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> 519 </ul> 520 <h2>v7.5.2</h2> 521 <h2>7.5.2</h2> 522 <ul> 523 <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> 524 <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> 525 <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> 526 </ul> 527 <h2>v7.5.1</h2> 528 <h2>7.5.1</h2> 529 <ul> 530 <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> 531 <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> 532 </ul> 533 </blockquote> 534 </details> 535 <details> 536 <summary>Changelog</summary> 537 <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> 538 <blockquote> 539 <h2>7.5.3</h2> 540 <ul> 541 <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> 542 <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> 543 <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> 544 </ul> 545 <h2>7.5.2</h2> 546 <ul> 547 <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> 548 <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> 549 <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> 550 </ul> 551 <h2>7.5.1</h2> 552 <ul> 553 <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> 554 <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> 555 </ul> 556 </blockquote> 557 </details> 558 <details> 559 <summary>Commits</summary> 560 <ul> 561 <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> 562 <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> 563 <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> 564 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/frameworks/react-vite">compare view</a></li> 565 </ul> 566 </details> 567 <br /> 568 569 Updates `@storybook/test-runner` from 0.13.0 to 0.15.1 570 <details> 571 <summary>Release notes</summary> 572 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/releases"><code>@storybook/test-runner</code>'s releases</a>.</em></p> 573 <blockquote> 574 <h2>v0.15.1</h2> 575 <h4>🐛 Bug Fix</h4> 576 <ul> 577 <li>fix: Make tags optional in TestRunnerConfig <a href="https://redirect.github.com/storybookjs/test-runner/pull/391">#391</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 578 </ul> 579 <h4>Authors: 2</h4> 580 <ul> 581 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 582 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 583 </ul> 584 <h2>v0.15.1-next.0</h2> 585 <h4>🐛 Bug Fix</h4> 586 <ul> 587 <li>fix: Make tags optional in TestRunnerConfig <a href="https://redirect.github.com/storybookjs/test-runner/pull/391">#391</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 588 </ul> 589 <h4>Authors: 1</h4> 590 <ul> 591 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 592 </ul> 593 <h2>v0.15.0</h2> 594 <h4>🚀 Enhancement</h4> 595 <ul> 596 <li>Add support for test filtering via tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/382">#382</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 597 </ul> 598 <h4>🐛 Bug Fix</h4> 599 <ul> 600 <li>fix: switch <code>checkStorybook</code> to use <code>GET</code> method <a href="https://redirect.github.com/storybookjs/test-runner/pull/385">#385</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 601 <li>Chore: update wait-on and lockfile <a href="https://redirect.github.com/storybookjs/test-runner/pull/389">#389</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 602 <li>Add storyshots migration guides <a href="https://redirect.github.com/storybookjs/test-runner/pull/380">#380</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/shilman"><code>@shilman</code></a> <a href="https://github.com/jonniebigodes"><code>@jonniebigodes</code></a>)</li> 603 </ul> 604 <h4>Authors: 4</h4> 605 <ul> 606 <li><a href="https://github.com/jonniebigodes"><code>@jonniebigodes</code></a></li> 607 <li>Michael Shilman (<a href="https://github.com/shilman"><code>@shilman</code></a>)</li> 608 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 609 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 610 </ul> 611 <h2>v0.15.0-next.0</h2> 612 <h4>🚀 Enhancement</h4> 613 <ul> 614 <li>Add support for test filtering via tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/382">#382</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 615 </ul> 616 <h4>Authors: 1</h4> 617 <ul> 618 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 619 </ul> 620 <h2>v0.14.2-next.1</h2> 621 <h4>🐛 Bug Fix</h4> 622 <ul> 623 <li>fix: switch <code>checkStorybook</code> to use <code>GET</code> method <a href="https://redirect.github.com/storybookjs/test-runner/pull/385">#385</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 624 </ul> 625 <!-- raw HTML omitted --> 626 </blockquote> 627 <p>... (truncated)</p> 628 </details> 629 <details> 630 <summary>Changelog</summary> 631 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/blob/v0.15.1/CHANGELOG.md"><code>@storybook/test-runner</code>'s changelog</a>.</em></p> 632 <blockquote> 633 <h1>v0.15.1 (Thu Nov 16 2023)</h1> 634 <h4>🐛 Bug Fix</h4> 635 <ul> 636 <li>fix: Make tags optional in TestRunnerConfig <a href="https://redirect.github.com/storybookjs/test-runner/pull/391">#391</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 637 </ul> 638 <h4>Authors: 2</h4> 639 <ul> 640 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 641 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 642 </ul> 643 <hr /> 644 <h1>v0.15.0 (Thu Nov 16 2023)</h1> 645 <h4>🚀 Enhancement</h4> 646 <ul> 647 <li>Add support for test filtering via tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/382">#382</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 648 </ul> 649 <h4>🐛 Bug Fix</h4> 650 <ul> 651 <li>fix: switch <code>checkStorybook</code> to use <code>GET</code> method <a href="https://redirect.github.com/storybookjs/test-runner/pull/385">#385</a> (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 652 <li>Chore: update wait-on and lockfile <a href="https://redirect.github.com/storybookjs/test-runner/pull/389">#389</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 653 <li>Add storyshots migration guides <a href="https://redirect.github.com/storybookjs/test-runner/pull/380">#380</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a> <a href="https://github.com/shilman"><code>@shilman</code></a> <a href="https://github.com/jonniebigodes"><code>@jonniebigodes</code></a>)</li> 654 </ul> 655 <h4>Authors: 4</h4> 656 <ul> 657 <li><a href="https://github.com/jonniebigodes"><code>@jonniebigodes</code></a></li> 658 <li>Michael Shilman (<a href="https://github.com/shilman"><code>@shilman</code></a>)</li> 659 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 660 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 661 </ul> 662 <hr /> 663 <h1>v0.14.1 (Mon Nov 13 2023)</h1> 664 <h4>🐛 Bug Fix</h4> 665 <ul> 666 <li>Fix: Do not set test root outside index json mode <a href="https://redirect.github.com/storybookjs/test-runner/pull/387">#387</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 667 </ul> 668 <h4>Authors: 1</h4> 669 <ul> 670 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 671 </ul> 672 <hr /> 673 <h1>v0.14.0 (Wed Nov 08 2023)</h1> 674 <h4>🚀 Enhancement</h4> 675 <!-- raw HTML omitted --> 676 </blockquote> 677 <p>... (truncated)</p> 678 </details> 679 <details> 680 <summary>Commits</summary> 681 <ul> 682 <li><a href="https://github.com/storybookjs/test-runner/commit/90b5c7e0b385dcf75aebf46e4fca1aac9c6354f9"><code>90b5c7e</code></a> Bump version to: 0.15.1 [skip ci]</li> 683 <li><a href="https://github.com/storybookjs/test-runner/commit/ad4ae76605ceda246f8d989d11e797682a684e1b"><code>ad4ae76</code></a> Update CHANGELOG.md [skip ci]</li> 684 <li><a href="https://github.com/storybookjs/test-runner/commit/a6b9663c8673dfe68a249009e176ceb186dd9feb"><code>a6b9663</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/392">#392</a> from storybookjs/next</li> 685 <li><a href="https://github.com/storybookjs/test-runner/commit/d2665d15035f1be266fdb39d57b1bc7d52444511"><code>d2665d1</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/391">#391</a> from stramel/patch-2</li> 686 <li><a href="https://github.com/storybookjs/test-runner/commit/654135060816c2bb8545c323d67a319f300062b1"><code>6541350</code></a> fix: Make tags optional in TestRunnerConfig</li> 687 <li><a href="https://github.com/storybookjs/test-runner/commit/77dea9a1021873384f180618035d2e4de6dbaed3"><code>77dea9a</code></a> Bump version to: 0.15.0 [skip ci]</li> 688 <li><a href="https://github.com/storybookjs/test-runner/commit/f483ae76fbbbef0f1b5203dd4e43d22a443b6fdc"><code>f483ae7</code></a> Update CHANGELOG.md [skip ci]</li> 689 <li><a href="https://github.com/storybookjs/test-runner/commit/953eacde9dff2bea94360a8352d4bfa204edf07d"><code>953eacd</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/390">#390</a> from storybookjs/next</li> 690 <li><a href="https://github.com/storybookjs/test-runner/commit/ccab8de9696556d171eddf0dc23f8429d3a21e84"><code>ccab8de</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/382">#382</a> from storybookjs/feat/story-tag-filtering</li> 691 <li><a href="https://github.com/storybookjs/test-runner/commit/449be19fea8f0bc3904b43d4c49bbeb825175f57"><code>449be19</code></a> get tags from csf directly</li> 692 <li>Additional commits viewable in <a href="https://github.com/storybookjs/test-runner/compare/v0.13.0...v0.15.1">compare view</a></li> 693 </ul> 694 </details> 695 <br /> 696 697 Updates `@tailwindcss/forms` from 0.5.6 to 0.5.7 698 <details> 699 <summary>Release notes</summary> 700 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss-forms/releases"><code>@tailwindcss/forms</code>'s releases</a>.</em></p> 701 <blockquote> 702 <h2>v0.5.7</h2> 703 <h3>Fixed</h3> 704 <ul> 705 <li>Use normal <code>checkbox</code> and <code>radio</code> appearance in <code>forced-colors</code> mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/152">#152</a>)</li> 706 </ul> 707 </blockquote> 708 </details> 709 <details> 710 <summary>Changelog</summary> 711 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md"><code>@tailwindcss/forms</code>'s changelog</a>.</em></p> 712 <blockquote> 713 <h2>[0.5.7] - 2023-11-10</h2> 714 <h3>Fixed</h3> 715 <ul> 716 <li>Use normal <code>checkbox</code> and <code>radio</code> appearance in <code>forced-colors</code> mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss-forms/pull/152">#152</a>)</li> 717 </ul> 718 </blockquote> 719 </details> 720 <details> 721 <summary>Commits</summary> 722 <ul> 723 <li><a href="https://github.com/tailwindlabs/tailwindcss-forms/commit/e6bcd1ff718ad2d0380a65ded0564369e4cbda32"><code>e6bcd1f</code></a> 0.5.7</li> 724 <li><a href="https://github.com/tailwindlabs/tailwindcss-forms/commit/306de460e8abe467e09707b61bbaf4f5b3002d56"><code>306de46</code></a> update changelog</li> 725 <li><a href="https://github.com/tailwindlabs/tailwindcss-forms/commit/8d2b06fd85841353b3d5a746510614c3ecbd8d67"><code>8d2b06f</code></a> Use normal <code>checkbox</code> and <code>radio</code> appearance in <code>forced-colors</code> mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss-forms/issues/152">#152</a>)</li> 726 <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7">compare view</a></li> 727 </ul> 728 </details> 729 <br /> 730 731 Updates `@testing-library/react` from 14.0.0 to 14.1.2 732 <details> 733 <summary>Release notes</summary> 734 <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> 735 <blockquote> 736 <h2>v14.1.2</h2> 737 <h2><a href="https://github.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2">14.1.2</a> (2023-11-17)</h2> 738 <h3>Bug Fixes</h3> 739 <ul> 740 <li>revert missing hooks warnings (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1255">#1255</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d">1c67477</a>)</li> 741 </ul> 742 <h2>v14.1.1</h2> 743 <h2><a href="https://github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1">14.1.1</a> (2023-11-17)</h2> 744 <h3>Bug Fixes</h3> 745 <ul> 746 <li>log globals warning only once (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1252">#1252</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d">fd52a59</a>), closes <a href="https://redirect.github.com/testing-library/react-testing-library/issues/1249">#1249</a></li> 747 </ul> 748 <h2>v14.1.0</h2> 749 <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> 750 <h3>Features</h3> 751 <ul> 752 <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> 753 </ul> 754 </blockquote> 755 </details> 756 <details> 757 <summary>Commits</summary> 758 <ul> 759 <li><a href="https://github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d"><code>1c67477</code></a> fix: revert missing hooks warnings (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1255">#1255</a>)</li> 760 <li><a href="https://github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d"><code>fd52a59</code></a> fix: log globals warning only once (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1252">#1252</a>)</li> 761 <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> 762 <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> 763 <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> 764 <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> 765 <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> 766 <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> 767 <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> 768 <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.2">compare view</a></li> 769 </ul> 770 </details> 771 <br /> 772 773 Updates `@types/dompurify` from 3.0.4 to 3.0.5 774 <details> 775 <summary>Commits</summary> 776 <ul> 777 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify">compare view</a></li> 778 </ul> 779 </details> 780 <br /> 781 782 Updates `@types/jest` from 29.5.6 to 29.5.8 783 <details> 784 <summary>Commits</summary> 785 <ul> 786 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> 787 </ul> 788 </details> 789 <br /> 790 791 Updates `@types/node` from 20.8.7 to 20.9.2 792 <details> 793 <summary>Commits</summary> 794 <ul> 795 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> 796 </ul> 797 </details> 798 <br /> 799 800 Updates `@types/react` from 18.2.29 to 18.2.37 801 <details> 802 <summary>Commits</summary> 803 <ul> 804 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> 805 </ul> 806 </details> 807 <br /> 808 809 Updates `@types/react-dom` from 18.2.14 to 18.2.15 810 <details> 811 <summary>Commits</summary> 812 <ul> 813 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> 814 </ul> 815 </details> 816 <br /> 817 818 Updates `@types/react-modal` from 3.16.2 to 3.16.3 819 <details> 820 <summary>Commits</summary> 821 <ul> 822 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-modal">compare view</a></li> 823 </ul> 824 </details> 825 <br /> 826 827 Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.11.0 828 <details> 829 <summary>Release notes</summary> 830 <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> 831 <blockquote> 832 <h2>v6.11.0</h2> 833 <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0">6.11.0</a> (2023-11-13)</h1> 834 <h3>Bug Fixes</h3> 835 <ul> 836 <li><strong>eslint-plugin:</strong> [explicit-function-return-type] support JSX attributes in <code>allowTypedFunctionExpressions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7553">#7553</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/be2777c5338669836d786f9a7806f499fd566dcd">be2777c</a>)</li> 837 <li><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle nested namespace id (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7883">#7883</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a668f5b10e7b1570c732312ad9ccab3431459c1b">a668f5b</a>)</li> 838 </ul> 839 <h3>Features</h3> 840 <ul> 841 <li>add <code>no-unsafe-unary-minus</code> rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7390">#7390</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4709c2861f8ea4e18c289218a75224d6bb76193">c4709c2</a>)</li> 842 <li>add types for flat config files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7273">#7273</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6">66cd0c0</a>)</li> 843 <li>allow typescript <code>5.3.0-beta</code> as <code>devDependency</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7821">#7821</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d">b6c40b4</a>)</li> 844 <li><strong>eslint-plugin:</strong> no-unsafe-enum-comparison handles switch cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7898">#7898</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/72cb9e4ed397d35a8d8838d27dedbace6122179c">72cb9e4</a>)</li> 845 <li><strong>typescript-estree:</strong> skip <code>isTTY</code> version check if user passes <code>loggerFn</code> on unsupported TypeScript version warning (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7739">#7739</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9656e135e78d9346d326d0c78ba772a5596c1812">9656e13</a>)</li> 846 <li><strong>utils:</strong> add ESLint <code>CodePath</code> selector types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7551">#7551</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf">99a026f</a>)</li> 847 <li><strong>utils:</strong> update types to reflect <code>RuleContext</code> and <code>SourceCode</code> changes and deprecations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7812">#7812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b73d8b21dea9c6697a68039ffba848d21b04402c">b73d8b2</a>)</li> 848 </ul> 849 <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main-... 850 851 _Description has been truncated_ 852 853 854 ## Comments 855 856 ### @dependabot[bot] — 2023-11-21T10:15:22Z 857 858 Looks like these dependencies are updatable in another way, so this is no longer needed. 859