You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/12/31 07:36:29 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request #17904: chore(deps): bump @storybook/addon-actions from 6.3.12 to 6.4.9 in /superset-frontend

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


   Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.3.12 to 6.4.9.
   <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>v6.4.9</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Core: Ensure we have a full story index before caching (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16947">#16947</a>)</li>
   <li>Angular: Fix support for non-roman alphabets in story titles (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16931">#16931</a>)</li>
   <li>Core: Be explicit about <code>viewMode</code> to fix Vue issue (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16919">#16919</a>)</li>
   <li>Core: Remove unused and occluded types (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16917">#16917</a>)</li>
   </ul>
   <h2>v6.4.8</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Core: Fix auto-title in webpack5 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16913">#16913</a>)</li>
   <li>CLI: Fix <code>sb repro</code> clobbering .vuerc (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16897">#16897</a>)</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Core: Add feature flag to disable legacy hierarchy separator warning (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16915">#16915</a>)</li>
   </ul>
   <h2>v6.4.7</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Angular: Fix incorrect log (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16885">#16885</a>)</li>
   </ul>
   <h2>v6.4.5</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Angular: Fix tsConfig paths not resolving for Angular &gt;=12.2 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16882">#16882</a>)</li>
   <li>Addon-docs: Fix transclusion crash on webpack rules without test field (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16873">#16873</a>)</li>
   </ul>
   <h3>Dependency Upgrades</h3>
   <ul>
   <li>Bump lodash to 4.17.21 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16883">#16883</a>)</li>
   </ul>
   <h2>v6.4.4</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>CLI: Fix mainjsFramework automigrate (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16866">#16866</a>)</li>
   </ul>
   <h2>v6.4.3</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Don't render with <code>modernInline</code> if <code>inlineStories</code> is <code>false</code> (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16853">#16853</a>)</li>
   <li>Preview: Don't hide the story while preparing (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16850">#16850</a>)</li>
   </ul>
   <h2>v6.4.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>UI: Ensure all classes+animations for our loaders are prefixed (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16815">#16815</a>)</li>
   <li>Angular: Add back-compat method to find options (styles) in angular.json (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16832">#16832</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>6.4.9 (December 9, 2021)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Core: Ensure we have a full story index before caching (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16947">#16947</a>)</li>
   <li>Angular: Fix support for non-roman alphabets in story titles (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16931">#16931</a>)</li>
   <li>Core: Be explicit about <code>viewMode</code> to fix Vue issue (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16919">#16919</a>)</li>
   <li>Core: Remove unused and occluded types (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16917">#16917</a>)</li>
   </ul>
   <h2>6.4.8 (December 6, 2021)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Core: Fix auto-title in webpack5 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16913">#16913</a>)</li>
   <li>CLI: Fix <code>sb repro</code> clobbering .vuerc (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16897">#16897</a>)</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Core: Add feature flag to disable legacy hierarchy separator warning (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16915">#16915</a>)</li>
   </ul>
   <h2>6.4.7 (December 3, 2021)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Angular: Fix incorrect log (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16885">#16885</a>)</li>
   </ul>
   <h2>6.4.6 (December 3, 2021)</h2>
   <p>Npm publish failed.</p>
   <h2>6.4.5 (December 3, 2021)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Angular: Fix tsConfig paths not resolving for Angular &gt;=12.2 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16882">#16882</a>)</li>
   <li>Addon-docs: Fix transclusion crash on webpack rules without test field (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16873">#16873</a>)</li>
   </ul>
   <h3>Dependency Upgrades</h3>
   <ul>
   <li>Bump lodash to 4.17.21 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16883">#16883</a>)</li>
   </ul>
   <h2>6.5.0-alpha.1 (December 3, 2021)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>CLI: Fix open storybook in default browser (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16844">#16844</a>)</li>
   <li>Addon-docs: Fix transclusion crash on webpack rules without test field (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/16873">#16873</a>)</li>
   </ul>
   <h3>Maintenance</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/storybookjs/storybook/commit/7d354c89322080b241454eff2cd3adf9c11306cd"><code>7d354c8</code></a> v6.4.9</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/3c37efeb394a691feaa1b0fc0e1d47f4e7b7f4d0"><code>3c37efe</code></a> Update git head to 6.4.8, update yarn.lock</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/d6b59f78a528a5c7922e71d28b583dd31ad67e7d"><code>d6b59f7</code></a> v6.4.8</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/779b2b835be9b432571fe92e6878a85811fed428"><code>779b2b8</code></a> Update git head to 6.4.7, update yarn.lock</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/ebad5c8ec7e35a292f4d867b709f031a0dc0a8ea"><code>ebad5c8</code></a> v6.4.7</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/f3fabea4ca712f6e4a730479fa479bc7c99d2183"><code>f3fabea</code></a> Update git head to 6.4.6, update yarn.lock</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/6adb7e57275a75b7f884e5a6fa77d56183028430"><code>6adb7e5</code></a> v6.4.6</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/4e947db4dfbde5ef7195d0a2dbc4d3a2828d0ee9"><code>4e947db</code></a> Update git head to 6.4.5, update yarn.lock</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/21b21f32a1d9486d957b16061dd5fc113f222b8a"><code>21b21f3</code></a> v6.4.5</li>
   <li><a href="https://github.com/storybookjs/storybook/commit/47c4fb675097c6e46f83516f1241297524887803"><code>47c4fb6</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/addons/actions/issues/16883">#16883</a> from storybookjs/16881-bump-lodash</li>
   <li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v6.4.9/addons/actions">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/addon-actions&package-manager=npm_and_yarn&previous-version=6.3.12&new-version=6.4.9)](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 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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] edited a comment on pull request #17904: chore(deps): bump @storybook/addon-actions from 6.3.12 to 6.4.9 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] edited a comment on pull request #17904:
URL: https://github.com/apache/superset/pull/17904#issuecomment-1003305950


   # [Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#17904](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (065aa51) into [master](https://codecov.io/gh/apache/superset/commit/4954d5232958890c36eb97ba114d74105fa25ca5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4954d52) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/17904/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #17904   +/-   ##
   =======================================
     Coverage   67.08%   67.08%           
   =======================================
     Files        1609     1609           
     Lines       64897    64897           
     Branches     6866     6866           
   =======================================
     Hits        43533    43533           
     Misses      19498    19498           
     Partials     1866     1866           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.77% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [4954d52...065aa51](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #17904: chore(deps): bump @storybook/addon-actions from 6.3.12 to 6.4.9 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on pull request #17904:
URL: https://github.com/apache/superset/pull/17904#issuecomment-1003305950


   # [Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#17904](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (065aa51) into [master](https://codecov.io/gh/apache/superset/commit/4954d5232958890c36eb97ba114d74105fa25ca5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4954d52) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/superset/pull/17904/graphs/tree.svg?width=650&height=150&src=pr&token=KsB0fHcx6l&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #17904   +/-   ##
   =======================================
     Coverage   67.08%   67.08%           
   =======================================
     Files        1609     1609           
     Lines       64897    64897           
     Branches     6866     6866           
   =======================================
     Hits        43533    43533           
     Misses      19498    19498           
     Partials     1866     1866           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.77% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [4954d52...065aa51](https://codecov.io/gh/apache/superset/pull/17904?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #17904: chore(deps): bump @storybook/addon-actions from 6.3.12 to 6.4.9 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas merged pull request #17904:
URL: https://github.com/apache/superset/pull/17904


   


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas merged pull request #17904: chore(deps): bump @storybook/addon-actions from 6.3.12 to 6.4.9 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas merged pull request #17904:
URL: https://github.com/apache/superset/pull/17904


   


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org