Skip to content

build(deps-dev): bump storybook from 9.0.18 to 9.1.19 in /openhands-ui - #263

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openhands-ui/storybook-9.1.19
Open

build(deps-dev): bump storybook from 9.0.18 to 9.1.19 in /openhands-ui#263
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openhands-ui/storybook-9.1.19

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps storybook from 9.0.18 to 9.1.19.

Release notes

Sourced from storybook's releases.

v9.1.19

9.1.19

  • Harden websocket connection
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]
  • d0d5a3d Bump version from 9.1.16 to 9.1.17 MANUALLY
  • a06c257 filter env vars from .env files
  • a54a04c Bump version from "9.1.15" to "9.1.16" [skip ci]
  • ebd7ff5 Merge pull request #32859 from storybookjs/shilman/first-load-new-user
  • da2da6e Merge pull request #32862 from storybookjs/yann/patch-dev-server-preset
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, 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 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.

Enterprise server image for this PR:

ghcr.io/openhands/enterprise-server:sha-33f069b

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 9.0.18 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@github-actions github-actions Bot added the type: build Build system or dependencies label Aug 26, 2026
@aivong-openhands

Copy link
Copy Markdown
Contributor

@OpenHands investigate failing PR check

@openhands-ai

openhands-ai Bot commented Aug 26, 2026

Copy link
Copy Markdown

I'm on it! aivong-openhands can track my progress at all-hands.dev

@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

Co-authored-by: openhands <openhands@all-hands.dev>

Copy link
Copy Markdown
Contributor

Investigated the failing Run UI Component Build / Build openhands-ui check. The failure was deterministic: openhands-ui/package.json requested Storybook 9.1.19, while openhands-ui/bun.lock still resolved 9.0.18, so bun install --frozen-lockfile exited with lockfile had changes, but lockfile is frozen.

Fixed in commit 33f069b by regenerating openhands-ui/bun.lock with the CI-pinned Bun 1.2.17. Verification completed:

  • bun install --frozen-lockfile
  • bun run build
  • bun run build:sb
  • git diff --check

The rerun of Run UI Component Build passed: https://github.com/OpenHands/enterprise/actions/runs/33019403830

This comment was created by an AI agent (OpenHands) on behalf of the user.

@openhands-ai

openhands-ai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Investigated and fixed PR #263: #263

At the last check snapshot, there were no failures; seven unrelated checks were still pending.

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 type: build Build system or dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants