Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the storybook group with 5 updates:

Package From To
storybook 10.1.4 10.1.8
@storybook/addon-a11y 10.1.4 10.1.8
@storybook/addon-docs 10.1.4 10.1.8
@storybook/addon-links 10.1.4 10.1.8
@storybook/react-vite 10.1.6 10.1.8

Updates storybook from 10.1.4 to 10.1.8

Release notes

Sourced from storybook's releases.

v10.1.8

10.1.8

v10.1.7

10.1.7

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

Sourced from storybook's changelog.

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • bed24a5 Merge pull request #33323 from storybookjs/valentin/fix-telemetry-last-event
  • 5cb6027 Merge pull request #33325 from storybookjs/sidnioulz/issue-32949
  • 20117a7 Merge pull request #33334 from storybookjs/valentin/remove-react-project-proj...
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ed34871 Merge pull request #33186 from storybookjs/sidnioulz/issue-32596-focus-trap
  • a09b1e1 Merge pull request #33268 from storybookjs/sidnioulz/fix-select-reset-option-...
  • 041595e Merge pull request #32711 from DKER2/next
  • 7920bb3 Merge pull request #33285 from storybookjs/valentin/fix-telemetry-race-condition
  • Additional commits viewable in compare view

Updates @storybook/addon-a11y from 10.1.4 to 10.1.8

Release notes

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

v10.1.8

10.1.8

v10.1.7

10.1.7

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

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

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-docs from 10.1.4 to 10.1.8

Release notes

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

v10.1.8

10.1.8

v10.1.7

10.1.7

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

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

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-links from 10.1.4 to 10.1.8

Release notes

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

v10.1.8

10.1.8

v10.1.7

10.1.7

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

Changelog

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

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

Commits
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • fdfd67e Bump version from "10.1.5" to "10.1.6" [skip ci]
  • ab49abe Bump version from "10.1.4" to "10.1.5" [skip ci]
  • See full diff in compare view

Updates @storybook/react-vite from 10.1.6 to 10.1.8

Release notes

Sourced from @​storybook/react-vite's releases.

v10.1.8

10.1.8

v10.1.7

10.1.7

Changelog

Sourced from @​storybook/react-vite's changelog.

10.1.8

10.1.7

Commits
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • bf87905 Merge pull request #33349 from storybookjs/valentin/update-vite-plugin-react-...
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • See full diff in compare view

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip changeset This change does not need a changelog labels Dec 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2025 02:09
@dependabot dependabot bot requested a review from TylerJDev December 15, 2025 02:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip changeset This change does not need a changelog labels Dec 15, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: 887abd9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps the storybook group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.1.4` | `10.1.8` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.1.4` | `10.1.8` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.1.4` | `10.1.8` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `10.1.4` | `10.1.8` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.1.6` | `10.1.8` |


Updates `storybook` from 10.1.4 to 10.1.8
- [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.1.8/code/core)

Updates `@storybook/addon-a11y` from 10.1.4 to 10.1.8
- [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.1.8/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.1.4 to 10.1.8
- [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.1.8/code/addons/docs)

Updates `@storybook/addon-links` from 10.1.4 to 10.1.8
- [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.1.8/code/addons/links)

Updates `@storybook/react-vite` from 10.1.6 to 10.1.8
- [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.1.8/code/frameworks/react-vite)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <[email protected]>
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 skip changeset This change does not need a changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant