Skip to content

ci: Version Packages - #8429

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 14, 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 main, this PR will be updated.

Releases

@tanstack/react-router@1.170.37

Patch Changes

  • #8418 e561fa1 - deepEqual now 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. explicitUndefined replaces ignoreUndefined: false. deepEqual is 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?) — so buildLocation and matchRoute no longer allocate an options object per path resolution.

  • #8420 8e164d2 - useLinkProps no longer calls through an internal wrapper. The host element Link renders on is an @internal overload parameter that is stripped from the published declarations, so the public useLinkProps(options, forwardedRef?) signature is unchanged.

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 1ca361b]:

    • @tanstack/router-core@1.171.31

@tanstack/react-start@1.168.55

Patch Changes

  • Updated dependencies [e561fa1, a1c8d1a, 8e164d2]:
    • @tanstack/react-router@1.170.37
    • @tanstack/react-start-client@1.168.35
    • @tanstack/react-start-rsc@0.1.54
    • @tanstack/react-start-server@1.167.42
    • @tanstack/start-client-core@1.170.31
    • @tanstack/start-plugin-core@1.171.45
    • @tanstack/start-server-core@1.169.36

@tanstack/react-start-client@1.168.35

Patch Changes

@tanstack/react-start-rsc@0.1.54

Patch Changes

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 8e164d2, 1ca361b]:
    • @tanstack/router-core@1.171.31
    • @tanstack/react-router@1.170.37
    • @tanstack/start-client-core@1.170.31
    • @tanstack/start-plugin-core@1.171.45
    • @tanstack/start-storage-context@1.167.33

@tanstack/react-start-server@1.167.42

Patch Changes

@tanstack/router-cli@1.167.37

Patch Changes

  • Updated dependencies []:
    • @tanstack/router-generator@1.167.37

@tanstack/router-core@1.171.31

Patch Changes

  • #8417 bc80866 - Speed up deepEqual: identical array elements no longer recurse, the exact comparison keeps a single key counter, and the redundant typeof early 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 - deepEqual now 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. explicitUndefined replaces ignoreUndefined: false. deepEqual is 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?) — so buildLocation and matchRoute no longer allocate an options object per path resolution.

  • #8422 a0b2ad9 - Parse the location once when router.update() changes the basepath or rewrite, collect invalidate() 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 caseSensitive changes 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

@tanstack/router-plugin@1.168.39

Patch Changes

@tanstack/router-vite-plugin@1.167.39

Patch Changes

  • Updated dependencies []:
    • @tanstack/router-plugin@1.168.39

@tanstack/solid-router@1.170.35

Patch Changes

  • #8418 e561fa1 - deepEqual now 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. explicitUndefined replaces ignoreUndefined: false. deepEqual is 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?) — so buildLocation and matchRoute no longer allocate an options object per path resolution.

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 1ca361b]:

    • @tanstack/router-core@1.171.31

@tanstack/solid-start@1.168.53

Patch Changes

  • Updated dependencies [e561fa1, a1c8d1a]:
    • @tanstack/solid-router@1.170.35
    • @tanstack/solid-start-client@1.168.34
    • @tanstack/solid-start-server@1.167.41
    • @tanstack/start-client-core@1.170.31
    • @tanstack/start-plugin-core@1.171.45
    • @tanstack/start-server-core@1.169.36

@tanstack/solid-start-client@1.168.34

Patch Changes

@tanstack/solid-start-server@1.167.41

Patch Changes

@tanstack/start-client-core@1.170.31

Patch Changes

@tanstack/start-plugin-core@1.171.45

Patch Changes

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 1ca361b]:
    • @tanstack/router-core@1.171.31
    • @tanstack/router-generator@1.167.37
    • @tanstack/router-plugin@1.168.39
    • @tanstack/start-server-core@1.169.36

@tanstack/start-server-core@1.169.36

Patch Changes

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 1ca361b]:
    • @tanstack/router-core@1.171.31
    • @tanstack/start-client-core@1.170.31
    • @tanstack/start-storage-context@1.167.33

@tanstack/start-static-server-functions@1.167.36

Patch Changes

  • Updated dependencies []:
    • @tanstack/start-client-core@1.170.31
    • @tanstack/react-start@1.168.55
    • @tanstack/solid-start@1.168.53

@tanstack/start-storage-context@1.167.33

Patch Changes

@tanstack/vue-router@1.170.34

Patch Changes

  • #8418 e561fa1 - deepEqual now 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. explicitUndefined replaces ignoreUndefined: false. deepEqual is 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?) — so buildLocation and matchRoute no longer allocate an options object per path resolution.

  • Updated dependencies [bc80866, e561fa1, a1c8d1a, a0b2ad9, 1ca361b]:

    • @tanstack/router-core@1.171.31

@tanstack/vue-start@1.168.52

Patch Changes

  • Updated dependencies [e561fa1, a1c8d1a]:
    • @tanstack/vue-router@1.170.34
    • @tanstack/start-client-core@1.170.31
    • @tanstack/start-plugin-core@1.171.45
    • @tanstack/start-server-core@1.169.36
    • @tanstack/vue-start-client@1.167.37
    • @tanstack/vue-start-server@1.167.41

@tanstack/vue-start-client@1.167.37

Patch Changes

@tanstack/vue-start-server@1.167.41

Patch Changes

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 9be849dc-887f-4cf7-aac2-d6031fe975b3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 8a03703 to 891df34 Compare September 15, 2026 22:03
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 891df34 to 4198271 Compare September 15, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants