dependabot[bot] opened a new pull request, #34445:
URL: https://github.com/apache/superset/pull/34445

   Bumps 
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
 from 8.1.11 to 9.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/addon-links</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v9.1.0</h2>
   <h2>9.1.0</h2>
   <p>Storybook 9.1 is packed with new features and improvements to enhance 
accessibility, streamline testing, and make your development workflow even 
smoother!</p>
   <p>🚀 Improved upgrade command with monorepo support for seamless upgrades
   đź…° Angular fixes for Tailwind 4, cache busting, and zoneless compatibility
   đź§Ş <code>sb.mock</code> API and Automocking: one-line module mocking to 
simplify your testing workflow
   đź§Ş Favicon shows test run status for quick visual feedback
   ⚛️ Easier configuration for React Native projects
   🔥 Auto-abort play functions on HMR to avoid unwanted side effects
   🏗️ Improved CSF factories API for type safe story definitions
   ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, 
mobile &amp; more
   đź’Ż Dozens more fixes and improvements based on community feedback!</p>
   <!-- raw HTML omitted -->
   <ul>
   <li>A11y: Improved toolbar a11y by fixing semantics - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/28672";>#28672</a>, 
thanks <a href="https://github.com/mehm8128";><code>@​mehm8128</code></a>!</li>
   <li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/31809";>#31809</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Angular: Bundle using TSup - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31690";>#31690</a>, 
thanks <a href="https://github.com/ndelangen";><code>@​ndelangen</code></a>!</li>
   <li>Angular: Prevent directory import in Angular builders - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32012";>#32012</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Automigration: Await updateMainConfig in removeEssentials - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32140";>#32140</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Builder-Vite: Fix logic related to setting allowedHosts when IP address 
used - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31472";>#31472</a>, 
thanks <a href="https://github.com/JSMike";><code>@​JSMike</code></a>!</li>
   <li>Controls: Improve the accessibility of the object control - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31581";>#31581</a>, 
thanks <a href="https://github.com/Sidnioulz";><code>@​Sidnioulz</code></a>!</li>
   <li>Core: Abort play function on HMR - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31542";>#31542</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Avoid pausing animations in non-Vitest Playwright environments - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32123";>#32123</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax 
type fix - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31823";>#31823</a>, 
thanks <a 
href="https://github.com/alcpereira";><code>@​alcpereira</code></a>!</li>
   <li>Core: Fix aria-controls attribute on sidebar nodes to include all 
children - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31491";>#31491</a>, 
thanks <a href="https://github.com/candrepa1";><code>@​candrepa1</code></a>!</li>
   <li>Core: Fix horizontal scrollbar covering part of the toolbar - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31704";>#31704</a>, 
thanks <a href="https://github.com/Sidnioulz";><code>@​Sidnioulz</code></a>!</li>
   <li>Core: Fix moving log file across drives and projectRoot detection on 
Windows - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32020";>#32020</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Prevent interactions panel from flickering and showing incorrect 
state - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32150";>#32150</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Serve dynamic favicon based on testing module status - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31763";>#31763</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Support container queries in addon panels - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/23261";>#23261</a>, 
thanks <a 
href="https://github.com/neil-morrison44";><code>@​neil-morrison44</code></a>!</li>
   <li>CSF Factories: Add parameters/globals types, <code>extend</code> API, 
portable stories - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/30601";>#30601</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Improve controls parameters - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31745";>#31745</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Improve docs parameter types - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31736";>#31736</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Only add preview annotations to definePreview in csf-factories 
automigration - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31727";>#31727</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>Docs: Update <code>@​storybook/icons</code> - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32144";>#32144</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Docs: Update <code>react-element-to-jsx-string</code> - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31170";>#31170</a>, 
thanks <a href="https://github.com/7rulnik";><code>@​7rulnik</code></a>!</li>
   <li>Init: Exclude mdx stories when docs feature isn't selected during init - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32142";>#32142</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Maintenance: Add flag to toggle default automigrations - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32113";>#32113</a>, 
thanks <a href="https://github.com/yannbf";><code>@​yannbf</code></a>!</li>
   <li>React Native Web: Simplify config by using vite-plugin-rnw - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32051";>#32051</a>, 
thanks <a href="https://github.com/dannyhw";><code>@​dannyhw</code></a>!</li>
   <li>Telemetry: Add automigration errors - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32103";>#32103</a>, 
