Skip to content

Bump tar and @storybook/react in /frontend#1435

Merged
alexanmtz merged 2 commits intomasterfrom
dependabot/npm_and_yarn/frontend/multi-9828c132f6
Apr 13, 2026
Merged

Bump tar and @storybook/react in /frontend#1435
alexanmtz merged 2 commits intomasterfrom
dependabot/npm_and_yarn/frontend/multi-9828c132f6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Removes tar. It's no longer used after updating ancestor dependency @storybook/react. These dependencies need to be updated together.

Removes tar

Updates @storybook/react from 6.5.16 to 10.2.18

Release notes

Sourced from @​storybook/react's releases.

v10.2.18

10.2.18

v10.2.17

10.2.17

v10.2.16

10.2.16

v10.2.15

10.2.15

v10.2.14

10.2.14

v10.2.13

10.2.13

v10.2.12

10.2.12

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

10.2.18

10.2.17

10.2.16

10.2.15

10.2.14

10.2.13

10.2.12

10.2.11

... (truncated)

Commits
  • a22db21 Bump version from "10.2.17" to "10.2.18" [skip ci]
  • 71dcfa9 Bump version from "10.2.16" to "10.2.17" [skip ci]
  • 8a7f39a Bump version from "10.2.15" to "10.2.16" [skip ci]
  • 7b4ab63 Bump version from "10.2.14" to "10.2.15" [skip ci]
  • 2db83db Merge pull request #33940 from storybookjs/kasper/fix-render-template-identifier
  • 8392ec0 Bump version from "10.2.13" to "10.2.14" [skip ci]
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • 4785d5d Merge pull request #33878 from storybookjs/kasper/fix-manifest-stories-no-title
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​storybook/react since your current version.


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 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.

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

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react). These dependencies need to be updated together.


Removes `tar`

Updates `@storybook/react` from 6.5.16 to 10.2.18
- [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.2.18/code/renderers/react)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@storybook/react"
  dependency-version: 10.2.18
  dependency-type: direct:production
...

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 Mar 13, 2026
@alexanmtz
Copy link
Copy Markdown
Member

@copilot

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @storybook/react@10.2.18
npm error Found: storybook@8.6.17
npm error node_modules/storybook
npm error   peer storybook@"^8.6.14" from @storybook/addon-controls@8.6.14
npm error   node_modules/@storybook/addon-controls
npm error     @storybook/addon-controls@"^8.4.1" from the root project
npm error   peer storybook@"^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0" from @storybook/theming@8.6.17
npm error   node_modules/storybook/node_modules/@storybook/theming
npm error     @storybook/theming@"8.6.17" from @storybook/core@8.6.17
npm error     node_modules/storybook/node_modules/@storybook/core
npm error       @storybook/core@"8.6.17" from storybook@8.6.17
npm error
npm error Could not resolve dependency:
npm error peer storybook@"^10.2.18" from @storybook/react@10.2.18
npm error node_modules/@storybook/react
npm error   @storybook/react@"^10.2.18" from the root project
npm error
npm error Conflicting peer dependency: storybook@10.2.18
npm error node_modules/storybook
npm error   peer storybook@"^10.2.18" from @storybook/react@10.2.18
npm error   node_modules/@storybook/react
npm error     @storybook/react@"^10.2.18" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/circleci/.npm/_logs/2026-03-13T13_02_29_685Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/circleci/.npm/_logs/2026-03-13T13_02_29_685Z-debug-0.log

Exited with code exit status 1

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

@copilot

...

The CI failure was caused by @storybook/react being bumped to ^10.2.18 while all other Storybook packages in the project remain at v6.x — @storybook/react@10.x requires storybook@^10.x as a peer dependency, conflicting with the installed storybook@8.6.17.

Fixed in commit 3a3c899 by reverting @storybook/react back to ^6.5.16 (along with package-lock.json) to align with the rest of the Storybook v6 ecosystem in the project.

Copilot AI requested a review from alexanmtz April 13, 2026 10:22
@alexanmtz alexanmtz merged commit a6ffdbf into master Apr 13, 2026
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/multi-9828c132f6 branch April 13, 2026 10:24
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants