Skip to content

build(deps-dev): bump storybook from 10.1.11 to 10.2.13 in /orgs/enterprise/blackbox-prefect/ui-v2#14

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/orgs/enterprise/blackbox-prefect/ui-v2/storybook-10.2.13
Open

build(deps-dev): bump storybook from 10.1.11 to 10.2.13 in /orgs/enterprise/blackbox-prefect/ui-v2#14
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/orgs/enterprise/blackbox-prefect/ui-v2/storybook-10.2.13

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps storybook from 10.1.11 to 10.2.13.

Release notes

Sourced from storybook's releases.

v10.2.13

10.2.13

v10.2.12

10.2.12

v10.2.11

10.2.11

v10.2.10

10.2.10

v10.2.9

10.2.9

v10.2.8

10.2.8

v10.2.7

10.2.7

... (truncated)

Changelog

Sourced from storybook's changelog.

10.2.13

10.2.12

10.2.11

10.2.10

10.2.9

10.2.8

10.2.7

10.2.6

... (truncated)

Commits
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 91e7401 Merge pull request #33922 from storybookjs/valentin/fix-performance-in-infer-...
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • 9d6cde2 Merge pull request #33868 from storybookjs/valentin/sanitize-save-from-contro...
  • b13d696 Merge pull request #33910 from storybookjs/shilman/add-project-since
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • c527821 Merge pull request #33888 from storybookjs/valentin/fix-addon-vitest-a11y-set...
  • c812573 Bump version from "10.2.9" to "10.2.10" [skip ci]
  • fd275fb Merge pull request #33820 from storybookjs/harden-websocket-security
  • 4cdde82 Bump version from "10.2.8" to "10.2.9" [skip ci]
  • Additional commits viewable 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 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 10.1.11 to 10.2.13.
- [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/v10.2.13/code/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 26, 2026
@blackboxprogramming blackboxprogramming requested review from Copilot and removed request for blackboxprogramming February 26, 2026 21:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Storybook development dependency from version 10.1.11 to 10.2.13 in the ui-v2 project. The update brings bug fixes and improvements including enhanced pseudo-states processing, Vite builder optimizations, ESLint 10 compatibility, viewport handling improvements, and security enhancements (notably websocket token requirements introduced in 10.2.10).

Changes:

  • Updated storybook package version from ^10.1.10 to ^10.2.13 in package.json
  • Updated package-lock.json with new resolved URLs and integrity hashes for storybook and its transitive dependency semver

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
orgs/enterprise/blackbox-prefect/ui-v2/package.json Updated storybook dependency version to 10.2.13
orgs/enterprise/blackbox-prefect/ui-v2/package-lock.json Updated lock file entries for storybook package and semver transitive dependency
Files not reviewed (1)
  • orgs/enterprise/blackbox-prefect/ui-v2/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"openapi-typescript": "^7.10.1",
"postcss": "^8.5.6",
"storybook": "^10.1.10",
"storybook": "^10.2.13",
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

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

The main storybook package is being updated to version 10.2.13, but related Storybook packages remain at version 10.1.11. All Storybook packages should be updated together to maintain compatibility and avoid peer dependency conflicts. The following packages need to be updated to match the main storybook version:

  • @storybook/addon-docs (currently ^10.1.11)
  • @storybook/addon-themes (currently ^10.1.11)
  • @storybook/react (currently ^10.1.11)
  • @storybook/react-vite (currently ^10.1.11)
  • eslint-plugin-storybook (currently ^10.1.11)

These packages have peer dependency requirements for storybook: ^10.1.11, which may cause warnings or compatibility issues when the main package is at 10.2.13.

Copilot uses AI. Check for mistakes.
"openapi-typescript": "^7.10.1",
"postcss": "^8.5.6",
"storybook": "^10.1.10",
"storybook": "^10.2.13",
Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

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

The package-lock.json shows that related Storybook packages (@storybook/addon-docs, @storybook/addon-themes, @storybook/react, @storybook/react-vite, and eslint-plugin-storybook) remain at version 10.1.11 with peer dependencies expecting storybook: ^10.1.11. This version mismatch will cause peer dependency warnings and potential compatibility issues. All Storybook-related packages should be updated together to version 10.2.13.

Copilot uses AI. Check for mistakes.
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