Bump storybook from 7.6.10 to 7.6.21 #142

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/storybook-7.6.21 into main 2026-01-02 21:10:16 +00:00
dependabot[bot] commented 2025-12-18 18:57:59 +00:00 (Migrated from github.com)

Bumps storybook from 7.6.10 to 7.6.21.

Release notes

Sourced from storybook's releases.

v7.6.21

7.6.21

Changelog

Sourced from storybook's changelog.

7.6.21

7.6.17

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @​yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @​kasperpeulen!

7.6.15

This release accidentally didn't contain anything.

7.6.14

7.6.13

7.6.12

  • CLI: Fix upgrade detecting the wrong version of existing Storybooks - #25752, thanks @​JReinhold!

7.6.11

Commits
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for storybook since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 7.6.10 to 7.6.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v7.6.21</h2> <h2>7.6.21</h2> <ul> <li>Core: Fix .env-file parsing, thanks <a href="https://github.com/jreinhold"><code>@​jreinhold</code></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's changelog</a>.</em></p> <blockquote> <h2>7.6.21</h2> <ul> <li>Core: Fix .env-file parsing, thanks <a href="https://github.com/jreinhold"><code>@​jreinhold</code></a>!</li> </ul> <h2>7.6.17</h2> <ul> <li>Addon-docs: Fix Table of Contents heading leak - <a href="https://redirect.github.com/storybookjs/storybook/pull/23677">#23677</a>, thanks <a href="https://github.com/vmizg"><code>@​vmizg</code></a>!</li> <li>Core: Update ip version to fix CVE-2023-42282 - <a href="https://redirect.github.com/storybookjs/storybook/pull/26086">#26086</a>, thanks <a href="https://github.com/drik98"><code>@​drik98</code></a>!</li> </ul> <h2>7.6.16</h2> <ul> <li>Addon Themes: Make type generic less strict - <a href="https://redirect.github.com/storybookjs/storybook/pull/26042">#26042</a>, thanks <a href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li> <li>Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args <a href="https://redirect.github.com/storybookjs/storybook/pull/26019">#26019</a>, thanks <a href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li> </ul> <h2>7.6.15</h2> <p>This release accidentally didn't contain anything.</p> <h2>7.6.14</h2> <ul> <li>Core: Fix boolean <code>true</code> args in URL getting ignored - <a href="https://redirect.github.com/storybookjs/storybook/pull/25950">#25950</a>, thanks <a href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li> </ul> <h2>7.6.13</h2> <ul> <li>Next.js: Fix frameworkOptions resolution - <a href="https://redirect.github.com/storybookjs/storybook/pull/25907">#25907</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> <li>React Native: Fix init fails when package is already installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/25908">#25908</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>React Native: Remove watcher from init - <a href="https://redirect.github.com/storybookjs/storybook/pull/25895">#25895</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>Webpack: Update StorybookConfig import in core-webpack types.ts - <a href="https://redirect.github.com/storybookjs/storybook/pull/25740">#25740</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> <h2>7.6.12</h2> <ul> <li>CLI: Fix <code>upgrade</code> detecting the wrong version of existing Storybooks - <a href="https://redirect.github.com/storybookjs/storybook/pull/25752">#25752</a>, thanks <a href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li> </ul> <h2>7.6.11</h2> <ul> <li>CLI: Update init for react native v7 - <a href="https://redirect.github.com/storybookjs/storybook/pull/25780">#25780</a>, thanks <a href="https://github.com/dannyhw"><code>@​dannyhw</code></a>!</li> <li>Codemods: Add support for multiple file extensions in runCodemod function - <a href="https://redirect.github.com/storybookjs/storybook/pull/25708">#25708</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v7.6.21/code/core">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~storybook-bot">storybook-bot</a>, a new releaser for storybook since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=storybook&package-manager=npm_and_yarn&previous-version=7.6.10&new-version=7.6.21)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/rishighan/threetwo/network/alerts). </details>
Sign in to join this conversation.