build(deps): bump tar and storybook - #315
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
doistbot
reviewed
Jul 21, 2026
doistbot
left a comment
Member
There was a problem hiding this comment.
This PR updates storybook to 10.5.3 and removes the now-unused tar dependency.
Few things worth tightening:
- Only the
storybookCLI package was bumped to 10.5.3 while all@storybook/*packages (addon-actions, addon-essentials, addon-links, react, react-webpack5) remain at 7.6.24. Storybook requires all packages to share the same major version, so this mismatch will causestorybook devandstorybook buildto error out at startup. Either bump the@storybook/*devDependencies to matching 10.x versions in lockstep, or revert thestorybookbump until a coordinated upgrade can be done.
| "react-dom": "18.3.1", | ||
| "react-is": "18.3.1", | ||
| "storybook": "7.6.24" | ||
| "storybook": "10.5.3" |
Member
There was a problem hiding this comment.
storybook was bumped to 10.5.3 but the @storybook/* packages (addon-actions, addon-essentials, addon-links, react, react-webpack5) remain at 7.6.24. Storybook requires all packages to be the same major version; running storybook dev or storybook build with this mismatch will error out at startup. The dependabot update needs to bump all @storybook/* devDependencies to matching 10.x versions, or the storybook bump should be reverted until a coordinated upgrade can be done.
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). These dependencies need to be updated together. Removes `tar` Updates `storybook` from 7.6.24 to 10.5.5 - [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.5.5/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.5.3 dependency-type: direct:development - dependency-name: tar dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-057be63ebd
branch
from
August 1, 2026 08:18
0dc8e43 to
214efbf
Compare
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes tar. It's no longer used after updating ancestor dependency storybook. These dependencies need to be updated together.
Removes
tarUpdates
storybookfrom 7.6.24 to 10.5.5Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
05a52b7Bump version from "10.5.4" to "10.5.5" [skip ci]201e77aMerge pull request #35512 from storybookjs/yann/ai-setup-msw-v3cac1e6dMerge pull request #35584 from storybookjs/norbert/upgrade-ws-8.219166a91Merge pull request #35567 from ia319/bug/35566-npm-12-registry-flags3327dc4Bump version from "10.5.3" to "10.5.4" [skip ci]3f07eb7Merge pull request #35560 from storybookjs/norbert/fix-rn-telemetry-metadata22e3666Merge pull request #35541 from hxy-asdw/fix/prismjs-dark-mode-contrast-355409ac2739Bump version from "10.5.2" to "10.5.3" [skip ci]b4b00f2Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6518f711Bump version from "10.5.1" to "10.5.2" [skip ci]