Skip to content

chore(deps): bump @storybook/addon-controls from 8.1.11 to 9.0.8 in /superset-frontend/packages/superset-ui-demo#36560

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8
Closed

chore(deps): bump @storybook/addon-controls from 8.1.11 to 9.0.8 in /superset-frontend/packages/superset-ui-demo#36560
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @storybook/addon-controls from 8.1.11 to 9.0.8.

Changelog

Sourced from @​storybook/addon-controls's changelog.

9.0.8

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

9.0.6

9.0.5

9.0.4

9.0.3

9.0.2

  • CLI: Respect --skip-install in postinstall scripts - #31605, thanks @​yannbf!

9.0.1

9.0.0

... (truncated)

Commits
  • 95bdbee Bump version from "9.0.7" to "9.0.8" [skip ci]
  • a882f2f Artificially bump all versions on the main branch from 9.0.6 to 9.0.7, to s...
  • 228ee2b Bump version from "9.0.5" to "9.0.6" [skip ci]
  • 9ccce78 Bump version from "9.0.4" to "9.0.5" [skip ci]
  • 6f962f3 Bump version from "9.0.3" to "9.0.4" [skip ci]
  • 7cbe162 Bump version from "9.0.2" to "9.0.3" [skip ci]
  • 371930b Bump version from "9.0.1" to "9.0.2" [skip ci]
  • 9879693 Bump version from "9.0.0" to "9.0.1" [skip ci]
  • 5dd81ae Bump version from "9.0.0-rc.5" to "9.0.0" [skip ci]
  • fd3356c Bump version from "9.0.0-rc.4" to "9.0.0-rc.5" [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for @​storybook/addon-controls 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependabot npm Dependabot - npm related PRs labels Dec 12, 2025
@codeant-ai-for-open-source
Copy link
Copy Markdown
Contributor

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@bito-code-review
Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8 branch 3 times, most recently from 9bdfc5a to 5f66fd2 Compare December 22, 2025 07:05
@rusackas rusackas force-pushed the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8 branch 2 times, most recently from d884a94 to c46ce92 Compare January 26, 2026 06:26
@rusackas
Copy link
Copy Markdown
Member

This PR has CI failures due to npm dependency resolution issues causing query-string to be resolved to an ESM-only version and global-box to go missing. The lockfile needs careful manual regeneration to fix these transitive dependency issues.

Errors:

  • Jest: SyntaxError: Cannot use import statement outside a module (query-string ESM issue)
  • Storybook: Module not found: Error: Can't resolve 'global-box' (encodable dependency)

This requires manual intervention to properly regenerate the lockfile while pinning transitive dependencies correctly.

Bumps [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls) from 8.1.11 to 9.0.8.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v9.0.8/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v9.0.8/code/addons/controls)

---
updated-dependencies:
- dependency-name: "@storybook/addon-controls"
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@rusackas rusackas force-pushed the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8 branch from c46ce92 to 6e54a2a Compare January 27, 2026 00:03
@rusackas
Copy link
Copy Markdown
Member

Rebased on master after PR #37450 merged, which fixed the query-string/encodable ESM issue. The lockfile has been regenerated and this PR is ready for review.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rusackas rusackas added the 🎪 ⚡ showtime-trigger-start Create new ephemeral environment for this PR label Jan 27, 2026
@github-actions github-actions Bot added 🎪 defb452 🚦 building 🎪 ⌛ 48h Environment expires after 48 hours (default) and removed 🎪 ⚡ showtime-trigger-start Create new ephemeral environment for this PR labels Jan 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🎪 Showtime is building environment on GHA for defb452

@github-actions
Copy link
Copy Markdown
Contributor

🎪 Showtime is building environment on GHA for defb452

@rusackas
Copy link
Copy Markdown
Member

rusackas commented Feb 6, 2026

Closing this Dependabot PR - there's a different plan for updating the superset-ui-demo package. Thanks!

@rusackas rusackas closed this Feb 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/superset-frontend/packages/superset-ui-demo/storybook/addon-controls-9.0.8 branch February 6, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies:npm npm Dependabot - npm related PRs packages size/XS 🎪 ⌛ 48h Environment expires after 48 hours (default)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant