Skip to content

Commit

Permalink
chore(deps-dev): bump @storybook/vue3-vite from 8.5.0-beta.2 to 8.5.0…
Browse files Browse the repository at this point in the history
…-beta.6 (#2414)

Bumps
[@storybook/vue3-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/vue3-vite)
from 8.5.0-beta.2 to 8.5.0-beta.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/vue3-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.0-beta.6</h2>
<h2>8.5.0-beta.6</h2>
<ul>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Use correct vitest config file path - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30135">#30135</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Automigration: Improve addon-a11y-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30127">#30127</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>v8.5.0-beta.5</h2>
<h2>8.5.0-beta.5</h2>
<ul>
<li>Addon Test: Only reset story count on file change when watch mode is
enabled - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30121">#30121</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Build: Revert Downgrade to esbuild 0.24.0 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30120">#30120</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Fix <code>ERR_PACKAGE_PATH_NOT_EXPORTED</code> in
<code>@storybook/node-logger</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30093">#30093</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>React: Use Act wrapper in Storybook for component rendering - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30037">#30037</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Vite: Add extra entries to <code>optimizeDeps</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30117">#30117</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
<h2>v8.5.0-beta.4</h2>
<h2>8.5.0-beta.4</h2>
<ul>
<li>Addon Themes: Deprecate useThemeParameters - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30111">#30111</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Build: Downgrade to esbuild 0.24.0 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30116">#30116</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>CLI: Re-Add Nuxt support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28607">#28607</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Prevent infinite rerendering caused by comparison by reference
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/30081">#30081</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<h2>v8.5.0-beta.3</h2>
<h2>8.5.0-beta.3</h2>
<ul>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Float context menu button on top of story titles in sidebar -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/30080">#30080</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Onboarding: Replace <code>react-confetti</code> with
<code>@neoconfetti/react</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30098">#30098</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.prerelease.md"><code>@​storybook/vue3-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.0-beta.6</h2>
<ul>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Use correct vitest config file path - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30135">#30135</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Automigration: Improve addon-a11y-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30127">#30127</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
</ul>
<h2>8.5.0-beta.5</h2>
<ul>
<li>Addon Test: Only reset story count on file change when watch mode is
enabled - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30121">#30121</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Build: Revert Downgrade to esbuild 0.24.0 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30120">#30120</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Fix <code>ERR_PACKAGE_PATH_NOT_EXPORTED</code> in
<code>@storybook/node-logger</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30093">#30093</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>React: Use Act wrapper in Storybook for component rendering - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30037">#30037</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Vite: Add extra entries to <code>optimizeDeps</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30117">#30117</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
<h2>8.5.0-beta.4</h2>
<ul>
<li>Addon Themes: Deprecate useThemeParameters - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30111">#30111</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Build: Downgrade to esbuild 0.24.0 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30116">#30116</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>CLI: Re-Add Nuxt support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28607">#28607</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Prevent infinite rerendering caused by comparison by reference
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/30081">#30081</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<h2>8.5.0-beta.3</h2>
<ul>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Float context menu button on top of story titles in sidebar -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/30080">#30080</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Onboarding: Replace <code>react-confetti</code> with
<code>@neoconfetti/react</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30098">#30098</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/91f53fdf55b6349846f11056278b157560c9511a"><code>91f53fd</code></a>
Bump version from &quot;8.5.0-beta.5&quot; to &quot;8.5.0-beta.6&quot;
[skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/ef9ee273d6d5136245fda6cab72d22735dea3b75"><code>ef9ee27</code></a>
Bump version from &quot;8.5.0-beta.4&quot; to &quot;8.5.0-beta.5&quot;
[skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/cf555266f560e064da4e4ad27086bfbad49b83b3"><code>cf55526</code></a>
Bump version from &quot;8.5.0-beta.3&quot; to &quot;8.5.0-beta.4&quot;
[skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/df37d0880eaff203040257937021414906beb99b"><code>df37d08</code></a>
Bump version from &quot;8.5.0-beta.2&quot; to &quot;8.5.0-beta.3&quot;
[skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.0-beta.6/code/frameworks/vue3-vite">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@storybook/vue3-vite&package-manager=npm_and_yarn&previous-version=8.5.0-beta.2&new-version=8.5.0-beta.6)](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>

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] authored Dec 27, 2024
1 parent e901889 commit 5b30023
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@storybook/addon-essentials": "8.5.0-beta.4",
"@storybook/blocks": "8.5.0-beta.2",
"@storybook/vue3": "8.5.0-beta.2",
"@storybook/vue3-vite": "8.5.0-beta.2",
"@storybook/vue3-vite": "8.5.0-beta.6",
"@tsconfig/node22": "^22.0.0",
"@types/eslint": "^9.6.1",
"@types/jsdom": "^21.1.7",
Expand Down
120 changes: 94 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 5b30023

Please sign in to comment.