Skip to content

chore(deps): update dependency @vitejs/plugin-react to v6#1265

Merged
rfgamaral merged 2 commits intomainfrom
renovate/vitejs-plugin-react-6.x
Apr 18, 2026
Merged

chore(deps): update dependency @vitejs/plugin-react to v6#1265
rfgamaral merged 2 commits intomainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 5.2.06.0.1 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 17, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 17, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @doist/typist@10.0.1
npm error Found: vite@7.3.1
npm error node_modules/vite
npm error   peer vite@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from @joshwooding/vite-plugin-react-docgen-typescript@0.6.4
npm error   node_modules/@joshwooding/vite-plugin-react-docgen-typescript
npm error     @joshwooding/vite-plugin-react-docgen-typescript@"^0.6.4" from @storybook/react-vite@10.3.3
npm error     node_modules/@storybook/react-vite
npm error       dev @storybook/react-vite@"10.3.3" from the root project
npm error   peer vite@"^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" from @storybook/builder-vite@10.3.3
npm error   node_modules/@storybook/builder-vite
npm error     @storybook/builder-vite@"10.3.3" from @storybook/react-vite@10.3.3
npm error     node_modules/@storybook/react-vite
npm error       dev @storybook/react-vite@"10.3.3" from the root project
npm error   4 more (@storybook/csf-plugin, @storybook/react-vite, ...)
npm error
npm error Could not resolve dependency:
npm error dev @vitejs/plugin-react@"6.0.1" from the root project
npm error
npm error Conflicting peer dependency: vite@8.0.8
npm error node_modules/vite
npm error   peer vite@"^8.0.0" from @vitejs/plugin-react@6.0.1
npm error   node_modules/@vitejs/plugin-react
npm error     dev @vitejs/plugin-react@"6.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-15T21_22_43_631Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-15T21_22_43_631Z-debug-0.log

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 17, 2026

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 4cff089
🔍 Latest deploy log https://app.netlify.com/projects/doist-typist/deploys/69e34b3c95fe670008ac5de5
😎 Deploy Preview https://deploy-preview-1265--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@doistbot-app doistbot-app bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates @vitejs/plugin-react to version 6.0.0 as part of a routine dependency maintenance effort. While staying up-to-date is important for the health of the project, this major version bump introduces a compatibility conflict because the plugin now requires Vite 8, which is currently unsupported by the project's Storybook integration.

Share FeedbackReview Logs

Comment thread package.json Outdated
"@types/turndown": "5.0.6",
"@types/unist": "3.0.3",
"@vitejs/plugin-react": "5.2.0",
"@vitejs/plugin-react": "6.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] This major bump is not compatible with the current toolchain. @vitejs/plugin-react@6.0.0 requires vite@^8.0.0, but @storybook/react-vite@10.2.17 still peers only on Vite 5-7, so a clean npm resolve breaks before tests or builds can run. Upgrade Storybook/Vite in the same PR (and refresh the lockfile), or keep the plugin on v5 for now. citeturn2view4turn2view6

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 5bf57d3 to 6982717 Compare March 18, 2026 14:52
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 6982717 to 3ced0a6 Compare March 27, 2026 10:52
@renovate renovate bot requested a review from rfgamaral as a code owner March 27, 2026 10:52
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 3ced0a6 to d17cd0c Compare April 15, 2026 21:22
@rfgamaral rfgamaral force-pushed the renovate/vitejs-plugin-react-6.x branch from d17cd0c to 4cff089 Compare April 18, 2026 09:13
@rfgamaral rfgamaral enabled auto-merge (squash) April 18, 2026 09:13
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 18, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@rfgamaral rfgamaral merged commit 9d8ce6b into main Apr 18, 2026
9 checks passed
@rfgamaral rfgamaral deleted the renovate/vitejs-plugin-react-6.x branch April 18, 2026 09:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant