chore(deps): update dependency @vitejs/plugin-react to v6.1.1 - #64
chore(deps): update dependency @vitejs/plugin-react to v6.1.1#64renovate[bot] wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Merging this PR will regress 1 benchmark
|
| 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)
Footnotes
-
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. ↩
f133536 to
aaf2514
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
aaf2514 to
c62e780
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c62e780 to
b9ed285
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b9ed285 to
8c624ad
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8c624ad to
8f4ca2b
Compare
Code Metrics Report (packages/core)
Reported by octocov |
Code Metrics Report (packages/react)
Reported by octocov |
Code Metrics Report (packages/plugin-textarea)
Reported by octocov |
Code Metrics Report (packages/shiki-editor)
Reported by octocov |
Code Metrics Report (packages/plugin-monaco)
Reported by octocov |
Code Metrics Report (packages/testkit)
Reported by octocov |
This PR contains the following updates:
6.0.1→6.1.1Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.1.1Compare Source
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis 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.sharedPluginswas enabled.v6.1.0Compare Source
Add experimental native React Compiler support (#1419)
Add experimental native React Compiler support.
You can use it by installing
oxc-transform-reactand enabling it via thecompileroption:v6.0.5Compare 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.4Compare Source
Fixed
$RefreshSig$ is not definederror when runningvite devwithNODE_ENV=productionWhen running
vite devwithNODE_ENV=production, the app errored with$RefreshSig$ is not defined.This error is now fixed.
v6.0.3Compare Source
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.