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

npm(deps-dev): bump @storybook/addon-docs from 5.3.19 to 6.1.11 #134

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps @storybook/addon-docs from 5.3.19 to 6.1.11.

Release notes

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

v6.1.11

Bug Fixes

  • UI: Fix null ref in sidebar (#13423)
  • Addon-docs: Handle svelte docgen failures gracefully (#13386)

Dependency Upgrades

  • Update react-popper-tooltip and @popperjs/core for react17 (#13434)

v6.1.10

Bug Fixes

  • CLI: Fix stories path in Introduction.stories.mdx (#13368)
  • UI: Fix display of custom brand image (#13355)
  • Storyshots: Fix missing done attribute on type definition (#13341)
  • Addon-docs: ArgTypes optional on Meta (#13352)

Dependency Upgrades

  • Addon-storyshots: Add React as peer dependency (#13343)

v6.1.9

Bug Fixes

  • Addon-backgrounds: Fix grid offset always using default value (#13260)
  • UI: Fix keybindings on non-US keyboard layouts (#13319)
  • Addon-Docs: Handle class attributes in Dynamic Source Rendering for Vue.js (#13327)

v6.1.8

Bug Fixes

  • Core: Fix preview URL dropped hashes (#13308)
  • Core: Fix template script tag support (#13271)
  • Addon-docs: Fix Vue source snippets for function attributes (#13288)
  • Components: Fix Zoom for IE11 (#13302)
  • React: Don't add FastRefresh if already enabled (#13303)
  • CLI: Fix storybook-deployer upgrade warning (#13306)

Maintenance

  • React: Expose StorybookConfig types (#13309)
  • React: Fix unit tests for react preset (#13315)

v6.1.7

Bug Fixes

  • CLI: Fix not printing managerTotalTime when using cached manager (#13294)
  • Core: Only apply express.json() middleware to /runtime-error route (#13295)
  • Core: Don't use prebuilt or cached manager when running smoke test (#13266)

... (truncated)

Changelog

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

6.1.11 (December 12, 2020)

Bug Fixes

  • UI: Fix null ref in sidebar (#13423)
  • Addon-docs: Handle svelte docgen failures gracefully (#13386)

Dependency Upgrades

  • Update react-popper-tooltip and @popperjs/core for react17 (#13434)

6.2.0-alpha.6 (December 12, 2020)

Features

  • Main.js: Add previewHead, previewBody, managerHead presets (#13432)

Bug Fixes

  • Core: Fix modulesCount cache storage and retrieval (#13431)
  • UI: Fix null ref in sidebar (#13423)

Maintenance

  • Components: Cleanup circular dependencies (#13439)
  • Core: Generate bundle size report for prebuilt manager (#13425)
  • CI: Speed up CircleCI workflows (#13320)

Dependency Upgrades

  • Update react-popper-tooltip and @popperjs/core for react17 (#13434)

6.2.0-alpha.5 (December 8, 2020)

Bug Fixes

  • Core: Fix --static-dir with absolute path on Windows (#13344)

6.2.0-alpha.4 (December 6, 2020)

Bug Fixes

  • Addon-docs: Handle svelte docgen failures gracefully (#13386)

Dependency Upgrades

  • Bump @ember/test-helpers from 1.7.1 to 2.1.0 (#13143)

6.2.0-alpha.3 (December 4, 2020)

... (truncated)

Commits
  • 5999b78 v6.1.11
  • 2af05b8 Update root, peer deps, version.ts/json to 6.1.11
  • 533eb07 Merge pull request #13386 from storybookjs/13247-fix-svelte-argstable
  • 56728e9 Update git head to 6.1.10
  • 94ffc5d v6.1.10
  • e871ecd Update root, peer deps, version.ts/json to 6.1.10
  • 0bf1b1a Merge pull request #13352 from storybookjs/13350-meta-optional-argtypes
  • c89403a Merge pull request #13276 from selrond/patch-1
  • a40f40e Run sort-package-json
  • 606426b Update git head to 6.1.9
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner December 21, 2020 00:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 21, 2020
@andy-polhill
Copy link
Contributor

Closing links to #35

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@andy-polhill andy-polhill deleted the dependabot/npm_and_yarn/storybook/addon-docs-6.1.11 branch December 21, 2020 09:24
andy-polhill pushed a commit to andy-polhill/canopy that referenced this pull request Dec 31, 2020
* feat(accordion): add new accordion component

This PR adds the accordion component with the chevron on the left hand side.

Also run npm audift fix.

* feat(accordion): add focus state based on design

This affects the mixin 'inner-focus-outline' and the button focus state.
This is not an issue since we are going to change the focus to be similar to the accordion - Alex approved

* feat(accordion): address pr comments

also remove unnecessary code for keyboard events - the events are already handled automatically by the button

* fix(accordion): fix build failing and knob

- fix the build failing
- updade knob to change accordion level

* feat(accordion): fix import statement

The import was causing issues when running
> @canopy-collective/canopy@0.0.0 build:test-app /Users/elenagarrone/projects/canopy
> npm run build && ng build canopy-test-app --prod --outputPath ./test-dist

> @canopy-collective/canopy@0.0.0 build /Users/elenagarrone/projects/canopy
> ng build && npm run build-styles

Building Angular Package

------------------------------------------------------------------------------
Building entry point '@canopy-collective/canopy'
------------------------------------------------------------------------------
Compiling TypeScript sources through ngc
Bundling to FESM2015
Bundling to FESM5
Bundling to UMD
Minifying UMD bundle
Copying declaration files
Writing package metadata
Built @canopy-collective/canopy

------------------------------------------------------------------------------
Built Angular Package!
 - from: /Users/elenagarrone/projects/canopy/projects/canopy
 - to:   /Users/elenagarrone/projects/canopy/dist/canopy
------------------------------------------------------------------------------

> @canopy-collective/canopy@0.0.0 build-styles /Users/elenagarrone/projects/canopy
> webpack --config ./webpack.scss.config.js

Hash: a3413a081f4c07382462
Version: webpack 4.41.3
Time: 569ms
Built at: 12/29/2019 15:38:32
                            Asset      Size  Chunks             Chunk Names
                       canopy.css  24.4 KiB       0  [emitted]  canopy
  fonts/Roboto-Light-webfont.woff  90.9 KiB          [emitted]
 fonts/Roboto-Medium-webfont.woff  91.8 KiB          [emitted]
fonts/Roboto-Regular-webfont.woff  91.2 KiB          [emitted]
   fonts/Roboto-Thin-webfont.woff  89.7 KiB          [emitted]
Entrypoint canopy = canopy.css
[0] multi ./projects/canopy/src/styles/styles.scss ./projects/canopy/src/styles/form.scss 40 bytes {0} [built]
[1] ./projects/canopy/src/styles/styles.scss 39 bytes {0} [built]
[2] ./projects/canopy/src/styles/form.scss 39 bytes {0} [built]
    + 2 hidden modules
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/sass-loader/lib/loader.js!projects/canopy/src/styles/form.scss:
    Entrypoint mini-css-extract-plugin = *
    [0] ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./projects/canopy/src/styles/form.scss 8.86 KiB {0} [built]
        + 1 hidden module
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/sass-loader/lib/loader.js!projects/canopy/src/styles/styles.scss:
    Entrypoint mini-css-extract-plugin = *
    [0] ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./projects/canopy/src/styles/styles.scss 17.2 KiB {0} [built]
    [3] ./projects/canopy/src/assets/fonts/roboto/Roboto-Regular-webfont.woff 79 bytes {0} [built]
    [4] ./projects/canopy/src/assets/fonts/roboto/Roboto-Medium-webfont.woff 78 bytes {0} [built]
    [5] ./projects/canopy/src/assets/fonts/roboto/Roboto-Light-webfont.woff 77 bytes {0} [built]
    [6] ./projects/canopy/src/assets/fonts/roboto/Roboto-Thin-webfont.woff 76 bytes {0} [built]
        + 2 hidden modules
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.

chunk {2} polyfills-es2015.25bfed26497f24d6d1d7.js (polyfills) 36.4 kB [initial] [rendered]
chunk {3} polyfills-es5.3ff796571eb9f406f768.js (polyfills-es5) 122 kB [initial] [rendered]
chunk {0} runtime-es2015.e8a2810b3b08d6a1b6aa.js (runtime) 1.45 kB [entry] [rendered]
chunk {0} runtime-es5.e8a2810b3b08d6a1b6aa.js (runtime) 1.45 kB [entry] [rendered]
chunk {1} main-es2015.ae4ff33966d91b6573e0.js (main) 196 kB [initial] [rendered]
chunk {1} main-es5.ae4ff33966d91b6573e0.js (main) 218 kB [initial] [rendered]
chunk {4} styles.173122dd7007ab1d7815.css (styles) 19.6 kB [initial] [rendered]
Date: 2019-12-29T14:38:50.678Z - Hash: 98747249801d92c96ed5 - Time: 13504ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant