Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): Bump @storybook/addon-knobs from 6.0.21 to 6.0.25 (#…
Browse files Browse the repository at this point in the history
…1403)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

If you make any changes to it yourself then they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [@storybook/addon-knobs](https://github.com/storybookjs/storybook/tree/HEAD/addons/knobs) from 6.0.21 to 6.0.25.
<details/summary>
<p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">@storybook/addon-knobs's releases</a>.</em></p>
<blockquote>
<h2>v6.0.25</h2>
<h3>Bug Fixes</h3>
<ul>
<li>CLI: Workaround for react native <code>sb init</code> (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12405">#12405</a>)</li>
</ul>
<h2>v6.0.22</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Addon-docs: Change 2nd argument of transformSource to the storyContext (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12265">#12265</a>)</li>
<li>Angular: Unsubscribe prop subscriptions (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12514">#12514</a>)</li>
<li>React: Fix reactDocgen option when false (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12492">#12492</a>)</li>
<li>CLI: Fix storiesof-to-csf codemod for TypeScript (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12453">#12453</a>)</li>
<li>Addon-docs: Fix missing line-height on TypeSet block (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12134">#12134</a>)</li>
<li>Core: Use the denormed params on the first story for initial options (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/11938">#11938</a>)</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Build: Disable problematic story in Chromatic (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12457">#12457</a>)</li>
</ul>
<h3>Dependency Upgrades</h3>
<ul>
<li>[Security] Bump node-fetch from 2.6.0 to 2.6.1 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12448">#12448</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">@storybook/addon-knobs's changelog</a>.</em></p>
<blockquote>
<h2>6.0.25 (October 4, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>CLI: Workaround for react native <code>sb init</code> (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12405">#12405</a>)</li>
</ul>
<h2>6.0.24 (October 4, 2020)</h2>
<p>Failed NPM publish</p>
<h2>6.0.23 (October 4, 2020)</h2>
<p>Failed NPM publish</p>
<h2>6.1.0-alpha.19 (October 3, 2020)</h2>
<h3>Maintenance</h3>
<ul>
<li>ArgsTable: Remove the &quot;simple&quot; detection for enum types (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12587">#12587</a>)</li>
<li>Addon-docs: Move summary &amp; detail equality check to createSummaryValue (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12588">#12588</a>)</li>
<li>Essentials: Make controls tab show first (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12652">#12652</a>)</li>
<li>Misc: Clean usage and place in the monorepo of some dependencies (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12653">#12653</a>)</li>
</ul>
<h2>6.1.0-alpha.18 (September 30, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Composition: Rename <code>disabled</code> parameter =&gt; <code>disable</code> (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12603">#12603</a>)</li>
<li>UI: Fix page title for non-alpha chars (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12583">#12583</a>)</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Fix spelling errors (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12590">#12590</a>)</li>
</ul>
<h2>6.1.0-alpha.17 (September 26, 2020)</h2>
<h3>Features</h3>
<ul>
<li>Addon-docs: Add CSS Shadow Parts to web-component props table (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/10442">#10442</a>)</li>
</ul>
<h3>Dependency Upgrades</h3>
<ul>
<li>[Security] Bump bl from 1.2.2 to 1.2.3 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12480">#12480</a>)</li>
<li>[Security] Bump node-fetch from 2.6.0 to 2.6.1 (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12448">#12448</a>)</li>
</ul>
<h2>6.0.22 (September 26, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Addon-docs: Change 2nd argument of transformSource to the storyContext (<a href="https://github-redirect.dependabot.com/storybookjs/storybook/pull/12265">#12265</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/89c936fa79fd0a26d5a92485fc95c8f147556700"><code>89c936f</code></a> v6.0.25</li>
<li><a href="https://github.com/storybookjs/storybook/commit/d474fa57602a50e2b072c9300ce8fb36cc4d8a9c"><code>d474fa5</code></a> v6.0.24</li>
<li><a href="https://github.com/storybookjs/storybook/commit/c259b387efc017b8f0531c1a7f4c0a3080f43080"><code>c259b38</code></a> Update git head to 6.0.23</li>
<li><a href="https://github.com/storybookjs/storybook/commit/7299b834c6ba4f3a8f6ab5a53d3f34ba982ca7f6"><code>7299b83</code></a> v6.0.23</li>
<li><a href="https://github.com/storybookjs/storybook/commit/199c5d6f83058e0f5f56713f825d9e282d040c15"><code>199c5d6</code></a> Update git head to 6.0.22</li>
<li><a href="https://github.com/storybookjs/storybook/commit/f5fadd7970172906eb37ce48925822513638099d"><code>f5fadd7</code></a> v6.0.22</li>
<li><a href="https://github.com/storybookjs/storybook/commit/820b064b1b039fc7cc0f42e3476099051f979401"><code>820b064</code></a> Update git head to 6.0.21</li>
<li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v6.0.25/addons/knobs">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/addon-knobs&package-manager=npm_and_yarn&previous-version=6.0.21&new-version=6.0.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
  • Loading branch information
kodiakhq[bot] authored Oct 5, 2020
2 parents 6ed2670 + 22cb27c commit 4c1d842
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@sheerun/mutationobserver-shim": "^0.3.3",
"@storybook/addon-actions": "6.0.22",
"@storybook/addon-docs": "6.0.21",
"@storybook/addon-knobs": "6.0.21",
"@storybook/addon-knobs": "6.0.25",
"@storybook/addon-links": "6.0.22",
"@storybook/addons": "6.0.25",
"@storybook/preset-scss": "^1.0.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2023,18 +2023,18 @@
ts-dedent "^1.1.1"
util-deprecate "^1.0.2"

"@storybook/addon-knobs@6.0.21":
version "6.0.21"
resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-6.0.21.tgz#421076f7880ce1b4804266766122aebcee9b023c"
integrity sha512-QHcdL08wGzw67Igpow3wCHWq0WfG5E/q7EFwOwTvr4X3s8VBjuauVdWolcX1/N+z2U7m31rcD6tcMBMPjUibmw==
"@storybook/addon-knobs@6.0.25":
version "6.0.25"
resolved "https://registry.yarnpkg.com/@storybook/addon-knobs/-/addon-knobs-6.0.25.tgz#c4c0a244107ac9e6565cc4e7a88a00c525c023f9"
integrity sha512-URTORbYS79bS95ujjt9vte9M6jPC/lju6mxB1fTkiLNzyCHEWko7cm9mGFXSrbD8L2t+0SFSwibdwL6jCizu6g==
dependencies:
"@storybook/addons" "6.0.21"
"@storybook/api" "6.0.21"
"@storybook/channels" "6.0.21"
"@storybook/client-api" "6.0.21"
"@storybook/components" "6.0.21"
"@storybook/core-events" "6.0.21"
"@storybook/theming" "6.0.21"
"@storybook/addons" "6.0.25"
"@storybook/api" "6.0.25"
"@storybook/channels" "6.0.25"
"@storybook/client-api" "6.0.25"
"@storybook/components" "6.0.25"
"@storybook/core-events" "6.0.25"
"@storybook/theming" "6.0.25"
copy-to-clipboard "^3.0.8"
core-js "^3.0.1"
escape-html "^1.0.3"
Expand Down

1 comment on commit 4c1d842

@vercel
Copy link

@vercel vercel bot commented on 4c1d842 Oct 5, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.