Skip to content

Release a new version of @vitejs/plugin-react with @rolldown/pluginutils v1.0.0-rc.15 to avoid duplicated installs #1186

@theoludwig

Description

@theoludwig

Related plugins

Describe the bug

Because the latest version of @vitejs/plugin-react published on npm, still use @rolldown/pluginutils v1.0.0-rc.7, but all the others packages like vite use the latest one like v1.0.0-rc.15, in node_modules it is duplicated/installed twice (detected thanks to Node Modules Inspector):

Image

It has already been updated

"@rolldown/pluginutils": "1.0.0-rc.15"

However we need a release of @vitejs/plugin-react to fix it.

Reproduction

not-relevant

Steps to reproduce

  • mkdir vite-rolldown-test && cd vite-rolldown-test
  • npm init -y
  • npm install @vitejs/plugin-react vite

System Info

System:
    OS: Linux 6.19 Arch Linux
    Container: Yes
    Shell: 5.9 - /usr/bin/zsh
  Binaries:
    Node: 24.14.1 
    npm: 11.12.1 
    pnpm: 10.33.0 
  npmPackages:
    vite: catalog: => 8.0.8

Used Package Manager

pnpm

Logs

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions