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

Bump @storybook/addon-links from 8.0.10 to 8.3.4 #561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps @storybook/addon-links from 8.0.10 to 8.3.4.

Release notes

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

v8.3.4

8.3.4

v8.3.3

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

v8.3.2

8.3.2

v8.3.1

8.3.1

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.4

8.3.3

  • CLI: Show constraints in error when getting depndencies - #29187, thanks @​andrasczeh!
  • React-Vite: Downgrade react-docgen-typescript plugin - #29184, thanks @​shilman!
  • UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - #29175, thanks @​JSMike!

8.3.2

8.3.1

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
  • Addon Test: Improve messages and post install script handling - #29036, thanks @​yannbf!
  • Addon Viewport: Add default options via parameters - #28944, thanks @​ndelangen!
  • Addon Test: Add experimental vitest integration - #28768, thanks @​kasperpeulen!
  • Addon Test: Fix error message logic in set up file - #28906, thanks @​yannbf!
  • Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks @​ghengeveld!
  • Addon Test: Fix postinstall file types - #28978, thanks @​shilman!
  • Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks @​yannbf!
  • Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks @​yannbf!
  • Addon Test: Set default viewport if applicable - #28905, thanks @​yannbf!
  • Addon Test: Set screenshotFailures to false by default - #28908, thanks @​yannbf!
  • Addon Docs: Remove babel dependency - #28915, thanks @​shilman!
  • Addon Interactions: Fix status in panel tab - #28580, thanks @​yannbf!
  • Angular: Fix Angular template error for props with a circular reference - #28498, thanks @​Marklb!
  • Angular: Fix template props not able to use dot notation - #28588, thanks @​Marklb!

... (truncated)

Commits
  • 20ab887 Bump version from "8.3.3" to "8.3.4" [skip ci]
  • e159e49 Bump version from "8.3.2" to "8.3.3" [skip ci]
  • ee03ab0 Bump version from "8.3.1" to "8.3.2" [skip ci]
  • 43accbc Bump version from "8.3.0" to "8.3.1" [skip ci]
  • 7e94ba6 Bump version from "8.3.0-beta.5" to "8.3.0" [skip ci]
  • bce7d70 Bump version from "8.3.0-beta.4" to "8.3.0-beta.5" [skip ci]
  • cce24a0 Bump version from "8.3.0-beta.3" to "8.3.0-beta.4" [skip ci]
  • daf6159 Bump version from "8.3.0-beta.2" to "8.3.0-beta.3" [skip ci]
  • 00c1524 Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  • acd2b70 Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog labels Nov 1, 2024
Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

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

bors merge

meili-bors bot added a commit that referenced this pull request Nov 27, 2024
561: Bump @storybook/addon-links from 8.0.10 to 8.3.4 r=curquiza a=dependabot[bot]

Bumps [`@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)` from 8.0.10 to 8.3.4.
<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>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>`@​InfiniteXyy</code></a>!</li>`
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
</ul>
<h2>v8.3.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>, thanks <a href="https://github.com/andrasczeh"><code>`@​andrasczeh</code></a>!</li>`
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - <a href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not add packageManager field to package.json during <code>storybook dev</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
<li>Core: Do not prebundle better-opn - <a href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>, thanks <a href="https://github.com/HoncharenkoZhenya"><code>`@​HoncharenkoZhenya</code></a>!</li>`
</ul>
<h2>v8.3.0</h2>
<h2>8.3.0</h2>
<p>Fresh out of the oven! Storybook 8.3 brings you:</p>
<ul>
<li>⚡️ <strong>First-class Vitest integration</strong> to run stories as component tests</li>
<li>🔼 <strong>Next.js-Vite framework</strong> for Vitest compatibility and better DX</li>
<li>🗜️ <strong>Further reduced bundle size</strong> for a smaller install footprint</li>
<li>🌐 <strong>Experimental Story globals</strong> to standardize stories for themes, viewports, and locales</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Improve messages and post install script handling - <a href="https://redirect.github.com/storybookjs/storybook/pull/29036">#29036</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Viewport: Add default options via parameters - <a href="https://redirect.github.com/storybookjs/storybook/pull/28944">#28944</a>, thanks <a href="https://github.com/ndelangen"><code>`@​ndelangen</code></a>!</li>`
<li>Addon Test: Add experimental vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/28768">#28768</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
<li>Addon Test: Fix error message logic in set up file - <a href="https://redirect.github.com/storybookjs/storybook/pull/28906">#28906</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - <a href="https://redirect.github.com/storybookjs/storybook/pull/29011">#29011</a>, thanks <a href="https://github.com/ghengeveld"><code>`@​ghengeveld</code></a>!</li>`
<li>Addon Test: Fix postinstall file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/28978">#28978</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Test: Fix tests potentially not existing in non-isolate mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/28993">#28993</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Improve transformation logic to avoid duplicate tests - <a href="https://redirect.github.com/storybookjs/storybook/pull/28929">#28929</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set default viewport if applicable - <a href="https://redirect.github.com/storybookjs/storybook/pull/28905">#28905</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>`@​storybook/addon-links</code>'s` changelog</a>.</em></p>
<blockquote>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>`@​InfiniteXyy</code></a>!</li>`
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
</ul>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>, thanks <a href="https://github.com/andrasczeh"><code>`@​andrasczeh</code></a>!</li>`
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - <a href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not add packageManager field to package.json during <code>storybook dev</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
<li>Core: Do not prebundle better-opn - <a href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>, thanks <a href="https://github.com/HoncharenkoZhenya"><code>`@​HoncharenkoZhenya</code></a>!</li>`
</ul>
<h2>8.3.0</h2>
<p>Fresh out of the oven! Storybook 8.3 brings you:</p>
<ul>
<li>⚡️ <strong>First-class Vitest integration</strong> to run stories as component tests</li>
<li>🔼 <strong>Next.js-Vite framework</strong> for Vitest compatibility and better DX</li>
<li>🗜️ <strong>Further reduced bundle size</strong> for a smaller install footprint</li>
<li>🌐 <strong>Experimental Story globals</strong> to standardize stories for themes, viewports, and locales</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Improve messages and post install script handling - <a href="https://redirect.github.com/storybookjs/storybook/pull/29036">#29036</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Viewport: Add default options via parameters - <a href="https://redirect.github.com/storybookjs/storybook/pull/28944">#28944</a>, thanks <a href="https://github.com/ndelangen"><code>`@​ndelangen</code></a>!</li>`
<li>Addon Test: Add experimental vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/28768">#28768</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
<li>Addon Test: Fix error message logic in set up file - <a href="https://redirect.github.com/storybookjs/storybook/pull/28906">#28906</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - <a href="https://redirect.github.com/storybookjs/storybook/pull/29011">#29011</a>, thanks <a href="https://github.com/ghengeveld"><code>`@​ghengeveld</code></a>!</li>`
<li>Addon Test: Fix postinstall file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/28978">#28978</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Test: Fix tests potentially not existing in non-isolate mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/28993">#28993</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Improve transformation logic to avoid duplicate tests - <a href="https://redirect.github.com/storybookjs/storybook/pull/28929">#28929</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set default viewport if applicable - <a href="https://redirect.github.com/storybookjs/storybook/pull/28905">#28905</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set screenshotFailures to false by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/28908">#28908</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Docs: Remove babel dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/28915">#28915</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Interactions: Fix status in panel tab - <a href="https://redirect.github.com/storybookjs/storybook/pull/28580">#28580</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Angular: Fix Angular template error for props with a circular reference - <a href="https://redirect.github.com/storybookjs/storybook/pull/28498">#28498</a>, thanks <a href="https://github.com/Marklb"><code>`@​Marklb</code></a>!</li>`
<li>Angular: Fix template props not able to use dot notation - <a href="https://redirect.github.com/storybookjs/storybook/pull/28588">#28588</a>, thanks <a href="https://github.com/Marklb"><code>`@​Marklb</code></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/20ab8870206aa839e1cd93b089773b6e3ac5a77b"><code>20ab887</code></a> Bump version from &quot;8.3.3&quot; to &quot;8.3.4&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/e159e49a50eea9d7e41263f71612568178116274"><code>e159e49</code></a> Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/ee03ab04c57e4457fbd553e88c84e7bb281a6ed3"><code>ee03ab0</code></a> Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/43accbcf137b3b4952998f2dbb7f475b06b916c4"><code>43accbc</code></a> Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/7e94ba615fc2c1863ca9130d8ed34ccd476b03c9"><code>7e94ba6</code></a> Bump version from &quot;8.3.0-beta.5&quot; to &quot;8.3.0&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/bce7d703aa34d1e9825d38e0fad343d5ab13a118"><code>bce7d70</code></a> Bump version from &quot;8.3.0-beta.4&quot; to &quot;8.3.0-beta.5&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/cce24a0ed08e392b841f554d7b1b75b3e1f18113"><code>cce24a0</code></a> Bump version from &quot;8.3.0-beta.3&quot; to &quot;8.3.0-beta.4&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/daf615930c88106b37aaed95e5c34936c5e340d0"><code>daf6159</code></a> Bump version from &quot;8.3.0-beta.2&quot; to &quot;8.3.0-beta.3&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/00c1524e0e393da445b3a5e2d82197d453907dcc"><code>00c1524</code></a> Bump version from &quot;8.3.0-beta.1&quot; to &quot;8.3.0-beta.2&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/acd2b709e6f056085e86ce65e57ba0a09e59a4ab"><code>acd2b70</code></a> Bump version from &quot;8.3.0-beta.0&quot; to &quot;8.3.0-beta.1&quot; [skip ci]</li>
<li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.3.4/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=8.0.10&new-version=8.3.4)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor

meili-bors bot commented Nov 27, 2024

Timed out.

@curquiza
Copy link
Member

@dependabot rebase

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 8.0.10 to 8.3.4.
- [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/v8.3.4/code/addons/links)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/storybook/addon-links-8.3.4 branch from d6c5db2 to d34cac1 Compare November 27, 2024 12:38
@curquiza
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Nov 27, 2024
561: Bump @storybook/addon-links from 8.0.10 to 8.3.4 r=curquiza a=dependabot[bot]

Bumps [`@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)` from 8.0.10 to 8.3.4.
<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>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>`@​InfiniteXyy</code></a>!</li>`
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
</ul>
<h2>v8.3.3</h2>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>, thanks <a href="https://github.com/andrasczeh"><code>`@​andrasczeh</code></a>!</li>`
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - <a href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
</ul>
<h2>v8.3.2</h2>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not add packageManager field to package.json during <code>storybook dev</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
</ul>
<h2>v8.3.1</h2>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
<li>Core: Do not prebundle better-opn - <a href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>, thanks <a href="https://github.com/HoncharenkoZhenya"><code>`@​HoncharenkoZhenya</code></a>!</li>`
</ul>
<h2>v8.3.0</h2>
<h2>8.3.0</h2>
<p>Fresh out of the oven! Storybook 8.3 brings you:</p>
<ul>
<li>⚡️ <strong>First-class Vitest integration</strong> to run stories as component tests</li>
<li>🔼 <strong>Next.js-Vite framework</strong> for Vitest compatibility and better DX</li>
<li>🗜️ <strong>Further reduced bundle size</strong> for a smaller install footprint</li>
<li>🌐 <strong>Experimental Story globals</strong> to standardize stories for themes, viewports, and locales</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Improve messages and post install script handling - <a href="https://redirect.github.com/storybookjs/storybook/pull/29036">#29036</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Viewport: Add default options via parameters - <a href="https://redirect.github.com/storybookjs/storybook/pull/28944">#28944</a>, thanks <a href="https://github.com/ndelangen"><code>`@​ndelangen</code></a>!</li>`
<li>Addon Test: Add experimental vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/28768">#28768</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
<li>Addon Test: Fix error message logic in set up file - <a href="https://redirect.github.com/storybookjs/storybook/pull/28906">#28906</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - <a href="https://redirect.github.com/storybookjs/storybook/pull/29011">#29011</a>, thanks <a href="https://github.com/ghengeveld"><code>`@​ghengeveld</code></a>!</li>`
<li>Addon Test: Fix postinstall file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/28978">#28978</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Test: Fix tests potentially not existing in non-isolate mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/28993">#28993</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Improve transformation logic to avoid duplicate tests - <a href="https://redirect.github.com/storybookjs/storybook/pull/28929">#28929</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set default viewport if applicable - <a href="https://redirect.github.com/storybookjs/storybook/pull/28905">#28905</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>`@​storybook/addon-links</code>'s` changelog</a>.</em></p>
<blockquote>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a href="https://redirect.github.com/storybookjs/storybook/pull/29147">#29147</a>, thanks <a href="https://github.com/InfiniteXyy"><code>`@​InfiniteXyy</code></a>!</li>`
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a href="https://redirect.github.com/storybookjs/storybook/pull/29110">#29110</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
</ul>
<h2>8.3.3</h2>
<ul>
<li>CLI: Show constraints in error when getting depndencies - <a href="https://redirect.github.com/storybookjs/storybook/pull/29187">#29187</a>, thanks <a href="https://github.com/andrasczeh"><code>`@​andrasczeh</code></a>!</li>`
<li>React-Vite: Downgrade react-docgen-typescript plugin - <a href="https://redirect.github.com/storybookjs/storybook/pull/29184">#29184</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - <a href="https://redirect.github.com/storybookjs/storybook/pull/29175">#29175</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
</ul>
<h2>8.3.2</h2>
<ul>
<li>CLI: Fix skip-install for stable latest releases - <a href="https://redirect.github.com/storybookjs/storybook/pull/29133">#29133</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not add packageManager field to package.json during <code>storybook dev</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/29152">#29152</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
</ul>
<h2>8.3.1</h2>
<ul>
<li>Angular: Fix sourceDecorator to apply excludeDecorators flag - <a href="https://redirect.github.com/storybookjs/storybook/pull/29069">#29069</a>, thanks <a href="https://github.com/JSMike"><code>`@​JSMike</code></a>!</li>`
<li>Core: Do not prebundle better-opn - <a href="https://redirect.github.com/storybookjs/storybook/pull/29137">#29137</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Core: Do not prebundle jsdoc-type-pratt-parser - <a href="https://redirect.github.com/storybookjs/storybook/pull/29134">#29134</a>, thanks <a href="https://github.com/valentinpalkovic"><code>`@​valentinpalkovic</code></a>!</li>`
<li>Next.js: Upgrade sass-loader from ^12 to ^13 - <a href="https://redirect.github.com/storybookjs/storybook/pull/29040">#29040</a>, thanks <a href="https://github.com/HoncharenkoZhenya"><code>`@​HoncharenkoZhenya</code></a>!</li>`
</ul>
<h2>8.3.0</h2>
<p>Fresh out of the oven! Storybook 8.3 brings you:</p>
<ul>
<li>⚡️ <strong>First-class Vitest integration</strong> to run stories as component tests</li>
<li>🔼 <strong>Next.js-Vite framework</strong> for Vitest compatibility and better DX</li>
<li>🗜️ <strong>Further reduced bundle size</strong> for a smaller install footprint</li>
<li>🌐 <strong>Experimental Story globals</strong> to standardize stories for themes, viewports, and locales</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Improve messages and post install script handling - <a href="https://redirect.github.com/storybookjs/storybook/pull/29036">#29036</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Viewport: Add default options via parameters - <a href="https://redirect.github.com/storybookjs/storybook/pull/28944">#28944</a>, thanks <a href="https://github.com/ndelangen"><code>`@​ndelangen</code></a>!</li>`
<li>Addon Test: Add experimental vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/28768">#28768</a>, thanks <a href="https://github.com/kasperpeulen"><code>`@​kasperpeulen</code></a>!</li>`
<li>Addon Test: Fix error message logic in set up file - <a href="https://redirect.github.com/storybookjs/storybook/pull/28906">#28906</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - <a href="https://redirect.github.com/storybookjs/storybook/pull/29011">#29011</a>, thanks <a href="https://github.com/ghengeveld"><code>`@​ghengeveld</code></a>!</li>`
<li>Addon Test: Fix postinstall file types - <a href="https://redirect.github.com/storybookjs/storybook/pull/28978">#28978</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Test: Fix tests potentially not existing in non-isolate mode - <a href="https://redirect.github.com/storybookjs/storybook/pull/28993">#28993</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Improve transformation logic to avoid duplicate tests - <a href="https://redirect.github.com/storybookjs/storybook/pull/28929">#28929</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set default viewport if applicable - <a href="https://redirect.github.com/storybookjs/storybook/pull/28905">#28905</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Test: Set screenshotFailures to false by default - <a href="https://redirect.github.com/storybookjs/storybook/pull/28908">#28908</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Addon Docs: Remove babel dependency - <a href="https://redirect.github.com/storybookjs/storybook/pull/28915">#28915</a>, thanks <a href="https://github.com/shilman"><code>`@​shilman</code></a>!</li>`
<li>Addon Interactions: Fix status in panel tab - <a href="https://redirect.github.com/storybookjs/storybook/pull/28580">#28580</a>, thanks <a href="https://github.com/yannbf"><code>`@​yannbf</code></a>!</li>`
<li>Angular: Fix Angular template error for props with a circular reference - <a href="https://redirect.github.com/storybookjs/storybook/pull/28498">#28498</a>, thanks <a href="https://github.com/Marklb"><code>`@​Marklb</code></a>!</li>`
<li>Angular: Fix template props not able to use dot notation - <a href="https://redirect.github.com/storybookjs/storybook/pull/28588">#28588</a>, thanks <a href="https://github.com/Marklb"><code>`@​Marklb</code></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/20ab8870206aa839e1cd93b089773b6e3ac5a77b"><code>20ab887</code></a> Bump version from &quot;8.3.3&quot; to &quot;8.3.4&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/e159e49a50eea9d7e41263f71612568178116274"><code>e159e49</code></a> Bump version from &quot;8.3.2&quot; to &quot;8.3.3&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/ee03ab04c57e4457fbd553e88c84e7bb281a6ed3"><code>ee03ab0</code></a> Bump version from &quot;8.3.1&quot; to &quot;8.3.2&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/43accbcf137b3b4952998f2dbb7f475b06b916c4"><code>43accbc</code></a> Bump version from &quot;8.3.0&quot; to &quot;8.3.1&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/7e94ba615fc2c1863ca9130d8ed34ccd476b03c9"><code>7e94ba6</code></a> Bump version from &quot;8.3.0-beta.5&quot; to &quot;8.3.0&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/bce7d703aa34d1e9825d38e0fad343d5ab13a118"><code>bce7d70</code></a> Bump version from &quot;8.3.0-beta.4&quot; to &quot;8.3.0-beta.5&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/cce24a0ed08e392b841f554d7b1b75b3e1f18113"><code>cce24a0</code></a> Bump version from &quot;8.3.0-beta.3&quot; to &quot;8.3.0-beta.4&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/daf615930c88106b37aaed95e5c34936c5e340d0"><code>daf6159</code></a> Bump version from &quot;8.3.0-beta.2&quot; to &quot;8.3.0-beta.3&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/00c1524e0e393da445b3a5e2d82197d453907dcc"><code>00c1524</code></a> Bump version from &quot;8.3.0-beta.1&quot; to &quot;8.3.0-beta.2&quot; [skip ci]</li>
<li><a href="https://github.com/storybookjs/storybook/commit/acd2b709e6f056085e86ce65e57ba0a09e59a4ab"><code>acd2b70</code></a> Bump version from &quot;8.3.0-beta.0&quot; to &quot;8.3.0-beta.1&quot; [skip ci]</li>
<li>Additional commits viewable in <a href="https://github.com/storybookjs/storybook/commits/v8.3.4/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=8.0.10&new-version=8.3.4)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor

meili-bors bot commented Nov 27, 2024

Timed out.

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 skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant