chore(deps): update dependency turbo to v2.10.3#55
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 65.21%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | getLine (middle) |
13.1 µs | 18.1 µs | -27.54% |
| ❌ | setLine at middle |
497.3 ms | 555.8 ms | -10.52% |
| ❌ | saveUndoPoint + edit |
505.5 ms | 564.4 ms | -10.43% |
| ❌ | insertLine at middle |
511.7 ms | 571.1 ms | -10.39% |
| ❌ | joinLines at middle |
505.4 ms | 562.9 ms | -10.22% |
| ⚡ | W (WORD) |
495.7 µs | 27.1 µs | ×18 |
| ⚡ | b |
354.8 µs | 30.1 µs | ×12 |
| ⚡ | w |
92.3 µs | 28 µs | ×3.3 |
| ⚡ | e |
87.4 µs | 27.9 µs | ×3.1 |
| ⚡ | b motion |
288.7 µs | 128.4 µs | ×2.2 |
| ⚡ | yy (yank line) |
296.4 µs | 135.1 µs | ×2.2 |
| ⚡ | w motion |
259.4 µs | 119.5 µs | ×2.2 |
| ⚡ | } (paragraph forward) |
63.8 µs | 30.2 µs | ×2.1 |
| ⚡ | { (paragraph backward) |
62.7 µs | 30.1 µs | ×2.1 |
| ⚡ | gg motion |
302.9 µs | 156.7 µs | +93.23% |
| ⚡ | dw (delete word) |
472.5 µs | 246.9 µs | +91.4% |
| ⚡ | 5j (counted motion) |
235.1 µs | 123.7 µs | +90.06% |
| ⚡ | 3dd (counted delete) |
305.5 µs | 162.2 µs | +88.28% |
| ⚡ | insert and return to normal (i + Escape) |
248.4 µs | 137.1 µs | +81.19% |
| ⚡ | enter insert mode (i) |
216.1 µs | 121.1 µs | +78.44% |
| ... | ... | ... | ... | ... |
ℹ️ 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/turbo-monorepo (2a42eda) 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. ↩
a7fd853 to
0aa0478
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.
0aa0478 to
02321c6
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.
02321c6 to
0d70006
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.
016be27 to
b04b402
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.
b04b402 to
4ad8315
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.
4ad8315 to
2a42eda
Compare
Code Metrics Report (packages/core)
Details | | main (10740b9) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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 | 3s | -1s |Reported by octocov |
Code Metrics Report (packages/react)
Details | | main (10740b9) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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) | #55 (b267cec) | +/- |
|---------------------|----------------|---------------|------|
| 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:
2.8.20→2.10.3Release Notes
vercel/turborepo (turbo)
v2.10.3: Turborepo v2.10.3Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.10.2...v2.10.3
v2.10.2: Turborepo v2.10.2Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.10.1...v2.10.2
v2.10.1: Turborepo v2.10.1Compare Source
What's Changed
Changelog
devEngines.packageManagerby @lachieh in #12388New Contributors
Full Changelog: vercel/turborepo@v2.10.0...v2.10.1
v2.10.0: Turborepo v2.10.0Compare Source
What's Changed
create-turbo
@turbo/codemod
turbo.jsoncin codemod transforms by @anthonyshew in #12532eslint
@turbo/repository
cacheMaxAgeandcacheMaxSizefor local cache eviction by @anthonyshew in #12487@turbo/telemetry
Examples
@types/nodetowith-svelteexample apps by @anthonyshew in #12585Changelog
setsid()in PTY spawn to prevent macOS Gatekeeper CPU spikes" by @anthonyshew in #12507watchloop so interruptible persistent tasks restart on file changes by @anthonyshew in #12509turbo.*generator variables by @anthonyshew in #12511filterUsingTasks--filterfrom pulling dependents into Task Graph by @anthonyshew in #12535--affectedand--filterto be combined by @anthonyshew in #12543filterUsingTasksby @anthonyshew in #12545boundarieschecking with Rayon and cache DFS traversals by @anthonyshew in #12569turbo.jsonin concurrency error message by @anthonyshew in #12582SIGINTin shim after spawning localturboby @anthonyshew in #12612tbxsandbox helper by @anthonyshew in #12668tbx base refreshby @anthonyshew in #12673turbo watchhash memory spikes by @anthonyshew in #12695turbo query affectedby @anthonyshew in #12722create-turboexample telemetry by @anthonyshew in #12725.jsextension imports to.tsfiles in boundaries by @maschwenk in #12644turbo pathin VS Code extension by @anthonyshew in #12753turbo.jsoncin VS Code extension by @anthonyshew in #12760$TURBO_EXTENDS$in LSP diagnostics by @anthonyshew in #12770pull_requestfor PR title linting by @anthonyshew in #12787with-vite-module-federationexample by @gioboa in #12794TaskHashTracker-basedexpect()calls by @anthonyshew in #12836PackageGraphroot invariants by @anthonyshew in #12841expect()calls by @anthonyshew in #12845Configuration
📅 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.