Skip to content

Commit 3674a52

Browse files
chore(deps): bump the npm-minor-patch group in /ui with 21 updates (#1663)
Bumps the npm-minor-patch group in /ui with 21 updates: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `16.2.2` | `16.2.3` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.3.4` | `10.3.5` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.3.4` | `10.3.5` | | [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `10.3.4` | `10.3.5` | | [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.3.4` | `10.3.5` | | [@storybook/nextjs-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `10.3.4` | `10.3.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` | | [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.1.2` | `4.1.4` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.2` | `4.1.4` | | [chromatic](https://github.com/chromaui/chromatic-cli) | `16.1.0` | `16.2.0` | | [cypress](https://github.com/cypress-io/cypress) | `15.13.0` | `15.13.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.2` | `16.2.3` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.3.4` | `10.3.5` | | [msw](https://github.com/mswjs/msw) | `2.12.14` | `2.13.2` | | [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `3.0.0` | `3.0.2` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.3.4` | `10.3.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.4` | `8.0.8` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.2` | `4.1.4` | Updates `next` from 16.2.2 to 16.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v16.2.3</h2> <blockquote> <p>[!NOTE] This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see <a href="https://vercel.com/changelog/summary-of-cve-2026-23869">https://vercel.com/changelog/summary-of-cve-2026-23869</a>. The release does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Ensure app-page reports stale ISR revalidation errors via onRequestError (<a href="https://redirect.github.com/vercel/next.js/issues/92282">#92282</a>)</li> <li>Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (<a href="https://redirect.github.com/vercel/next.js/issues/91981">#91981</a> through <a href="https://redirect.github.com/vercel/next.js/issues/92273">#92273</a>)</li> <li>Deduplicate output assets and detect content conflicts on emit (<a href="https://redirect.github.com/vercel/next.js/issues/92292">#92292</a>)</li> <li>Fix styled-jsx race condition: styles lost due to concurrent rendering (<a href="https://redirect.github.com/vercel/next.js/issues/92459">#92459</a>)</li> <li>turbo-tasks-backend: stability fixes for task cancellation and error handling (<a href="https://redirect.github.com/vercel/next.js/issues/92254">#92254</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/icyJoseph"><code>@​icyJoseph</code></a>, <a href="https://github.com/sokra"><code>@​sokra</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/d5f649b2f4affdad1009cb178c1e3b37f4f1ad3f"><code>d5f649b</code></a> v16.2.3</li> <li><a href="https://github.com/vercel/next.js/commit/28739286a88a83ab2d4e1899bdb4eb4ee7bee9a9"><code>2873928</code></a> [16.x] Avoid consuming cyclic models multiple times (<a href="https://redirect.github.com/vercel/next.js/issues/75">#75</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d7c77653602ae2009595cc71eb10f1b8828cc789"><code>d7c7765</code></a> [backport]: Ensure app-page reports stale ISR revalidation errors via onReque...</li> <li><a href="https://github.com/vercel/next.js/commit/c573e8c4f3208711f52bf3b64f5db238c9164762"><code>c573e8c</code></a> fix(server-hmr): metadata routes overwrite page runtime HMR handler (<a href="https://redirect.github.com/vercel/next.js/issues/92273">#92273</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/57b8f659060e1d0f202273a9ed9e56d40f1d1a9c"><code>57b8f65</code></a> next-core: deduplicate output assets and detect content conflicts on emit (<a href="https://redirect.github.com/vercel/next.js/issues/9">#9</a>...</li> <li><a href="https://github.com/vercel/next.js/commit/f158df18bd926d0c2165ad309bbb561d7e73e74a"><code>f158df1</code></a> Fix styled-jsx race condition: styles lost due to concurrent rendering (<a href="https://redirect.github.com/vercel/next.js/issues/92459">#92459</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/356d605b5831ffbe12ce9c9641e5e2e55d203523"><code>356d605</code></a> turbo-tasks-backend: stability fixes for task cancellation and error handling...</li> <li><a href="https://github.com/vercel/next.js/commit/3b77a6e2670ce81d686111b8e466eec612fa1867"><code>3b77a6e</code></a> Fix DashMap read-write self-deadlock in task_cache causing hangs (<a href="https://redirect.github.com/vercel/next.js/issues/92210">#92210</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b2f208ae98645d119a7e3388ab8a407005619dd8"><code>b2f208a</code></a> Backport: new view-transitions guide, update and fixes (<a href="https://redirect.github.com/vercel/next.js/issues/92264">#92264</a>)</li> <li>See full diff in <a href="https://github.com/vercel/next.js/compare/v16.2.2...v16.2.3">compare view</a></li> </ul> </details> <br /> Updates `react` from 19.2.4 to 19.2.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>19.2.5 (April 8th, 2026)</h2> <h2>React Server Components</h2> <ul> <li>Add more cycle protections (<a href="https://redirect.github.com/facebook/react/pull/36236">#36236</a> by <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@​unstubbable</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a> 19.2.5</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.5/packages/react">compare view</a></li> </ul> </details> <br /> Updates `react-dom` from 19.2.4 to 19.2.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-dom's releases</a>.</em></p> <blockquote> <h2>19.2.5 (April 8th, 2026)</h2> <h2>React Server Components</h2> <ul> <li>Add more cycle protections (<a href="https://redirect.github.com/facebook/react/pull/36236">#36236</a> by <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> and <a href="https://github.com/unstubbable"><code>@​unstubbable</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea"><code>23f4f9f</code></a> 19.2.5</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v19.2.5/packages/react-dom">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-a11y` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-a11y</code>'s releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <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> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/addons/a11y">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-docs` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-docs</code>'s releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-docs</code>'s changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/ee73b6504ae0f6e653d1ee05b1a9d5b2058b57ce"><code>ee73b65</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs/issues/34455">#34455</a> from seojcarlos/fix/remove-duplicate-words</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/addons/docs">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-onboarding` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-onboarding</code>'s releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-onboarding</code>'s changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/addons/onboarding">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-vitest` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-vitest</code>'s releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-vitest</code>'s changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/addons/vitest">compare view</a></li> </ul> </details> <br /> Updates `@storybook/nextjs-vite` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/nextjs-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/nextjs-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/frameworks/nextjs">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.5.2 to 25.6.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@vitest/browser-playwright` from 4.1.2 to 4.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/browser-playwright</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.4</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Default to text reporter <code>skipFull</code> if agent detected  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10018">vitest-dev/vitest#10018</a> <a href="https://github.com/vitest-dev/vitest/commit/53757804c"><!-- raw HTML omitted -->(53757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Expose <code>assertion</code> as a public field  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10095">vitest-dev/vitest#10095</a> <a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8"><!-- raw HTML omitted -->(a120e)<!-- raw HTML omitted --></a></li> <li>Support aria snapshot  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Claude Opus 4.6 (1M context)</strong>, <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9668">vitest-dev/vitest#9668</a> <a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc9"><!-- raw HTML omitted -->(d4fbb)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Add filterMeta option to json reporter  -  by <a href="https://github.com/nami8824"><code>@​nami8824</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10078">vitest-dev/vitest#10078</a> <a href="https://github.com/vitest-dev/vitest/commit/b77de968e"><!-- raw HTML omitted -->(b77de)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use &quot;black&quot; foreground for labeled terminal message to ensure contrast  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10076">vitest-dev/vitest#10076</a> <a href="https://github.com/vitest-dev/vitest/commit/203f07af7"><!-- raw HTML omitted -->(203f0)<!-- raw HTML omitted --></a></li> <li>Make <code>expect(..., message)</code> consistent as error message prefix  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10068">vitest-dev/vitest#10068</a> <a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4f"><!-- raw HTML omitted -->(a1b5f)<!-- raw HTML omitted --></a></li> <li>Do not hoist imports whose names match class properties .  -  by <a href="https://github.com/SunsetFi"><code>@​SunsetFi</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10093">vitest-dev/vitest#10093</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/10094">vitest-dev/vitest#10094</a> <a href="https://github.com/vitest-dev/vitest/commit/0fc4b47e0"><!-- raw HTML omitted -->(0fc4b)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Spread user server options into browser Vite server in project  -  by <a href="https://github.com/GoldStrikeArch"><code>@​GoldStrikeArch</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10049">vitest-dev/vitest#10049</a> <a href="https://github.com/vitest-dev/vitest/commit/65c9d55eb"><!-- raw HTML omitted -->(65c9d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.3...v4.1.4">View changes on GitHub</a></h5> <h2>v4.1.3</h2> <h3>   🚀 Experimental Features</h3> <ul> <li>Add <code>experimental.preParse</code> flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10070">vitest-dev/vitest#10070</a> <a href="https://github.com/vitest-dev/vitest/commit/7827363bd"><!-- raw HTML omitted -->(78273)<!-- raw HTML omitted --></a></li> <li>Support <code>browser.locators.exact</code> option  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10013">vitest-dev/vitest#10013</a> <a href="https://github.com/vitest-dev/vitest/commit/487990a19"><!-- raw HTML omitted -->(48799)<!-- raw HTML omitted --></a></li> <li>Add <code>TestAttachment.bodyEncoding</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9969">vitest-dev/vitest#9969</a> <a href="https://github.com/vitest-dev/vitest/commit/89ca0e254"><!-- raw HTML omitted -->(89ca0)<!-- raw HTML omitted --></a></li> <li>Support custom snapshot matcher  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Claude Sonnet 4.6</strong> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9973">vitest-dev/vitest#9973</a> <a href="https://github.com/vitest-dev/vitest/commit/59b0e6411"><!-- raw HTML omitted -->(59b0e)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Advance fake timers with <code>expect.poll</code> interval  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10022">vitest-dev/vitest#10022</a> <a href="https://github.com/vitest-dev/vitest/commit/3f5bfa365"><!-- raw HTML omitted -->(3f5bf)<!-- raw HTML omitted --></a></li> <li>Add <code>@vitest/coverage-v8</code> and <code>@vitest/coverage-istanbul</code> as optional dependency  -  by <a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10025">vitest-dev/vitest#10025</a> <a href="https://github.com/vitest-dev/vitest/commit/146d4f0a0"><!-- raw HTML omitted -->(146d4)<!-- raw HTML omitted --></a></li> <li>Fix <code>defineHelper</code> for webkit async stack trace + update playwright 1.59.0  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10036">vitest-dev/vitest#10036</a> <a href="https://github.com/vitest-dev/vitest/commit/5a5fa49fe"><!-- raw HTML omitted -->(5a5fa)<!-- raw HTML omitted --></a></li> <li>Fix suite hook throwing errors for unused auto test-scoped fixture  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10035">vitest-dev/vitest#10035</a> <a href="https://github.com/vitest-dev/vitest/commit/398657e8d"><!-- raw HTML omitted -->(39865)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Remove <code>JestExtendError.context</code> from verbose error reporting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9983">vitest-dev/vitest#9983</a> <a href="https://github.com/vitest-dev/vitest/commit/66751c9e8"><!-- raw HTML omitted -->(66751)<!-- raw HTML omitted --></a></li> <li>Don't leak &quot;runner&quot; types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10004">vitest-dev/vitest#10004</a> <a href="https://github.com/vitest-dev/vitest/commit/ec2045543"><!-- raw HTML omitted -->(ec204)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>snapshot</strong>: <ul> <li>Fix flagging obsolete snapshots for snapshot properties mismatch  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9986">vitest-dev/vitest#9986</a> <a href="https://github.com/vitest-dev/vitest/commit/6b869156b"><!-- raw HTML omitted -->(6b869)<!-- raw HTML omitted --></a></li> <li>Export custom snapshot matcher helper from <code>vitest</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10042">vitest-dev/vitest#10042</a> <a href="https://github.com/vitest-dev/vitest/commit/691d341fd"><!-- raw HTML omitted -->(691d3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Don't leak vite types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10005">vitest-dev/vitest#10005</a> <a href="https://github.com/vitest-dev/vitest/commit/fdff1bf9a"><!-- raw HTML omitted -->(fdff1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm</strong>: <ul> <li>Fix external module resolve error with deps optimizer query  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10024">vitest-dev/vitest#10024</a> <a href="https://github.com/vitest-dev/vitest/commit/9dbf47786"><!-- raw HTML omitted -->(9dbf4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.2...v4.1.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/ac04bac206f49d793e7277084f707aee718aa936"><code>ac04bac</code></a> chore: release v4.1.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2dc0d62eaf08d8acb1f5042fdb8ac5b4a19fdc73"><code>2dc0d62</code></a> chore: release v4.1.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5a5fa49feca7e7133d4326d84fd37e24f1a6b56b"><code>5a5fa49</code></a> fix: fix <code>defineHelper</code> for webkit async stack trace + update playwright 1.59...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/browser-playwright">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 4.1.2 to 4.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.4</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Default to text reporter <code>skipFull</code> if agent detected  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10018">vitest-dev/vitest#10018</a> <a href="https://github.com/vitest-dev/vitest/commit/53757804c"><!-- raw HTML omitted -->(53757)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>experimental</strong>: <ul> <li>Expose <code>assertion</code> as a public field  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10095">vitest-dev/vitest#10095</a> <a href="https://github.com/vitest-dev/vitest/commit/a120e3ab8"><!-- raw HTML omitted -->(a120e)<!-- raw HTML omitted --></a></li> <li>Support aria snapshot  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Claude Opus 4.6 (1M context)</strong>, <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9668">vitest-dev/vitest#9668</a> <a href="https://github.com/vitest-dev/vitest/commit/d4fbb5cc9"><!-- raw HTML omitted -->(d4fbb)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Add filterMeta option to json reporter  -  by <a href="https://github.com/nami8824"><code>@​nami8824</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10078">vitest-dev/vitest#10078</a> <a href="https://github.com/vitest-dev/vitest/commit/b77de968e"><!-- raw HTML omitted -->(b77de)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use &quot;black&quot; foreground for labeled terminal message to ensure contrast  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10076">vitest-dev/vitest#10076</a> <a href="https://github.com/vitest-dev/vitest/commit/203f07af7"><!-- raw HTML omitted -->(203f0)<!-- raw HTML omitted --></a></li> <li>Make <code>expect(..., message)</code> consistent as error message prefix  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10068">vitest-dev/vitest#10068</a> <a href="https://github.com/vitest-dev/vitest/commit/a1b5f0f4f"><!-- raw HTML omitted -->(a1b5f)<!-- raw HTML omitted --></a></li> <li>Do not hoist imports whose names match class properties .  -  by <a href="https://github.com/SunsetFi"><code>@​SunsetFi</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10093">vitest-dev/vitest#10093</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/10094">vitest-dev/vitest#10094</a> <a href="https://github.com/vitest-dev/vitest/commit/0fc4b47e0"><!-- raw HTML omitted -->(0fc4b)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Spread user server options into browser Vite server in project  -  by <a href="https://github.com/GoldStrikeArch"><code>@​GoldStrikeArch</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10049">vitest-dev/vitest#10049</a> <a href="https://github.com/vitest-dev/vitest/commit/65c9d55eb"><!-- raw HTML omitted -->(65c9d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.3...v4.1.4">View changes on GitHub</a></h5> <h2>v4.1.3</h2> <h3>   🚀 Experimental Features</h3> <ul> <li>Add <code>experimental.preParse</code> flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10070">vitest-dev/vitest#10070</a> <a href="https://github.com/vitest-dev/vitest/commit/7827363bd"><!-- raw HTML omitted -->(78273)<!-- raw HTML omitted --></a></li> <li>Support <code>browser.locators.exact</code> option  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10013">vitest-dev/vitest#10013</a> <a href="https://github.com/vitest-dev/vitest/commit/487990a19"><!-- raw HTML omitted -->(48799)<!-- raw HTML omitted --></a></li> <li>Add <code>TestAttachment.bodyEncoding</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9969">vitest-dev/vitest#9969</a> <a href="https://github.com/vitest-dev/vitest/commit/89ca0e254"><!-- raw HTML omitted -->(89ca0)<!-- raw HTML omitted --></a></li> <li>Support custom snapshot matcher  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Claude Sonnet 4.6</strong> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9973">vitest-dev/vitest#9973</a> <a href="https://github.com/vitest-dev/vitest/commit/59b0e6411"><!-- raw HTML omitted -->(59b0e)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Advance fake timers with <code>expect.poll</code> interval  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10022">vitest-dev/vitest#10022</a> <a href="https://github.com/vitest-dev/vitest/commit/3f5bfa365"><!-- raw HTML omitted -->(3f5bf)<!-- raw HTML omitted --></a></li> <li>Add <code>@vitest/coverage-v8</code> and <code>@vitest/coverage-istanbul</code> as optional dependency  -  by <a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10025">vitest-dev/vitest#10025</a> <a href="https://github.com/vitest-dev/vitest/commit/146d4f0a0"><!-- raw HTML omitted -->(146d4)<!-- raw HTML omitted --></a></li> <li>Fix <code>defineHelper</code> for webkit async stack trace + update playwright 1.59.0  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10036">vitest-dev/vitest#10036</a> <a href="https://github.com/vitest-dev/vitest/commit/5a5fa49fe"><!-- raw HTML omitted -->(5a5fa)<!-- raw HTML omitted --></a></li> <li>Fix suite hook throwing errors for unused auto test-scoped fixture  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10035">vitest-dev/vitest#10035</a> <a href="https://github.com/vitest-dev/vitest/commit/398657e8d"><!-- raw HTML omitted -->(39865)<!-- raw HTML omitted --></a></li> <li><strong>expect</strong>: <ul> <li>Remove <code>JestExtendError.context</code> from verbose error reporting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9983">vitest-dev/vitest#9983</a> <a href="https://github.com/vitest-dev/vitest/commit/66751c9e8"><!-- raw HTML omitted -->(66751)<!-- raw HTML omitted --></a></li> <li>Don't leak &quot;runner&quot; types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10004">vitest-dev/vitest#10004</a> <a href="https://github.com/vitest-dev/vitest/commit/ec2045543"><!-- raw HTML omitted -->(ec204)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>snapshot</strong>: <ul> <li>Fix flagging obsolete snapshots for snapshot properties mismatch  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9986">vitest-dev/vitest#9986</a> <a href="https://github.com/vitest-dev/vitest/commit/6b869156b"><!-- raw HTML omitted -->(6b869)<!-- raw HTML omitted --></a></li> <li>Export custom snapshot matcher helper from <code>vitest</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Codex</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10042">vitest-dev/vitest#10042</a> <a href="https://github.com/vitest-dev/vitest/commit/691d341fd"><!-- raw HTML omitted -->(691d3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Don't leak vite types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10005">vitest-dev/vitest#10005</a> <a href="https://github.com/vitest-dev/vitest/commit/fdff1bf9a"><!-- raw HTML omitted -->(fdff1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vm</strong>: <ul> <li>Fix external module resolve error with deps optimizer query  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Sonnet 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10024">vitest-dev/vitest#10024</a> <a href="https://github.com/vitest-dev/vitest/commit/9dbf47786"><!-- raw HTML omitted -->(9dbf4)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.2...v4.1.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/ac04bac206f49d793e7277084f707aee718aa936"><code>ac04bac</code></a> chore: release v4.1.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2dc0d62eaf08d8acb1f5042fdb8ac5b4a19fdc73"><code>2dc0d62</code></a> chore: release v4.1.3</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `chromatic` from 16.1.0 to 16.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/chromatic-cli/releases">chromatic's releases</a>.</em></p> <blockquote> <h2>v16.2.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Improve merge queue support <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1256">#1256</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li>test: improve chromatic-e2e related tests <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1273">#1273</a> (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>test: update Vitest to v4 <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1266">#1266</a> (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>Throw error on React Native projects using TurboSnap <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1267">#1267</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Ari Perkkiö (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md">chromatic's changelog</a>.</em></p> <blockquote> <h1>v16.2.0 (Thu Apr 09 2026)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Improve merge queue support <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1256">#1256</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li>test: improve chromatic-e2e related tests <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1273">#1273</a> (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>test: update Vitest to v4 <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1266">#1266</a> (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>Throw error on React Native projects using TurboSnap <a href="https://redirect.github.com/chromaui/chromatic-cli/pull/1267">#1267</a> (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Ari Perkkiö (<a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a>)</li> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chromaui/chromatic-cli/commit/25445f3e87763c6efddfb8aec6046f3a524bfa43"><code>25445f3</code></a> Bump version to: 16.2.0 [skip ci]</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/30f1752dc3e02fdd22b2ddc1e68b9bc6794b7c9a"><code>30f1752</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/e3492222b4eed3010e322a02ec4ac8f02e666eb8"><code>e349222</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/chromatic-cli/issues/1256">#1256</a> from chromaui/cody/cap-4234-cli-remove-existing-merg...</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/2ee952f1fd17c7dc3ab4b982139fe388f7a525ee"><code>2ee952f</code></a> Do string comparison once for merge queues</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/452d44831e65098a0beafee0306c4864ecfee386"><code>452d448</code></a> Lock lodash version</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/2b801623fc43a653979beef751cd40e4720dd2c9"><code>2b80162</code></a> Default <code>exitZeroOnChanges</code> to false for merge queue runs</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/dd08105f91634f447ba59edf93287552a6a8531d"><code>dd08105</code></a> Cleanup unused functions</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/5f8d669803949e47a970fcb606117bda4f7c86dc"><code>5f8d669</code></a> Remove merge queue parsing</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/186b70dd73665ed8eee3303edee20969d4327c33"><code>186b70d</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/chromatic-cli/issues/1273">#1273</a> from chromaui/ari/test-improve-e2e-pkg-tests</li> <li><a href="https://github.com/chromaui/chromatic-cli/commit/36f30f11bb97953abceb6ae8e6e461f75afb5db6"><code>36f30f1</code></a> test: review fixes</li> <li>Additional commits viewable in <a href="https://github.com/chromaui/chromatic-cli/compare/v16.1.0...v16.2.0">compare view</a></li> </ul> </details> <br /> Updates `cypress` from 15.13.0 to 15.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v15.13.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-1">https://docs.cypress.io/app/references/changelog#15-13-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/ab6082263b66c16e70a475d476fb622fe33ef9da"><code>ab60822</code></a> chore: release cypress app 15.3.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33571">#33571</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5fa065727223f13113740e2c795f8121ed435a95"><code>5fa0657</code></a> chore(deps): update dependency cypress-example-kitchensink to 6.0.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33549">#33549</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0ff43c1789bebb9c0a58451431e8f080f5dc142a"><code>0ff43c1</code></a> chore(npm/react): migrate to <code>@​packages/eslint-config</code> (<a href="https://redirect.github.com/cypress-io/cypress/issues/33426">#33426</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/44fd8b95dd1c91bd9392b383e7a7e1eb6ad86fb4"><code>44fd8b9</code></a> perf: skip git status and git log calls in run mode (<a href="https://redirect.github.com/cypress-io/cypress/issues/33552">#33552</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/80e20d26d9afb66d9ac336bac61e974ed9d181f8"><code>80e20d2</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/33557">#33557</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/532979a63aa901339eb8f17741ab6b5b4ed1db1e"><code>532979a</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33562">#33562</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/58bbebcbcd6d685956dd9bcd3bf58d93bac5f998"><code>58bbebc</code></a> chore(deps): update actions/setup-node action to v5 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33544">#33544</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d6114cbfabd2b6a023e390dee8e4ae44c67cc0b5"><code>d6114cb</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33547">#33547</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28441711af2f61796bf27f6cc7a1fd129166ea62"><code>2844171</code></a> dependency: Upgrade node-forge to ^1.4.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33546">#33546</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/60325bb11fa1043b240d1fee7c81e157c9d2cd0b"><code>60325bb</code></a> fix: reject cy.intercept delay values &gt;= 2^31 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33377">#33377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.13.0...v15.13.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 16.2.2 to 16.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v16.2.3</h2> <blockquote> <p>[!NOTE] This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see <a href="https://vercel.com/changelog/summary-of-cve-2026-23869">https://vercel.com/changelog/summary-of-cve-2026-23869</a>. The release does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Ensure app-page reports stale ISR revalidation errors via onRequestError (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/92282">#92282</a>)</li> <li>Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/91981">#91981</a> through <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/92273">#92273</a>)</li> <li>Deduplicate output assets and detect content conflicts on emit (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/92292">#92292</a>)</li> <li>Fix styled-jsx race condition: styles lost due to concurrent rendering (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/92459">#92459</a>)</li> <li>turbo-tasks-backend: stability fixes for task cancellation and error handling (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/92254">#92254</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/icyJoseph"><code>@​icyJoseph</code></a>, <a href="https://github.com/sokra"><code>@​sokra</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> and <a href="https://github.com/ztanner"><code>@​ztanner</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/d5f649b2f4affdad1009cb178c1e3b37f4f1ad3f"><code>d5f649b</code></a> v16.2.3</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v16.2.3/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-storybook` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">eslint-plugin-storybook's releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">eslint-plugin-storybook's changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v10.3.5/code/lib/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `msw` from 2.12.14 to 2.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v2.13.2 (2026-04-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>delay:</strong> prevent <code>infinite</code> mode from throwing (<a href="https://redirect.github.com/mswjs/msw/issues/2697">#2697</a>) (613d4a1d6cd96e006af126d6a13e32e884f48733) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li> </ul> <h2>v2.13.1 (2026-04-07)</h2> <h3>Bug Fixes</h3> <ul> <li>annotate life-cycle events correctly (<a href="https://redirect.github.com/mswjs/msw/issues/2694">#2694</a>) (e7890e91627c828bd4d788f09e179bffbc8a8506) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li> </ul> <h2>v2.13.0 (2026-04-06)</h2> <h3>Features</h3> <ul> <li><strong>use the network source architecture</strong> (<code>defineNetwork</code>) (<a href="https://redirect.github.com/mswjs/msw/issues/2650">#2650</a>) (2b73790082d412580047c430519340958025226d) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a> <a href="https://github.com/felmonon"><code>@​felmonon</code></a></li> <li>handlers are now grouped internally by kind, making handler lookup a O(1) operation.</li> <li>handlers filtering no longer uses an <code>instanceof</code> check. Instead, the <code>kind</code> property of the handler is used.</li> </ul> <h3>Bug fixes</h3> <ul> <li>fix an issue where a WebSocket connection would be logged in the console even when there are no matching event handlers for it.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/33bf349a023b9f32adf70a81f00cb4beb1f64751"><code>33bf349</code></a> chore(release): v2.13.2</li> <li><a href="https://github.com/mswjs/msw/commit/613d4a1d6cd96e006af126d6a13e32e884f48733"><code>613d4a1</code></a> fix(delay): prevent <code>infinite</code> mode from throwing (<a href="https://redirect.github.com/mswjs/msw/issues/2697">#2697</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/89adbf8abae0fc975ef2ba67ae1e35cded52c089"><code>89adbf8</code></a> chore(release): v2.13.1</li> <li><a href="https://github.com/mswjs/msw/commit/e7890e91627c828bd4d788f09e179bffbc8a8506"><code>e7890e9</code></a> fix: annotate life-cycle events correctly (<a href="https://redirect.github.com/mswjs/msw/issues/2694">#2694</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/e79b04f6cef2e821029c9a322d4b676924c0b037"><code>e79b04f</code></a> chore(release): v2.13.0</li> <li><a href="https://github.com/mswjs/msw/commit/2b73790082d412580047c430519340958025226d"><code>2b73790</code></a> feat: use the network source architecture (<code>defineNetwork</code>) (<a href="https://redirect.github.com/mswjs/msw/issues/2650">#2650</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/dd5dc3d00754d2709169cfaf552e0d52d1f3a95b"><code>dd5dc3d</code></a> chore: ignore <code>*.tsbuildinfo</code> files</li> <li><a href="https://github.com/mswjs/msw/commit/ef56f844d69983a87057b04c65d62166985b123b"><code>ef56f84</code></a> chore: add support for windows builds (<a href="https://redirect.github.com/mswjs/msw/issues/2651">#2651</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/6a8d25d60444d95684b0162dfee26c8a12235814"><code>6a8d25d</code></a> test(fallback-mode): move worker to the test (<a href="https://redirect.github.com/mswjs/msw/issues/2680">#2680</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.12.14...v2.13.2">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.5.8 to 8.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.9</h2> <ul> <li>Speed up source map encoding paring in case of the error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/fe88ac29c06b7b218be32994cdc6ca1525bdf2c9"><code>fe88ac2</code></a> Release 8.5.9 version</li> <li><a href="https://github.com/postcss/postcss/commit/c551632496b87ab3f1965bfda5dc386b6c71963e"><code>c551632</code></a> Avoid RegExp when we can use simple JS</li> <li><a href="https://github.com/postcss/postcss/commit/89a6b744060eb8dee743351c785a9fbe37d4525a"><code>89a6b74</code></a> Move SECURITY.txt for docs folder to keep GitHub page cleaner</li> <li><a href="https://github.com/postcss/postcss/commit/6ceb8a46af9f9de821faee98f861bdf84617347b"><code>6ceb8a4</code></a> Create SECURITY.md</li> <li><a href="https://github.com/postcss/postcss/commit/02ccae6bc359ee386f84d8fbc36eb423acbdbc3f"><code>02ccae6</code></a> Another way to fix CI with .ts ext in tests on old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/2c36658c7cd4ffee4d42fafd0a501b9c13b63a52"><code>2c36658</code></a> Another way to fix CI with TS on old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/b90600361f33a3834fd708831819cb1106590908"><code>b906003</code></a> Another way to fix CI with old Node.js</li> <li><a href="https://github.com/postcss/postcss/commit/04d32cdc69ac598fcd33d3d748de12c4c32e83fb"><code>04d32cd</code></a> Fix another issue with Node.js 10 on CI</li> <li><a href="https://github.com/postcss/postcss/commit/df86cdfff016205260901394432574ecd2a2fa65"><code>df86cdf</code></a> Try to fix Node.js 10 on CI</li> <li><a href="https://github.com/postcss/postcss/commit/82bec0dd8e194f653743f606e6a2b7e27cde9088"><code>82bec0d</code></a> Move to oxfmt</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.8...8.5.9">compare view</a></li> </ul> </details> <br /> Updates `start-server-and-test` from 3.0.0 to 3.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bahmutov/start-server-and-test/releases">start-server-and-test's releases</a>.</em></p> <blockquote> <h2>v3.0.2</h2> <h2><a href="https://github.com/bahmutov/start-server-and-test/compare/v3.0.1...v3.0.2">3.0.2</a> (2026-04-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update wait-on to 9.0.5 (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/462">#462</a>) (<a href="https://github.com/bahmutov/start-server-and-test/commit/1156b8130de885e31b8db820a8ebe987c490a83a">1156b81</a>)</li> </ul> <h2>v3.0.1</h2> <h2><a href="https://github.com/bahmutov/start-server-and-test/compare/v3.0.0...v3.0.1">3.0.1</a> (2026-04-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> pin arg to 5.0.2 (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/461">#461</a>) (<a href="https://github.com/bahmutov/start-server-and-test/commit/799d88143914b09bcf1efe2ccc824e8e06761f18">799d881</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/1156b8130de885e31b8db820a8ebe987c490a83a"><code>1156b81</code></a> fix(deps): update wait-on to 9.0.5 (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/462">#462</a>)</li> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/799d88143914b09bcf1efe2ccc824e8e06761f18"><code>799d881</code></a> fix(deps): pin arg to 5.0.2 (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/461">#461</a>)</li> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/6e4099589a231604777aeae064c24287e506de38"><code>6e40995</code></a> chore(renovate): restrict lazy-ass to &lt;2 for compatibility (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/460">#460</a>)</li> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/bc13bbe09d78d9d9a15d179c6324053a5ba12e05"><code>bc13bbe</code></a> chore(renovate): restrict execa to &lt;6 for CommonJS compatibility (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/457">#457</a>)</li> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/df0ead10e8d9011506abfa70315ea10a6b030476"><code>df0ead1</code></a> docs: update Renovate badge in README (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/456">#456</a>)</li> <li><a href="https://github.com/bahmutov/start-server-and-test/commit/7c434e0c43c7a9f9e722ba4cdc0ff4b75e68b009"><code>7c434e0</code></a> docs: remove code style: standard linting badge from README (<a href="https://redirect.github.com/bahmutov/start-server-and-test/issues/455">#455</a>)</li> <li>See full diff in <a href="https://github.com/bahmutov/start-server-and-test/compare/v3.0.0...v3.0.2">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 10.3.4 to 10.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v10.3.5</h2> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>10.3.5</h2> <ul> <li>Core: Disable component manifest by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/34408">#34408</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> </ul> <blockquote> <p>[!NOTE] <a href="https://github.com/storybookjs/mcp/releases/tag/%40storybook%2Faddon-mcp%400.5.0">Version &gt;=0.5.0 of <code>@storybook/addon-mcp</code></a> enables component manifests again. If you're upgrading Storybook from version &gt;= 10.3.0 to &gt;= 10.3.5 and are using the MCP addon, you should also upgrade <code>@storybook/addon-mcp</code> to keep the docs toolset in the MCP server.</p> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/e486d3826bcd40c52db1c766966d1c8ec16df6cb"><code>e486d38</code></a> Bump version from &quot;10.3.4&quot; to &quot;10.3.5&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/0b3ac65016ca2ab821253d99d10175ff4027d99f"><code>0b3ac65</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/core/issues/34408">#34408</a> from storybookjs/yann/disable-component-manifest-de...</li> <li><a href="https://github.com/storybookjs/storybook/commit/ee73b6504ae0f6e653d1ee05b1a9d5b2058b57ce"><code>ee73b65</code></a> Merge pull request <a href="https://g…
1 parent fa78d4c commit 3674a52

2 files changed

Lines changed: 370 additions & 357 deletions

File tree

0 commit comments

Comments
 (0)