Skip to content

Bump storybook from 8.4.4 to 8.6.15#360

Merged
jaieds merged 3 commits intostagingfrom
dependabot/npm_and_yarn/storybook-8.6.15
Feb 26, 2026
Merged

Bump storybook from 8.4.4 to 8.6.15#360
jaieds merged 3 commits intostagingfrom
dependabot/npm_and_yarn/storybook-8.6.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 18, 2025

Bumps storybook from 8.4.4 to 8.6.15.

Release notes

Sourced from storybook's releases.

v8.6.15

8.6.15

Changelog

Sourced from storybook's changelog.

8.6.15

8.6.14

8.6.13

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

... (truncated)

Commits
  • 3812b43 Bump version from 8.6.14 to 8.6.15 MANUALLY
  • 4a04cb2 filter env vars from .env files
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • b210eed Update frameworks.ts
  • fe5ea89 Fix lint
  • 8c12257 Merge branch 'latest-release'
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • 31fcb75 Merge pull request #30930 from storybookjs/shilman/cli-new-users
  • 9c3f7f1 Merge pull request #28413 from yann-combarnous/fix/interaction-call-date-param
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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 javascript Pull requests that update Javascript code labels Dec 18, 2025
@jaieds
Copy link
Copy Markdown
Contributor

jaieds commented Feb 26, 2026

@dependabot rebase

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.4.4 to 8.6.15.
- [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.6.15/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 8.6.15
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-8.6.15 branch from 47ff4cd to 745bbe1 Compare February 26, 2026 06:42
@jaieds jaieds changed the base branch from master to staging February 26, 2026 06:44
Comment thread package-lock.json
@@ -71,7 +71,7 @@
"postcss": "^8.4.39",
"prettier": "^3.2.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The storybook dependency has been updated from 8.4.4 to 8.6.17. It's essential to review the release notes and changelogs for breaking changes, deprecations, or potential migration issues that may arise from this update.

Why: Keeping dependencies updated is crucial for security and performance improvements, as newer versions often fix vulnerabilities and bugs. Not checking for issues can lead to unexpected behavior in the application.

How: Review the release notes for v8.6.17 and earlier versions to check for relevant updates or required changes in the codebase.

Comment thread package-lock.json
@@ -4798,15 +4856,16 @@
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The esbuild dependency has been updated to 0.25.12. Check the documentation to ensure any APIs being used from this library have not changed or deprecated functionalities.

Why: Updating dependencies can introduce changes in APIs or behaviors that may affect the functionality of your application. It's crucial to ensure compatibility to prevent runtime errors.

How: Consult the esbuild changelog for 0.25.0 and 0.25.12 to spot any breaking changes or deprecated APIs.

Comment thread package.json
@@ -123,7 +123,7 @@
"postcss": "^8.4.39",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The storybook version is being updated from 8.3.5 to a newer version (8.6.17).

Why: It's important to keep dependencies up to date to leverage new features, bug fixes, and security patches. However, major and minor version upgrades may introduce breaking changes that need to be considered.

How: Check the release notes for version 8.6.17 and ensure that your project does not rely on deprecated features or have breaking changes that could affect functionality.

Comment thread package.json
@@ -123,7 +123,7 @@
"postcss": "^8.4.39",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What: The storybook dependency should be updated cautiously.

Why: Ensuring that dependencies are updated can protect against vulnerabilities, as newer versions often include security patches. However, updates should follow proper testing to ensure compatibility with existing code.

How: After updating the version in package.json, run the project's build process and tests to ensure that there are no broken features or new issues introduced. Also consider checking for other related dependencies that might also require updating to remain compatible.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Great job! ✅ The PR looks solid with no security or performance issues.

Please make sure to resolve any remaining comments if any. Approved 👍

@jaieds jaieds merged commit 0288f27 into staging Feb 26, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/storybook-8.6.15 branch February 26, 2026 07:16
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant