Skip to content

ci: Version Packages (beta)#7649

Merged
birkskyum merged 1 commit into
solid-router-v2-prefrom
changeset-release/solid-router-v2-pre
Jun 25, 2026
Merged

ci: Version Packages (beta)#7649
birkskyum merged 1 commit into
solid-router-v2-prefrom
changeset-release/solid-router-v2-pre

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to solid-router-v2-pre, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

solid-router-v2-pre is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on solid-router-v2-pre.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@tanstack/solid-router@2.0.0-beta.22

Patch Changes

  • #7584 41e7a24 - Remove unnecessary setTimeout from Match components

  • #7609 51b4bd4 - perf(solid-router): make useLinkProps proxy-free in the spread hot path

    useLinkProps previously layered four proxies (merge for defaults, two
    splitProps/omit proxies, and a final merge of spreadable props with the
    resolved props memo). Solid's spread() re-enumerated all of them through V8
    proxy traps on every navigation, for every Link, which showed up in CodSpeed
    profiles as a large unattributed "NodeJS internals" cost.

    useLinkProps now returns a plain object with a stable key set whose
    reactivity lives in property getters backed by fine-grained memos. Values that
    no longer apply resolve to undefined, which spread() treats as attribute
    removal. The built-location memo also gained href-based equality so downstream
    memos skip work when a navigation doesn't change a link's target.

    This makes the client-side navigation benchmark ~30% faster.

    Note: keys returned by activeProps/inactiveProps functions are discovered
    once at setup — functions that later return brand-new keys (beyond the initial
    set plus class/style) won't have those keys applied.

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

@tanstack/solid-router-devtools@2.0.0-beta.18

Patch Changes

@tanstack/solid-router-ssr-query@2.0.0-beta.23

Patch Changes

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

@tanstack/solid-start@2.0.0-beta.23

Patch Changes

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

  • Updated dependencies [41e7a24, 51b4bd4, 259efbe]:

    • @tanstack/solid-router@2.0.0-beta.22
    • @tanstack/solid-start-client@2.0.0-beta.22
    • @tanstack/solid-start-server@2.0.0-beta.22

@tanstack/solid-start-client@2.0.0-beta.22

Patch Changes

@tanstack/solid-start-server@2.0.0-beta.22

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/solid-router-v2-pre branch from 193c0cb to 96f11e3 Compare June 18, 2026 01:50
@nx-cloud

nx-cloud Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit d8ac29c

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ❌ Failed 15m 15s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 2m 15s View ↗

☁️ Nx Cloud last updated this comment at 2026-06-25 01:13:54 UTC

@github-actions

Copy link
Copy Markdown
Contributor Author

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

@birkskyum birkskyum merged commit 3d265ea into solid-router-v2-pre Jun 25, 2026
16 of 17 checks passed
@birkskyum birkskyum deleted the changeset-release/solid-router-v2-pre branch June 25, 2026 01:00
@github-actions

Copy link
Copy Markdown
Contributor Author

Bundle Size Benchmarks

  • Commit: c74416c2793e
  • Measured at: 2026-06-25T00:59:40.804Z
  • Baseline source: history:ba52d2b8f9e9
  • Dashboard: bundle-size history
Scenario Current (gzip) Delta vs baseline Initial gzip Raw Brotli Trend
react-router.minimal 87.29 KiB -39 B (-0.04%) 87.15 KiB 273.66 KiB 75.88 KiB ▁▁▁▁▁▁▁████▁
react-router.full 91.02 KiB -44 B (-0.05%) 90.88 KiB 285.56 KiB 79.09 KiB ▁▁▁▁▁▁▁████▁
solid-router.minimal 42.26 KiB +6.74 KiB (+18.96%) 42.14 KiB 123.10 KiB 38.12 KiB ▁▁▁▁▁▁▁▁▁▁▁█
solid-router.full 47.19 KiB +6.61 KiB (+16.28%) 47.07 KiB 138.20 KiB 42.57 KiB ▁▁▁▁▁▁▁▁▁▁▁█
vue-router.minimal 52.97 KiB -40 B (-0.07%) 52.84 KiB 149.90 KiB 47.62 KiB ▁▁▁▁▁▁▁████▁
vue-router.full 58.96 KiB -37 B (-0.06%) 58.83 KiB 168.66 KiB 52.87 KiB ▁▁▁▁▁▁▁████▁
react-start.minimal 101.91 KiB -76 B (-0.07%) 101.77 KiB 321.98 KiB 88.21 KiB ▁▁▁▁▁▁▁▅▅▅█▁
react-start.deferred-hydration 102.65 KiB -71 B (-0.07%) 101.80 KiB 323.36 KiB 88.90 KiB ▁▁▁▁▁▁▁▅▅▅█▁
react-start.full 105.31 KiB -88 B (-0.08%) 105.18 KiB 331.91 KiB 91.06 KiB ▁▁▁▁▁▁▁▅▅▅█▁
react-start.rsbuild.minimal 99.63 KiB -63 B (-0.06%) 99.46 KiB 316.43 KiB 85.79 KiB ▁▁▁▁▁▁▁▅▃▃█▁
react-start.rsbuild.minimal-iife 100.03 KiB -62 B (-0.06%) 99.87 KiB 317.37 KiB 86.08 KiB ▁▁▁▁▁▁▁▅▃▃█▁
react-start.rsbuild.full 102.86 KiB -62 B (-0.06%) 102.68 KiB 326.48 KiB 88.53 KiB ▁▁▁▁▁▁▁▅▄▄█▁
solid-start.minimal 63.94 KiB +14.26 KiB (+28.72%) 63.80 KiB 192.82 KiB 56.59 KiB ▁▁▁▁▁▁▁▁▁▁▁█
solid-start.deferred-hydration 67.35 KiB +14.42 KiB (+27.24%) 63.89 KiB 201.27 KiB 59.66 KiB ▁▁▁▁▁▁▁▁▁▁▁█
solid-start.full 67.91 KiB +12.42 KiB (+22.39%) 67.78 KiB 204.45 KiB 60.02 KiB ▁▁▁▁▁▁▁▁▁▁▁█
vue-start.minimal 71.02 KiB -93 B (-0.13%) 70.89 KiB 207.04 KiB 62.93 KiB ▁▁▁▁▁▁▁▅▅▅█▁
vue-start.full 75.01 KiB -85 B (-0.11%) 74.88 KiB 219.68 KiB 66.40 KiB ▁▁▁▁▁▁▁▅▅▅█▁

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.

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud has identified a flaky task in your failed CI:

🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.

Nx Cloud View detailed reasoning in Nx Cloud ↗


🎓 Learn more about Self-Healing CI on nx.dev

@codspeed-hq

codspeed-hq Bot commented Jun 25, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 84.73%

⚠️ 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

⚡ 4 improved benchmarks
✅ 2 untouched benchmarks
🆕 90 new benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation ssr request loop (react) 330.5 ms 81.1 ms ×4.1
Simulation client-side navigation loop (solid) 72.6 ms 42.7 ms +70.19%
Simulation ssr request loop (vue) 420.3 ms 286.9 ms +46.47%
Simulation ssr request loop (solid) 174.6 ms 152.4 ms +14.57%
🆕 Simulation ssr not-found (vue) N/A 168.9 ms N/A
🆕 Simulation ssr redirect (vue) N/A 68.4 ms N/A
🆕 Simulation ssr head (vue) N/A 324.9 ms N/A
🆕 Simulation ssr loaders (vue) N/A 136.6 ms N/A
🆕 Simulation ssr selective (vue) N/A 139.9 ms N/A
🆕 Simulation ssr server-fn GET (vue) N/A 74.5 ms N/A
🆕 Simulation ssr server-fn POST (vue) N/A 71.4 ms N/A
🆕 Simulation ssr server-route middleware (vue) N/A 63.3 ms N/A
🆕 Simulation ssr server-route (vue) N/A 60.7 ms N/A
🆕 Simulation ssr streaming deferred (vue) N/A 105.1 ms N/A
🆕 Simulation ssr assets inline-css cdn (vue) N/A 187.5 ms N/A
🆕 Simulation ssr assets linked-css control (vue) N/A 214.2 ms N/A
🆕 Simulation ssr before-load chain (vue) N/A 184.3 ms N/A
🆕 Simulation ssr control-flow error 500 (vue) N/A 198.2 ms N/A
🆕 Simulation ssr control-flow route headers (vue) N/A 213.5 ms N/A
🆕 Simulation ssr control-flow unmatched 404 (vue) N/A 190.1 ms N/A
... ... ... ... ... ...

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

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing changeset-release/solid-router-v2-pre (d8ac29c) with solid-router-v2-pre (67a9040)1

Open in CodSpeed

Footnotes

  1. No successful run was found on solid-router-v2-pre (259efbe) during the generation of this report, so 67a9040 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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.

1 participant