Skip to content

ci: Version Packages - #2

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 May 25, 2026

Copy link
Copy Markdown

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.

  • #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]:

    • @tanstack/router-core@1.171.31

@tanstack/react-start@1.168.55

Patch Changes

  • Updated dependencies [e561fa1, 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

  • Updated dependencies [bc80866, e561fa1, 8e164d2]:
    • @tanstack/router-core@1.171.31
    • @tanstack/react-router@1.170.37
    • @tanstack/start-client-core@1.170.31

@tanstack/react-start-rsc@0.1.54

Patch Changes

  • Updated dependencies [bc80866, e561fa1, 8e164d2]:
    • @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

  • Updated dependencies [bc80866, e561fa1, 8e164d2]:
    • @tanstack/router-core@1.171.31
    • @tanstack/react-router@1.170.37
    • @tanstack/start-server-core@1.169.36

@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.

@tanstack/router-generator@1.167.37

Patch Changes

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31

@tanstack/router-plugin@1.168.39

Patch Changes

  • Updated dependencies [bc80866, e561fa1, 8e164d2]:
    • @tanstack/router-core@1.171.31
    • @tanstack/react-router@1.170.37
    • @tanstack/router-generator@1.167.37

@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.

  • Updated dependencies [bc80866, e561fa1]:

    • @tanstack/router-core@1.171.31

@tanstack/solid-start@1.168.53

Patch Changes

  • Updated dependencies [e561fa1]:
    • @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

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31
    • @tanstack/solid-router@1.170.35
    • @tanstack/start-client-core@1.170.31

@tanstack/solid-start-server@1.167.41

Patch Changes

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31
    • @tanstack/solid-router@1.170.35
    • @tanstack/start-server-core@1.169.36

@tanstack/start-client-core@1.170.31

Patch Changes

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31
    • @tanstack/start-storage-context@1.167.33

@tanstack/start-plugin-core@1.171.45

Patch Changes

  • Updated dependencies [bc80866, e561fa1]:
    • @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]:
    • @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

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31

@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.

  • Updated dependencies [bc80866, e561fa1]:

    • @tanstack/router-core@1.171.31

@tanstack/vue-start@1.168.52

Patch Changes

  • Updated dependencies [e561fa1]:
    • @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

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31
    • @tanstack/vue-router@1.170.34
    • @tanstack/start-client-core@1.170.31

@tanstack/vue-start-server@1.167.41

Patch Changes

  • Updated dependencies [bc80866, e561fa1]:
    • @tanstack/router-core@1.171.31
    • @tanstack/vue-router@1.170.34
    • @tanstack/start-server-core@1.169.36

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a0d32c1 to 646fa69 Compare June 15, 2026 16:41
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 646fa69 to 7029d1d Compare June 25, 2026 16:28
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 7029d1d to 1fdfae9 Compare August 30, 2026 05:27
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1fdfae9 to aba9773 Compare September 8, 2026 17:55
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from aba9773 to f6456e6 Compare September 15, 2026 14:33
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