Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Bump @storybook/addon-docs from 6.4.9 to 6.4.19 #232

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @storybook/addon-docs from 6.4.9 to 6.4.19.

Release notes

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

v6.4.19

Features

  • CLI/React: Add interactions to cli template (#17345)
  • CLI/Angular: Add interactions to cli template (#17437)

Bug Fixes

  • Core/CLI: Add extract function to PreviewWeb and use it in sb extract if available (#17447)
  • Core: Ensure we show an error when configure() throws (#17435)
  • Core: Fix useParameter with nullish coalescing (#17327)
  • Addon-links: Fix export statement in react.d.ts (#17434)
  • Addon-docs: Fix typo in ArgsTable tooltip (#17404)

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)

... (truncated)

Changelog

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

6.4.19 (February 12, 2022)

Features

  • CLI/React: Add interactions to cli template (#17345)
  • CLI/Angular: Add interactions to cli template (#17437)

Bug Fixes

  • Core/CLI: Add extract function to PreviewWeb and use it in sb extract if available (#17447)
  • Core: Ensure we show an error when configure() throws (#17435)
  • Core: Fix useParameter with nullish coalescing (#17327)
  • Addon-links: Fix export statement in react.d.ts (#17434)
  • Addon-docs: Fix typo in ArgsTable tooltip (#17404)

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.4.17 (January 31, 2022)

Bug Fixes

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

6.4.16 (January 29, 2022)

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)

6.4.15 (January 28, 2022)

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)

6.4.14 (January 21, 2022)

Bug Fixes

... (truncated)

Commits
  • 6a0da15 v6.4.19
  • 62acf09 Update root, peer deps, version.ts/json to 6.4.19 [ci skip]
  • f43e322 Merge pull request #17401 from storybookjs/fix_addon_support_table
  • 99af062 Update git head to 6.4.18, update yarn.lock
  • 2c57c56 v6.4.18
  • 67222a9 Update root, peer deps, version.ts/json to 6.4.18 [ci skip]
  • ede96e1 Update git head to 6.4.17, update yarn.lock
  • dc061f3 v6.4.17
  • f7a9a39 Update root, peer deps, version.ts/json to 6.4.17 [ci skip]
  • 4e4b61d Update git head to 6.4.16, update yarn.lock
  • Additional commits viewable in compare view

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)

Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs) from 6.4.9 to 6.4.19.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.19/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.19/addons/docs)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2022
@rhelmer rhelmer merged commit f49f84a into master Feb 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/storybook/addon-docs-6.4.19 branch February 23, 2022 04:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant