ci: Version Packages - #8429
Open
github-actions[bot] wants to merge 1 commit into
Open
ci: Version Packages#8429github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
September 15, 2026 22:03
8a03703 to
891df34
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 15, 2026 22:47
891df34 to
4198271
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 main, this PR will be updated.
Releases
@tanstack/react-router@1.170.37
Patch Changes
#8418
e561fa1-deepEqualnow takes its flags as positional arguments —deepEqual(a, b, partial?, explicitUndefined?)— instead of an options object. The router's hot callers (Link option stabilization and active-state checks,matchRoute) no longer allocate an options object per comparison, and the comparator reads two booleans instead of a polymorphic object.explicitUndefinedreplacesignoreUndefined: false.deepEqualis an internal helper; it stays exported for compatibility of two-argument calls.#8419
a1c8d1a-resolvePath(internal helper) now takes positional arguments —resolvePath(base, to, trailingSlash?, cache?)— sobuildLocationandmatchRouteno longer allocate an options object per path resolution.#8420
8e164d2-useLinkPropsno longer calls through an internal wrapper. The host elementLinkrenders on is an@internaloverload parameter that is stripped from the published declarations, so the publicuseLinkProps(options, forwardedRef?)signature is unchanged.Updated dependencies [
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/react-start@1.168.55
Patch Changes
e561fa1,a1c8d1a,8e164d2]:@tanstack/react-start-client@1.168.35
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,8e164d2,1ca361b]:@tanstack/react-start-rsc@0.1.54
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,8e164d2,1ca361b]:@tanstack/react-start-server@1.167.42
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,8e164d2,1ca361b]:@tanstack/router-cli@1.167.37
Patch Changes
@tanstack/router-core@1.171.31
Patch Changes
#8417
bc80866- Speed updeepEqual: identical array elements no longer recurse, the exact comparison keeps a single key counter, and the redundanttypeofearly exit is gone. Equal numeric arrays compare ~70% faster and record comparisons 5–12% faster in the mixed-mode workloads that Link option stabilization and active-state checks produce, with a slightly smaller bundle. Behavior, including key enumeration and getter read order, is unchanged.#8418
e561fa1-deepEqualnow takes its flags as positional arguments —deepEqual(a, b, partial?, explicitUndefined?)— instead of an options object. The router's hot callers (Link option stabilization and active-state checks,matchRoute) no longer allocate an options object per comparison, and the comparator reads two booleans instead of a polymorphic object.explicitUndefinedreplacesignoreUndefined: false.deepEqualis an internal helper; it stays exported for compatibility of two-argument calls.#8419
a1c8d1a-resolvePath(internal helper) now takes positional arguments —resolvePath(base, to, trailingSlash?, cache?)— sobuildLocationandmatchRouteno longer allocate an options object per path resolution.#8422
a0b2ad9- Parse the location once whenrouter.update()changes the basepath or rewrite, collectinvalidate()match ids in a single pass, and specialize internal basepath composition without arrays or loops. Preserve basepath case sensitivity when creating and updating the router.Rebuild server route trees when
caseSensitivechanges and reuse the server cache only when the route tree and case sensitivity both match.#8421
1ca361b- Parse masked locations without mutating shared state and simplify input rewrite handling.@tanstack/router-generator@1.167.37
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/router-plugin@1.168.39
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,8e164d2,1ca361b]:@tanstack/router-vite-plugin@1.167.39
Patch Changes
@tanstack/solid-router@1.170.35
Patch Changes
#8418
e561fa1-deepEqualnow takes its flags as positional arguments —deepEqual(a, b, partial?, explicitUndefined?)— instead of an options object. The router's hot callers (Link option stabilization and active-state checks,matchRoute) no longer allocate an options object per comparison, and the comparator reads two booleans instead of a polymorphic object.explicitUndefinedreplacesignoreUndefined: false.deepEqualis an internal helper; it stays exported for compatibility of two-argument calls.#8419
a1c8d1a-resolvePath(internal helper) now takes positional arguments —resolvePath(base, to, trailingSlash?, cache?)— sobuildLocationandmatchRouteno longer allocate an options object per path resolution.Updated dependencies [
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/solid-start@1.168.53
Patch Changes
e561fa1,a1c8d1a]:@tanstack/solid-start-client@1.168.34
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/solid-start-server@1.167.41
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/start-client-core@1.170.31
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/start-plugin-core@1.171.45
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/start-server-core@1.169.36
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/start-static-server-functions@1.167.36
Patch Changes
@tanstack/start-storage-context@1.167.33
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/vue-router@1.170.34
Patch Changes
#8418
e561fa1-deepEqualnow takes its flags as positional arguments —deepEqual(a, b, partial?, explicitUndefined?)— instead of an options object. The router's hot callers (Link option stabilization and active-state checks,matchRoute) no longer allocate an options object per comparison, and the comparator reads two booleans instead of a polymorphic object.explicitUndefinedreplacesignoreUndefined: false.deepEqualis an internal helper; it stays exported for compatibility of two-argument calls.#8419
a1c8d1a-resolvePath(internal helper) now takes positional arguments —resolvePath(base, to, trailingSlash?, cache?)— sobuildLocationandmatchRouteno longer allocate an options object per path resolution.Updated dependencies [
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/vue-start@1.168.52
Patch Changes
e561fa1,a1c8d1a]:@tanstack/vue-start-client@1.167.37
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]:@tanstack/vue-start-server@1.167.41
Patch Changes
bc80866,e561fa1,a1c8d1a,a0b2ad9,1ca361b]: