deps: bump @tanstack/react-router from 1.168.25 to 1.169.1 in /web#163
Conversation
There was a problem hiding this comment.
LGTM, routine Dependabot minor bump of @tanstack/react-router (frontend dep only).
Extended reasoning...
Overview
This is a Dependabot PR bumping @tanstack/react-router from 1.168.25 to 1.169.1 in web/, with the corresponding package-lock.json updates (transitive bumps to @tanstack/router-core, seroval, seroval-plugins). No source code changes.
Security risks
None apparent. This is a frontend routing library used only in the web/ UI bundle. The version bump is a minor + patch (1.168.x → 1.169.1) within the same major. The included changelog entries are an experimental opt-in params.parse extension and a type-inference fix — neither alters existing call sites without explicit adoption.
Level of scrutiny
Low. Mechanical dependency bump of a frontend-only package, generated by Dependabot, with no code in this repo affected by the new opt-in API. Build is type-checked (tsc && vite build), so any breaking type change would surface in CI.
Other factors
No bugs flagged by the bug-hunting system, no prior reviews to reconcile, no CODEOWNER-sensitive paths touched.
|
@dependabot rebase |
Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 1.168.25 to 1.169.1. - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.169.1/packages/react-router) --- updated-dependencies: - dependency-name: "@tanstack/react-router" dependency-version: 1.169.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e90baeb to
2664e22
Compare
dangtony98
left a comment
There was a problem hiding this comment.
LGTM — routine Dependabot minor bump of @tanstack/react-router. Frontend-only, CI green (incl. tsc + vite build), and no source code in this repo uses the new opt-in params.parse API.
Bumps @tanstack/react-router from 1.168.25 to 1.169.1.
Changelog
Sourced from @tanstack/react-router's changelog.
Commits
2c9f5c0ci: changeset release4a1e63ffix: parse params union inference (#7306)dad0ec8ci: changeset releasec992495feat: match params (#7263)a730094ci: changeset release