thanks <a href="https://github.com/yannbf";><code>@​yannbf</code></a>!</li>
   <li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31510";>#31510</a>, 
thanks <a href="https://github.com/ndelangen";><code>@​ndelangen</code></a>!</li>
   <li>Test: Add mock capabilities - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31987";>#31987</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Consider exports map - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32157";>#32157</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Fix missing source map for Webpack/Vite mock loaders and plugins - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32111";>#32111</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Invalidate vite cache for manual mocks - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32152";>#32152</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Remove source map generation from webpack automock-loader - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32115";>#32115</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</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-links</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>9.1.0</h2>
   <p>Storybook 9.1 is packed with new features and improvements to enhance 
accessibility, streamline testing, and make your development workflow even 
smoother!</p>
   <p>🚀 Improved upgrade command with monorepo support for seamless upgrades
   đź…° Angular fixes for Tailwind 4, cache busting, and zoneless compatibility
   đź§Ş <code>sb.mock</code> API and Automocking: one-line module mocking to 
simplify your testing workflow
   đź§Ş Favicon shows test run status for quick visual feedback
   ⚛️ Easier configuration for React Native projects
   🔥 Auto-abort play functions on HMR to avoid unwanted side effects
   🏗️ Improved CSF factories API for type safe story definitions
   ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, 
mobile &amp; more
   đź’Ż Dozens more fixes and improvements based on community feedback!</p>
   <!-- raw HTML omitted -->
   <ul>
   <li>A11y: Improved toolbar a11y by fixing semantics - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/28672";>#28672</a>, 
thanks <a href="https://github.com/mehm8128";><code>@​mehm8128</code></a>!</li>
   <li>Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/31809";>#31809</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Angular: Bundle using TSup - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31690";>#31690</a>, 
thanks <a href="https://github.com/ndelangen";><code>@​ndelangen</code></a>!</li>
   <li>Angular: Prevent directory import in Angular builders - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32012";>#32012</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Automigration: Await updateMainConfig in removeEssentials - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32140";>#32140</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Builder-Vite: Fix logic related to setting allowedHosts when IP address 
used - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31472";>#31472</a>, 
thanks <a href="https://github.com/JSMike";><code>@​JSMike</code></a>!</li>
   <li>Controls: Improve the accessibility of the object control - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31581";>#31581</a>, 
thanks <a href="https://github.com/Sidnioulz";><code>@​Sidnioulz</code></a>!</li>
   <li>Core: Abort play function on HMR - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31542";>#31542</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Avoid pausing animations in non-Vitest Playwright environments - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32123";>#32123</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Cleanup of type following up v9 and small verbatimModuleSyntax 
type fix - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31823";>#31823</a>, 
thanks <a 
href="https://github.com/alcpereira";><code>@​alcpereira</code></a>!</li>
   <li>Core: Fix aria-controls attribute on sidebar nodes to include all 
children - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31491";>#31491</a>, 
thanks <a href="https://github.com/candrepa1";><code>@​candrepa1</code></a>!</li>
   <li>Core: Fix horizontal scrollbar covering part of the toolbar - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31704";>#31704</a>, 
thanks <a href="https://github.com/Sidnioulz";><code>@​Sidnioulz</code></a>!</li>
   <li>Core: Fix moving log file across drives and projectRoot detection on 
Windows - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32020";>#32020</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Prevent interactions panel from flickering and showing incorrect 
state - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32150";>#32150</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Serve dynamic favicon based on testing module status - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31763";>#31763</a>, 
thanks <a 
href="https://github.com/ghengeveld";><code>@​ghengeveld</code></a>!</li>
   <li>Core: Support container queries in addon panels - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/23261";>#23261</a>, 
thanks <a 
href="https://github.com/neil-morrison44";><code>@​neil-morrison44</code></a>!</li>
   <li>CSF Factories: Add parameters/globals types, <code>extend</code> API, 
portable stories - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/30601";>#30601</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Improve controls parameters - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31745";>#31745</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Improve docs parameter types - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31736";>#31736</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>CSF: Only add preview annotations to definePreview in csf-factories 
automigration - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31727";>#31727</a>, 
thanks <a 
href="https://github.com/kasperpeulen";><code>@​kasperpeulen</code></a>!</li>
   <li>Docs: Update <code>@​storybook/icons</code> - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32144";>#32144</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Docs: Update <code>react-element-to-jsx-string</code> - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31170";>#31170</a>, 
thanks <a href="https://github.com/7rulnik";><code>@​7rulnik</code></a>!</li>
   <li>Init: Exclude mdx stories when docs feature isn't selected during init - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32142";>#32142</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Maintenance: Add flag to toggle default automigrations - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32113";>#32113</a>, 
thanks <a href="https://github.com/yannbf";><code>@​yannbf</code></a>!</li>
   <li>React Native Web: Simplify config by using vite-plugin-rnw - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32051";>#32051</a>, 
thanks <a href="https://github.com/dannyhw";><code>@​dannyhw</code></a>!</li>
   <li>Telemetry: Add automigration errors - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32103";>#32103</a>, 
thanks <a href="https://github.com/yannbf";><code>@​yannbf</code></a>!</li>
   <li>Telemetry: Fix <code>project.json</code> for getAbsolutePath - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31510";>#31510</a>, 
thanks <a href="https://github.com/ndelangen";><code>@​ndelangen</code></a>!</li>
   <li>Test: Add mock capabilities - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31987";>#31987</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Consider exports map - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32157";>#32157</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Fix missing source map for Webpack/Vite mock loaders and plugins - 
<a 
href="https://redirect.github.com/storybookjs/storybook/pull/32111";>#32111</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Invalidate vite cache for manual mocks - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32152";>#32152</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>Test: Remove source map generation from webpack automock-loader - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/32115";>#32115</a>, 
thanks <a 
href="https://github.com/valentinpalkovic";><code>@​valentinpalkovic</code></a>!</li>
   <li>UI: Apply user updates for mobile navigation accessibility - <a 
href="https://redirect.github.com/storybookjs/storybook/pull/31401";>#31401</a>, 
thanks <a 
href="https://github.com/yatishgoel";><code>@​yatishgoel</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/073a65a8353ab0e42408b3b5830ef87898981a85";><code>073a65a</code></a>
 Bump version from &quot;9.1.0-beta.3&quot; to &quot;9.1.0&quot; [skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/d3746ae3c603d6e4c605e07d152bfeaf9de91477";><code>d3746ae</code></a>
 Bump version from &quot;9.1.0-beta.2&quot; to &quot;9.1.0-beta.3&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/5ba877558831764fff1d8a14958e60888531e079";><code>5ba8775</code></a>
 Bump version from &quot;9.1.0-beta.1&quot; to &quot;9.1.0-beta.2&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c146de5a78a573c6dfca54d7ea8ca7d60066856e";><code>c146de5</code></a>
 Bump version from &quot;9.1.0-beta.0&quot; to &quot;9.1.0-beta.1&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/b874fb25532006400fdb57c0e2e4767f2d3532b9";><code>b874fb2</code></a>
 Bump version from &quot;9.1.0-alpha.10&quot; to &quot;9.1.0-beta.0&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/25d6ece29a10b2f528e2df58c215c33dbe0595f8";><code>25d6ece</code></a>
 Bump version from &quot;9.1.0-alpha.9&quot; to &quot;9.1.0-alpha.10&quot; 
[skip ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/8d1e92231f9f456fa7ac2b47ea61f873d0dd24c5";><code>8d1e922</code></a>
 Bump version from &quot;9.1.0-alpha.8&quot; to &quot;9.1.0-alpha.9&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/e8e467e98be542ce815fd4c90688fe932bf3d460";><code>e8e467e</code></a>
 Bump version from &quot;9.1.0-alpha.7&quot; to &quot;9.1.0-alpha.8&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/34ca7ee3dc04ad2ff122f2dbd82c5c78b52cf9f6";><code>34ca7ee</code></a>
 Bump version from &quot;9.1.0-alpha.6&quot; to &quot;9.1.0-alpha.7&quot; [skip 
ci]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/748556e67bbd75f7a16b69fa55fb58a9a5d4acfd";><code>748556e</code></a>
 Bump version from &quot;9.1.0-alpha.5&quot; to &quot;9.1.0-alpha.6&quot; [skip 
ci]</li>
   <li>Additional commits viewable in <a 
href="https://github.com/storybookjs/storybook/commits/v9.1.0/code/addons/links";>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-links</code> since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/addon-links&package-manager=npm_and_yarn&previous-version=8.1.11&new-version=9.1.0)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to