Skip to content

chore(deps): update dependency @vitejs/plugin-react to v6.1.0 - #356

Merged
pactflow-renovate-bot[bot] merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x
Aug 23, 2026
Merged

chore(deps): update dependency @vitejs/plugin-react to v6.1.0#356
pactflow-renovate-bot[bot] merged 1 commit into
masterfrom
renovate/vitejs-plugin-react-6.x

Conversation

@pactflow-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.56.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: (in timezone Australia/Melbourne)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate CLI.

@pactflow-renovate-bot
pactflow-renovate-bot Bot enabled auto-merge (squash) August 23, 2026 03:18
@pactflow-renovate-bot
pactflow-renovate-bot Bot merged commit 2863bc5 into master Aug 23, 2026
8 checks passed
@pactflow-renovate-bot
pactflow-renovate-bot Bot deleted the renovate/vitejs-plugin-react-6.x branch August 23, 2026 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants