Skip to content

deps: bump @tanstack/react-router from 1.168.25 to 1.169.1 in /web#163

Merged
dangtony98 merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/tanstack/react-router-1.169.1
May 10, 2026
Merged

deps: bump @tanstack/react-router from 1.168.25 to 1.169.1 in /web#163
dangtony98 merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/tanstack/react-router-1.169.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @tanstack/react-router from 1.168.25 to 1.169.1.

Changelog

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

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
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 10, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

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.

@dangtony98
Copy link
Copy Markdown
Contributor

@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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/web/tanstack/react-router-1.169.1 branch from e90baeb to 2664e22 Compare May 10, 2026 21:57
Copy link
Copy Markdown
Contributor

@dangtony98 dangtony98 left a comment

Choose a reason for hiding this comment

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

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.

@dangtony98 dangtony98 merged commit c5209de into main May 10, 2026
9 checks passed
@dangtony98 dangtony98 deleted the dependabot/npm_and_yarn/web/tanstack/react-router-1.169.1 branch May 10, 2026 22:28
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.

1 participant