Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

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 Europe/Madrid)

  • Branch creation
    • "before 10pm on Sunday"
  • 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.

@relativeci

relativeci Bot commented Aug 23, 2026

Copy link
Copy Markdown

#1640 Bundle Size — 1.23MiB (0%).

129ccda(current) vs d26e744 master#1639(baseline)

Bundle metrics  no changes
                 Current
#1640
     Baseline
#1639
No change  Initial JS 602.7KiB 602.7KiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 0% 57.6%
No change  Chunks 10 10
No change  Assets 12 12
No change  Modules 696 696
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 90 90
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#1640
     Baseline
#1639
No change  JS 731.06KiB 731.06KiB
No change  CSS 530.7KiB 530.7KiB

Bundle analysis reportBranch renovate-vitejs-plugin-react-6.x...Project dashboard


Generated by RelativeCIDocumentationReport issue

@renovate
renovate Bot merged commit 59dd198 into master Aug 23, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate-vitejs-plugin-react-6.x-lockfile branch August 23, 2026 08:42
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