chore(deps): update dependency @vitejs/plugin-react to ^6.1.1 - #1885
Merged
Conversation
Collaborator
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
jennifer-shehane
approved these changes
Sep 4, 2026
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
4 times, most recently
from
September 9, 2026 13:39
3e35e7b to
c9b687b
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
from
September 9, 2026 13:52
c9b687b to
550ef3c
Compare
mschile
approved these changes
Sep 9, 2026
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.
This PR contains the following updates:
^6.1.0→^6.1.1Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.1.1Compare Source
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis enabled (#1439)The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental
builder.sharedPluginswas enabled.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Example-only devDependency patch bump with no application or workflow config changes.
Overview
Bumps
@vitejs/plugin-reactfrom^6.1.0to^6.1.1in theexamples/component-testsexample, with the matchingpackage-lock.jsonrefresh.There are no config or source changes—
vite.config.jsstill uses the defaultreact()plugin. The upstream patch mainly adds an opt-incompiler.logDiagnosticsflag and fixes React Compiler sourcemap handling when Vite’s experimentalbuilder.sharedPluginsis enabled; neither affects this example unless those options are turned on later.Reviewed by Cursor Bugbot for commit 550ef3c. Bugbot is set up for automated code reviews on this repo. Configure here.