dependabot[bot] opened a new pull request, #33647: URL: https://github.com/apache/superset/pull/33647
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 8.1.11 to 9.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-actions</code>'s releases</a>.</em></p> <blockquote> <h2>v9.0.3</h2> <h2>9.0.3</h2> <ul> <li>Addon-Vitest: Properly merge configs - <a href="https://redirect.github.com/storybookjs/storybook/pull/31629">#31629</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Angular: Support v20 - <a href="https://redirect.github.com/storybookjs/storybook/pull/31611">#31611</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Update VTA version range for storybook init - <a href="https://redirect.github.com/storybookjs/storybook/pull/31612">#31612</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <h2>v9.0.2</h2> <h2>9.0.2</h2> <ul> <li>CLI: Respect --skip-install in postinstall scripts - <a href="https://redirect.github.com/storybookjs/storybook/pull/31605">#31605</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> </ul> <h2>v9.0.1</h2> <h2>9.0.1</h2> <ul> <li>Angular: Include 20.x in version range - <a href="https://redirect.github.com/storybookjs/storybook/pull/31602">#31602</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>CLI: Update React Native init generator for v9 - <a href="https://redirect.github.com/storybookjs/storybook/pull/31600">#31600</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>React Native Web: Include expo in babel transforms - <a href="https://redirect.github.com/storybookjs/storybook/pull/31607">#31607</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Fix storybook version and add test run events - <a href="https://redirect.github.com/storybookjs/storybook/pull/31473">#31473</a>, thanks <a href="https://github.com/tmeasday"><code>@tmeasday</code></a>!</li> </ul> <h2>v9.0.0</h2> <h2>9.0.0</h2> <h4>Storybook 9.0 is here</h4> <p>This is a huge release focused on testing and bundle size.</p> <ul> <li>Component testing <ul> <li>👆 Interactions</li> <li>♿️ Accessibility</li> <li>👁️ Visual changes</li> <li>🛡️ Coverage</li> </ul> </li> <li>🪶 48% lighter bundle</li> <li>🏷️ Tags-based organization</li> <li>🌐 Story globals</li> <li>🏗️ Major upgrades: Svelte, Next, React Native, Angular</li> </ul> <p>Please checkout our <a href="https://storybook.js.org/docs/migration-guide">Migration guide</a> to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions/blob/HEAD/CHANGELOG.prerelease.md">9.0 prerelease changelogs</a></p> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add <code>linkPath</code> to Axe results and use it in copy link action - <a href="https://redirect.github.com/storybookjs/storybook/pull/31009">#31009</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon A11y: Fix setup as part of storybook create - <a href="https://redirect.github.com/storybookjs/storybook/pull/31403">#31403</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Fix usage of axe-core in pnpm projects - <a href="https://redirect.github.com/storybookjs/storybook/pull/31422">#31422</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Fix various issues and inconsistencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/31432">#31432</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon A11y: Improve selector automigration detection - <a href="https://redirect.github.com/storybookjs/storybook/pull/31392">#31392</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Only run checks in story mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/30976">#30976</a>, thanks <a href="https://github.com/kroeder"><code>@kroeder</code></a>!</li> <li>Addon A11y: Provide full report in a11y manual runs - <a href="https://redirect.github.com/storybookjs/storybook/pull/31325">#31325</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Use short titles and friendly summary messages in A11y report - <a href="https://redirect.github.com/storybookjs/storybook/pull/31185">#31185</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-actions</code>'s changelog</a>.</em></p> <blockquote> <h2>9.0.3</h2> <ul> <li>Addon-Vitest: Properly merge configs - <a href="https://redirect.github.com/storybookjs/storybook/pull/31629">#31629</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Angular: Support v20 - <a href="https://redirect.github.com/storybookjs/storybook/pull/31611">#31611</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>CLI: Update VTA version range for storybook init - <a href="https://redirect.github.com/storybookjs/storybook/pull/31612">#31612</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <h2>9.0.2</h2> <ul> <li>CLI: Respect --skip-install in postinstall scripts - <a href="https://redirect.github.com/storybookjs/storybook/pull/31605">#31605</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> </ul> <h2>9.0.1</h2> <ul> <li>Angular: Include 20.x in version range - <a href="https://redirect.github.com/storybookjs/storybook/pull/31602">#31602</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>CLI: Update React Native init generator for v9 - <a href="https://redirect.github.com/storybookjs/storybook/pull/31600">#31600</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>React Native Web: Include expo in babel transforms - <a href="https://redirect.github.com/storybookjs/storybook/pull/31607">#31607</a>, thanks <a href="https://github.com/dannyhw"><code>@dannyhw</code></a>!</li> <li>Telemetry: Fix storybook version and add test run events - <a href="https://redirect.github.com/storybookjs/storybook/pull/31473">#31473</a>, thanks <a href="https://github.com/tmeasday"><code>@tmeasday</code></a>!</li> </ul> <h2>9.0.0</h2> <h4>Storybook 9.0 is here</h4> <p>This is a huge release focused on testing and bundle size.</p> <ul> <li>Component testing <ul> <li>👆 Interactions</li> <li>♿️ Accessibility</li> <li>👁️ Visual changes</li> <li>🛡️ Coverage</li> </ul> </li> <li>🪶 48% lighter bundle</li> <li>🏷️ Tags-based organization</li> <li>🌐 Story globals</li> <li>🏗️ Major upgrades: Svelte, Next, React Native, Angular</li> </ul> <p>Please checkout our <a href="https://storybook.js.org/docs/9/migration-guide">Migration guide</a> to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.prerelease.md">9.0 prerelease changelogs</a></p> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add <code>linkPath</code> to Axe results and use it in copy link action - <a href="https://redirect.github.com/storybookjs/storybook/pull/31009">#31009</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon A11y: Fix setup as part of storybook create - <a href="https://redirect.github.com/storybookjs/storybook/pull/31403">#31403</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Fix usage of axe-core in pnpm projects - <a href="https://redirect.github.com/storybookjs/storybook/pull/31422">#31422</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Fix various issues and inconsistencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/31432">#31432</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon A11y: Improve selector automigration detection - <a href="https://redirect.github.com/storybookjs/storybook/pull/31392">#31392</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Only run checks in story mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/30976">#30976</a>, thanks <a href="https://github.com/kroeder"><code>@kroeder</code></a>!</li> <li>Addon A11y: Provide full report in a11y manual runs - <a href="https://redirect.github.com/storybookjs/storybook/pull/31325">#31325</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon A11y: Use short titles and friendly summary messages in A11y report - <a href="https://redirect.github.com/storybookjs/storybook/pull/31185">#31185</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Controls: Fix loading state UI in addon panel - <a href="https://redirect.github.com/storybookjs/storybook/pull/31168">#31168</a>, thanks <a href="https://github.com/iineineno03k"><code>@iineineno03k</code></a>!</li> <li>Addon Docs: Fix <code>layout: centered</code> in conjunction with <code>inline: false</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/31430">#31430</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Docs: Fix docs-content overflow with TOC - <a href="https://redirect.github.com/storybookjs/storybook/pull/27167">#27167</a>, thanks <a href="https://github.com/njsokol"><code>@njsokol</code></a>!</li> <li>Addon Docs: Fix iframe content width in centered layout - <a href="https://redirect.github.com/storybookjs/storybook/pull/31320">#31320</a>, thanks <a href="https://github.com/Audie80"><code>@Audie80</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/7cbe162e0046c4ed4bd1145fe13a5358eba2afc6"><code>7cbe162</code></a> Bump version from "9.0.2" to "9.0.3" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/371930b2d69c38b8bf1b0ebd68bddfd3842e11fc"><code>371930b</code></a> Bump version from "9.0.1" to "9.0.2" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/9879693eb5128bb26ce5d6f4d1b47f3be114108b"><code>9879693</code></a> Bump version from "9.0.0" to "9.0.1" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/5dd81ae54583e9d445c515fa6640f26de0056592"><code>5dd81ae</code></a> Bump version from "9.0.0-rc.5" to "9.0.0" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/fd3356ca52c34c19c1955bb7d87ae76b35c16a71"><code>fd3356c</code></a> Bump version from "9.0.0-rc.4" to "9.0.0-rc.5" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/0f1d97bcff8dcc47c952ba26628485aa48d9114d"><code>0f1d97b</code></a> Bump version from "9.0.0-rc.3" to "9.0.0-rc.4" [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/338f92fde0a6a07fc7023d5bd7a2973d25638c50"><code>338f92f</code></a> Update package.json files</li> <li><a href="https://github.com/storybookjs/storybook/commit/01d338949b744500c90751cddeb2e7961d0335ee"><code>01d3389</code></a> Addons: Add shim Storybook addons for previously removed addons</li> <li><a href="https://github.com/storybookjs/storybook/commit/2a0b997eb173e60226067e51cae718f4cf2c74fd"><code>2a0b997</code></a> Core: Move <code>@storybook/addon-actions</code> into core</li> <li><a href="https://github.com/storybookjs/storybook/commit/9ab636123df9060f5b90ccbace5121e6f3662fb1"><code>9ab6361</code></a> Merge remote-tracking branch 'origin/next' into valentin/move-lib-test-into-core</li> <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v9.0.3/code/addons/actions">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~storybook-bot">storybook-bot</a>, a new releaser for <code>@storybook/addon-actions</code> since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org