From ddd981635ec85b57d5e8944384346cab3bfc5cc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:34:09 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d26499dc..a4b37c12 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -40,6 +40,7 @@ "renumber-next-line-two-x", "require-solid-beta-22", "response-stub-committed-type", + "retry-failed-lazy-subtrees", "router-factory-typed-paths", "router-navigation-warning-fix", "scroll-restoration-hydration-transparent", @@ -57,6 +58,7 @@ "update-solid-beta-33", "update-solid-beta-7", "update-solid-rc-0", + "update-solid-rc-1", "warn-nested-router-mounts" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c3d02e..8cc417b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @solidjs/router +## 2.0.0-next.17 + +### Patch Changes + +- 569743d: Failed lazy route subtree loads are no longer cached for the rest of the session. The rejection is held for the current location (so the erroring match computation can't refire the import in a loop), and the next navigation retries the fetch — the same contract the platform applies to failed dynamic imports and `lazy()` adopted in solid 2.0.0-rc.1. Failed loads also no longer surface as unhandled promise rejections, and a speculative preload that fails is silently deferred to the real navigation. +- 569743d: Update to solid-js 2.0.0-rc.1. Adapts `fileRoutes` to `lazy()`'s new signature (the module URL moved to the third argument behind an options slot) and raises the peer dependency floor to `^2.0.0-rc.1`. + ## 2.0.0-next.16 ### Patch Changes diff --git a/package.json b/package.json index eb51aa45..38a4f5c0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "Ryan Turnquist" ], "license": "MIT", - "version": "2.0.0-next.16", + "version": "2.0.0-next.17", "homepage": "https://github.com/solidjs/solid-router#readme", "repository": { "type": "git",