chore(deps-dev): Bump @tanstack/solid-router from 1.132.27 to 1.169.2#20886
chore(deps-dev): Bump @tanstack/solid-router from 1.132.27 to 1.169.2#20886dependabot[bot] wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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", |
There was a problem hiding this comment.
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.
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit 83217c0. Configure here.


Bumps @tanstack/solid-router from 1.132.27 to 1.169.2.
Changelog
Sourced from @tanstack/solid-router's changelog.
... (truncated)
Commits
ee96e25ci: changeset release9902eb4remove old intent artifacts (#7333)f08ef9dchore: fix duplicate "the" typo across router packages (#7323)2c9f5c0ci: changeset releasedad0ec8ci: changeset releasec992495feat: match params (#7263)a730094ci: changeset release1285422ci: changeset releasede98034ci: changeset release944b155fix(solid-router): hydration mismatch for ssr='data-only' with pendingCompone...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tanstack/solid-routersince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)