Skip to content
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

build(deps): bump the tanstack-router group across 1 directory with 3 updates #3936

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps the tanstack-router group with 3 updates in the /frontend directory: @tanstack/react-router, @tanstack/router-devtools and @tanstack/router-vite-plugin.

Updates @tanstack/react-router from 1.98.0 to 1.98.4

Release notes

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

v1.98.4

Version 1.98.4 - 1/30/25, 7:47 PM

Changes

Fix

  • links from start to router (970b649) by Tanner Linsley

Chore

  • root: dedupe dependencies (#3284) (25efa0c) by Sean Cassiere
  • start-client: remove unused types (abf9f05) by Manuel Schiller
  • examples: fix nx graph detection (#3271) (2a90490) by @​beaussan

Docs

  • router: fix broken syntax in the quick-start guide (46634d8) by SeanCassiere
  • scrollRestoration default and replace deprecated <ScrollRestoration> (4f54803) by Manuel Schiller
  • react-router: remove lazy from quickstart, auto code splitting instead (e6aed4c) by Manuel Schiller
  • fix server component statement (4033f3a) by Tanner Linsley
  • better quick start (044ff1c) by Tanner Linsley
  • Separate Start Docs (2c35299) by Tanner Linsley

Examples

  • update start-basic (00446eb) by Tanner Linsley

Packages

  • @​tanstack/react-router@​1.98.4
  • @​tanstack/start-client@​1.98.4
  • @​tanstack/react-router-with-query@​1.98.4
  • @​tanstack/zod-adapter@​1.98.4
  • @​tanstack/valibot-adapter@​1.98.4
  • @​tanstack/arktype-adapter@​1.98.4
  • @​tanstack/router-devtools@​1.98.4
  • @​tanstack/router-generator@​1.98.4
  • @​tanstack/router-cli@​1.98.4
  • @​tanstack/router-plugin@​1.98.4
  • @​tanstack/router-vite-plugin@​1.98.4
  • @​tanstack/start@​1.98.4
  • @​tanstack/start-server@​1.98.4
  • @​tanstack/create-router@​1.98.4
  • @​tanstack/create-start@​1.98.4
  • @​tanstack/start-config@​1.98.4
  • @​tanstack/start-api-routes@​1.98.4
  • @​tanstack/start-server-functions-fetcher@​1.98.4
  • @​tanstack/start-server-functions-handler@​1.98.4
  • @​tanstack/start-server-functions-client@​1.98.4

... (truncated)

Commits

Updates @tanstack/router-devtools from 1.98.0 to 1.98.4

Release notes

Sourced from @​tanstack/router-devtools's releases.

v1.98.4

Version 1.98.4 - 1/30/25, 7:47 PM

Changes

Fix

  • links from start to router (970b649) by Tanner Linsley

Chore

  • root: dedupe dependencies (#3284) (25efa0c) by Sean Cassiere
  • start-client: remove unused types (abf9f05) by Manuel Schiller
  • examples: fix nx graph detection (#3271) (2a90490) by @​beaussan

Docs

  • router: fix broken syntax in the quick-start guide (46634d8) by SeanCassiere
  • scrollRestoration default and replace deprecated <ScrollRestoration> (4f54803) by Manuel Schiller
  • react-router: remove lazy from quickstart, auto code splitting instead (e6aed4c) by Manuel Schiller
  • fix server component statement (4033f3a) by Tanner Linsley
  • better quick start (044ff1c) by Tanner Linsley
  • Separate Start Docs (2c35299) by Tanner Linsley

Examples

  • update start-basic (00446eb) by Tanner Linsley

Packages

  • @​tanstack/react-router@​1.98.4
  • @​tanstack/start-client@​1.98.4
  • @​tanstack/react-router-with-query@​1.98.4
  • @​tanstack/zod-adapter@​1.98.4
  • @​tanstack/valibot-adapter@​1.98.4
  • @​tanstack/arktype-adapter@​1.98.4
  • @​tanstack/router-devtools@​1.98.4
  • @​tanstack/router-generator@​1.98.4
  • @​tanstack/router-cli@​1.98.4
  • @​tanstack/router-plugin@​1.98.4
  • @​tanstack/router-vite-plugin@​1.98.4
  • @​tanstack/start@​1.98.4
  • @​tanstack/start-server@​1.98.4
  • @​tanstack/create-router@​1.98.4
  • @​tanstack/create-start@​1.98.4
  • @​tanstack/start-config@​1.98.4
  • @​tanstack/start-api-routes@​1.98.4
  • @​tanstack/start-server-functions-fetcher@​1.98.4
  • @​tanstack/start-server-functions-handler@​1.98.4
  • @​tanstack/start-server-functions-client@​1.98.4

... (truncated)

Commits

Updates @tanstack/router-vite-plugin from 1.98.0 to 1.98.6

Release notes

Sourced from @​tanstack/router-vite-plugin's releases.

v1.98.6

Version 1.98.6 - 1/31/25, 5:51 AM

Changes

Fix

  • router-generator: reset route-group Regex when calling handleNode (#3289) (e939220) by Sean Cassiere

Test

  • e2e: remove double setting of scrollRestoration: true (d432efc) by SeanCassiere

Packages

  • @​tanstack/router-generator@​1.98.6
  • @​tanstack/router-cli@​1.98.6
  • @​tanstack/router-plugin@​1.98.6
  • @​tanstack/router-vite-plugin@​1.98.6
  • @​tanstack/create-router@​1.98.6
  • @​tanstack/start-config@​1.98.6
  • @​tanstack/start@​1.98.6
  • @​tanstack/create-start@​1.98.6

v1.98.5

Version 1.98.5 - 1/30/25, 11:59 PM

Changes

Refactor

  • router-utils for common utils (#3287) (090485b) by Manuel Schiller

Examples

  • migrate more scroll restoration (6eb9427) by Tanner Linsley
  • => scrollRestoration: true (74f933a) by Tanner Linsley

Tests

  • notFound handling in notFound when SSRing (#3283) (8442ef5) by Manuel Schiller

Packages

  • @​tanstack/router-plugin@​1.98.5
  • @​tanstack/directive-functions-plugin@​1.98.5
  • @​tanstack/server-functions-plugin@​1.98.5
  • @​tanstack/start-plugin@​1.98.5
  • @​tanstack/create-start@​1.98.5
  • @​tanstack/router-utils@​1.98.5

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Jan 31, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 31, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: cca4eb3
Status: ✅  Deploy successful!
Preview URL: https://52363007.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-fron-89ox.matrix-authentication-service-docs.pages.dev

View logs

… updates

Bumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.98.0 to 1.98.4
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.4/packages/react-router)

Updates `@tanstack/router-devtools` from 1.98.0 to 1.98.4
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.4/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.98.0 to 1.98.6
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.6/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/tanstack-router-fe6322bb73 branch from 7e17de5 to d445379 Compare January 31, 2025 17:16
@sandhose sandhose enabled auto-merge January 31, 2025 17:24
@sandhose sandhose force-pushed the dependabot/npm_and_yarn/frontend/tanstack-router-fe6322bb73 branch from b2e7c85 to cca4eb3 Compare January 31, 2025 17:27
@sandhose sandhose merged commit 08fc64e into main Jan 31, 2025
21 checks passed
@sandhose sandhose deleted the dependabot/npm_and_yarn/frontend/tanstack-router-fe6322bb73 branch January 31, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant