Related plugins
Describe the bug
The published @vitejs/plugin-react@6.1.0 declares:
"peerDependencies": {
"oxc-transform-react": "^0.145.0"
}
oxc-transform-react has since been published at 0.147.0 on npm (https://www.npmjs.com/package/oxc-transform-react). Installing a project that has oxc-transform-react@^0.147.0 in its own dependencies together with @vitejs/plugin-react@6.1.0 now fails with ERESOLVE, because npm's default resolver won't satisfy a peer range of ^0.145.0 with 0.147.0 installed.
This is the same class of issue as #1144 (stale @rolldown/plugin-babel peer range).
Reproduction
https://stackblitz.com/edit/vitejs-vite-rudrnkqt?file=package.json
Steps to reproduce
- Open the reproduction link
- Open the terminal and run:
npm install
System Info
System:
OS: macOS 26.6.2
CPU: (12) arm64 Apple M3 Pro
Memory: 637.84 MB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 24.19.0 - /opt/homebrew/opt/node@24/bin/node
npm: 11.17.0 - /opt/homebrew/opt/node@24/bin/npm
bun: 1.4.0 - /opt/homebrew/bin/bun
Browsers:
Chrome: 152.0.7977.65
Safari: 26.6.2
npmPackages:
@vitejs/plugin-react: ^6.1.0 => 6.1.0
oxc-transform-react: ^0.147.0 => 0.147.0
vite: ^8.2.2 => 8.2.2
Used Package Manager
npm
Logs
No response
Validations
Related plugins
plugin-react
plugin-react-swc
plugin-rsc
Describe the bug
The published
@vitejs/plugin-react@6.1.0declares:oxc-transform-reacthas since been published at0.147.0on npm (https://www.npmjs.com/package/oxc-transform-react). Installing a project that hasoxc-transform-react@^0.147.0in its own dependencies together with@vitejs/plugin-react@6.1.0now fails withERESOLVE, because npm's default resolver won't satisfy a peer range of^0.145.0with0.147.0installed.This is the same class of issue as #1144 (stale
@rolldown/plugin-babelpeer range).Reproduction
https://stackblitz.com/edit/vitejs-vite-rudrnkqt?file=package.json
Steps to reproduce
npm installSystem Info
System: OS: macOS 26.6.2 CPU: (12) arm64 Apple M3 Pro Memory: 637.84 MB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 24.19.0 - /opt/homebrew/opt/node@24/bin/node npm: 11.17.0 - /opt/homebrew/opt/node@24/bin/npm bun: 1.4.0 - /opt/homebrew/bin/bun Browsers: Chrome: 152.0.7977.65 Safari: 26.6.2 npmPackages: @vitejs/plugin-react: ^6.1.0 => 6.1.0 oxc-transform-react: ^0.147.0 => 0.147.0 vite: ^8.2.2 => 8.2.2Used Package Manager
npm
Logs
No response
Validations