Skip to content

chore(deps-dev): Bump @tanstack/solid-router from 1.132.27 to 1.169.2#20886

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tanstack/solid-router-1.169.2
Open

chore(deps-dev): Bump @tanstack/solid-router from 1.132.27 to 1.169.2#20886
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/tanstack/solid-router-1.169.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps @tanstack/solid-router from 1.132.27 to 1.169.2.

Changelog

Sourced from @​tanstack/solid-router's changelog.

1.169.2

Patch Changes

  • Updated dependencies [35e88f0]:
    • @​tanstack/router-core@​1.169.2

1.169.1

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1

1.169.0

Minor Changes

  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#7263)

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0

1.168.26

Patch Changes

  • Updated dependencies [b5c4183]:
    • @​tanstack/router-core@​1.168.18

1.168.25

Patch Changes

  • Updated dependencies [493148b]:
    • @​tanstack/router-core@​1.168.17

1.168.24

Patch Changes

  • Fix hydration mismatch for ssr='data-only' with pendingComponent (#7266)

1.168.23

Patch Changes

  • Fix for useLoaderData sometimes going undefined (#7265)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tanstack/solid-router since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tanstack/solid-router](https://github.com/TanStack/router/tree/HEAD/packages/solid-router) from 1.132.27 to 1.169.2.
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/solid-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/solid-router@1.169.2/packages/solid-router)

---
updated-dependencies:
- dependency-name: "@tanstack/solid-router"
  dependency-version: 1.169.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 15:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 14, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 83217c0. Configure here.

"peerDependencies": {
"@solidjs/router": "^0.13.4 || ^0.14.0 || ^0.15.0",
"@tanstack/solid-router": "^1.132.27",
"@tanstack/solid-router": "^1.169.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Peer dependency minimum version unnecessarily narrowed, breaking backward compatibility

High Severity

The peerDependencies range for @tanstack/solid-router was narrowed from ^1.132.27 to ^1.169.2, dropping support for all versions between 1.132.27 and 1.169.1. The integration code in tanstackrouter.ts doesn't use any APIs specific to 1.169.2 — it only uses matchRoutes, subscribe, and parseSearch, which are available since 1.64.0 (as the code comment states). The devDependencies bump is fine, but the peerDependencies change is a breaking change that will cause peer dependency warnings/errors for users on older compatible versions.

Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit 83217c0. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants