chore(deps): update dependency vite to v8.0.14#50
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 improve performance by 74.71%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | getLine (middle) |
13.1 µs | 18 µs | -27.42% |
| ⚡ | deleteAt |
33.4 µs | 29.4 µs | +13.82% |
| ⚡ | deleteRange (multi-line) |
43 µs | 37.6 µs | +14.45% |
| ⚡ | create from small document (20 lines) |
33.6 µs | 28 µs | +19.94% |
| ⚡ | getLine (middle) |
14.2 µs | 12.9 µs | +10.31% |
| ⚡ | b motion |
288.7 µs | 127.8 µs | ×2.3 |
| ⚡ | gg motion |
302.9 µs | 156.6 µs | +93.41% |
| ⚡ | deleteRange (single line) |
33.6 µs | 29.3 µs | +14.4% |
| ⚡ | 5j (counted motion) |
235.1 µs | 123.6 µs | +90.22% |
| ⚡ | G motion |
210.5 µs | 120.8 µs | +74.3% |
| ⚡ | insertAt |
33.1 µs | 28.9 µs | +14.58% |
| ⚡ | ciw (change inner word) |
600 µs | 452.4 µs | +32.61% |
| ⚡ | joinLines |
32.7 µs | 27.1 µs | +20.74% |
| ⚡ | dd (delete line) |
324.6 µs | 217.5 µs | +49.22% |
| ⚡ | splitLine |
35.9 µs | 31.6 µs | +13.4% |
| ⚡ | dw (delete word) |
472.5 µs | 246.7 µs | +91.5% |
| ⚡ | x (delete char) |
289.7 µs | 188.8 µs | +53.43% |
| ⚡ | yy (yank line) |
296.4 µs | 134.5 µs | ×2.2 |
| ⚡ | enter command-line mode (:) |
192.7 µs | 108.5 µs | +77.62% |
| ⚡ | enter insert mode (i) |
216.1 µs | 120.4 µs | +79.42% |
| ... | ... | ... | ... | ... |
ℹ️ 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/vite-8.x (120ca85) 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. ↩
b976950 to
82deec5
Compare
This comment has been minimized.
This comment has been minimized.
82deec5 to
64bf176
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.
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.
64bf176 to
c383be0
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.
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.
7a557a2 to
d9effdc
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.
d9effdc to
f2e1293
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.
f2e1293 to
120ca85
Compare
Code Metrics Report (packages/core)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 99.1% | 99.1% | 0.0% |
| Files | 18 | 18 | 0 |
| Lines | 1475 | 1475 | 0 |
| Covered | 1462 | 1462 | 0 |
| Code to Test Ratio | 1:1.6 | 1:1.6 | 0.0 |
| Code | 4572 | 4572 | 0 |
| Test | 7338 | 7338 | 0 |
| Test Execution Time | 4s | 4s | 0s |Reported by octocov |
Code Metrics Report (packages/react)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 93.8% | 93.8% | 0.0% |
| Files | 1 | 1 | 0 |
| Lines | 81 | 81 | 0 |
| Covered | 76 | 76 | 0 |
| Code to Test Ratio | 1:4.9 | 1:4.9 | 0.0 |
| Code | 229 | 229 | 0 |
| Test | 1138 | 1138 | 0 |
| Test Execution Time | 2s | 2s | 0s |Reported by octocov |
Code Metrics Report (packages/plugin-textarea)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 97.5% | 97.5% | 0.0% |
| Files | 3 | 3 | 0 |
| Lines | 122 | 122 | 0 |
| Covered | 119 | 119 | 0 |
| Code to Test Ratio | 1:1.6 | 1:1.6 | 0.0 |
| Code | 227 | 227 | 0 |
| Test | 373 | 373 | 0 |
| Test Execution Time | 1s | 1s | 0s |Reported by octocov |
Code Metrics Report (packages/shiki-editor)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 34.0% | 34.0% | 0.0% |
| Files | 5 | 5 | 0 |
| Lines | 194 | 194 | 0 |
| Covered | 66 | 66 | 0 |
| Code to Test Ratio | 1:0.6 | 1:0.6 | 0.0 |
| Code | 616 | 616 | 0 |
| Test | 417 | 417 | 0 |
| Test Execution Time | 2s | 2s | 0s |Reported by octocov |
Code Metrics Report (packages/plugin-monaco)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 96.3% | 96.3% | 0.0% |
| Files | 3 | 3 | 0 |
| Lines | 136 | 136 | 0 |
| Covered | 131 | 131 | 0 |
| Code to Test Ratio | 1:1.6 | 1:1.6 | 0.0 |
| Code | 363 | 363 | 0 |
| Test | 592 | 592 | 0 |
- | Test Execution Time | 1s | 2s | +1s |Reported by octocov |
Code Metrics Report (packages/testkit)
Details | | main (10740b9) | #50 (00bc506) | +/- |
|---------------------|----------------|---------------|------|
| Coverage | 91.5% | 91.5% | 0.0% |
| Files | 2 | 2 | 0 |
| Lines | 59 | 59 | 0 |
| Covered | 54 | 54 | 0 |
| Code to Test Ratio | 1:2.7 | 1:2.7 | 0.0 |
| Code | 140 | 140 | 0 |
| Test | 383 | 383 | 0 |
| Test Execution Time | 1s | 1s | 0s |Reported by octocov |
This PR contains the following updates:
8.0.1→8.0.14Release Notes
vitejs/vite (vite)
v8.0.14Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Tests
v8.0.13Compare Source
Features
onEnd(#22357) (47071ce)Bug Fixes
write=false(#22328) (158e8ae)name/originalFileNamein syntheticassetFileNamescall (#22439) (8e59c97)isBundledper environment (#22257) (a576326)Miscellaneous Chores
v8.0.12Compare Source
Features
Bug Fixes
rolldownOptionsinstead of deprecatedrollupOptionsin messages (#22400) (b675c7b)build.targetto worker bundle (#22404) (3c93fde)Miscellaneous Chores
v8.0.11Compare Source
Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
v8.0.10Compare Source
Features
Bug Fixes
hmrClient.logger.debugandhmrClient.logger.errorlooked different from other HMR logs (#22147) (a4d828f).css?inline(#22292) (83f0a78)Code Refactoring
v8.0.9Compare Source
Features
Bug Fixes
watchChangehook (#22188) (fc08bda)?rawimports (#22148) (3ec9cda)Documentation
Miscellaneous Chores
v8.0.8Compare Source
Features
Bug Fixes
dns.getDefaultResultOrdertemporary (#22202) (15f1c15)v8.0.7Compare Source
Bug Fixes
v8.0.6Compare Source
Features
Bug Fixes
Performance Improvements
getLocalhostAddressIfDiffersFromDNSwhen DNS order isverbatim(#22151) (56ec256)Miscellaneous Chores
v8.0.5Compare Source
Bug Fixes
server.fsafter stripping query as well (#22160) (a9a3df2)v8.0.4Compare Source
Features
Bug Fixes
hasBothRollupOptionsAndRolldownOptionsshould returnfalsefor proxy case (#22043) (99897d2)vite/modulepreload-polyfill(#22126) (17330d2)#(#22038) (3460fc5)Documentation
environment.fetchModuledocumentation (#22035) (54229e7)Miscellaneous Chores
Code Refactoring
v8.0.3Compare Source
Features
Bug Fixes
metaidentifier insideimport.metawhen a binding namedmetaexists (#22019) (cff5f0c)Miscellaneous Chores
Tests
getCssFilesForChunk(#22016) (43fbbf9)v8.0.2Compare Source
Features
Bug Fixes
Miscellaneous Chores
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.