chore: update seroval to 1.6.2 - #7962
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe pull request updates Seroval dependencies from ChangesSeroval dependency update
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 8bdd62e
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview5 package(s) bumped directly, 18 bumped as dependents. 🟩 Patch bumps
|
Bundle Size Benchmarks
The following scenarios have bundle-size changes compared with the baseline:
Current gzip tracks all emitted client JS chunks. Initial gzip tracks only the entry/import graph. Trend sparkline is historical current gzip ending with this PR measurement; lower is better. |
Merging this PR will regress 13 benchmarks
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Memory | mem server error-paths not-found (vue) |
320.7 KB | 421.4 KB | -23.91% |
| ❌ | Memory | mem server error-paths unmatched (react) |
264 KB | 304.9 KB | -13.43% |
| ❌ | Memory | mem client navigation-churn (solid) |
535.3 KB | 605 KB | -11.53% |
| ❌ | Memory | mem server error-paths redirect (react) |
189.1 KB | 213.3 KB | -11.36% |
| ❌ | Simulation | ssr server-fn not-found (solid) |
61.8 ms | 69.6 ms | -11.21% |
| ❌ | Simulation | ssr server-fn POST (solid) |
64.7 ms | 70.7 ms | -8.46% |
| ❌ | Simulation | ssr server-fn during document ssr (react) |
62.7 ms | 68.3 ms | -8.34% |
| ❌ | Simulation | ssr server-fn redirect (solid) |
52.4 ms | 56.3 ms | -6.91% |
| ❌ | Simulation | ssr server-fn send-context (solid) |
65.9 ms | 70.5 ms | -6.49% |
| ❌ | Simulation | ssr server-fn GET (solid) |
71.4 ms | 75 ms | -4.7% |
| ❌ | Simulation | ssr global-mw server-fn (solid) |
57.4 ms | 60.2 ms | -4.62% |
| ❌ | Simulation | client-rewrites navigation loop (solid) |
81.5 ms | 84.3 ms | -3.4% |
| ❌ | Memory | mem server aborted-requests (solid) |
911.8 KB | 940.5 KB | -3.06% |
| ⚡ | Memory | mem client unique-location-churn (solid) |
550.4 KB | 342.3 KB | +60.8% |
| ⚡ | Memory | mem server peak-large-page (solid) |
1,205.8 KB | 842.5 KB | +43.12% |
| ⚡ | Memory | mem server error-paths redirect (vue) |
407.2 KB | 304.5 KB | +33.7% |
| ⚡ | Memory | mem server error-paths not-found (solid) |
495.2 KB | 422.9 KB | +17.11% |
| ⚡ | Simulation | ssr request loop (solid) |
159 ms | 147.1 ms | +8.07% |
| ⚡ | Simulation | ssr assets linked-css control (vue) |
194.3 ms | 187.7 ms | +3.5% |
| ⚡ | Simulation | client-nested-params navigation loop (solid) |
265 ms | 257.2 ms | +3.05% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing codex/update-seroval-1-6-2 (8bdd62e) with main (704145c)1
Summary
serovalandseroval-pluginsto 1.6.2 across the affected Router and Start packagesWhy
This adopts the latest Seroval serialization fixes, Temporal support, constructor serialization compatibility, restored CJS/ESM builds, and Promise-deserialization validation. The upstream changelog and published package diff did not show an API migration requirement.
Validation
CI=1 NX_DAEMON=false pnpm nx run-many --target=test:unit --projects=@tanstack/router-core,@tanstack/start-client-core,@tanstack/start-server-core,@tanstack/start-static-server-functions,@tanstack/start-plugin-core --outputStyle=stream --skipRemoteCacheCI=1 NX_DAEMON=false pnpm nx run-many --target=test:types --projects=@tanstack/router-core,@tanstack/start-client-core,@tanstack/start-server-core,@tanstack/start-static-server-functions,@tanstack/start-plugin-core --outputStyle=stream --skipRemoteCachepnpm exec changeset statusserovalandseroval-plugins/webgit diff --checkSummary by CodeRabbit
Chores
Release