fix(deps): update npm dependencies (patch) - #1854
Conversation
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates React (and related tooling) versions across apps and packages to keep the workspace aligned on a newer patch release.
Changes:
- Bump
react/react-domfrom19.2.7to19.2.8across multiple apps/packages - Bump
@vitejs/plugin-reactfrom6.0.3to6.0.4in relevant packages/apps - Bump
@vitejs/plugin-react-swcfrom4.3.1to4.3.2where used
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/ui-components/package.json | Align React and Vite React plugin patch versions |
| packages/messages-provider/package.json | Update React peer/dev dependency patch versions |
| packages/greenhouse-auth-provider/package.json | Update React patch version |
| apps/template/package.json | Update React + Vite React plugin patch versions |
| apps/supernova/package.json | Update React + Vite React plugin patch versions |
| apps/heureka/package.json | Update React + Vite React plugin patch versions |
| apps/greenhouse/package.json | Update React + Vite React plugin patch versions |
| apps/example/package.json | Update React + Vite React plugin patch versions |
| apps/doop/package.json | Update React + Vite React plugin patch versions |
| apps/carbon/package.json | Update React + Vite React plugin + SWC plugin patch versions |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
| "peerDependencies": { | ||
| "react": "19.2.7", | ||
| "react-dom": "19.2.7", | ||
| "react": "19.2.8", | ||
| "react-dom": "19.2.8", | ||
| "zustand": "5.0.14" |
|
This PR contains the following updates:
6.0.3→6.0.44.3.1→4.3.219.2.7→19.2.819.2.7→19.2.8Release 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.
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v4.3.2Compare Source
Don't apply React Refresh wrapper for non JSX files #1226
Fixes #1225.
react/react (react)
v19.2.8Compare Source
react/react (react-dom)
v19.2.8Compare Source
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.