chore(deps): update dependency @vitejs/plugin-react to v6.1.1 #760
No reviewers
Labels
No labels
type
dependency-dashboard
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
yolokube/dashboard!760
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/vitejs-plugin-react-6.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
6.0.1→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.v6.1.0Compare Source
Add experimental native React Compiler support (#1419)
Add experimental native React Compiler support.
You can use it by installing
oxc-transform-reactand enabling it via thecompileroption:v6.0.5Compare Source
Fixed the react compiler preset filter to be linear (#1353)
The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.
v6.0.4Compare Source
Fixed
$RefreshSig$ is not definederror when runningvite devwithNODE_ENV=productionWhen running
vite devwithNODE_ENV=production, the app errored with$RefreshSig$ is not defined.This error is now fixed.
v6.0.3Compare Source
Improve the react compiler preset filter to reduce false-positives (#1138)
Improved the filter in the react compiler babel preset to reduce the false-positives so that less modules are processed by the react compiler.
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.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 has been generated by Mend Renovate CLI.
49a4d868cd63e3f02732chore(deps): update dependency @vitejs/plugin-react to v6.0.2to chore(deps): update dependency @vitejs/plugin-react to v6.0.363e3f027325d70ef4beachore(deps): update dependency @vitejs/plugin-react to v6.0.3to chore(deps): update dependency @vitejs/plugin-react to v6.0.45d70ef4bea1db72fb3b5chore(deps): update dependency @vitejs/plugin-react to v6.0.4to chore(deps): update dependency @vitejs/plugin-react to v6.0.51db72fb3b5987dbf28fbchore(deps): update dependency @vitejs/plugin-react to v6.0.5to chore(deps): update dependency @vitejs/plugin-react to v6.1.0987dbf28fba7648d76f7chore(deps): update dependency @vitejs/plugin-react to v6.1.0to chore(deps): update dependency @vitejs/plugin-react to v6.1.1View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.