Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 6.0.16.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.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@codspeed-hq

codspeed-hq Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will regress 1 benchmark

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 35 improved benchmarks
❌ 1 regressed benchmark
✅ 35 untouched benchmarks
⏩ 12 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
getLine (middle) 13.1 µs 18.2 µs -27.89%
W (WORD) 495.7 µs 27 µs ×18
b 354.8 µs 30.1 µs ×12
w 92.3 µs 27.9 µs ×3.3
e 87.4 µs 27.8 µs ×3.1
b motion 288.7 µs 128.8 µs ×2.2
yy (yank line) 296.4 µs 135.1 µs ×2.2
w motion 259.4 µs 119.6 µs ×2.2
} (paragraph forward) 63.8 µs 30 µs ×2.1
{ (paragraph backward) 62.7 µs 30 µs ×2.1
gg motion 302.9 µs 157 µs +92.93%
dw (delete word) 472.5 µs 247.3 µs +91.06%
5j (counted motion) 235.1 µs 124 µs +89.56%
3dd (counted delete) 305.5 µs 162.6 µs +87.85%
insert and return to normal (i + Escape) 248.4 µs 137.1 µs +81.17%
enter insert mode (i) 216.1 µs 121.3 µs +78.19%
enter command-line mode (:) 192.7 µs 108.9 µs +76.96%
G motion 210.5 µs 121.3 µs +73.53%
$ motion 211 µs 122.8 µs +71.76%
x (delete char) 289.7 µs 187.1 µs +54.81%
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing renovate/vitejs-plugin-react-6.x (8f4ca2b) with main (10740b9)

Open in CodSpeed

Footnotes

  1. 12 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from f133536 to aaf2514 Compare June 26, 2026 11:41
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.0.2 chore(deps): update dependency @vitejs/plugin-react to v6.0.3 Jun 26, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from aaf2514 to c62e780 Compare July 25, 2026 05:45
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.0.3 chore(deps): update dependency @vitejs/plugin-react to v6.0.4 Jul 25, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from c62e780 to b9ed285 Compare August 2, 2026 13:46
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.0.4 chore(deps): update dependency @vitejs/plugin-react to v6.0.5 Aug 2, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from b9ed285 to 8c624ad Compare August 23, 2026 04:40
@renovate renovate Bot changed the title chore(deps): update dependency @vitejs/plugin-react to v6.0.5 chore(deps): update dependency @vitejs/plugin-react to v6.1.0 Aug 23, 2026
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 8c624ad to 8f4ca2b Compare August 31, 2026 06:29
@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
@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/core)

Coverage Code to Test Ratio Test Execution Time
99.1% 1:1.6 4s

Reported by octocov

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/react)

Coverage Code to Test Ratio Test Execution Time
93.8% 1:4.9 2s

Reported by octocov

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/plugin-textarea)

Coverage Code to Test Ratio Test Execution Time
97.5% 1:1.6 1s

Reported by octocov

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/shiki-editor)

Coverage Code to Test Ratio Test Execution Time
34.0% 1:0.6 2s

Reported by octocov

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/plugin-monaco)

Coverage Code to Test Ratio Test Execution Time
96.3% 1:1.6 1s

Reported by octocov

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report (packages/testkit)

Coverage Code to Test Ratio Test Execution Time
91.5% 1:2.7 1s

Reported by octocov

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants