Skip to content

chore(deps-dev): bump @storybook/addon-interactions from 7.6.23 to 8.6.14 - #71

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/addon-interactions-8.6.14
Closed

chore(deps-dev): bump @storybook/addon-interactions from 7.6.23 to 8.6.14#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/storybook/addon-interactions-8.6.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 11, 2026

Copy link
Copy Markdown
Contributor

Bumps @storybook/addon-interactions from 7.6.23 to 8.6.14.

Release notes

Sourced from @​storybook/addon-interactions's releases.

v7.6.24

7.6.24

  • Add request validation
Changelog

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

8.6.14

8.6.13

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

  • Angular: Make sure that polyfills are loaded before the storybook is loaded - #30811, thanks @​kasperpeulen!

... (truncated)

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • d4960ea Bump version from "8.6.7" to "8.6.8" [skip ci]
  • 019cd1f Bump version from "8.6.6" to "8.6.7" [skip ci]
  • 9a7a795 Bump version from "8.6.5" to "8.6.6" [skip ci]
  • 4e23d75 Bump version from "8.6.4" to "8.6.5" [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)

@dependabot @github

dependabot Bot commented on behalf of github Mar 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) from 7.6.23 to 8.6.14.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/interactions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-interactions"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/storybook/addon-interactions-8.6.14 branch from be2cb1e to 93f21e7 Compare March 12, 2026 01:48
@brianonbased-dev

Copy link
Copy Markdown
Owner

⚠️ Version Inconsistency — Hold for Coordinated Storybook Upgrade

Do not merge this PR individually. The three Storybook Dependabot PRs target inconsistent versions:

PR Package Old New
#71 @storybook/addon-interactions 7.6.23 8.6.14
#69 storybook (core) 7.6.23 10.2.17
#65 @storybook/react-vite 7.6.23 10.2.17

Merging them piecemeal would leave addon-interactions at v8 while core is at v10 — Storybook requires all packages on the same major.

Recommended path

  1. Close all three Storybook Dependabot PRs
  2. Run npx storybook@latest upgrade in packages/react-agent-sdk/ (handles migration scripts automatically)
  3. Follow the 7→8 migration guide first, then 8→9, then 9→10
  4. Update all @storybook/* deps to 10.x in a single commit

The dependabot.yml has been updated to group all @storybook/* packages together, so future Dependabot PRs will be coordinated.

@dependabot @github

dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

brianonbased-dev added a commit that referenced this pull request Mar 13, 2026
- dependabot.yml: group all @storybook/* packages to prevent version-
  skew PRs (fixes fragmentation causing #65/#69/#71 mismatch)
- dependabot.yml: ignore next major version bumps until migration plan
- CONTRIBUTING.md: add PR Review Cadence and Dependabot Merge Policy
  sections with per-category merge rules and pre-commit hook notes
brianonbased-dev added a commit that referenced this pull request Mar 13, 2026
…igrations)

- main.ts: add addon-docs, remove addon-essentials/addon-interactions, wrap getAbsolutePath
- preview.tsx: remove deprecated argTypesRegex actions param; update Preview import to react-vite
- package.json: bump all @storybook/* to ^10.2.17, add eslint-plugin-storybook, remove @storybook/blocks@7 and @storybook/testing-library (deprecated)
- stories: consolidated-imports codemod updates Meta/StoryObj imports to @storybook/react-vite
- eslint.config.js: add eslint-plugin-storybook (eslintPlugin automation migration)
- gizmo.spec.ts: pre-existing robustness improvements (startup error recovery, outliner selection)
- create/page.tsx: remove orphaned materialOpen/setMaterialOpen state refs
- pnpm-lock.yaml: regenerated after full dependency resolution

Closes #74, supersedes #65 #69 #71
@brianonbased-dev

Copy link
Copy Markdown
Owner

Superseded by the manual upgrade in 65e26d70. The full 7→10 migration was performed via pnpm dlx storybook@latest upgrade --yes which ran 7 automigrations (eslintPlugin, consolidated-imports, remove-addon-interactions, renderer-to-framework, remove-essential-addons, remove-docs-autodocs, wrap-getAbsolutePath). Closing as superseded — see #74 for full context.

@brianonbased-dev

Copy link
Copy Markdown
Owner

@dependabot close

@dependabot @github

dependabot Bot commented on behalf of github Mar 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @storybook/addon-interactions is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/storybook/addon-interactions-8.6.14 branch March 13, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant