chore(deps): update dependency @vitejs/plugin-react to v6 - #1143
chore(deps): update dependency @vitejs/plugin-react to v6#1143renovate[bot] wants to merge 1 commit into
Conversation
|
doistbot
left a comment
There was a problem hiding this comment.
Straightforward Renovate bump of @vitejs/plugin-react from 5.2.0 to 6.0.4 — no code changes needed since the plugin is only used transitively by Storybook's Vite builder.
Few things worth tightening:
- The lockfile wasn't regenerated alongside this bump.
package-lock.jsonstill pins 5.2.0, sonpm ciin CI will either fail on the manifest/lockfile mismatch or install the old version. Runnpm installto update the lockfile and commit it here.
| "@typescript-eslint/eslint-plugin": "8.46.2", | ||
| "@typescript-eslint/parser": "8.46.2", | ||
| "@vitejs/plugin-react": "5.2.0", | ||
| "@vitejs/plugin-react": "6.0.4", |
There was a problem hiding this comment.
The lockfile wasn't updated alongside this bump. package-lock.json still pins @vitejs/plugin-react at 5.2.0 (line 60 and the node_modules entry at line 7855). CI runs
npm ci, which installs from the lockfile, so the upgrade won't actually take effect. Run npm install to regenerate the lockfile and commit it with this change.
This PR contains the following updates:
5.2.0→6.0.4Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
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
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.v6.0.1Compare Source
Expand
@rolldown/plugin-babelpeer dep range (#1146)Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.v6.0.0Compare Source
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.