180.md (66413B)
1 # PR #180 Bump the development-dependencies group with 29 updates 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-11-22T09:45:08Z 6 - **Branch:** dependabot/npm_and_yarn/development-dependencies-704d87376f → main 7 - **Closed:** 2023-11-24T09:46:31Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [180.diff](./180.diff) 10 11 --- 12 13 Bumps the development-dependencies group with 29 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.2` | 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.10` | 31 | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.9.4` | 32 | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.29` | `18.2.38` | 33 | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.14` | `18.2.17` | 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.12.0` | 36 | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.8.0` | `6.12.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 | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` | 45 | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.2` | 46 47 Updates `@percy/cli` from 1.27.3 to 1.27.4 48 <details> 49 <summary>Release notes</summary> 50 <p><em>Sourced from <a href="https://github.com/percy/cli/releases"><code>@percy/cli</code>'s releases</a>.</em></p> 51 <blockquote> 52 <h2>v1.27.4</h2> 53 <!-- raw HTML omitted --> 54 <h2>What's Changed</h2> 55 <h3>✨ Enhancements</h3> 56 <ul> 57 <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> 58 <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> 59 <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> 60 <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> 61 </ul> 62 <h3>🐛 Bug Fixes</h3> 63 <ul> 64 <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> 65 <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> 66 </ul> 67 <h3>🏗 Maintenance</h3> 68 <ul> 69 <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> 70 </ul> 71 <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> 72 <h2>v1.27.4-beta.4</h2> 73 <!-- raw HTML omitted --> 74 <h2>What's Changed</h2> 75 <h3>🏗 Maintenance</h3> 76 <ul> 77 <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> 78 </ul> 79 <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> 80 <h2>v1.27.4-beta.3</h2> 81 <!-- raw HTML omitted --> 82 <h2>What's Changed</h2> 83 <h3>✨ Enhancements</h3> 84 <ul> 85 <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> 86 <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> 87 </ul> 88 <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> 89 <h2>v1.27.4-beta.2</h2> 90 <!-- raw HTML omitted --> 91 <h2>What's Changed</h2> 92 <h3>✨ Enhancements</h3> 93 <ul> 94 <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> 95 </ul> 96 <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> 97 <h2>v1.27.4-beta.1</h2> 98 <!-- raw HTML omitted --> 99 </blockquote> 100 <p>... (truncated)</p> 101 </details> 102 <details> 103 <summary>Commits</summary> 104 <ul> 105 <li><a href="https://github.com/percy/cli/commit/bb901bc6aabf20e27528b6cdfab22c9d8721a2b2"><code>bb901bc</code></a> :bookmark: v1.27.4</li> 106 <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> 107 <li><a href="https://github.com/percy/cli/commit/e560f5df1637d30722f8d1d7e6eae9cf99ede2dd"><code>e560f5d</code></a> :bookmark: v1.27.4-beta.3</li> 108 <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> 109 <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> 110 <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> 111 <li>See full diff in <a href="https://github.com/percy/cli/commits/v1.27.4/packages/cli">compare view</a></li> 112 </ul> 113 </details> 114 <br /> 115 116 Updates `@percy/storybook` from 4.3.7 to 5.0.0 117 <details> 118 <summary>Commits</summary> 119 <ul> 120 <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> 121 <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> 122 <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> 123 <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> 124 <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> 125 <li>See full diff in <a href="https://github.com/percy/percy-storybook/compare/v4.3.7...v5.0.0">compare view</a></li> 126 </ul> 127 </details> 128 <br /> 129 130 Updates `@storybook/addon-a11y` from 7.5.0 to 7.5.3 131 <details> 132 <summary>Release notes</summary> 133 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-a11y</code>'s releases</a>.</em></p> 134 <blockquote> 135 <h2>v7.5.3</h2> 136 <h2>7.5.3</h2> 137 <ul> 138 <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> 139 <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> 140 <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> 141 </ul> 142 <h2>v7.5.2</h2> 143 <h2>7.5.2</h2> 144 <ul> 145 <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> 146 <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> 147 <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> 148 </ul> 149 <h2>v7.5.1</h2> 150 <h2>7.5.1</h2> 151 <ul> 152 <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> 153 <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> 154 </ul> 155 </blockquote> 156 </details> 157 <details> 158 <summary>Changelog</summary> 159 <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> 160 <blockquote> 161 <h2>7.5.3</h2> 162 <ul> 163 <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> 164 <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> 165 <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> 166 </ul> 167 <h2>7.5.2</h2> 168 <ul> 169 <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> 170 <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> 171 <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> 172 </ul> 173 <h2>7.5.1</h2> 174 <ul> 175 <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> 176 <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> 177 </ul> 178 </blockquote> 179 </details> 180 <details> 181 <summary>Commits</summary> 182 <ul> 183 <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> 184 <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> 185 <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> 186 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/a11y">compare view</a></li> 187 </ul> 188 </details> 189 <br /> 190 191 Updates `@storybook/addon-coverage` from 0.0.9 to 1.0.0 192 <details> 193 <summary>Release notes</summary> 194 <p><em>Sourced from <a href="https://github.com/storybookjs/addon-coverage/releases"><code>@storybook/addon-coverage</code>'s releases</a>.</em></p> 195 <blockquote> 196 <h2>v1.0.0</h2> 197 <h3>Release Notes</h3> 198 <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> 199 <ul> 200 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 201 <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> 202 </ul> 203 <hr /> 204 <h4>💥 Breaking Change</h4> 205 <ul> 206 <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> 207 </ul> 208 <h4>🐛 Bug Fix</h4> 209 <ul> 210 <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> 211 </ul> 212 <h4>Authors: 2</h4> 213 <ul> 214 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 215 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 216 </ul> 217 </blockquote> 218 </details> 219 <details> 220 <summary>Changelog</summary> 221 <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> 222 <blockquote> 223 <h1>v1.0.0 (Tue Nov 14 2023)</h1> 224 <h3>Release Notes</h3> 225 <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> 226 <ul> 227 <li>[BREAKING CHANGE]: Dropping Storybook < 7 support</li> 228 <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> 229 </ul> 230 <hr /> 231 <h4>💥 Breaking Change</h4> 232 <ul> 233 <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> 234 </ul> 235 <h4>🐛 Bug Fix</h4> 236 <ul> 237 <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> 238 </ul> 239 <h4>Authors: 2</h4> 240 <ul> 241 <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> 242 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 243 </ul> 244 <hr /> 245 </blockquote> 246 </details> 247 <details> 248 <summary>Commits</summary> 249 <ul> 250 <li><a href="https://github.com/storybookjs/addon-coverage/commit/aacb3fb382c368675a6015a446b9caa3b8cf5f09"><code>aacb3fb</code></a> "Bump version to: 1.0.0 [skip ci]"</li> 251 <li><a href="https://github.com/storybookjs/addon-coverage/commit/cce8245bb3d1771406d744dda0142058d7f5431a"><code>cce8245</code></a> Update CHANGELOG.md [skip ci]</li> 252 <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> 253 <li><a href="https://github.com/storybookjs/addon-coverage/commit/12a48517dcbc6fb25e768b2c0502dcf1e0d32a30"><code>12a4851</code></a> Fix sourcemaps for vue</li> 254 <li><a href="https://github.com/storybookjs/addon-coverage/commit/2e9b10e38b5d09999475f2e0ccd6b03ae3151b7b"><code>2e9b10e</code></a> Document default exclude</li> 255 <li><a href="https://github.com/storybookjs/addon-coverage/commit/92033f37293e3a22e66e5253870988d7ee21de13"><code>92033f3</code></a> Finalize istanbul webpack5 loader</li> 256 <li><a href="https://github.com/storybookjs/addon-coverage/commit/053738e00dabf2cb806fd8d1530152259da62e6d"><code>053738e</code></a> Fix examples</li> 257 <li><a href="https://github.com/storybookjs/addon-coverage/commit/7552bf51b586b8691589167c4edb0dc0e085a58c"><code>7552bf5</code></a> Rename examples/babel folder to examples/webpack5</li> 258 <li><a href="https://github.com/storybookjs/addon-coverage/commit/4f01c01deaf08ed52c38a2a4efcb8f305834695f"><code>4f01c01</code></a> support swc and webpack</li> 259 <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> 260 <li>Additional commits viewable in <a href="https://github.com/storybookjs/addon-coverage/compare/v0.0.9...v1.0.0">compare view</a></li> 261 </ul> 262 </details> 263 <br /> 264 265 Updates `@storybook/addon-essentials` from 7.5.0 to 7.5.3 266 <details> 267 <summary>Release notes</summary> 268 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> 269 <blockquote> 270 <h2>v7.5.3</h2> 271 <h2>7.5.3</h2> 272 <ul> 273 <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> 274 <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> 275 <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> 276 </ul> 277 <h2>v7.5.2</h2> 278 <h2>7.5.2</h2> 279 <ul> 280 <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> 281 <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> 282 <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> 283 </ul> 284 <h2>v7.5.1</h2> 285 <h2>7.5.1</h2> 286 <ul> 287 <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> 288 <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> 289 </ul> 290 </blockquote> 291 </details> 292 <details> 293 <summary>Changelog</summary> 294 <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> 295 <blockquote> 296 <h2>7.5.3</h2> 297 <ul> 298 <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> 299 <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> 300 <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> 301 </ul> 302 <h2>7.5.2</h2> 303 <ul> 304 <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> 305 <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> 306 <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> 307 </ul> 308 <h2>7.5.1</h2> 309 <ul> 310 <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> 311 <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> 312 </ul> 313 </blockquote> 314 </details> 315 <details> 316 <summary>Commits</summary> 317 <ul> 318 <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> 319 <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> 320 <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> 321 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/essentials">compare view</a></li> 322 </ul> 323 </details> 324 <br /> 325 326 Updates `@storybook/addon-interactions` from 7.5.0 to 7.5.3 327 <details> 328 <summary>Release notes</summary> 329 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> 330 <blockquote> 331 <h2>v7.5.3</h2> 332 <h2>7.5.3</h2> 333 <ul> 334 <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> 335 <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> 336 <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> 337 </ul> 338 <h2>v7.5.2</h2> 339 <h2>7.5.2</h2> 340 <ul> 341 <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> 342 <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> 343 <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> 344 </ul> 345 <h2>v7.5.1</h2> 346 <h2>7.5.1</h2> 347 <ul> 348 <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> 349 <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> 350 </ul> 351 </blockquote> 352 </details> 353 <details> 354 <summary>Changelog</summary> 355 <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> 356 <blockquote> 357 <h2>7.5.3</h2> 358 <ul> 359 <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> 360 <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> 361 <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> 362 </ul> 363 <h2>7.5.2</h2> 364 <ul> 365 <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> 366 <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> 367 <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> 368 </ul> 369 <h2>7.5.1</h2> 370 <ul> 371 <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> 372 <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> 373 </ul> 374 </blockquote> 375 </details> 376 <details> 377 <summary>Commits</summary> 378 <ul> 379 <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> 380 <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> 381 <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> 382 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/interactions">compare view</a></li> 383 </ul> 384 </details> 385 <br /> 386 387 Updates `@storybook/addon-links` from 7.5.0 to 7.5.3 388 <details> 389 <summary>Release notes</summary> 390 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-links</code>'s releases</a>.</em></p> 391 <blockquote> 392 <h2>v7.5.3</h2> 393 <h2>7.5.3</h2> 394 <ul> 395 <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> 396 <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> 397 <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> 398 </ul> 399 <h2>v7.5.2</h2> 400 <h2>7.5.2</h2> 401 <ul> 402 <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> 403 <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> 404 <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> 405 </ul> 406 <h2>v7.5.1</h2> 407 <h2>7.5.1</h2> 408 <ul> 409 <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> 410 <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> 411 </ul> 412 </blockquote> 413 </details> 414 <details> 415 <summary>Changelog</summary> 416 <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> 417 <blockquote> 418 <h2>7.5.3</h2> 419 <ul> 420 <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> 421 <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> 422 <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> 423 </ul> 424 <h2>7.5.2</h2> 425 <ul> 426 <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> 427 <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> 428 <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> 429 </ul> 430 <h2>7.5.1</h2> 431 <ul> 432 <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> 433 <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> 434 </ul> 435 </blockquote> 436 </details> 437 <details> 438 <summary>Commits</summary> 439 <ul> 440 <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> 441 <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> 442 <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> 443 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/addons/links">compare view</a></li> 444 </ul> 445 </details> 446 <br /> 447 448 Updates `@storybook/react` from 7.5.0 to 7.5.3 449 <details> 450 <summary>Release notes</summary> 451 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react</code>'s releases</a>.</em></p> 452 <blockquote> 453 <h2>v7.5.3</h2> 454 <h2>7.5.3</h2> 455 <ul> 456 <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> 457 <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> 458 <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> 459 </ul> 460 <h2>v7.5.2</h2> 461 <h2>7.5.2</h2> 462 <ul> 463 <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> 464 <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> 465 <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> 466 </ul> 467 <h2>v7.5.1</h2> 468 <h2>7.5.1</h2> 469 <ul> 470 <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> 471 <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> 472 </ul> 473 </blockquote> 474 </details> 475 <details> 476 <summary>Changelog</summary> 477 <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> 478 <blockquote> 479 <h2>7.5.3</h2> 480 <ul> 481 <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> 482 <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> 483 <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> 484 </ul> 485 <h2>7.5.2</h2> 486 <ul> 487 <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> 488 <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> 489 <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> 490 </ul> 491 <h2>7.5.1</h2> 492 <ul> 493 <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> 494 <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> 495 </ul> 496 </blockquote> 497 </details> 498 <details> 499 <summary>Commits</summary> 500 <ul> 501 <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> 502 <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> 503 <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> 504 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/renderers/react">compare view</a></li> 505 </ul> 506 </details> 507 <br /> 508 509 Updates `@storybook/react-vite` from 7.5.0 to 7.5.3 510 <details> 511 <summary>Release notes</summary> 512 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> 513 <blockquote> 514 <h2>v7.5.3</h2> 515 <h2>7.5.3</h2> 516 <ul> 517 <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> 518 <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> 519 <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> 520 </ul> 521 <h2>v7.5.2</h2> 522 <h2>7.5.2</h2> 523 <ul> 524 <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> 525 <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> 526 <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> 527 </ul> 528 <h2>v7.5.1</h2> 529 <h2>7.5.1</h2> 530 <ul> 531 <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> 532 <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> 533 </ul> 534 </blockquote> 535 </details> 536 <details> 537 <summary>Changelog</summary> 538 <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> 539 <blockquote> 540 <h2>7.5.3</h2> 541 <ul> 542 <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> 543 <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> 544 <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> 545 </ul> 546 <h2>7.5.2</h2> 547 <ul> 548 <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> 549 <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> 550 <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> 551 </ul> 552 <h2>7.5.1</h2> 553 <ul> 554 <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> 555 <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> 556 </ul> 557 </blockquote> 558 </details> 559 <details> 560 <summary>Commits</summary> 561 <ul> 562 <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> 563 <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> 564 <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> 565 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.5.3/code/frameworks/react-vite">compare view</a></li> 566 </ul> 567 </details> 568 <br /> 569 570 Updates `@storybook/test-runner` from 0.13.0 to 0.15.2 571 <details> 572 <summary>Release notes</summary> 573 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/releases"><code>@storybook/test-runner</code>'s releases</a>.</em></p> 574 <blockquote> 575 <h2>v0.15.2</h2> 576 <h4>🐛 Bug Fix</h4> 577 <ul> 578 <li>Remove Node 14 from engines field <a href="https://redirect.github.com/storybookjs/test-runner/pull/353">#353</a> (<a href="https://github.com/legobeat"><code>@legobeat</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 579 <li>Docs: Add react native remark to troubleshooting section <a href="https://redirect.github.com/storybookjs/test-runner/pull/398">#398</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 580 <li>Fix "Browser has been closed" crash on uncaught page errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/397">#397</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 581 <li>Clarify difference between skipped and excluded tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/396">#396</a> (<a href="https://github.com/IanVS"><code>@IanVS</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 582 <li>Refactor: Rename "render" hooks to "visit" hooks <a href="https://redirect.github.com/storybookjs/test-runner/pull/394">#394</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 583 <li>Docs: Update tags documentation <a href="https://redirect.github.com/storybookjs/test-runner/pull/393">#393</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 584 </ul> 585 <h4>Authors: 3</h4> 586 <ul> 587 <li><a href="https://github.com/legobeat"><code>@legobeat</code></a></li> 588 <li>Ian VanSchooten (<a href="https://github.com/IanVS"><code>@IanVS</code></a>)</li> 589 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 590 </ul> 591 <h2>v0.15.2-next.3</h2> 592 <h4>🐛 Bug Fix</h4> 593 <ul> 594 <li>Remove Node 14 from engines field <a href="https://redirect.github.com/storybookjs/test-runner/pull/353">#353</a> (<a href="https://github.com/legobeat"><code>@legobeat</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 595 <li>Docs: Add react native remark to troubleshooting section <a href="https://redirect.github.com/storybookjs/test-runner/pull/398">#398</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 596 </ul> 597 <h4>Authors: 2</h4> 598 <ul> 599 <li><a href="https://github.com/legobeat"><code>@legobeat</code></a></li> 600 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 601 </ul> 602 <h2>v0.15.2-next.2</h2> 603 <h4>🐛 Bug Fix</h4> 604 <ul> 605 <li>Fix "Browser has been closed" crash on uncaught page errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/397">#397</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 606 <li>Clarify difference between skipped and excluded tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/396">#396</a> (<a href="https://github.com/IanVS"><code>@IanVS</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 607 </ul> 608 <h4>Authors: 2</h4> 609 <ul> 610 <li>Ian VanSchooten (<a href="https://github.com/IanVS"><code>@IanVS</code></a>)</li> 611 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 612 </ul> 613 <h2>v0.15.2-next.1</h2> 614 <h4>🐛 Bug Fix</h4> 615 <ul> 616 <li>Refactor: Rename "render" hooks to "visit" hooks <a href="https://redirect.github.com/storybookjs/test-runner/pull/394">#394</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 617 </ul> 618 <h4>Authors: 1</h4> 619 <ul> 620 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 621 </ul> 622 <h2>v0.15.2-next.0</h2> 623 <h4>🐛 Bug Fix</h4> 624 <!-- raw HTML omitted --> 625 </blockquote> 626 <p>... (truncated)</p> 627 </details> 628 <details> 629 <summary>Changelog</summary> 630 <p><em>Sourced from <a href="https://github.com/storybookjs/test-runner/blob/v0.15.2/CHANGELOG.md"><code>@storybook/test-runner</code>'s changelog</a>.</em></p> 631 <blockquote> 632 <h1>v0.15.2 (Tue Nov 21 2023)</h1> 633 <h4>🐛 Bug Fix</h4> 634 <ul> 635 <li>Remove Node 14 from engines field <a href="https://redirect.github.com/storybookjs/test-runner/pull/353">#353</a> (<a href="https://github.com/legobeat"><code>@legobeat</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 636 <li>Docs: Add react native remark to troubleshooting section <a href="https://redirect.github.com/storybookjs/test-runner/pull/398">#398</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 637 <li>Fix "Browser has been closed" crash on uncaught page errors <a href="https://redirect.github.com/storybookjs/test-runner/pull/397">#397</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 638 <li>Clarify difference between skipped and excluded tags <a href="https://redirect.github.com/storybookjs/test-runner/pull/396">#396</a> (<a href="https://github.com/IanVS"><code>@IanVS</code></a> <a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 639 <li>Refactor: Rename "render" hooks to "visit" hooks <a href="https://redirect.github.com/storybookjs/test-runner/pull/394">#394</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 640 <li>Docs: Update tags documentation <a href="https://redirect.github.com/storybookjs/test-runner/pull/393">#393</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 641 </ul> 642 <h4>Authors: 3</h4> 643 <ul> 644 <li><a href="https://github.com/legobeat"><code>@legobeat</code></a></li> 645 <li>Ian VanSchooten (<a href="https://github.com/IanVS"><code>@IanVS</code></a>)</li> 646 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 647 </ul> 648 <hr /> 649 <h1>v0.15.1 (Thu Nov 16 2023)</h1> 650 <h4>🐛 Bug Fix</h4> 651 <ul> 652 <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> 653 </ul> 654 <h4>Authors: 2</h4> 655 <ul> 656 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 657 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 658 </ul> 659 <hr /> 660 <h1>v0.15.0 (Thu Nov 16 2023)</h1> 661 <h4>🚀 Enhancement</h4> 662 <ul> 663 <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> 664 </ul> 665 <h4>🐛 Bug Fix</h4> 666 <ul> 667 <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> 668 <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> 669 <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> 670 </ul> 671 <h4>Authors: 4</h4> 672 <ul> 673 <li><a href="https://github.com/jonniebigodes"><code>@jonniebigodes</code></a></li> 674 <li>Michael Shilman (<a href="https://github.com/shilman"><code>@shilman</code></a>)</li> 675 <li>Michael Stramel (<a href="https://github.com/stramel"><code>@stramel</code></a>)</li> 676 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 677 </ul> 678 <!-- raw HTML omitted --> 679 </blockquote> 680 <p>... (truncated)</p> 681 </details> 682 <details> 683 <summary>Commits</summary> 684 <ul> 685 <li><a href="https://github.com/storybookjs/test-runner/commit/5940ef8e1a151dd2e8bd7bd494e677f6607923ec"><code>5940ef8</code></a> Bump version to: 0.15.2 [skip ci]</li> 686 <li><a href="https://github.com/storybookjs/test-runner/commit/dc5c55fb391de474e0f921a0759c45b12fafa6e0"><code>dc5c55f</code></a> Update CHANGELOG.md [skip ci]</li> 687 <li><a href="https://github.com/storybookjs/test-runner/commit/ef85eb825d41bf4fbe576076dfebf0f56892620f"><code>ef85eb8</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/399">#399</a> from storybookjs/next</li> 688 <li><a href="https://github.com/storybookjs/test-runner/commit/53fdd0f25b38d3882100f7574af56fcce921ada9"><code>53fdd0f</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/353">#353</a> from legobeat/ci-node-versions</li> 689 <li><a href="https://github.com/storybookjs/test-runner/commit/f52971c95125ad6f175f1da5d654f4484722d77b"><code>f52971c</code></a> remove storystorev7 flag as it's not needed anymore</li> 690 <li><a href="https://github.com/storybookjs/test-runner/commit/7e66afc3a09eca247bc675fb5f3766fd73f50551"><code>7e66afc</code></a> Merge branch 'next' into ci-node-versions</li> 691 <li><a href="https://github.com/storybookjs/test-runner/commit/6ea74ef03813701ad92ef680365b124407aaf9d9"><code>6ea74ef</code></a> update actions</li> 692 <li><a href="https://github.com/storybookjs/test-runner/commit/b42cd6450ed6babcf83e30dd5e21c856711b4200"><code>b42cd64</code></a> Remove node 14 from engines field</li> 693 <li><a href="https://github.com/storybookjs/test-runner/commit/db1b66ac4832969fa7205150034a5cd9227f1e8d"><code>db1b66a</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/test-runner/issues/398">#398</a> from storybookjs/docs/react-native-remark</li> 694 <li><a href="https://github.com/storybookjs/test-runner/commit/bc457cf5ee9d813594ef8f0e93cf541df05c08c3"><code>bc457cf</code></a> add react native remark to troubleshooting section</li> 695 <li>Additional commits viewable in <a href="https://github.com/storybookjs/test-runner/compare/v0.13.0...v0.15.2">compare view</a></li> 696 </ul> 697 </details> 698 <br /> 699 700 Updates `@tailwindcss/forms` from 0.5.6 to 0.5.7 701 <details> 702 <summary>Release notes</summary> 703 <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss-forms/releases"><code>@tailwindcss/forms</code>'s releases</a>.</em></p> 704 <blockquote> 705 <h2>v0.5.7</h2> 706 <h3>Fixed</h3> 707 <ul> 708 <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> 709 </ul> 710 </blockquote> 711 </details> 712 <details> 713 <summary>Changelog</summary> 714 <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> 715 <blockquote> 716 <h2>[0.5.7] - 2023-11-10</h2> 717 <h3>Fixed</h3> 718 <ul> 719 <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> 720 </ul> 721 </blockquote> 722 </details> 723 <details> 724 <summary>Commits</summary> 725 <ul> 726 <li><a href="https://github.com/tailwindlabs/tailwindcss-forms/commit/e6bcd1ff718ad2d0380a65ded0564369e4cbda32"><code>e6bcd1f</code></a> 0.5.7</li> 727 <li><a href="https://github.com/tailwindlabs/tailwindcss-forms/commit/306de460e8abe467e09707b61bbaf4f5b3002d56"><code>306de46</code></a> update changelog</li> 728 <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> 729 <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7">compare view</a></li> 730 </ul> 731 </details> 732 <br /> 733 734 Updates `@testing-library/react` from 14.0.0 to 14.1.2 735 <details> 736 <summary>Release notes</summary> 737 <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> 738 <blockquote> 739 <h2>v14.1.2</h2> 740 <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> 741 <h3>Bug Fixes</h3> 742 <ul> 743 <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> 744 </ul> 745 <h2>v14.1.1</h2> 746 <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> 747 <h3>Bug Fixes</h3> 748 <ul> 749 <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> 750 </ul> 751 <h2>v14.1.0</h2> 752 <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> 753 <h3>Features</h3> 754 <ul> 755 <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> 756 </ul> 757 </blockquote> 758 </details> 759 <details> 760 <summary>Commits</summary> 761 <ul> 762 <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> 763 <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> 764 <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> 765 <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> 766 <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> 767 <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> 768 <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> 769 <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> 770 <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> 771 <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> 772 </ul> 773 </details> 774 <br /> 775 776 Updates `@types/dompurify` from 3.0.4 to 3.0.5 777 <details> 778 <summary>Commits</summary> 779 <ul> 780 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify">compare view</a></li> 781 </ul> 782 </details> 783 <br /> 784 785 Updates `@types/jest` from 29.5.6 to 29.5.10 786 <details> 787 <summary>Commits</summary> 788 <ul> 789 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> 790 </ul> 791 </details> 792 <br /> 793 794 Updates `@types/node` from 20.8.7 to 20.9.4 795 <details> 796 <summary>Commits</summary> 797 <ul> 798 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> 799 </ul> 800 </details> 801 <br /> 802 803 Updates `@types/react` from 18.2.29 to 18.2.38 804 <details> 805 <summary>Commits</summary> 806 <ul> 807 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> 808 </ul> 809 </details> 810 <br /> 811 812 Updates `@types/react-dom` from 18.2.14 to 18.2.17 813 <details> 814 <summary>Commits</summary> 815 <ul> 816 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> 817 </ul> 818 </details> 819 <br /> 820 821 Updates `@types/react-modal` from 3.16.2 to 3.16.3 822 <details> 823 <summary>Commits</summary> 824 <ul> 825 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-modal">compare view</a></li> 826 </ul> 827 </details> 828 <br /> 829 830 Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.12.0 831 <details> 832 <summary>Release notes</summary> 833 <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> 834 <blockquote> 835 <h2>v6.12.0</h2> 836 <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> 837 <h3>Bug Fixes</h3> 838 <ul> 839 <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> 840 <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> 841 <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557... 842 843 _Description has been truncated_ 844 845 846 ## Comments 847 848 ### @dependabot[bot] — 2023-11-24T09:46:30Z 849 850 Superseded by #182. 851