Skip to content

Bump @storybook/nextjs from 7.0.18 to 7.0.22 in /website#3499

Merged
AbdBarho merged 1 commit into
mainfrom
dependabot/npm_and_yarn/website/storybook/nextjs-7.0.22
Jun 19, 2023
Merged

Bump @storybook/nextjs from 7.0.18 to 7.0.22 in /website#3499
AbdBarho merged 1 commit into
mainfrom
dependabot/npm_and_yarn/website/storybook/nextjs-7.0.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2023

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @storybook/nextjs from 7.0.18 to 7.0.22.

Release notes

Sourced from @​storybook/nextjs's releases.

v7.0.22

7.0.22

v7.0.21

7.0.21

v7.0.20

Bug Fixes

  • Server: Fix .stories.yml support #22906
  • Docs: Fix Source block snippet updates #22835
  • Core: Fix indexing errors by excluding node_modules stories #22873
  • CLI: Fix upgrade notification message #22933
  • Angular: Add --open/--no-open flag to dev command #22964
  • Angular: Silence compodoc when running storybook with --quiet #22957

Maintenance

  • Core: Improve MDX of error in story index #22782

Build

  • Build: Fix the theme output during development #22841
  • Revert "Docs: E2E tests for Source block update fix" #22934
Changelog

Sourced from @​storybook/nextjs's changelog.

7.0.22

7.0.21

7.0.20 (June 8, 2023)

Bug Fixes

  • Server: Fix .stories.yml support #22906
  • Docs: Fix Source block snippet updates #22835
  • Core: Fix indexing errors by excluding node_modules stories #22873
  • CLI: Fix upgrade notification message #22933
  • Angular: Add --open/--no-open flag to dev command #22964
  • Angular: Silence compodoc when running storybook with --quiet #22957

Maintenance

  • Core: Improve MDX of error in story index #22782

Build

  • Build: Fix the theme output during development #22841
  • Revert "Docs: E2E tests for Source block update fix" #22934

7.0.19 (June 8, 2023)

Bad release

Commits
  • ca2b714 Bump version from 7.0.21 to 7.0.22
  • 01e60aa Bump version from 7.0.20 to 7.0.21
  • c9ca606 Update git head to 7.0.20, update yarn.lock [ci skip]
  • 9fb2573 v7.0.20
  • 9c756e4 Update git head to 7.0.19, update yarn.lock [ci skip]
  • 245bae0 v7.0.19
  • d48a352 Update git head to 7.0.18, update yarn.lock [ci skip]
  • See full diff 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 added the dependencies Pull requests that update a dependency file label Jun 19, 2023
Bumps [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) from 7.0.18 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/frameworks/nextjs)

---
updated-dependencies:
- dependency-name: "@storybook/nextjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/website/storybook/nextjs-7.0.22 branch from c839494 to a7c4c81 Compare June 19, 2023 20:04
@AbdBarho
AbdBarho merged commit 8969d96 into main Jun 19, 2023
@AbdBarho
AbdBarho deleted the dependabot/npm_and_yarn/website/storybook/nextjs-7.0.22 branch June 19, 2023 20:10
0m364 pushed a commit to 0m364/Open-Assistant that referenced this pull request Mar 13, 2026
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs)
from 7.0.18 to 7.0.22.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/nextjs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.0.22</h2>
<h2>7.0.22</h2>
<ul>
<li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23080">#23080</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Fix core-common to use node-fetch - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23077">#23077</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Count onboarding stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
<h2>v7.0.21</h2>
<h2>7.0.21</h2>
<ul>
<li>Angular: Fix 16.1 compatibility - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23064">#23064</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Angular: Fix ivy preset - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23070">#23070</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Improve steps in storybook init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/22502">#22502</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>CLI: Skip builder selection for react native - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23042">#23042</a>,
thanks <a
href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li>
<li>Core: Fix <code>builder-manager</code> adding multiple dashes to
relative path - <a
href="https://redirect.github.com/storybookjs/storybook/pull/22974">#22974</a>,
thanks <a
href="https://github.com/MarioCadenas"><code>@​MarioCadenas</code></a>!</li>
<li>Core: Improve <code>of={...}</code> DocBlock error in story index -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/22782">#22782</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Dependencies: Set vue-component-type-helpers to latest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23015">#23015</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Web-components: Fix custom-elements order of property application -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/19183">#19183</a>,
thanks <a
href="https://github.com/sonntag-philipp"><code>@​sonntag-philipp</code></a>!</li>
</ul>
<h2>v7.0.20</h2>
<h4>Bug Fixes</h4>
<ul>
<li>Server: Fix .stories.yml support <a
href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li>
<li>Docs: Fix Source block snippet updates <a
href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li>
<li>Core: Fix indexing errors by excluding node_modules stories <a
href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li>
<li>CLI: Fix upgrade notification message <a
href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li>
<li>Angular: Add --open/--no-open flag to dev command <a
href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li>
<li>Angular: Silence compodoc when running storybook with --quiet <a
href="https://redirect.github.com/storybooks/storybook/pull/22957">#22957</a></li>
</ul>
<h4>Maintenance</h4>
<ul>
<li>Core: Improve MDX of error in story index <a
href="https://redirect.github.com/storybooks/storybook/pull/22782">#22782</a></li>
</ul>
<h4>Build</h4>
<ul>
<li>Build: Fix the theme output during development <a
href="https://redirect.github.com/storybooks/storybook/pull/22841">#22841</a></li>
<li>Revert &quot;Docs: E2E tests for Source block update fix&quot; <a
href="https://redirect.github.com/storybookjs/storybook/pull/22934">#22934</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md"><code>@​storybook/nextjs</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.0.22</h2>
<ul>
<li>CLI: Prebundle boxen to resolve a ESM/CJS incompatibility - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23080">#23080</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Fix core-common to use node-fetch - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23077">#23077</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Count onboarding stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23092">#23092</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
<h2>7.0.21</h2>
<ul>
<li>Angular: Fix 16.1 compatibility - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23064">#23064</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Angular: Fix ivy preset - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23070">#23070</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Improve steps in storybook init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/22502">#22502</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>CLI: Skip builder selection for react native - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23042">#23042</a>,
thanks <a
href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li>
<li>Core: Fix <code>builder-manager</code> adding multiple dashes to
relative path - <a
href="https://redirect.github.com/storybookjs/storybook/pull/22974">#22974</a>,
thanks <a
href="https://github.com/MarioCadenas"><code>@​MarioCadenas</code></a>!</li>
<li>Core: Improve <code>of={...}</code> DocBlock error in story index -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/22782">#22782</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Dependencies: Set vue-component-type-helpers to latest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/23015">#23015</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Vue3: Fix source decorator to generate correct story code - <a
href="https://redirect.github.com/storybookjs/storybook/pull/22518">#22518</a>,
thanks <a
href="https://github.com/chakAs3"><code>@​chakAs3</code></a>!</li>
<li>Web-components: Fix custom-elements order of property application -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/19183">#19183</a>,
thanks <a
href="https://github.com/sonntag-philipp"><code>@​sonntag-philipp</code></a>!</li>
</ul>
<h2>7.0.20 (June 8, 2023)</h2>
<h4>Bug Fixes</h4>
<ul>
<li>Server: Fix .stories.yml support <a
href="https://redirect.github.com/storybooks/storybook/pull/22906">#22906</a></li>
<li>Docs: Fix Source block snippet updates <a
href="https://redirect.github.com/storybooks/storybook/pull/22835">#22835</a></li>
<li>Core: Fix indexing errors by excluding node_modules stories <a
href="https://redirect.github.com/storybooks/storybook/pull/22873">#22873</a></li>
<li>CLI: Fix upgrade notification message <a
href="https://redirect.github.com/storybooks/storybook/pull/22933">#22933</a></li>
<li>Angular: Add --open/--no-open flag to dev command <a
href="https://redirect.github.com/storybooks/storybook/pull/22964">#22964</a></li>
<li>Angular: Silence compodoc when running storybook with --quiet <a
href="https://redirect.github.com/storybooks/storybook/pull/22957">#22957</a></li>
</ul>
<h4>Maintenance</h4>
<ul>
<li>Core: Improve MDX of error in story index <a
href="https://redirect.github.com/storybooks/storybook/pull/22782">#22782</a></li>
</ul>
<h4>Build</h4>
<ul>
<li>Build: Fix the theme output during development <a
href="https://redirect.github.com/storybooks/storybook/pull/22841">#22841</a></li>
<li>Revert &quot;Docs: E2E tests for Source block update fix&quot; <a
href="https://redirect.github.com/storybookjs/storybook/pull/22934">#22934</a></li>
</ul>
<h2>7.0.19 (June 8, 2023)</h2>
<p>Bad release</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/ca2b7146ba048aa87e19d87b77ea0a5a9af4ec11"><code>ca2b714</code></a>
Bump version from 7.0.21 to 7.0.22</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/01e60aad71ee611b9892b1fddd8d2fec8aeb3c7b"><code>01e60aa</code></a>
Bump version from 7.0.20 to 7.0.21</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/c9ca606f48938a3f42bcfba01171c8c9441201bc"><code>c9ca606</code></a>
Update git head to 7.0.20, update yarn.lock [ci skip]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/9fb2573aa274f3f69d3358050e8df9c903e8245f"><code>9fb2573</code></a>
v7.0.20</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/9c756e4b8c1863f472721eeb4f24165c1ad388de"><code>9c756e4</code></a>
Update git head to 7.0.19, update yarn.lock [ci skip]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/245bae01c81d87eeadf74886167507fcea16369c"><code>245bae0</code></a>
v7.0.19</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/d48a3523a8956507e0fc1b39965f96c549da2b95"><code>d48a352</code></a>
Update git head to 7.0.18, update yarn.lock [ci skip]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v7.0.22/code/frameworks/nextjs">compare
view</a></li>
</ul>
</details>
<br />

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant