117.md (66317B)
1 # PR #117 Bump the development-dependencies group with 15 updates 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-09-25T09:41:43Z 6 - **Branch:** dependabot/npm_and_yarn/development-dependencies-bc3527c2fb → main 7 - **Closed:** 2023-09-26T09:30:44Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [117.diff](./117.diff) 10 11 --- 12 13 Bumps the development-dependencies group with 15 updates: 14 15 | Package | From | To | 16 | --- | --- | --- | 17 | [@percy/cli](https://github.com/percy/cli/tree/HEAD/packages/cli) | `1.27.1` | `1.27.2` | 18 | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `7.4.2` | `7.4.5` | 19 | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `7.4.2` | `7.4.5` | 20 | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `7.4.2` | `7.4.5` | 21 | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `7.4.2` | `7.4.5` | 22 | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `7.4.2` | `7.4.5` | 23 | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `7.4.2` | `7.4.5` | 24 | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) | `3.0.2` | `3.0.3` | 25 | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.6.2` | `20.6.5` | 26 | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.3.2` | `3.4.0` | 27 | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` | 28 | [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` | 29 | [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) | `0.6.13` | `0.6.14` | 30 | [sass](https://github.com/sass/dart-sass) | `1.67.0` | `1.68.0` | 31 | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `7.4.2` | `7.4.5` | 32 33 Updates `@percy/cli` from 1.27.1 to 1.27.2 34 <details> 35 <summary>Release notes</summary> 36 <p><em>Sourced from <a href="https://github.com/percy/cli/releases"><code>@percy/cli</code>'s releases</a>.</em></p> 37 <blockquote> 38 <h2>v1.27.2</h2> 39 <!-- raw HTML omitted --> 40 <h2>What's Changed</h2> 41 <h3>✨ Enhancements</h3> 42 <ul> 43 <li>Percy on Automate: Adds specific configs as global config by <a href="https://github.com/itsjwala"><code>@itsjwala</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1369">percy/cli#1369</a></li> 44 </ul> 45 <h3>🐛 Bug Fixes</h3> 46 <ul> 47 <li>Percy on Automate: Check if deviceName was passed by <a href="https://github.com/Amit3200"><code>@Amit3200</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1370">percy/cli#1370</a></li> 48 </ul> 49 <h3>🏗 Maintenance</h3> 50 <ul> 51 <li>Move zip logic to executable script by <a href="https://github.com/pankaj443"><code>@pankaj443</code></a> in <a href="https://redirect.github.com/percy/cli/pull/1364">percy/cli#1364</a></li> 52 </ul> 53 <p><strong>Full Changelog</strong>: <a href="https://github.com/percy/cli/compare/v1.27.1...v1.27.2">https://github.com/percy/cli/compare/v1.27.1...v1.27.2</a></p> 54 </blockquote> 55 </details> 56 <details> 57 <summary>Commits</summary> 58 <ul> 59 <li><a href="https://github.com/percy/cli/commit/cb64b0c124a5ee1fcb14b130a1fa8e33d26a7284"><code>cb64b0c</code></a> :bookmark: v1.27.2 (<a href="https://github.com/percy/cli/tree/HEAD/packages/cli/issues/1376">#1376</a>)</li> 60 <li>See full diff in <a href="https://github.com/percy/cli/commits/v1.27.2/packages/cli">compare view</a></li> 61 </ul> 62 </details> 63 <br /> 64 65 Updates `@storybook/addon-a11y` from 7.4.2 to 7.4.5 66 <details> 67 <summary>Release notes</summary> 68 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-a11y</code>'s releases</a>.</em></p> 69 <blockquote> 70 <h2>v7.4.5</h2> 71 <h2>7.4.5</h2> 72 <ul> 73 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 74 </ul> 75 <h2>v7.4.4</h2> 76 <h2>7.4.4</h2> 77 <ul> 78 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 79 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 80 </ul> 81 <h2>v7.4.3</h2> 82 <h2>7.4.3</h2> 83 <ul> 84 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 85 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 86 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 87 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 88 </ul> 89 </blockquote> 90 </details> 91 <details> 92 <summary>Changelog</summary> 93 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-a11y</code>'s changelog</a>.</em></p> 94 <blockquote> 95 <h2>7.4.5</h2> 96 <ul> 97 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 98 </ul> 99 <h2>7.4.4</h2> 100 <ul> 101 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 102 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 103 </ul> 104 <h2>7.4.3</h2> 105 <ul> 106 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 107 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 108 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 109 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 110 </ul> 111 </blockquote> 112 </details> 113 <details> 114 <summary>Commits</summary> 115 <ul> 116 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 117 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 118 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 119 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/a11y">compare view</a></li> 120 </ul> 121 </details> 122 <br /> 123 124 Updates `@storybook/addon-essentials` from 7.4.2 to 7.4.5 125 <details> 126 <summary>Release notes</summary> 127 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> 128 <blockquote> 129 <h2>v7.4.5</h2> 130 <h2>7.4.5</h2> 131 <ul> 132 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 133 </ul> 134 <h2>v7.4.4</h2> 135 <h2>7.4.4</h2> 136 <ul> 137 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 138 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 139 </ul> 140 <h2>v7.4.3</h2> 141 <h2>7.4.3</h2> 142 <ul> 143 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 144 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 145 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 146 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 147 </ul> 148 </blockquote> 149 </details> 150 <details> 151 <summary>Changelog</summary> 152 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-essentials</code>'s changelog</a>.</em></p> 153 <blockquote> 154 <h2>7.4.5</h2> 155 <ul> 156 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 157 </ul> 158 <h2>7.4.4</h2> 159 <ul> 160 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 161 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 162 </ul> 163 <h2>7.4.3</h2> 164 <ul> 165 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 166 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 167 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 168 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 169 </ul> 170 </blockquote> 171 </details> 172 <details> 173 <summary>Commits</summary> 174 <ul> 175 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 176 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 177 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 178 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/essentials">compare view</a></li> 179 </ul> 180 </details> 181 <br /> 182 183 Updates `@storybook/addon-interactions` from 7.4.2 to 7.4.5 184 <details> 185 <summary>Release notes</summary> 186 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> 187 <blockquote> 188 <h2>v7.4.5</h2> 189 <h2>7.4.5</h2> 190 <ul> 191 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 192 </ul> 193 <h2>v7.4.4</h2> 194 <h2>7.4.4</h2> 195 <ul> 196 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 197 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 198 </ul> 199 <h2>v7.4.3</h2> 200 <h2>7.4.3</h2> 201 <ul> 202 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 203 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 204 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 205 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 206 </ul> 207 </blockquote> 208 </details> 209 <details> 210 <summary>Changelog</summary> 211 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-interactions</code>'s changelog</a>.</em></p> 212 <blockquote> 213 <h2>7.4.5</h2> 214 <ul> 215 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 216 </ul> 217 <h2>7.4.4</h2> 218 <ul> 219 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 220 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 221 </ul> 222 <h2>7.4.3</h2> 223 <ul> 224 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 225 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 226 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 227 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 228 </ul> 229 </blockquote> 230 </details> 231 <details> 232 <summary>Commits</summary> 233 <ul> 234 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 235 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 236 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 237 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/interactions">compare view</a></li> 238 </ul> 239 </details> 240 <br /> 241 242 Updates `@storybook/addon-links` from 7.4.2 to 7.4.5 243 <details> 244 <summary>Release notes</summary> 245 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-links</code>'s releases</a>.</em></p> 246 <blockquote> 247 <h2>v7.4.5</h2> 248 <h2>7.4.5</h2> 249 <ul> 250 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 251 </ul> 252 <h2>v7.4.4</h2> 253 <h2>7.4.4</h2> 254 <ul> 255 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 256 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 257 </ul> 258 <h2>v7.4.3</h2> 259 <h2>7.4.3</h2> 260 <ul> 261 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 262 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 263 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 264 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 265 </ul> 266 </blockquote> 267 </details> 268 <details> 269 <summary>Changelog</summary> 270 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-links</code>'s changelog</a>.</em></p> 271 <blockquote> 272 <h2>7.4.5</h2> 273 <ul> 274 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 275 </ul> 276 <h2>7.4.4</h2> 277 <ul> 278 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 279 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 280 </ul> 281 <h2>7.4.3</h2> 282 <ul> 283 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 284 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 285 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 286 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 287 </ul> 288 </blockquote> 289 </details> 290 <details> 291 <summary>Commits</summary> 292 <ul> 293 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 294 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 295 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 296 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/addons/links">compare view</a></li> 297 </ul> 298 </details> 299 <br /> 300 301 Updates `@storybook/react` from 7.4.2 to 7.4.5 302 <details> 303 <summary>Release notes</summary> 304 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react</code>'s releases</a>.</em></p> 305 <blockquote> 306 <h2>v7.4.5</h2> 307 <h2>7.4.5</h2> 308 <ul> 309 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 310 </ul> 311 <h2>v7.4.4</h2> 312 <h2>7.4.4</h2> 313 <ul> 314 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 315 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 316 </ul> 317 <h2>v7.4.3</h2> 318 <h2>7.4.3</h2> 319 <ul> 320 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 321 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 322 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 323 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 324 </ul> 325 </blockquote> 326 </details> 327 <details> 328 <summary>Changelog</summary> 329 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/react</code>'s changelog</a>.</em></p> 330 <blockquote> 331 <h2>7.4.5</h2> 332 <ul> 333 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 334 </ul> 335 <h2>7.4.4</h2> 336 <ul> 337 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 338 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 339 </ul> 340 <h2>7.4.3</h2> 341 <ul> 342 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 343 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 344 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 345 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 346 </ul> 347 </blockquote> 348 </details> 349 <details> 350 <summary>Commits</summary> 351 <ul> 352 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 353 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 354 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 355 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/renderers/react">compare view</a></li> 356 </ul> 357 </details> 358 <br /> 359 360 Updates `@storybook/react-vite` from 7.4.2 to 7.4.5 361 <details> 362 <summary>Release notes</summary> 363 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/react-vite</code>'s releases</a>.</em></p> 364 <blockquote> 365 <h2>v7.4.5</h2> 366 <h2>7.4.5</h2> 367 <ul> 368 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 369 </ul> 370 <h2>v7.4.4</h2> 371 <h2>7.4.4</h2> 372 <ul> 373 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 374 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 375 </ul> 376 <h2>v7.4.3</h2> 377 <h2>7.4.3</h2> 378 <ul> 379 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 380 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 381 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 382 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 383 </ul> 384 </blockquote> 385 </details> 386 <details> 387 <summary>Changelog</summary> 388 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/react-vite</code>'s changelog</a>.</em></p> 389 <blockquote> 390 <h2>7.4.5</h2> 391 <ul> 392 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 393 </ul> 394 <h2>7.4.4</h2> 395 <ul> 396 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 397 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 398 </ul> 399 <h2>7.4.3</h2> 400 <ul> 401 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 402 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 403 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 404 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 405 </ul> 406 </blockquote> 407 </details> 408 <details> 409 <summary>Commits</summary> 410 <ul> 411 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 412 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 413 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 414 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/frameworks/react-vite">compare view</a></li> 415 </ul> 416 </details> 417 <br /> 418 419 Updates `@types/dompurify` from 3.0.2 to 3.0.3 420 <details> 421 <summary>Commits</summary> 422 <ul> 423 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify">compare view</a></li> 424 </ul> 425 </details> 426 <br /> 427 428 Updates `@types/node` from 20.6.2 to 20.6.5 429 <details> 430 <summary>Commits</summary> 431 <ul> 432 <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> 433 </ul> 434 </details> 435 <br /> 436 437 Updates `@vitejs/plugin-react-swc` from 3.3.2 to 3.4.0 438 <details> 439 <summary>Release notes</summary> 440 <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react-swc/releases"><code>@vitejs/plugin-react-swc</code>'s releases</a>.</em></p> 441 <blockquote> 442 <h2>v3.4.0</h2> 443 <ul> 444 <li>Add <code>devTarget</code> option (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>)</li> 445 <li>Disable Fast Refresh based on <code>config.server.hmr === false</code> instead of <code>process.env.TEST</code></li> 446 <li>Warn when plugin is in WebContainers (see <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118">#118</a>)</li> 447 <li>Better invalidation message when an export is added & fix HMR for export of nullish values (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143">#143</a>)</li> 448 </ul> 449 </blockquote> 450 </details> 451 <details> 452 <summary>Changelog</summary> 453 <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md"><code>@vitejs/plugin-react-swc</code>'s changelog</a>.</em></p> 454 <blockquote> 455 <h2>3.4.0</h2> 456 <ul> 457 <li>Add <code>devTarget</code> option (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>)</li> 458 <li>Disable Fast Refresh based on <code>config.server.hmr === false</code> instead of <code>process.env.TEST</code></li> 459 <li>Warn when plugin is in WebContainers (see <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118">#118</a>)</li> 460 <li>Better invalidation message when an export is added & fix HMR for export of nullish values (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143">#143</a>)</li> 461 </ul> 462 </blockquote> 463 </details> 464 <details> 465 <summary>Commits</summary> 466 <ul> 467 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/39ed814c2f9d82a6f537f66e923e0a1c2c2f8383"><code>39ed814</code></a> release: v3.4.0</li> 468 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/bc2bf2f26b251091e29ef0ae4b7fba44b15f0824"><code>bc2bf2f</code></a> feat: add devTarget option (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>) (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/149">#149</a>)</li> 469 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/de5993ea3707e98fc9d0f2c40d6ef8f5a033b6f1"><code>de5993e</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/150">#150</a>)</li> 470 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/27e3854ede2bb250a41797939175d0f7dbee410d"><code>27e3854</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/146">#146</a>)</li> 471 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/5a9bdca2f79b9f2740b59a9cab8df46341d976dc"><code>5a9bdca</code></a> chore(deps): update actions/checkout action to v4 (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/147">#147</a>)</li> 472 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/3297b1c22aad0111a27f5c7c4e8975942ae11dac"><code>3297b1c</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/144">#144</a>)</li> 473 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/733010c9692687192659861818f61da4e3ce0595"><code>733010c</code></a> fix: better invalidation message when an export is added & fix HMR for export...</li> 474 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/684c3c0ed14b5a2f4c2e86c45befe58fd904c77a"><code>684c3c0</code></a> Fix tsc error display</li> 475 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/179c561f39529613da44de7912163eefd937f28a"><code>179c561</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/142">#142</a>)</li> 476 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/2982aaa0fd8617dc73f228c415a4a01dcddd6c00"><code>2982aaa</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/139">#139</a>)</li> 477 <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.3.2...v3.4.0">compare view</a></li> 478 </ul> 479 </details> 480 <br /> 481 482 Updates `autoprefixer` from 10.4.15 to 10.4.16 483 <details> 484 <summary>Release notes</summary> 485 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> 486 <blockquote> 487 <h2>10.4.16</h2> 488 <ul> 489 <li>Improved performance (by <a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> 490 <li>Fixed docs (by <a href="https://github.com/coliff"><code>@coliff</code></a>).</li> 491 </ul> 492 </blockquote> 493 </details> 494 <details> 495 <summary>Changelog</summary> 496 <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> 497 <blockquote> 498 <h2>10.4.16</h2> 499 <ul> 500 <li>Improved performance (by Romain Menke).</li> 501 <li>Fixed docs (by Christian Oliff).</li> 502 </ul> 503 </blockquote> 504 </details> 505 <details> 506 <summary>Commits</summary> 507 <ul> 508 <li><a href="https://github.com/postcss/autoprefixer/commit/026083ccde85fd16607d1056d3fa058480004184"><code>026083c</code></a> Release 10.4.16 version</li> 509 <li><a href="https://github.com/postcss/autoprefixer/commit/4cda7ae9ab0d326d393209928643dc745d0f4222"><code>4cda7ae</code></a> Update dependencies</li> 510 <li><a href="https://github.com/postcss/autoprefixer/commit/7a49d6ad5a6e2d71b1a90bfca5d994dddd951b86"><code>7a49d6a</code></a> Update CI</li> 511 <li><a href="https://github.com/postcss/autoprefixer/commit/a87f4cd73eefb1e8005181c0439e377a61e95edf"><code>a87f4cd</code></a> improve performance (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1500">#1500</a>)</li> 512 <li><a href="https://github.com/postcss/autoprefixer/commit/0d6496e44d0ce0fa99fafbee5f7a465be1aa1213"><code>0d6496e</code></a> Update dependencies</li> 513 <li><a href="https://github.com/postcss/autoprefixer/commit/d9064cb4c82089ce7ea08b0d3a21f551744feab1"><code>d9064cb</code></a> Remove deprecated browsers from README (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1499">#1499</a>)</li> 514 <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16">compare view</a></li> 515 </ul> 516 </details> 517 <br /> 518 519 Updates `eslint` from 8.49.0 to 8.50.0 520 <details> 521 <summary>Release notes</summary> 522 <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> 523 <blockquote> 524 <h2>v8.50.0</h2> 525 <h2>Features</h2> 526 <ul> 527 <li><a href="https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href="https://redirect.github.com/eslint/eslint/issues/17590">#17590</a>) (Tanuj Kanti)</li> 528 <li><a href="https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href="https://redirect.github.com/eslint/eslint/issues/17585">#17585</a>) (fnx)</li> 529 <li><a href="https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/17351">#17351</a>) (Nicholas C. Zakas)</li> 530 <li><a href="https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20"><code>22a5582</code></a> feat: add rule <code>no-object-constructor</code>, deprecate <code>no-new-object</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17576">#17576</a>) (Francesco Trotta)</li> 531 <li><a href="https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e"><code>85a3d9e</code></a> feat: allowVoid option in array-callback-return (<a href="https://redirect.github.com/eslint/eslint/issues/17564">#17564</a>) (Tanuj Kanti)</li> 532 </ul> 533 <h2>Bug Fixes</h2> 534 <ul> 535 <li><a href="https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href="https://redirect.github.com/eslint/eslint/issues/17593">#17593</a>) (Nicholas C. Zakas)</li> 536 <li><a href="https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href="https://redirect.github.com/eslint/eslint/issues/17587">#17587</a>) (Nicholas C. Zakas)</li> 537 <li><a href="https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322"><code>aa1b657</code></a> fix: wrong suggestion and message in <code>no-misleading-character-class</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17571">#17571</a>) (Yosuke Ota)</li> 538 </ul> 539 <h2>Documentation</h2> 540 <ul> 541 <li><a href="https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href="https://redirect.github.com/eslint/eslint/issues/17591">#17591</a>) (Francesco Trotta)</li> 542 <li><a href="https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830"><code>48a44a7</code></a> docs: Add correct/incorrect tags to <code>prefer-arrow-callback</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17589">#17589</a>) (Francesco Trotta)</li> 543 <li><a href="https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e"><code>20893d4</code></a> docs: fix incorrect tag's place (<a href="https://redirect.github.com/eslint/eslint/issues/17575">#17575</a>) (Tanuj Kanti)</li> 544 <li><a href="https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45"><code>bd7a71f</code></a> docs: Update README (GitHub Actions Bot)</li> 545 </ul> 546 <h2>Chores</h2> 547 <ul> 548 <li><a href="https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3"><code>f8a8a2d</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.50.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17599">#17599</a>) (Milos Djermanovic)</li> 549 <li><a href="https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce"><code>38ada6d</code></a> chore: package.json update for <code>@eslint/js</code> release (ESLint Jenkins)</li> 550 </ul> 551 </blockquote> 552 </details> 553 <details> 554 <summary>Changelog</summary> 555 <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> 556 <blockquote> 557 <p>v8.50.0 - September 22, 2023</p> 558 <ul> 559 <li><a href="https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3"><code>f8a8a2d</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.50.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17599">#17599</a>) (Milos Djermanovic)</li> 560 <li><a href="https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce"><code>38ada6d</code></a> chore: package.json update for <code>@eslint/js</code> release (ESLint Jenkins)</li> 561 <li><a href="https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href="https://redirect.github.com/eslint/eslint/issues/17590">#17590</a>) (Tanuj Kanti)</li> 562 <li><a href="https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href="https://redirect.github.com/eslint/eslint/issues/17585">#17585</a>) (fnx)</li> 563 <li><a href="https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/17351">#17351</a>) (Nicholas C. Zakas)</li> 564 <li><a href="https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href="https://redirect.github.com/eslint/eslint/issues/17593">#17593</a>) (Nicholas C. Zakas)</li> 565 <li><a href="https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href="https://redirect.github.com/eslint/eslint/issues/17587">#17587</a>) (Nicholas C. Zakas)</li> 566 <li><a href="https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href="https://redirect.github.com/eslint/eslint/issues/17591">#17591</a>) (Francesco Trotta)</li> 567 <li><a href="https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20"><code>22a5582</code></a> feat: add rule <code>no-object-constructor</code>, deprecate <code>no-new-object</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17576">#17576</a>) (Francesco Trotta)</li> 568 <li><a href="https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830"><code>48a44a7</code></a> docs: Add correct/incorrect tags to <code>prefer-arrow-callback</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17589">#17589</a>) (Francesco Trotta)</li> 569 <li><a href="https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322"><code>aa1b657</code></a> fix: wrong suggestion and message in <code>no-misleading-character-class</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17571">#17571</a>) (Yosuke Ota)</li> 570 <li><a href="https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e"><code>20893d4</code></a> docs: fix incorrect tag's place (<a href="https://redirect.github.com/eslint/eslint/issues/17575">#17575</a>) (Tanuj Kanti)</li> 571 <li><a href="https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e"><code>85a3d9e</code></a> feat: allowVoid option in array-callback-return (<a href="https://redirect.github.com/eslint/eslint/issues/17564">#17564</a>) (Tanuj Kanti)</li> 572 <li><a href="https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45"><code>bd7a71f</code></a> docs: Update README (GitHub Actions Bot)</li> 573 </ul> 574 </blockquote> 575 </details> 576 <details> 577 <summary>Commits</summary> 578 <ul> 579 <li><a href="https://github.com/eslint/eslint/commit/299bfae1254f22bd4b3bccd897d6355f63e0d3b6"><code>299bfae</code></a> 8.50.0</li> 580 <li><a href="https://github.com/eslint/eslint/commit/212687c36a9e2682b84f5de2b683b025182d9777"><code>212687c</code></a> Build: changelog update for 8.50.0</li> 581 <li><a href="https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3"><code>f8a8a2d</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.50.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17599">#17599</a>)</li> 582 <li><a href="https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce"><code>38ada6d</code></a> chore: package.json update for <code>@eslint/js</code> release</li> 583 <li><a href="https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0"><code>27d5a9e</code></a> feat: add suggestions to array-callback-return (<a href="https://redirect.github.com/eslint/eslint/issues/17590">#17590</a>)</li> 584 <li><a href="https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f"><code>f9082ff</code></a> feat: flat-rule-tester make sure default config always matches (<a href="https://redirect.github.com/eslint/eslint/issues/17585">#17585</a>)</li> 585 <li><a href="https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc"><code>83914ad</code></a> feat: Implement SourceCode#applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/17351">#17351</a>)</li> 586 <li><a href="https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a"><code>cc4d26b</code></a> fix: Ensure deprecated context.parserServices warns (<a href="https://redirect.github.com/eslint/eslint/issues/17593">#17593</a>)</li> 587 <li><a href="https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b"><code>1ea4cfb</code></a> fix: Ensure all RuleTester tests all deprecated context methods (<a href="https://redirect.github.com/eslint/eslint/issues/17587">#17587</a>)</li> 588 <li><a href="https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0"><code>1800537</code></a> docs: Fix and standardize JSX code examples (<a href="https://redirect.github.com/eslint/eslint/issues/17591">#17591</a>)</li> 589 <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0">compare view</a></li> 590 </ul> 591 </details> 592 <br /> 593 594 Updates `eslint-plugin-storybook` from 0.6.13 to 0.6.14 595 <details> 596 <summary>Release notes</summary> 597 <p><em>Sourced from <a href="https://github.com/storybookjs/eslint-plugin-storybook/releases">eslint-plugin-storybook's releases</a>.</em></p> 598 <blockquote> 599 <h2>v0.6.14</h2> 600 <h4>🐛 Bug Fix</h4> 601 <ul> 602 <li>use-storybook-expect: allow storybook/test imports <a href="https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/141">#141</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 603 </ul> 604 <h4>Authors: 1</h4> 605 <ul> 606 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 607 </ul> 608 </blockquote> 609 </details> 610 <details> 611 <summary>Changelog</summary> 612 <p><em>Sourced from <a href="https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md">eslint-plugin-storybook's changelog</a>.</em></p> 613 <blockquote> 614 <h1>v0.6.14 (Wed Sep 20 2023)</h1> 615 <h4>🐛 Bug Fix</h4> 616 <ul> 617 <li>use-storybook-expect: allow storybook/test imports <a href="https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/141">#141</a> (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 618 </ul> 619 <h4>Authors: 1</h4> 620 <ul> 621 <li>Yann Braga (<a href="https://github.com/yannbf"><code>@yannbf</code></a>)</li> 622 </ul> 623 <hr /> 624 </blockquote> 625 </details> 626 <details> 627 <summary>Commits</summary> 628 <ul> 629 <li><a href="https://github.com/storybookjs/eslint-plugin-storybook/commit/de1edffab6742530117813caca7699a847e4096c"><code>de1edff</code></a> Bump version to: 0.6.14 [skip ci]</li> 630 <li><a href="https://github.com/storybookjs/eslint-plugin-storybook/commit/972384ce54e530c767ff41a7cd7a2a2b5a8e4f8b"><code>972384c</code></a> Update CHANGELOG.md [skip ci]</li> 631 <li><a href="https://github.com/storybookjs/eslint-plugin-storybook/commit/f1ffa5e6921f3966355571a5e236b1a7b197ff08"><code>f1ffa5e</code></a> Merge pull request <a href="https://redirect.github.com/storybookjs/eslint-plugin-storybook/issues/141">#141</a> from storybookjs/yann/allow-storybook-test</li> 632 <li><a href="https://github.com/storybookjs/eslint-plugin-storybook/commit/5447e4510a7e89bef2cc76da06b8bdc53760046b"><code>5447e45</code></a> use-storybook-expect: allow storybook/test imports</li> 633 <li>See full diff in <a href="https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.13...v0.6.14">compare view</a></li> 634 </ul> 635 </details> 636 <br /> 637 638 Updates `sass` from 1.67.0 to 1.68.0 639 <details> 640 <summary>Release notes</summary> 641 <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> 642 <blockquote> 643 <h2>Dart Sass 1.68.0</h2> 644 <p>To install Sass 1.68.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> 645 <h1>Changes</h1> 646 <ul> 647 <li>Fix the source spans associated with the <code>abs-percent</code> deprecation.</li> 648 </ul> 649 <h3>JS API</h3> 650 <ul> 651 <li> 652 <p>Non-filesystem importers can now set the <code>nonCanonicalScheme</code> field, which declares that one or more URL schemes (without <code>:</code>) will never be used for URLs returned by the <code>canonicalize()</code> method.</p> 653 </li> 654 <li> 655 <p>Add a <code>containingUrl</code> field to the <code>canonicalize()</code> and <code>findFileUrl()</code> methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.</p> 656 </li> 657 </ul> 658 <h3>Dart API</h3> 659 <ul> 660 <li> 661 <p>Add <code>AsyncImporter.isNonCanonicalScheme</code>, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the <code>canonicalize()</code> method.</p> 662 </li> 663 <li> 664 <p>Add <code>AsyncImporter.containingUrl</code>, which is set during calls to the <code>canonicalize()</code> method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.</p> 665 </li> 666 </ul> 667 <h3>Embedded Sass</h3> 668 <ul> 669 <li> 670 <p>The <code>CalculationValue.interpolation</code> field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to <code>CalculationValue.string</code> except that <code>"("</code> and <code>")"</code> will be added to the beginning and end of the string values.</p> 671 </li> 672 <li> 673 <p>Properly include TypeScript types in the <code>sass-embedded</code> package.</p> 674 </li> 675 </ul> 676 <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1680">full changelog</a> for changes in earlier releases.</p> 677 </blockquote> 678 </details> 679 <details> 680 <summary>Changelog</summary> 681 <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> 682 <blockquote> 683 <h2>1.68.0</h2> 684 <ul> 685 <li>Fix the source spans associated with the <code>abs-percent</code> deprecation.</li> 686 </ul> 687 <h3>JS API</h3> 688 <ul> 689 <li> 690 <p>Non-filesystem importers can now set the <code>nonCanonicalScheme</code> field, which 691 declares that one or more URL schemes (without <code>:</code>) will never be used for 692 URLs returned by the <code>canonicalize()</code> method.</p> 693 </li> 694 <li> 695 <p>Add a <code>containingUrl</code> field to the <code>canonicalize()</code> and <code>findFileUrl()</code> 696 methods of importers, which is set to the canonical URL of the stylesheet that 697 contains the current load. For filesystem importers, this is always set; for 698 other importers, it's set only if the current load has no URL scheme, or if 699 its URL scheme is declared as non-canonical by the importer.</p> 700 </li> 701 </ul> 702 <h3>Dart API</h3> 703 <ul> 704 <li> 705 <p>Add <code>AsyncImporter.isNonCanonicalScheme</code>, which importers (async or sync) can 706 use to indicate that a certain URL scheme will never be used for URLs returned 707 by the <code>canonicalize()</code> method.</p> 708 </li> 709 <li> 710 <p>Add <code>AsyncImporter.containingUrl</code>, which is set during calls to the 711 <code>canonicalize()</code> method to the canonical URL of the stylesheet that contains 712 the current load. This is set only if the current load has no URL scheme, or 713 if its URL scheme is declared as non-canonical by the importer.</p> 714 </li> 715 </ul> 716 <h3>Embedded Sass</h3> 717 <ul> 718 <li> 719 <p>The <code>CalculationValue.interpolation</code> field is deprecated and will be removed 720 in a future version. It will no longer be set by the compiler, and if the host 721 sets it it will be treated as equivalent to <code>CalculationValue.string</code> except 722 that <code>"("</code> and <code>")"</code> will be added to the beginning and end of the string 723 values.</p> 724 </li> 725 <li> 726 <p>Properly include TypeScript types in the <code>sass-embedded</code> package.</p> 727 </li> 728 </ul> 729 </blockquote> 730 </details> 731 <details> 732 <summary>Commits</summary> 733 <ul> 734 <li><a href="https://github.com/sass/dart-sass/commit/de618fa7bd74cc648f3ee62358eed3e237d4644f"><code>de618fa</code></a> Fix an error during embedded compiler shutdown (<a href="https://redirect.github.com/sass/dart-sass/issues/2092">#2092</a>)</li> 735 <li><a href="https://github.com/sass/dart-sass/commit/873e91e5fffefec7b6d9d6d3d79472c4cca3154e"><code>873e91e</code></a> Cut a release (<a href="https://redirect.github.com/sass/dart-sass/issues/2090">#2090</a>)</li> 736 <li><a href="https://github.com/sass/dart-sass/commit/13c9fb3c9d97d4d9582ccd33689111d74024261d"><code>13c9fb3</code></a> Expose the containing URL to importers under some circumstances (<a href="https://redirect.github.com/sass/dart-sass/issues/2083">#2083</a>)</li> 737 <li><a href="https://github.com/sass/dart-sass/commit/69f1847bae60df16fe7d7bdfdfa794da8bf8c3d4"><code>69f1847</code></a> CI: Configure dependabot to update GitHub Actions, too (<a href="https://redirect.github.com/sass/dart-sass/issues/2087">#2087</a>)</li> 738 <li><a href="https://github.com/sass/dart-sass/commit/c22c84d2c5cdd3d0c0333eb1c5b37bedb8b1cc3c"><code>c22c84d</code></a> Update changelog for <a href="https://redirect.github.com/sass/embedded-host-node/issues/248">sass/embedded-host-node#248</a> (<a href="https://redirect.github.com/sass/dart-sass/issues/2086">#2086</a>)</li> 739 <li><a href="https://github.com/sass/dart-sass/commit/37e0ed54da1bd3ba3d4f4127da3a9575f7a9224e"><code>37e0ed5</code></a> Fix source span for calculation deprecation warnings (<a href="https://redirect.github.com/sass/dart-sass/issues/2084">#2084</a>)</li> 740 <li><a href="https://github.com/sass/dart-sass/commit/7370d6a97df58966f72e896f8dd53dfe2ab3c4df"><code>7370d6a</code></a> Fix changelog for 1.67.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2085">#2085</a>)</li> 741 <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.67.0...1.68.0">compare view</a></li> 742 </ul> 743 </details> 744 <br /> 745 746 Updates `storybook` from 7.4.2 to 7.4.5 747 <details> 748 <summary>Release notes</summary> 749 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> 750 <blockquote> 751 <h2>v7.4.5</h2> 752 <h2>7.4.5</h2> 753 <ul> 754 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 755 </ul> 756 <h2>v7.4.4</h2> 757 <h2>7.4.4</h2> 758 <ul> 759 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 760 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 761 </ul> 762 <h2>v7.4.3</h2> 763 <h2>7.4.3</h2> 764 <ul> 765 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 766 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 767 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 768 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 769 </ul> 770 </blockquote> 771 </details> 772 <details> 773 <summary>Changelog</summary> 774 <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> 775 <blockquote> 776 <h2>7.4.5</h2> 777 <ul> 778 <li>UI: Fix infinite hook call causing browsers to freeze - <a href="https://redirect.github.com/storybookjs/storybook/pull/24291">#24291</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> 779 </ul> 780 <h2>7.4.4</h2> 781 <ul> 782 <li>Core: Fix Promise cycle bug in useSharedState - <a href="https://redirect.github.com/storybookjs/storybook/pull/24268">#24268</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 783 <li>Manager: Fix useAddonState when using a setter function - <a href="https://redirect.github.com/storybookjs/storybook/pull/24237">#24237</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 784 </ul> 785 <h2>7.4.3</h2> 786 <ul> 787 <li>CLI: Fix <code>sb add</code> adding duplicative entries - <a href="https://redirect.github.com/storybookjs/storybook/pull/24229">#24229</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 788 <li>NextJS: Add compatibility with nextjs <code>13.5</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/24239">#24239</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 789 <li>NextJS: Aliases <code>react</code> and <code>react-dom</code> like <code>next.js</code> does - <a href="https://redirect.github.com/storybookjs/storybook/pull/23671">#23671</a>, thanks <a href="https://github.com/sookmax"><code>@sookmax</code></a>!</li> 790 <li>Types: Allow <code>null</code> in value of <code>experimental_updateStatus</code> to clear status - <a href="https://redirect.github.com/storybookjs/storybook/pull/24206">#24206</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> 791 </ul> 792 </blockquote> 793 </details> 794 <details> 795 <summary>Commits</summary> 796 <ul> 797 <li><a href="https://github.com/storybookjs/storybook/commit/8b47f90496d7ad416cfcd8f1b25adfb9d197b830"><code>8b47f90</code></a> Bump version from "7.4.4" to "7.4.5" [skip ci]</li> 798 <li><a href="https://github.com/storybookjs/storybook/commit/639160fd1c03da5ad17af43a3972bd082330d575"><code>639160f</code></a> Bump version from "7.4.3" to "7.4.4" [skip ci]</li> 799 <li><a href="https://github.com/storybookjs/storybook/commit/ecc22ab89ed588021b8aa824cea7ac995c1cc3e3"><code>ecc22ab</code></a> Bump version from "7.4.2" to "7.4.3" [skip ci]</li> 800 <li><a href="https://github.com/storybookjs/storybook/commit/b11feada48c28c8ae99db708219288fa62b5b888"><code>b11fead</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/24229">#24229</a> from storybookjs/norbert/sb-add-no-duplicate-entries</li> 801 <li><a href="https://github.com/storybookjs/storybook/commit/b38266079f3fe36063607e7a12fb4e645d94e13c"><code>b382660</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/24208">#24208</a> from storybookjs/norbert/filter-angular-prerelease</li> 802 <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.4.5/code/lib/cli">compare view</a></li> 803 </ul> 804 </details> 805 <br /> 806 807 808 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 809 810 [//]: # (dependabot-automerge-start) 811 [//]: # (dependabot-automerge-end) 812 813 --- 814 815 <details> 816 <summary>Dependabot commands and options</summary> 817 <br /> 818 819 You can trigger Dependabot actions by commenting on this PR: 820 - `@dependabot rebase` will rebase this PR 821 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 822 - `@dependabot merge` will merge this PR after your CI passes on it 823 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 824 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 825 - `@dependabot reopen` will reopen this PR if it is closed 826 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 827 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 828 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) 829 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for ... 830 831 _Description has been truncated_ 832 833 834 ## Comments 835 836 ### @dependabot[bot] — 2023-09-26T09:30:39Z 837 838 Looks like these dependencies are updatable in another way, so this is no longer needed. 839