Bumps the development-dependencies group with 15 updates in the /autogpt_platform/frontend directory: | Package | From | To | | --- | --- | --- | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `3.2.3` | `3.2.4` | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.4.7` | `8.5.0` | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.7` | `8.5.0` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.4.7` | `8.5.0` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.7` | `8.5.0` | | [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `8.4.7` | `8.5.0` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.4.7` | `8.5.0` | | [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `8.4.7` | `8.5.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.7` | | [chromatic](https://github.com/chromaui/chromatic-cli) | `11.22.0` | `11.25.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.3` | `15.1.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.10` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.7` | `8.5.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` | Updates `@chromatic-com/storybook` from 3.2.3 to 3.2.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/v3.2.4/CHANGELOG.md"><code>@chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v3.2.4 (Fri Jan 17 2025)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Remove the connection timeout notification <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/351">#351</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Set up Codecov <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/350">#350</a> (<a href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Paul Elliott (<a href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a490548df4"><code>a490548</code></a> Bump version to: 3.2.4 [skip ci]</li> <li><a href="d86ecff42c"><code>d86ecff</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="dcee16503c"><code>dcee165</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/351">#351</a> from chromaui/valentin/remove-connection-timeout-noti...</li> <li><a href="127a468c9e"><code>127a468</code></a> Remove the connection timeout notification</li> <li><a href="a7a43dae6d"><code>a7a43da</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/350">#350</a> from chromaui/set-up-codecov</li> <li><a href="8499c6a425"><code>8499c6a</code></a> Upload coverage reports to Codecov</li> <li><a href="476a673686"><code>476a673</code></a> Set up vitest coverage reporting</li> <li><a href="74d3d8d575"><code>74d3d8d</code></a> Update vitest to 2.1.8</li> <li>See full diff in <a href="https://github.com/chromaui/addon-visual-tests/compare/v3.2.3...v3.2.4">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-a11y` from 8.4.7 to 8.5.0 <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>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Fix run request while booting or restarting Vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Handle undefined storyId - <a href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="92770672e5"><code>9277067</code></a> Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]</li> <li><a href="d8fe93ac1b"><code>d8fe93a</code></a> Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]</li> <li><a href="426586d37a"><code>426586d</code></a> Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]</li> <li><a href="6b337506e7"><code>6b33750</code></a> Addon A11y: Change default element selector</li> <li><a href="a6a633a61e"><code>a6a633a</code></a> Merge branch 'next-release' into next</li> <li><a href="b607dbe575"><code>b607dbe</code></a> Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]</li> <li><a href="7e75f73809"><code>7e75f73</code></a> Merge remote-tracking branch 'origin/next' into valentin/a11y-refactorings</li> <li><a href="3b979ee412"><code>3b979ee</code></a> Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]</li> <li><a href="21b452ac9e"><code>21b452a</code></a> Rename a11ytest tag to a11y-test</li> <li><a href="8de05db935"><code>8de05db</code></a> Enhance post-install script to inherit stdio for better logging during addon ...</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.5.0/code/addons/a11y">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-essentials` from 8.4.7 to 8.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <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> <blockquote> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Fix run request while booting or restarting Vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Handle undefined storyId - <a href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="92770672e5"><code>9277067</code></a> Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]</li> <li><a href="d8fe93ac1b"><code>d8fe93a</code></a> Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]</li> <li><a href="426586d37a"><code>426586d</code></a> Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]</li> <li><a href="b607dbe575"><code>b607dbe</code></a> Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]</li> <li><a href="3b979ee412"><code>3b979ee</code></a> Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]</li> <li><a href="2b9f1cfc16"><code>2b9f1cf</code></a> Bump version from "8.5.0-beta.6" to "8.5.0-beta.7" [skip ci]</li> <li><a href="91f53fdf55"><code>91f53fd</code></a> Bump version from "8.5.0-beta.5" to "8.5.0-beta.6" [skip ci]</li> <li><a href="ef9ee273d6"><code>ef9ee27</code></a> Bump version from "8.5.0-beta.4" to "8.5.0-beta.5" [skip ci]</li> <li><a href="cf555266f5"><code>cf55526</code></a> Bump version from "8.5.0-beta.3" to "8.5.0-beta.4" [skip ci]</li> <li><a href="df37d0880e"><code>df37d08</code></a> Bump version from "8.5.0-beta.2" to "8.5.0-beta.3" [skip ci]</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.5.0/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.4.7 to 8.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <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> <blockquote> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Fix run request while booting or restarting Vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Handle undefined storyId - <a href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="92770672e5"><code>9277067</code></a> Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]</li> <li><a href="e447db6537"><code>e447db6</code></a> Merge branch 'next' into jeppe/fix-interactions-removal</li> <li><a href="1a0d0eaa34"><code>1a0d0ea</code></a> move addon order check from preset.js to dist/preset.js</li> <li><a href="d8fe93ac1b"><code>d8fe93a</code></a> Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]</li> <li><a href="426586d37a"><code>426586d</code></a> Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]</li> <li><a href="b607dbe575"><code>b607dbe</code></a> Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]</li> <li><a href="3b979ee412"><code>3b979ee</code></a> Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]</li> <li><a href="2b9f1cfc16"><code>2b9f1cf</code></a> Bump version from "8.5.0-beta.6" to "8.5.0-beta.7" [skip ci]</li> <li><a href="91f53fdf55"><code>91f53fd</code></a> Bump version from "8.5.0-beta.5" to "8.5.0-beta.6" [skip ci]</li> <li><a href="ef9ee273d6"><code>ef9ee27</code></a> Bump version from "8.5.0-beta.4" to "8.5.0-beta.5" [skip ci]</li> <li>Additional ... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
AutoGPT: Build, Deploy, and Run AI Agents
AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.
Hosting Options
- Download to self-host
- Join the Waitlist for the cloud-hosted beta
How to Setup for Self-Hosting
Note
Setting up and hosting the AutoGPT Platform yourself is a technical process. If you'd rather something that just works, we recommend joining the waitlist for the cloud-hosted beta.
https://github.com/user-attachments/assets/d04273a5-b36a-4a37-818e-f631ce72d603
This tutorial assumes you have Docker, VSCode, git and npm installed.
🧱 AutoGPT Frontend
The AutoGPT frontend is where users interact with our powerful AI automation platform. It offers multiple ways to engage with and leverage our AI agents. This is the interface where you'll bring your AI automation ideas to life:
Agent Builder: For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.
Workflow Management: Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.
Deployment Controls: Manage the lifecycle of your agents, from testing to production.
Ready-to-Use Agents: Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.
Agent Interaction: Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.
Monitoring and Analytics: Keep track of your agents' performance and gain insights to continually improve your automation processes.
Read this guide to learn how to build your own custom blocks.
💽 AutoGPT Server
The AutoGPT Server is the powerhouse of our platform This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously. It contains all the essential components that make AutoGPT run smoothly.
Source Code: The core logic that drives our agents and automation processes.
Infrastructure: Robust systems that ensure reliable and scalable performance.
Marketplace: A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.
🐙 Example Agents
Here are two examples of what you can do with AutoGPT:
-
Generate Viral Videos from Trending Topics
- This agent reads topics on Reddit.
- It identifies trending topics.
- It then automatically creates a short-form video based on the content.
-
Identify Top Quotes from Videos for Social Media
- This agent subscribes to your YouTube channel.
- When you post a new video, it transcribes it.
- It uses AI to identify the most impactful quotes to generate a summary.
- Then, it writes a post to automatically publish to your social media.
These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.
Mission and Licencing
Our mission is to provide the tools, so that you can focus on what matters:
- 🏗️ Building - Lay the foundation for something amazing.
- 🧪 Testing - Fine-tune your agent to perfection.
- 🤝 Delegating - Let AI work for you, and have your ideas come to life.
Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.
📖 Documentation | 🚀 Contributing
Licensing:
MIT License: The majority of the AutoGPT repository is under the MIT License.
Polyform Shield License: This license applies to the autogpt_platform folder.
For more information, see https://agpt.co/blog/introducing-the-autogpt-platform
🤖 AutoGPT Classic
Below is information about the classic version of AutoGPT.
🛠️ Build your own Agent - Quickstart
🏗️ Forge
Forge your own agent! – Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from forge can also be used individually to speed up development and reduce boilerplate in your agent project.
🚀 Getting Started with Forge – This guide will walk you through the process of creating your own agent and using the benchmark and user interface.
📘 Learn More about Forge
🎯 Benchmark
Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.
📦 agbenchmark on Pypi
|
📘 Learn More about the Benchmark
💻 UI
Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.
The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!
📘 Learn More about the Frontend
⌨️ CLI
To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:
$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
agent Commands to create, start and stop agents
benchmark Commands to start the benchmark and list tests and categories
setup Installs dependencies needed for your system.
Just clone the repo, install dependencies with ./run setup, and you should be good to go!
🤔 Questions? Problems? Suggestions?
Get help - Discord 💬
To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn’t created an issue for the same topic.
🤝 Sister projects
🔄 Agent Protocol
To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.