Skip to content

Bump @vitejs/plugin-react from 5.1.3 to 6.0.2 in /src-admin#3523

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2
Open

Bump @vitejs/plugin-react from 5.1.3 to 6.0.2 in /src-admin#3523
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps @vitejs/plugin-react from 5.1.3 to 6.0.2.

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.2

Allow all options in reactCompilerPreset (#1189)

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

plugin-react@6.0.1

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

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

plugin-react@6.0.0

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [

react({

 babel: {



   plugins: ['babel-plugin-react-compiler'],



</tr></table>

... (truncated)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.2 (2026-05-14)

Allow all options in reactCompilerPreset (#1189)

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

6.0.1 (2026-03-13)

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

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

6.0.0 (2026-03-12)

6.0.0-beta.0 (2026-03-03)

Remove Babel Related Features (#1123)

Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

If you are using Babel, you can use @rolldown/plugin-babel together with this plugin:

 import { defineConfig } from 'vite'
 import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
export default defineConfig({
plugins: [


react({



  babel: {



    plugins: ['@babel/plugin-proposal-throw-expressions'],



  },



}),





react(),



babel({



  plugins: ['@babel/plugin-proposal-throw-expressions'],



}),

]
})

For React compiler users, you can use reactCompilerPreset for easier setup with preconfigured filter to improve build performance:

 import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import react, { reactCompilerPreset } from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
</tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from c7f1552 to cf127a8 Compare June 18, 2026 10:52
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from cf127a8 to c8c09b3 Compare June 18, 2026 12:53
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from c8c09b3 to 828533c Compare June 19, 2026 20:31
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from 828533c to 0847b71 Compare June 20, 2026 17:44
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from 0847b71 to 960e35f Compare June 20, 2026 17:47
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from 960e35f to df171e3 Compare June 20, 2026 18:53
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from df171e3 to ed66e95 Compare June 20, 2026 19:21
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from ed66e95 to 4383a01 Compare June 21, 2026 12:35
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from 4383a01 to e7eab5a Compare June 21, 2026 12:56
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from e7eab5a to f519a4b Compare June 21, 2026 13:55
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from f519a4b to 0d2d217 Compare June 21, 2026 17:22
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.3 to 6.0.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src-admin/vitejs/plugin-react-6.0.2 branch from 0d2d217 to 3015cf9 Compare June 22, 2026 12:54
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @vitejs/plugin-react
  • Update type: major
  • Dependency type: development
  • Previous version: 5.1.3
  • New version: 6.0.2

Modified Files:

  • src-admin/package-lock.json
  • src-admin/package.json

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants