Skip to content

chore(deps): update devdependency @vitejs/plugin-react to v6 - #857

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x
Open

chore(deps): update devdependency @vitejs/plugin-react to v6#857
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) ^5.1.2^6.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 })
  ]
})

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.

v6.0.4

Compare Source

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined.
This error is now fixed.

v6.0.3

Compare Source

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source

v5.2.0

Compare Source

v5.1.4

Compare Source

Fix canSkipBabel not accounting for babel.overrides (#​1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

v5.1.3

Compare Source


Configuration

📅 Schedule: (UTC)

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

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

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.

@changeset-bot

changeset-bot Bot commented Mar 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 29f863e

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

@netlify

netlify Bot commented Mar 12, 2026

Copy link
Copy Markdown

Deploy Preview for unpic-next failed. Why did it fail? →

Name Link
🔨 Latest commit 29f863e
🔍 Latest deploy log https://app.netlify.com/projects/unpic-next/deploys/6a99d14c2b1e9d00092e00c0

@netlify

netlify Bot commented Mar 12, 2026

Copy link
Copy Markdown

Deploy Preview for unpic-docs failed. Why did it fail? →

Name Link
🔨 Latest commit 29f863e
🔍 Latest deploy log https://app.netlify.com/projects/unpic-docs/deploys/6a99d14c43d583000861ca81

@netlify

netlify Bot commented Mar 12, 2026

Copy link
Copy Markdown

Deploy Preview for unpic-angular ready!

Name Link
🔨 Latest commit 29f863e
🔍 Latest deploy log https://app.netlify.com/projects/unpic-angular/deploys/6a99d14ca785fb0008c38090
😎 Deploy Preview https://deploy-preview-857--unpic-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from a46c2ca to d9e4bde Compare March 13, 2026 18:38
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from d9e4bde to 189337a Compare April 1, 2026 21:09
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 189337a to 543de16 Compare April 15, 2026 11:44
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 543de16 to b67233b Compare April 29, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 3 times, most recently from 8cadd63 to b07ba94 Compare May 18, 2026 20:06
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 804af64 to 6b36abb Compare May 28, 2026 14:47
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 6b36abb to c088ec4 Compare June 1, 2026 23:13
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 9edfc80 to 3ffd250 Compare June 11, 2026 17:57
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 3ffd250 to 526f09b Compare June 26, 2026 10:51
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 56e6a24 to 19a30a8 Compare July 16, 2026 19:15
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 3 times, most recently from 2a38e38 to b52940c Compare July 25, 2026 04:47
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 310c3b9 to fe03b10 Compare August 2, 2026 12:51
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from fe03b10 to 778befb Compare August 12, 2026 03:03
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 58ec676 to 507e4ba Compare August 26, 2026 20:51
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from b7e85da to b702948 Compare September 2, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from b702948 to 29f863e Compare September 3, 2026 19:58
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