Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @storybook/addon-actions from 6.3.12 to 6.4.18 in /site #183

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2022

Bumps @storybook/addon-actions from 6.3.12 to 6.4.18.

Release notes

Sourced from @​storybook/addon-actions's releases.

v6.4.18

Bug Fixes

  • CLI: Pin version of @mdx-js/react to 1.x.x until we are compatible (#17395)

v6.4.17

Bug Fixes

  • Revert "Angular: Retrieve version from core package" (#17372)

v6.4.16

Bug Fixes

  • Angular: Workaround for compodoc on windows machines (#17334)
  • Angular: Use ɵReflectionCapabilities to find component & module metadata (#17156)
  • Angular: Retrieve version from core package (#17363)

v6.4.15

Bug Fixes

  • Angular: Fix runCompodoc for Windows, local Compodoc, and user specified tsconfig (#16728)
  • Core: Fix negated glob support (#17328)

Maintenance

  • Build: Upgrade main yarn (#17323)
  • CLI: Add version update argument to generate-sb-packages-versions utility (#17356)

v6.4.14

Bug Fixes

  • CLI: Add --no-manager-cache to build-storybook (#17300)
  • CSF3: Remove path from autoTitle browser code (#17185)
  • Addon-docs: Fix docs.disable parameter on DocsPage (#17256)
  • Core: Fix issue with recursive glob with prior special chars (#17252)
  • Webpack: Fix for process fallback using require.resolve (#17249)

Dependency Upgrades

  • Upgrade compodoc for colors.js bug (#17266)
  • Upgrade jscodeshift dependency for colors.js bug (#17265)
  • Restore prettier >= 2.2.1 to satisfy previous constraints (#17257)

v6.4.13

Bug Fixes

  • Core: Fix staticDirs favicon handling by refactor (#17241)
  • Angular: Fix 13.1 and add CI test cases (#17206)
  • Core: Fix __namedExportsOrder warning from preview.js (#17240)
  • Webpack5: Fix manager.js process references (#17213)

... (truncated)

Changelog

Sourced from @​storybook/addon-actions's changelog.

6.4.18 (February 2, 2022)

Bug Fixes

  • CLI: Pin version of @mdx-js/react to 1.x.x until we are compatible (#17395)

6.5.0-alpha.34 (February 2, 2022)

Features

  • Core: Mock channel if not present (#17382)

Bug Fixes

  • CLI: Pin version of @mdx-js/react to 1.x.x until we are compatible (#17395)

6.5.0-alpha.33 (February 1, 2022)

Maintenance

  • UI: Prebundle @storybook/ui (#17301)

6.5.0-alpha.32 (February 1, 2022)

Maintenance

  • Core: Pre-bundle @storybook/router to avoid react-router conflict (#17294)

6.5.0-alpha.31 (February 1, 2022)

Maintenance

  • Web components: add addon-interactions example story (#17303)
  • Core: Pre-bundle theming to avoid emotion11 conflicts (#17000)

6.5.0-alpha.30 (January 31, 2022)

Maintenance

  • Build: Enforce stricter types (#17368)

6.5.0-alpha.29 (January 31, 2022)

Bug Fixes

  • Revert "Angular: Retrieve version from core package" (#17372)

6.4.17 (January 31, 2022)

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/storybook/addon-actions-6.4.18 branch from 167fda5 to b310d98 Compare February 7, 2022 23:03
@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #183 (dabe4c9) into main (427fdc6) will increase coverage by 0.10%.
The diff coverage is n/a.

❗ Current head dabe4c9 differs from pull request most recent head bb75fca. Consider uploading reports for the commit bb75fca to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   67.99%   68.10%   +0.10%     
==========================================
  Files         108      108              
  Lines        5631     5631              
  Branches       68       68              
==========================================
+ Hits         3829     3835       +6     
+ Misses       1439     1435       -4     
+ Partials      363      361       -2     
Flag Coverage Δ
unittest-go-macos-latest 65.74% <ø> (+0.17%) ⬆️
unittest-go-ubuntu-latest 67.14% <ø> (-0.07%) ⬇️
unittest-go-windows-latest 65.31% <ø> (-0.13%) ⬇️
unittest-js 64.66% <ø> (ø)
Impacted Files Coverage Δ
peer/conn.go 79.23% <0.00%> (-0.77%) ⬇️
coderd/provisionerdaemons.go 52.98% <0.00%> (+1.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 427fdc6...bb75fca. Read the comment docs.

@bryphe-coder bryphe-coder self-assigned this Feb 7, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/storybook/addon-actions-6.4.18 branch 2 times, most recently from 1518013 to dabe4c9 Compare February 7, 2022 23:35
@bryphe-coder
Copy link
Contributor

@dependabot rebase

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.3.12 to 6.4.18.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.18/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/site/storybook/addon-actions-6.4.18 branch from dabe4c9 to bb75fca Compare February 8, 2022 01:21
Copy link
Contributor

@bryphe-coder bryphe-coder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved; as long as storybook builds this is OK to merge

@bryphe-coder bryphe-coder merged commit 551ada2 into main Feb 8, 2022
@bryphe-coder bryphe-coder deleted the dependabot/npm_and_yarn/site/storybook/addon-actions-6.4.18 branch February 8, 2022 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant