Skip to content

chore(deps): update dependency @vitejs/plugin-react to ^6.1.0 - #1871

Merged
jennifer-shehane merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x
Aug 27, 2026
Merged

chore(deps): update dependency @vitejs/plugin-react to ^6.1.0#1871
jennifer-shehane merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) ^6.0.5^6.1.0 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Note

Low Risk
Dev-dependency version bump in an example project with no application or build-config changes.

Overview
Bumps @vitejs/plugin-react from ^6.0.5 to ^6.1.0 in the examples/component-tests example (package.json and lockfile only).

No Vite or plugin options change—the example still uses the default react() setup in vite.config.js. The 6.1.0 release adds optional experimental React Compiler support via oxc-transform-react; that peer is optional and is not added or enabled by this PR.

Reviewed by Cursor Bugbot for commit fd5821c. Bugbot is set up for automated code reviews on this repo. Configure here.

@cypress-app-bot

Copy link
Copy Markdown
Collaborator

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@jennifer-shehane
jennifer-shehane merged commit 3b146c2 into master Aug 27, 2026
104 checks passed
@jennifer-shehane
jennifer-shehane deleted the renovate/vitejs-plugin-react-6.x branch August 27, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants