Skip to content

peerDependencies oxc-transform-react range (^0.145.0) is out of date, breaks npm install after oxc-transform-react@0.147.0 #1437

Description

@rakleed

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

  1. Open the reproduction link
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions