Update tanstack-router monorepo #118

Open
renovate-bot wants to merge 1 commit from renovate/tanstack-router-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-router (source) 1.170.171.170.18 age adoption passing confidence
@tanstack/router-core (source) 1.171.141.171.15 age adoption passing confidence
@tanstack/router-plugin (source) 1.168.191.168.20 age adoption passing confidence

Release Notes

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

v1.170.18

Compare Source

Patch Changes
TanStack/router (@​tanstack/router-core)

v1.171.15

Compare Source

Patch Changes
  • #​7807 e2dd204 - fix(router-core): handle window and element scroll restoration independently

    Window and element scroll targets are now handled independently. Restoring one target no longer suppresses resets for other uncached configured targets, and a restored element is no longer reset when the window has no cached position.

    Hash navigation no longer resets elements configured through scrollToTopSelectors and retains precedence over stale window positions through destination invalidations.

    Scroll positions are sampled when leaving a route, preserving live changes made after the most recent scroll event. This also prevents client hydration from undoing nested positions restored by the SSR script.

    Fixes #​7687.

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

v1.168.20

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@tanstack/react-router](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/react-router)) | [`1.170.17` → `1.170.18`](https://renovatebot.com/diffs/npm/@tanstack%2freact-router/1.170.17/1.170.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-router/1.170.18?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-router/1.170.18?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-router/1.170.17/1.170.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-router/1.170.17/1.170.18?slim=true) | | [@tanstack/router-core](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/router-core)) | [`1.171.14` → `1.171.15`](https://renovatebot.com/diffs/npm/@tanstack%2frouter-core/1.171.14/1.171.15) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2frouter-core/1.171.15?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2frouter-core/1.171.15?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2frouter-core/1.171.14/1.171.15?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2frouter-core/1.171.14/1.171.15?slim=true) | | [@tanstack/router-plugin](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin)) | [`1.168.19` → `1.168.20`](https://renovatebot.com/diffs/npm/@tanstack%2frouter-plugin/1.168.19/1.168.20) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2frouter-plugin/1.168.20?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2frouter-plugin/1.168.20?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2frouter-plugin/1.168.19/1.168.20?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2frouter-plugin/1.168.19/1.168.20?slim=true) | --- ### Release Notes <details> <summary>TanStack/router (@&#8203;tanstack/react-router)</summary> ### [`v1.170.18`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#117018) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.170.17...@tanstack/react-router@1.170.18) ##### Patch Changes - Updated dependencies \[[`e2dd204`](https://github.com/TanStack/router/commit/e2dd2049cb42eb219d3b447b8605066d19d9c1fa)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.171.15 </details> <details> <summary>TanStack/router (@&#8203;tanstack/router-core)</summary> ### [`v1.171.15`](https://github.com/TanStack/router/blob/HEAD/packages/router-core/CHANGELOG.md#117115) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/router-core@1.171.14...@tanstack/router-core@1.171.15) ##### Patch Changes - [#&#8203;7807](https://github.com/TanStack/router/pull/7807) [`e2dd204`](https://github.com/TanStack/router/commit/e2dd2049cb42eb219d3b447b8605066d19d9c1fa) - fix(router-core): handle window and element scroll restoration independently Window and element scroll targets are now handled independently. Restoring one target no longer suppresses resets for other uncached configured targets, and a restored element is no longer reset when the window has no cached position. Hash navigation no longer resets elements configured through `scrollToTopSelectors` and retains precedence over stale window positions through destination invalidations. Scroll positions are sampled when leaving a route, preserving live changes made after the most recent scroll event. This also prevents client hydration from undoing nested positions restored by the SSR script. Fixes [#&#8203;7687](https://github.com/TanStack/router/issues/7687). </details> <details> <summary>TanStack/router (@&#8203;tanstack/router-plugin)</summary> ### [`v1.168.20`](https://github.com/TanStack/router/blob/HEAD/packages/router-plugin/CHANGELOG.md#116820) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/router-plugin@1.168.19...@tanstack/router-plugin@1.168.20) ##### Patch Changes - Updated dependencies \[[`e2dd204`](https://github.com/TanStack/router/commit/e2dd2049cb42eb219d3b447b8605066d19d9c1fa)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.171.15 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.170.18 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.167.19 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJmcm9udGVuZCIsInJlbm92YXRlIl19-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tanstack-router-monorepo:renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo
git rebase main
git switch main
git merge --ff-only renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo
git rebase main
git switch main
git merge --no-ff renovate/tanstack-router-monorepo
git switch main
git merge --squash renovate/tanstack-router-monorepo
git switch main
git merge --ff-only renovate/tanstack-router-monorepo
git switch main
git merge renovate/tanstack-router-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/TicTacToeV2!118
No description provided.