Skip to content

Commit

Permalink
Bump @storybook/addon-links from 7.0.9 to 7.0.13 in /website (#3210)
Browse files Browse the repository at this point in the history
Bumps
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
from 7.0.9 to 7.0.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.0.12</h2>
<h4>Bug Fixes</h4>
<ul>
<li>Core: Fix source snippets for stories with mapped args <a
href="https://redirect.github.com/storybooks/storybook/pull/22135">#22135</a></li>
<li>CLI: Fix <code>getFrameworkPackage</code> logic <a
href="https://redirect.github.com/storybooks/storybook/pull/22559">#22559</a></li>
<li>CLI: Remove automigrate reference from init command <a
href="https://redirect.github.com/storybooks/storybook/pull/22561">#22561</a></li>
</ul>
<h4>Maintenance</h4>
<ul>
<li>CLI: Detach automigrate command from storybook init <a
href="https://redirect.github.com/storybooks/storybook/pull/22523">#22523</a></li>
</ul>
<h2>v7.0.11</h2>
<h4>Bug Fixes</h4>
<ul>
<li>Toolbars: Fix title behavior in UI <a
href="https://redirect.github.com/storybooks/storybook/pull/22496">#22496</a></li>
<li>CLI: Fix storybook upgrade precheckfailure object <a
href="https://redirect.github.com/storybooks/storybook/pull/22517">#22517</a></li>
<li>CLI: Throw errors instead of rejecting promises <a
href="https://redirect.github.com/storybooks/storybook/pull/22515">#22515</a></li>
<li>CLI: Remove unsupported frameworks/renderers and improve builder
detection <a
href="https://redirect.github.com/storybooks/storybook/pull/22492">#22492</a></li>
<li>Web-components: Fix source decorator to handle document fragments <a
href="https://redirect.github.com/storybooks/storybook/pull/22513">#22513</a></li>
<li>Core: Fix windows path error in StoryStore v6 <a
href="https://redirect.github.com/storybooks/storybook/pull/22512">#22512</a></li>
<li>CLI: Do not show a migration summary on sb init <a
href="https://redirect.github.com/storybooks/storybook/pull/22109">#22109</a></li>
<li>UI: Show current search shortcut in search box sidebar <a
href="https://redirect.github.com/storybooks/storybook/pull/21619">#21619</a></li>
<li>Outline: Fix additional outline border in docs mode <a
href="https://redirect.github.com/storybooks/storybook/pull/21773">#21773</a></li>
<li>Measure: Deactivate when switching to Docs mode <a
href="https://redirect.github.com/storybooks/storybook/pull/21602">#21602</a></li>
<li>CSF: Expose story id in composeStories <a
href="https://redirect.github.com/storybooks/storybook/pull/22471">#22471</a></li>
<li>CLI: Prompt to force initialization when storybook folder is
detected <a
href="https://redirect.github.com/storybooks/storybook/pull/22392">#22392</a></li>
<li>UI: Fix css inconsistency in Button and Icon components <a
href="https://redirect.github.com/storybooks/storybook/pull/22497">#22497</a></li>
</ul>
<h2>v7.0.10</h2>
<h4>Bug Fixes</h4>
<ul>
<li>CLI: Fix copyTemplate failures on <code>init</code> <a
href="https://redirect.github.com/storybooks/storybook/pull/22375">#22375</a></li>
<li>CLI: Fix server init <a
href="https://redirect.github.com/storybooks/storybook/pull/22443">#22443</a></li>
<li>CLI: Scope styles in sample components from the CLI templates <a
href="https://redirect.github.com/storybooks/storybook/pull/22162">#22162</a></li>
<li>React: Use correct default annotations for composeStories <a
href="https://redirect.github.com/storybooks/storybook/pull/22308">#22308</a></li>
<li>Server: Add json indexer <a
href="https://redirect.github.com/storybooks/storybook/pull/22460">#22460</a></li>
<li>UI: Fix opacity from list-item color <a
href="https://redirect.github.com/storybooks/storybook/pull/22074">#22074</a></li>
</ul>
<h4>Maintenance</h4>
<ul>
<li>CLI: Refactor package manager methods to be async <a
href="https://redirect.github.com/storybooks/storybook/pull/22401">#22401</a></li>
<li>Improve Error message for Angular.json file not found <a
href="https://redirect.github.com/storybooks/storybook/pull/22377">#22377</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.v1-5.md"><code>@​storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.3.7 (January 20, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Node-logger: Move <code>@types/npmlog</code> to dependencies (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9538">#9538</a>)</li>
<li>Core: Fix legacy story URLs (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9545">#9545</a>)</li>
<li>Addon-docs: Convert default prop value to string (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9525">#9525</a>)</li>
<li>Addon-docs: Preserve Source indentation by default (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9513">#9513</a>)</li>
</ul>
<h2>5.3.6 (January 17, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Source-loader: Bypass if file has no exports (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9505">#9505</a>)</li>
<li>Core: Fix default sorting of docs-only stories (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9504">#9504</a>)</li>
</ul>
<h2>5.3.5 (January 17, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Core: Fix typo for loading addon-notes/register-panel (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9497">#9497</a>)</li>
<li>Source-loader: Add imports to top of file (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9492">#9492</a>)</li>
</ul>
<h2>5.3.4 (January 16, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Core: Fix presets register panel (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9486">#9486</a>)</li>
<li>Core: Fix addon/preset detection for local addons (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9485">#9485</a>)</li>
<li>Core: Fix default story sort (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9482">#9482</a>)</li>
</ul>
<h2>5.3.3 (January 14, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>UI: Fix edge case where only one legacy separator is defined (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9425">#9425</a>)</li>
<li>Core: Preserve kind load order on HMR when no sortFn is provided (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9424">#9424</a>)</li>
<li>Angular: Fix missing architect properties (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9390">#9390</a>)</li>
<li>Addon-knobs: Fix null knob values in select (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9416">#9416</a>)</li>
<li>Source-loader: Disable linting altogether (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9417">#9417</a>)</li>
</ul>
<h2>5.3.2 (January 13, 2020)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Source-loader: Disable eslint entirely for generated code (<a
href="https://redirect.github.com/storybookjs/storybook/pull/9410">#9410</a>)</li>
</ul>
<h2>5.3.1 (January 12, 2020)</h2>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/HEAD/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/addon-links&package-manager=npm_and_yarn&previous-version=7.0.9&new-version=7.0.13)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2023
1 parent 4fe55ed commit efb7e2a
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 11 deletions.
217 changes: 207 additions & 10 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -93,7 +93,7 @@
"@storybook/addon-actions": "^7.0.5",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/addon-links": "^7.0.13",
"@storybook/nextjs": "^7.0.12",
"@storybook/react": "^7.0.7",
"@storybook/testing-library": "^0.1.0",
Expand Down

0 comments on commit efb7e2a

Please sign in to comment.