Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest
Open

chore(deps): update dependency @vitejs/plugin-react to v6.1.1#485
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.56.1.1 age confidence

Release Notes

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

v6.1.1

Compare Source

Add compiler.logDiagnostics option

Recoverable React Compiler diagnostics are no longer logged by default. Set compiler.logDiagnostics to true to log them through Vite. Fatal diagnostics are always logged and fail the transform.

Respect environment sourcemap option for React Compiler transform when builder.sharedPlugins is enabled (#​1439)

The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental builder.sharedPlugins was enabled.

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 UTC)

  • Branch creation
    • "after 02:00 and before 06:00 every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Zeryther as a code owner August 26, 2026 05:39
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2026
@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sdk-harmony Ready Ready Preview Aug 31, 2026 3:41pm

Request Review

@changeset-bot

changeset-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d8962ba

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

socket-security Bot commented Aug 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​vitejs/​plugin-react@​6.1.110010010096100

View full report

@renovate
renovate Bot force-pushed the renovate/vitest branch from 9d6543d to 096eb6c Compare August 27, 2026 03:06
@renovate
renovate Bot force-pushed the renovate/vitest branch from 096eb6c to 7ec90ee Compare August 27, 2026 05:02
@renovate
renovate Bot force-pushed the renovate/vitest branch from 7ec90ee to b75f27d Compare August 27, 2026 11:04
@renovate
renovate Bot force-pushed the renovate/vitest branch from b75f27d to 078f5fa Compare August 28, 2026 06:40
@renovate
renovate Bot force-pushed the renovate/vitest branch from 078f5fa to ec09f51 Compare August 31, 2026 06:15
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.1.0 chore(deps): update dependency @vitejs/plugin-react to v6.1.1 Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants