Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) 6.0.56.1.0 age adoption passing 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 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 20, 2026 06:29
@renovate renovate Bot added the renovate Changes by renovate label Aug 20, 2026
@renovate
renovate Bot enabled auto-merge August 20, 2026 06:29
@renovate
renovate Bot added this pull request to the merge queue Aug 20, 2026
@cypress

cypress Bot commented Aug 20, 2026

Copy link
Copy Markdown

frontend    Run #5329

Run Properties:  status check passed Passed #5329  •  git commit ba6b155d06 ℹ️: Merge c92ec90a4c22206864912f58e5e0de5f4e1f6dda into 32a54bff65e265dd7e6b6d009c7b...
Project frontend
Branch Review renovate/vitejs-plugin-react-6.x
Run status status check passed Passed #5329
Run duration 01m 40s
Commit git commit ba6b155d06 ℹ️: Merge c92ec90a4c22206864912f58e5e0de5f4e1f6dda into 32a54bff65e265dd7e6b6d009c7b...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 36
View all changes introduced in this branch ↗︎

Merged via the queue into main with commit 5d2f33c Aug 20, 2026
14 checks passed
@renovate
renovate Bot deleted the renovate/vitejs-plugin-react-6.x branch August 20, 2026 06:33
@cypress

cypress Bot commented Aug 20, 2026

Copy link
Copy Markdown

frontend    Run #5331

Run Properties:  status check passed Passed #5331  •  git commit 5d2f33c8a9: chore(deps): update dependency @vitejs/plugin-react to v6.1.0 (#2631)
Project frontend
Branch Review main
Run status status check passed Passed #5331
Run duration 01m 41s
Commit git commit 5d2f33c8a9: chore(deps): update dependency @vitejs/plugin-react to v6.1.0 (#2631)
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 36
View all changes introduced in this branch ↗︎

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

Labels

renovate Changes by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants