Skip to content

Bump storybook from 9.1.17 to 9.1.19#866

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/storybook-9.1.19
Open

Bump storybook from 9.1.17 to 9.1.19#866
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/storybook-9.1.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps storybook from 9.1.17 to 9.1.19.

Release notes

Sourced from storybook's releases.

v9.1.19

9.1.19

  • Harden websocket connection

v9.1.18

9.1.18

  • No-op release. No changes.
Changelog

Sourced from storybook's changelog.

9.1.19

  • Harden websocket connection

9.1.18

  • No-op release. No changes.

9.1.16

9.1.15

9.1.14

9.1.13

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

9.1.10

9.1.9

  • Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #32173, thanks @​steciuk!

... (truncated)

Commits
  • 20887f1 Bump version from "9.1.18" to "9.1.19" [skip ci]
  • 66b2d8e Fix test
  • 31f16c4 fix linting
  • 62dd25b Core: Require token for websocket connections
  • bbe61e3 Bump version from "9.1.17" to "9.1.18" [skip ci]
  • See full diff in compare view

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 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 Feb 26, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 26, 2026 16:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 26, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 26, 2026

Walkthrough

Updated Storybook devDependency in package.json from ^9.1.17 to ^9.1.20. No other files, behavioral changes, or exported API modifications were introduced. Changes are a single-line dependency version update (+1/−1).

Changes

Cohort / File(s) Summary
Dependency Update
package.json
Updated devDependencies entry for Storybook from ^9.1.17 to ^9.1.20. Single-line change (+1/−1).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning Title states 'from 9.1.17 to 9.1.19' but raw_summary shows the change is to 9.1.20, creating a discrepancy. Update the title to accurately reflect the version bump: 'Bump storybook from 9.1.17 to 9.1.20' to match the actual change.
Description check ⚠️ Warning The PR description is a Dependabot-generated dependency update notice with version details and release notes, but does not follow the repository's required template structure. Add a proper PR description following the repository template: include a 2-3 sentence summary, relevant issue/story links (RHCLOUDXXXX), before/after screenshots if applicable, and complete the checklist items.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/storybook-9.1.19

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
package.json (1)

121-121: Version bump looks good, but consider aligning related Storybook packages.

The security hardening for websocket connections in 9.1.19 is a worthwhile update. However, other @storybook/* packages remain pinned to ^9.1.17:

  • @storybook/addon-docs (line 55)
  • @storybook/react-webpack5 (line 57)
  • eslint-plugin-storybook (line 97)

While the ^ prefix allows npm/yarn to resolve compatible versions, explicitly aligning these versions ensures consistency and avoids potential subtle incompatibilities during installation.

🔧 Optional: Align all Storybook-related package versions
-    "@storybook/addon-docs": "^9.1.17",
+    "@storybook/addon-docs": "^9.1.19",
     "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
-    "@storybook/react-webpack5": "^9.1.17",
+    "@storybook/react-webpack5": "^9.1.19",
-    "eslint-plugin-storybook": "^9.1.17",
+    "eslint-plugin-storybook": "^9.1.19",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@package.json` at line 121, Several Storybook-related dependencies are
inconsistent: update `@storybook/addon-docs`, `@storybook/react-webpack5` and
eslint-plugin-storybook to match the bumped storybook version (use ^9.1.19) so
all `@storybook/`* packages are aligned; open package.json, locate the entries for
"@storybook/addon-docs", "@storybook/react-webpack5" and
"eslint-plugin-storybook" and change their version strings to "^9.1.19", then
run your package manager install and test storybook start/build to verify no
regressions.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@package.json`:
- Line 121: Several Storybook-related dependencies are inconsistent: update
`@storybook/addon-docs`, `@storybook/react-webpack5` and eslint-plugin-storybook to
match the bumped storybook version (use ^9.1.19) so all `@storybook/`* packages
are aligned; open package.json, locate the entries for "@storybook/addon-docs",
"@storybook/react-webpack5" and "eslint-plugin-storybook" and change their
version strings to "^9.1.19", then run your package manager install and test
storybook start/build to verify no regressions.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting

📥 Commits

Reviewing files that changed from the base of the PR and between a932e93 and 3a0f8ac.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

@aferd
Copy link
Copy Markdown
Contributor

aferd commented Feb 26, 2026

/retest

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 9.1.17 to 9.1.19.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v9.1.19/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.1.19/code/core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook-9.1.19 branch from 3a0f8ac to 8576f76 Compare March 16, 2026 15:31
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