Skip to content

fix(deps): update tanstack-router monorepo to v1.125.6 #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-router (source) 1.116.0 -> 1.125.6 age confidence
@tanstack/router-devtools (source) 1.116.0 -> 1.125.6 age confidence
@tanstack/router-plugin (source) 1.116.1 -> 1.125.6 age confidence

Release Notes

TanStack/router (@​tanstack/react-router)

v1.125.6

Compare Source

Version 1.125.6 - 7/7/25, 6:14 PM

Changes
Fix
  • correct url in dev server (#​4593) (ba6f0ba) by Manuel Schiller
  • set component return type to any by default (#​4592) (7ff52af) by Manuel Schiller
Docs
  • improve wording for LLM assistance support in installation.md (#​4586) (3705d8d) by Dimitris Karagiannis
Packages

v1.125.4

Compare Source

Version 1.125.4 - 7/6/25, 4:28 PM

Changes
Fix
  • buildLocation check for non changing routes - consider trailing slashes (#​4581) (9603235) by Nico Lynzaad
Docs
  • start: update hosting docs to reflect vite migration (#​4575) (ae2e919) by Elliot Nash
Packages

v1.125.3

Compare Source

Version 1.125.3 - 7/6/25, 10:41 AM

Changes
Fix
Packages

v1.125.1

Compare Source

Version 1.125.1 - 7/5/25, 7:43 PM

Changes
Fix
  • clear pendingTimeout when match resolves (#​4579) (ffb1fb4) by Manuel Schiller
Packages

v1.125.0

Compare Source

Version 1.125.0 - 7/5/25, 12:36 PM

Changes

Feat

Packages

v1.124.2

Compare Source

Version 1.124.2 - 7/5/25, 4:18 AM

Changes
Fix
  • Make buildLocation aware of non-changing routes (#​4573) (09e152a) by Nico Lynzaad
Docs
Packages

v1.124.0

Compare Source

Version 1.124.0 - 7/1/25, 10:34 PM

Changes

Feat
Chore
  • examples: Use Clerk devinxi version (#​4392) (cd796fa) by Robert Soriano
Docs
  • guide: integrate tailwind (#​4549) (3e1d2f4) by Usman S. (Max Programming)

Packages

v1.123.2

Compare Source

Version 1.123.2 - 6/30/25, 8:04 PM

Changes
Fix
  • correctly handle pending vs. cached matches (#​4550) (05348a7) by Manuel Schiller
Packages

v1.123.0

Compare Source

Version 1.123.0 - 6/29/25, 7:48 PM

Changes

Feat
  • add forcePending to router.invalidate() (#​4545) (8276c5f) by Manuel Schiller

Packages

v1.122.0

Compare Source

Version 1.122.0 - 6/27/25, 8:23 PM

Changes
Feat
  • add optional shellComponent to root route (#​4528) (eb28ad0) by Manuel Schiller
Fix
  • pin packages to exact versions (#​4537) (cb7c0b9) by Manuel Schiller
  • better error message in router generator (#​4538) (5b74ca8) by Manuel Schiller
Examples
Packages

v1.121.41

Compare Source

Version 1.121.41 - 6/27/25, 3:46 AM

Changes

Fix
  • react-router,solid-router: prevent unsafeRelative prop going into the DOM (#​4530) (55a8cd8) by Sean Cassiere
Docs
  • router: setup mirroring of SSR guide for SolidJS (cbb70fc) by SeanCassiere
  • router: remove h4 tag on SSR guide (63b92fe) by SeanCassiere
  • router: fixup formatting on the SSR guide (b1b1179) by SeanCassiere
Other

Packages

v1.121.40

Compare Source

Version 1.121.40 - 6/26/25, 9:33 PM

Changes
Fix
  • Preserve cached data during concurrent navigation and refetch (#​4513) (40f456e) by hoony
Packages

v1.121.39

Compare Source

Version 1.121.39 - 6/26/25, 8:35 PM

Changes

Fix
  • ignore virtual server function manifest when compiling (#​4523) (f07e33f) by Manuel Schiller
Fefactor
  • restructure SSR handling between start/router (#​4495) (8302ec1) by Nico Lynzaad

Packages

v1.121.34

Compare Source

Version 1.121.34 - 6/23/25, 2:56 AM

Changes

Refactor
Chore
  • examples: cleanup the start-supabase-basic example (#​4494) (98d268a) by Ulrich Stark
Docs
  • router: update component structure in routing guide (#​4355) (84f8f96) by Dovakeidy

Packages

v1.121.33

Compare Source

Version 1.121.33 - 6/22/25, 11:31 PM

Changes
Fix
Ci
  • labeler to use pull_request_target (3e2e78d) by SeanCassiere
Docs
  • fix typos and wrong paths in server-routes.md (#​4461) (a211a4d) by @​AhmedBaset
  • Added missing triple-slash directive for css imports (#​4498) (c48b5ba) by Usman S. (Max Programming)
  • remove alpha notice from nextjs migration guid (6248b69) by Manuel Schiller
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Apr 23, 2025

⚠️ No Changeset found

Latest commit: 6071816

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.93%. Comparing base (814d0b6) to head (1f65efd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #439   +/-   ##
=======================================
  Coverage   16.93%   16.93%           
=======================================
  Files         132      132           
  Lines        3987     3987           
  Branches      133      133           
=======================================
  Hits          675      675           
  Misses       3235     3235           
  Partials       77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 11c6060 to bc2fa5e Compare April 24, 2025 23:25
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.117.0 fix(deps): update tanstack-router monorepo to v1.117.1 Apr 24, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.117.1 fix(deps): update tanstack-router monorepo Apr 25, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from bc2fa5e to a2ad0ea Compare April 30, 2025 12:04
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.119.0 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from a2ad0ea to bdd9ce9 Compare April 30, 2025 15:53
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.119.0 fix(deps): update tanstack-router monorepo Apr 30, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from bdd9ce9 to ea8e05b Compare May 6, 2025 20:10
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.120.0 May 6, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.0 fix(deps): update tanstack-router monorepo to v1.120.2 May 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from ea8e05b to 12e632d Compare May 8, 2025 23:42
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.2 fix(deps): update tanstack-router monorepo to v1.120.3 May 8, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 12e632d to e32b028 Compare May 16, 2025 20:00
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.3 fix(deps): update tanstack-router monorepo to v1.120.4 May 16, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.4 fix(deps): update tanstack-router monorepo to v1.120.5 May 16, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.5 fix(deps): update tanstack-router monorepo May 18, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from e32b028 to b994c6a Compare May 23, 2025 00:13
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.120.7 May 23, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from b994c6a to e0b3bff Compare May 23, 2025 20:13
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.7 fix(deps): update tanstack-router monorepo to v1.120.9 May 23, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.9 fix(deps): update tanstack-router monorepo to v1.120.10 May 24, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from e0b3bff to aa07726 Compare May 26, 2025 23:19
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.10 fix(deps): update tanstack-router monorepo to v1.120.11 May 26, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 1c45b94 to a6d7f1e Compare May 29, 2025 21:30
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.120.11 fix(deps): update tanstack-router monorepo to v1.120.12 May 29, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from a6d7f1e to ec3b4ea Compare May 30, 2025 17:33
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from f051d71 to d41c5b3 Compare June 25, 2025 23:08
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.121.34 fix(deps): update tanstack-router monorepo Jun 25, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from d41c5b3 to 77b675b Compare June 26, 2025 23:48
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.121.40 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 77b675b to d87d215 Compare June 27, 2025 08:29
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.121.40 fix(deps): update tanstack-router monorepo to v1.121.41 Jun 27, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from d87d215 to 9aa4772 Compare June 27, 2025 23:30
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.121.41 fix(deps): update tanstack-router monorepo to v1.122.0 Jun 27, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.122.0 fix(deps): update tanstack-router monorepo Jun 28, 2025
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.123.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 9aa4772 to e94c77b Compare June 30, 2025 22:55
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.123.0 fix(deps): update tanstack-router monorepo to v1.123.2 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from e94c77b to c669e69 Compare July 2, 2025 03:05
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.123.2 fix(deps): update tanstack-router monorepo to v1.124.0 Jul 2, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch 2 times, most recently from 6a9fff8 to 1c69225 Compare July 5, 2025 05:12
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.124.0 fix(deps): update tanstack-router monorepo to v1.124.2 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 1c69225 to bea169f Compare July 5, 2025 13:39
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.124.2 fix(deps): update tanstack-router monorepo to v1.125.0 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from bea169f to 4680ced Compare July 5, 2025 20:36
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.125.0 fix(deps): update tanstack-router monorepo to v1.125.1 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 4680ced to 677ec32 Compare July 6, 2025 13:40
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.125.1 fix(deps): update tanstack-router monorepo to v1.125.3 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 677ec32 to 96ec8ba Compare July 6, 2025 17:52
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.125.3 fix(deps): update tanstack-router monorepo to v1.125.4 Jul 6, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from 96ec8ba to ac0bcbe Compare July 7, 2025 05:44
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo to v1.125.4 fix(deps): update tanstack-router monorepo Jul 7, 2025
@renovate renovate bot force-pushed the renovate/tanstack-router-monorepo branch from ac0bcbe to 6071816 Compare July 7, 2025 19:40
@renovate renovate bot changed the title fix(deps): update tanstack-router monorepo fix(deps): update tanstack-router monorepo to v1.125.6 Jul 7, 2025
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