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

   Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and 
updates ancestor dependencies 
[glob-parent](https://github.com/gulpjs/glob-parent), 
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials)
 and 
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/renderers/react).
 These dependencies need to be updated together.
   
   Updates `glob-parent` from 3.1.0 to 5.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gulpjs/glob-parent/releases";>glob-parent's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.1.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/36";>#36</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366";>f923116</a>)</li>
   </ul>
   <h2>v5.1.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/26";>#26</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb";>a98874f</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of 
slashes (closes <a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/24";>#24</a>) (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/25";>#25</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3";>eecf91d</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies (<a 
href="https://github.com/gulpjs/glob-parent/commit/896c0c00b4e7362f60b96e7fc295ae929245255a";>896c0c0</a>)</li>
   </ul>
   <h2>v4.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>question marks are valid path characters on Windows so avoid flagging as 
a glob when alone</li>
   <li>Update is-glob dependency</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>hoist regexps and strings for performance gains (<a 
href="https://github.com/gulpjs/glob-parent/commit/4a80667c69355c76a572a5892b0f133c8e1f457e";>4a80667</a>)</li>
   <li>question marks are valid path characters on Windows so avoid flagging as 
a glob when alone (<a 
href="https://github.com/gulpjs/glob-parent/commit/2a551dd0dc3235e78bf3c94843d4107072d17841";>2a551dd</a>)</li>
   <li>Update is-glob dependency (<a 
href="https://github.com/gulpjs/glob-parent/commit/e41fcd895d1f7bc617dba45c9d935a7949b9c281";>e41fcd8</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md";>glob-parent's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2";>5.1.2</a> 
(2021-03-06)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/36";>#36</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366";>f923116</a>)</li>
   </ul>
   <h3><a 
href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.1...v6.0.2";>6.0.2</a>
 (2021-09-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve performance (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/53";>#53</a>) (<a 
href="https://www.github.com/gulpjs/glob-parent/commit/843f8de1c177e9a5c06c4cfd2349ca5207168e00";>843f8de</a>)</li>
   </ul>
   <h3><a 
href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1";>6.0.1</a>
 (2021-07-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Resolve ReDoS vulnerability from CVE-2021-35065 (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/49";>#49</a>) (<a 
href="https://www.github.com/gulpjs/glob-parent/commit/3e9f04a3b4349db7e1962d87c9a7398cda51f339";>3e9f04a</a>)</li>
   </ul>
   <h2><a 
href="https://www.github.com/gulpjs/glob-parent/compare/v5.1.2...v6.0.0";>6.0.0</a>
 (2021-05-03)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/34";>#34</a>)</li>
   <li>upgrade scaffold, dropping node &lt;10 support</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/34";>#34</a>) (<a 
href="https://www.github.com/gulpjs/glob-parent/commit/32f6d52663b7addac38d0dff570d8127edf03f47";>32f6d52</a>),
 closes <a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/32";>#32</a></li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>upgrade scaffold, dropping node &lt;10 support (<a 
href="https://www.github.com/gulpjs/glob-parent/commit/e83d0c5a411947cf69eb58f36349db80439c606f";>e83d0c5</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.1";>5.1.1</a> 
(2021-01-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/26";>#26</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb";>a98874f</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.0";>5.1.0</a> 
(2021-01-27)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of 
slashes (closes <a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/24";>#24</a>) (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/25";>#25</a>) (<a 
href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3";>eecf91d</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/gulpjs/glob-parent/compare/v4.0.0...v5.0.0";>5.0.0</a> 
(2021-01-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/eb2c439de448c779b450472e591a2bc9e37e9668";><code>eb2c439</code></a>
 chore: update changelog</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/12bcb6c45c942e2d05fc1e6ff5402e72555b54b6";><code>12bcb6c</code></a>
 chore: release 5.1.2</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366";><code>f923116</code></a>
 fix: eliminate ReDoS (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/36";>#36</a>)</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/0b014a7962789b2d8f2cf0b6311f40667aecd62c";><code>0b014a7</code></a>
 chore: add JSDoc returns information (<a 
href="https://redirect.github.com/gulpjs/glob-parent/issues/33";>#33</a>)</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/2b24ebd64b2a045aa167c825376335555da139fd";><code>2b24ebd</code></a>
 chore: generate initial changelog</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/9b6e8747ddf664c9b1a36fbd2a23e43a35b8a52f";><code>9b6e874</code></a>
 chore: release 5.1.1</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/749c35ee084498ebb1ce8cc9cf655f6aa4d623c5";><code>749c35e</code></a>
 ci: try wrapping the JOB_ID in a string</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/5d39def48c9e9eaee0ca36dafdf7b6cdcd875b85";><code>5d39def</code></a>
 ci: attempt to switch to published coveralls</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/0b5b37f674a7e207457c99cb2f123299e5ab31c9";><code>0b5b37f</code></a>
 ci: put the npm step back in for only Windows</li>
   <li><a 
href="https://github.com/gulpjs/glob-parent/commit/473f5d87644bf19f32c53de21d2420f03aa02e5a";><code>473f5d8</code></a>
 ci: update azure build images</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2";>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/~phated";>phated</a>, a new releaser for glob-parent 
since your current version.</p>
   </details>
   <br />
   
   Updates `@storybook/addon-essentials` from 6.4.22 to 6.5.16
   <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>v6.5.16</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix handling of docsMode option in angular builder  <a 
href="https://redirect.github.com/storybooks/storybook/pull/20608";>#20608</a></li>
   <li>Angular: Fix webpackStatsJson types in angular-builder <a 
href="https://redirect.github.com/storybooks/storybook/pull/20296";>#20296</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <ul>
   <li>Security: Upgrade json5 dependency <a 
href="https://redirect.github.com/storybooks/storybook/pull/20526";>#20526</a></li>
   </ul>
   <h2>v6.5.16-alpha.0</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix webpackStatsJson types in angular-builder <a 
href="https://redirect.github.com/storybooks/storybook/pull/20296";>#20296</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <ul>
   <li>Security: Upgrade json5 dependency <a 
href="https://redirect.github.com/storybooks/storybook/pull/20526";>#20526</a></li>
   </ul>
   <h2>v6.5.15</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Support Angular 15.0.4 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20287";>#20287</a></li>
   <li>CLI: execute automigrations when pressing enter in the prompts <a 
href="https://redirect.github.com/storybooks/storybook/pull/20208";>#20208</a></li>
   </ul>
   <h4>Maintenance</h4>
   <ul>
   <li>Ember: Remove global Ember usage <a 
href="https://redirect.github.com/storybooks/storybook/pull/17843";>#17843</a></li>
   </ul>
   <h2>v6.5.15-alpha.1</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Support Angular 15.0.4 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20287";>#20287</a></li>
   <li>CLI: execute automigrations when pressing enter in the prompts <a 
href="https://redirect.github.com/storybooks/storybook/pull/20208";>#20208</a></li>
   </ul>
   <h2>v6.5.15-alpha.0</h2>
   <h4>Maintenance</h4>
   <ul>
   <li>Ember: Remove global Ember usage <a 
href="https://redirect.github.com/storybooks/storybook/pull/17843";>#17843</a></li>
   </ul>
   <h2>v6.5.14</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix &quot;<strong>webpack_require</strong>.nmd is not a 
function issue&quot; in Angular 15 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20043";>#20043</a></li>
   <li>CLI/React native: Fix addons template to import register instead of 
manager <a 
href="https://redirect.github.com/storybooks/storybook/pull/19620";>#19620</a></li>
   </ul>
   <h4>Maintenance</h4>
   <ul>
   <li>Core: Patch preview-web and refs to support React Native <a 
href="https://redirect.github.com/storybooks/storybook/pull/19975";>#19975</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/blob/v6.5.16/CHANGELOG.md";><code>@​storybook/addon-essentials</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>6.5.16 (January 26, 2023)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix handling of docsMode option in angular builder  <a 
href="https://redirect.github.com/storybooks/storybook/pull/20608";>#20608</a></li>
   <li>Angular: Fix webpackStatsJson types in angular-builder <a 
href="https://redirect.github.com/storybooks/storybook/pull/20296";>#20296</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <ul>
   <li>Security: Upgrade json5 dependency <a 
href="https://redirect.github.com/storybooks/storybook/pull/20526";>#20526</a></li>
   </ul>
   <h2>6.5.16-alpha.0 (January 11, 2023)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix webpackStatsJson types in angular-builder <a 
href="https://redirect.github.com/storybooks/storybook/pull/20296";>#20296</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <ul>
   <li>Security: Upgrade json5 dependency <a 
href="https://redirect.github.com/storybooks/storybook/pull/20526";>#20526</a></li>
   </ul>
   <h2>6.5.15 (December 20, 2022)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Support Angular 15.0.4 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20287";>#20287</a></li>
   <li>CLI: execute automigrations when pressing enter in the prompts <a 
href="https://redirect.github.com/storybooks/storybook/pull/20208";>#20208</a></li>
   </ul>
   <h4>Maintenance</h4>
   <ul>
   <li>Ember: Remove global Ember usage <a 
href="https://redirect.github.com/storybooks/storybook/pull/17843";>#17843</a></li>
   </ul>
   <h2>6.5.15-alpha.1 (December 20, 2022)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Support Angular 15.0.4 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20287";>#20287</a></li>
   <li>CLI: execute automigrations when pressing enter in the prompts <a 
href="https://redirect.github.com/storybooks/storybook/pull/20208";>#20208</a></li>
   </ul>
   <h2>6.5.15-alpha.0 (December 12, 2022)</h2>
   <h4>Maintenance</h4>
   <ul>
   <li>Ember: Remove global Ember usage <a 
href="https://redirect.github.com/storybooks/storybook/pull/17843";>#17843</a></li>
   </ul>
   <h2>6.5.14 (December 2, 2022)</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>Angular: Fix &quot;<strong>webpack_require</strong>.nmd is not a 
function issue&quot; in Angular 15 <a 
href="https://redirect.github.com/storybooks/storybook/pull/20043";>#20043</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/7db13fface8f05b870a16b90694a840785830f7e";><code>7db13ff</code></a>
 v6.5.16</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/18b5d3e6245fca197bf19b018bcf9114791e96dd";><code>18b5d3e</code></a>
 Update git head to 6.5.16-alpha.0, update yarn.lock [ci skip]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/1b48a7af6f154076a9c77b3890c2baeba4d724a1";><code>1b48a7a</code></a>
 v6.5.16-alpha.0</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/d77fa3b49d7d190677b9797223a826fa62e9e7c2";><code>d77fa3b</code></a>
 Update git head to 6.5.15, update yarn.lock [ci skip]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/feab19dad03201d094000c656bcb4559294b3914";><code>feab19d</code></a>
 v6.5.15</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/075a8dd8f20f9d923401a9cc3d88ead5a6ae19fa";><code>075a8dd</code></a>
 Update git head to 6.5.15-alpha.1, update yarn.lock [ci skip]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/cfd775bd5bfb7c4bc4609f413e52c1ba2f226560";><code>cfd775b</code></a>
 v6.5.15-alpha.1</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/9c19ef0cbb6ab1859157282842e6c3c95ebec39a";><code>9c19ef0</code></a>
 Update git head to 6.5.15-alpha.0, update yarn.lock [ci skip]</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/095d6ad0f577082c3faf1ac3e0140fc1a80a90a2";><code>095d6ad</code></a>
 v6.5.15-alpha.0</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/ae06ca9187328184ac698fc905efb1f8202d5418";><code>ae06ca9</code></a>
 Update git head to 6.5.14, update yarn.lock [ci skip]</li>
   <li>Additional commits viewable in <a 
href="https://github.com/storybookjs/storybook/commits/v6.5.16/addons/essentials";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@storybook/react` from 6.4.22 to 7.0.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/storybookjs/storybook/releases";><code>@​storybook/react</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.0.4</h2>
   <p>Storybook 7.0 is here! 🎉</p>
   <ul>
   <li>⚡️ <a 
href="https://storybook.js.org/blog/first-class-vite-support-in-storybook/";>First-class
 Vite</a></li>
   <li>🔼 <a 
href="https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/";>Zero-config
 NextJS</a></li>
   <li>🇸 <a 
href="https://storybook.js.org/blog/storybook-for-sveltekit/";>Zero-config 
SvelteKit</a></li>
   <li>🏗️ <a href="https://storybook.js.org/blog/framework-api/";>Frameworks 
API</a></li>
   <li>3️⃣ <a 
href="https://storybook.js.org/blog/storybook-csf3-is-here/";>Component Story 
Format v3</a></li>
   <li>🛡️ <a 
href="https://storybook.js.org/blog/improved-type-safety-in-storybook-7/";>Improved
 type safety</a></li>
   <li>📚 <a href="https://storybook.js.org/blog/storybook-7-docs/";>Docs 
overhaul with MDx2 support</a></li>
   <li>☂️ <a 
href="https://storybook.js.org/blog/code-coverage-with-the-storybook-test-runner/";>Code
 coverage for interaction testing</a></li>
   <li>🖼️ <a href="https://storybook.js.org/blog/7-0-design-alpha/";>UI design 
refresh</a></li>
   <li>🏛️ <a 
href="https://storybook.js.org/blog/storybook-ecosystem-ci/";>Improved 
stability</a></li>
   </ul>
   <p>7.0 contains hundreds more fixes, features, and tweaks. Browse the 
changelogs matching <code>7.0.0-alpha.*</code>, <code>7.0.0-beta.*</code>, and 
<code>7.0.0-rc.*</code> for the full list of changes.</p>
   <p>See our <a href="https://storybook.js.org/migration-guides/7.0";>Migration 
guide</a> to upgrade from earlier versions of Storybook.</p>
   <h4>Bug Fixes</h4>
   <ul>
   <li>CLI: Catch errors thrown on sanity check of SB installs <a 
href="https://redirect.github.com/storybooks/storybook/pull/22039";>#22039</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <ul>
   <li>Addon-docs: Remove mdx1-csf as optional peer dep <a 
href="https://redirect.github.com/storybooks/storybook/pull/22038";>#22038</a></li>
   </ul>
   <h2>v7.0.3</h2>
   <h4>Bug Fixes</h4>
   <ul>
   <li>React: Fix default export docgen for React.FC and forwardRef <a 
href="https://redirect.github.com/storybooks/storybook/pull/22024";>#22024</a></li>
   <li>Viewport: Remove transitions when switching viewports <a 
href="https://redirect.github.com/storybooks/storybook/pull/21963";>#21963</a></li>
   <li>CLI: Fix JsPackageManager typo <a 
href="https://redirect.github.com/storybooks/storybook/pull/22006";>#22006</a></li>
   <li>Viewport: Fix the <code>defaultOrientation</code> config option <a 
href="https://redirect.github.com/storybooks/storybook/pull/21962";>#21962</a></li>
   <li>UI: Fix story data access for broken About page <a 
href="https://redirect.github.com/storybooks/storybook/pull/21951";>#21951</a></li>
   <li>Angular: Fix components disappearing on docs page on property change <a 
href="https://redirect.github.com/storybooks/storybook/pull/21944";>#21944</a></li>
   <li>React: Don't show decorators in JSX snippets <a 
href="https://redirect.github.com/storybooks/storybook/pull/21907";>#21907</a></li>
   <li>Addon-docs: Include decorators by default in source decorators <a 
href="https://redirect.github.com/storybooks/storybook/pull/21902";>#21902</a></li>
   <li>CLI: Fix npm list command <a 
href="https://redirect.github.com/storybooks/storybook/pull/21947";>#21947</a></li>
   <li>Core: Revert Emotion <code>:first-child</code> (etc) workarounds <a 
href="https://redirect.github.com/storybooks/storybook/pull/21213";>#21213</a></li>
   </ul>
   <h4>Maintenance</h4>
   <ul>
   <li>UI: Add remount story shortcut <a 
href="https://redirect.github.com/storybooks/storybook/pull/21401";>#21401</a></li>
   <li>Telemetry: Add CLI version to context <a 
href="https://redirect.github.com/storybooks/storybook/pull/21999";>#21999</a></li>
   <li>CLI: Update template code references to 7.0 <a 
href="https://redirect.github.com/storybooks/storybook/pull/21845";>#21845</a></li>
   <li>Addon-actions: Fix non-included type file <a 
href="https://redirect.github.com/storybooks/storybook/pull/21922";>#21922</a></li>
   <li>Addon GFM: Fix node-logger dependency <a 
href="https://redirect.github.com/storybooks/storybook/pull/21938";>#21938</a></li>
   </ul>
   <h4>Dependency Upgrades</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/c2bbe43d02c3508faca77ca8435fad53de62433d";><code>c2bbe43</code></a>
 stage0</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/057c40124d6d6bef12900025e4f6a449a209ab83";><code>057c401</code></a>
 Merge branch 'future/base' into future/drop-emotion-10-types</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/e21f96e445d5351169cb3bae7e42d882e71437b1";><code>e21f96e</code></a>
 Move <code>DocsRenderer</code> back to <code>addon-docs</code></li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/ba3aa9eb34e93bf92dc0ba1054fc20ecb5b2aa9c";><code>ba3aa9e</code></a>
 Update git head to 7.0.0-alpha.13, update yarn.lock</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/9ac4d2e0a05eb945713a0e6689abc3b12359e181";><code>9ac4d2e</code></a>
 v7.0.0-alpha.13</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/92eb89304cc1c48690e92216f22dcd379d840fa6";><code>92eb893</code></a>
 Update git head to 7.0.0-alpha.12, update yarn.lock</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/5070efff271ecb5c26b3eb94c128c4896171cffe";><code>5070eff</code></a>
 v7.0.0-alpha.12</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/0bcc17bd3f3a720564b71fdc276f2b440a315afa";><code>0bcc17b</code></a>
 Update git head to 7.0.0-alpha.11, update yarn.lock</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/688d338903e84a7e83cb104472e868e734399f65";><code>688d338</code></a>
 v7.0.0-alpha.11</li>
   <li><a 
href="https://github.com/storybookjs/storybook/commit/590cc505c47d73e14dacd4b6116d52c52bd883c6";><code>590cc50</code></a>
 cleanup</li>
   <li>Additional commits viewable in <a 
href="https://github.com/storybookjs/storybook/commits/v7.0.4/renderers/react";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/superset/network/alerts).
   
   </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