Skip to content

chore(web)(deps): bump the tanstack group across 1 directory with 4 updates - #182

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c
Closed

chore(web)(deps): bump the tanstack group across 1 directory with 4 updates#182
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 9, 2025

Copy link
Copy Markdown
Contributor

Bumps the tanstack group with 4 updates in the /apps/web directory: @tanstack/react-query, @tanstack/react-router, @tanstack/react-virtual and @tanstack/router-vite-plugin.

Updates @tanstack/react-query from 5.90.10 to 5.90.12

Release notes

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

@​tanstack/react-query-persist-client@​5.90.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.9
    • @​tanstack/react-query@​5.90.10

@​tanstack/react-query@​5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

@​tanstack/react-query-persist-client@​5.90.11

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.8
    • @​tanstack/react-query@​5.90.9

@​tanstack/react-query@​5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11
Changelog

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

5.90.12

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

5.90.11

Patch Changes

  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#9886)

  • Updated dependencies [c01b150]:

    • @​tanstack/query-core@​5.90.11
Commits

Updates @tanstack/react-router from 1.139.3 to 1.140.0

Release notes

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

v1.140.0

Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)

Changes

Fix

  • full npm registry URLs, sync package versions (#6035) (43fd132) by Lachlan Collins

Chore

  • vue: disable CJS build (#6036) (c7fc110) by Lachlan Collins
  • router-core: remove extra JSDoc comments for defaultParseSearch (#6020) (ec90441) by @​Armanio

Ci

  • bump node version (e095841) by Lachlan Collins
  • prepare for trusted publishing (#6032) (496c932) by Lachlan Collins

Docs

  • fix typo and clarify generateFunctionId example (#5728) (aac4621) by @​morinokami
  • start: update the "reading-writing-file" tutorial (#6031) (5fa2cd3) by @​morinokami
  • examples: standardize the READMEs for the React examples (#6014) (6d619da) by Ender Bonnet

Examples

  • mark as private (da69479) by Lachlan Collins

Other

  • (3d6aa41) by Birk Skyum

Packages

  • @​tanstack/history@​1.140.0
  • @​tanstack/router-core@​1.140.0
  • @​tanstack/solid-router@​1.140.0
  • @​tanstack/react-router@​1.140.0
  • @​tanstack/vue-router@​1.140.0
  • @​tanstack/solid-router-ssr-query@​1.140.0
  • @​tanstack/react-router-ssr-query@​1.140.0
  • @​tanstack/vue-router-ssr-query@​1.140.0
  • @​tanstack/router-ssr-query-core@​1.140.0
  • @​tanstack/zod-adapter@​1.140.0
  • @​tanstack/valibot-adapter@​1.140.0
  • @​tanstack/arktype-adapter@​1.140.0
  • @​tanstack/router-devtools@​1.140.0
  • @​tanstack/solid-router-devtools@​1.140.0
  • @​tanstack/react-router-devtools@​1.140.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/react-router since your current version.


Updates @tanstack/react-virtual from 3.13.12 to 3.13.13

Release notes

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

@​tanstack/react-virtual@​3.13.13

Patch Changes

  • Fix: Notify framework when count changes to update getTotalSize() (#1085)

    Fixed an issue where getTotalSize() would return stale values when the count option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual useMemo workarounds.

    Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).

    After: Height updates automatically when count changes, providing the correct user experience.

    This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).

  • Updated dependencies [2542c5a, 96e32a6]:

    • @​tanstack/virtual-core@​3.13.13
Changelog

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

3.13.13

Patch Changes

  • Fix: Notify framework when count changes to update getTotalSize() (#1085)

    Fixed an issue where getTotalSize() would return stale values when the count option changed (e.g., during filtering or search operations). The virtualizer now automatically notifies the framework when measurement-affecting options change, ensuring the UI updates correctly without requiring manual useMemo workarounds.

    Before: When filtering items, the list container would maintain its previous height, causing excessive blank space (when count decreased) or inaccessible items (when count increased).

    After: Height updates automatically when count changes, providing the correct user experience.

    This fix applies to all framework adapters and has minimal performance impact (< 0.1ms per change).

  • Updated dependencies [2542c5a, 96e32a6]:

    • @​tanstack/virtual-core@​3.13.13
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/react-virtual since your current version.


Updates @tanstack/router-vite-plugin from 1.139.3 to 1.140.0

Release notes

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

v1.140.0

Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)

Changes

Fix

  • full npm registry URLs, sync package versions (#6035) (43fd132) by Lachlan Collins

Chore

  • vue: disable CJS build (#6036) (c7fc110) by Lachlan Collins
  • router-core: remove extra JSDoc comments for defaultParseSearch (#6020) (ec90441) by @​Armanio

Ci

  • bump node version (e095841) by Lachlan Collins
  • prepare for trusted publishing (#6032) (496c932) by Lachlan Collins

Docs

  • fix typo and clarify generateFunctionId example (#5728) (aac4621) by @​morinokami
  • start: update the "reading-writing-file" tutorial (#6031) (5fa2cd3) by @​morinokami
  • examples: standardize the READMEs for the React examples (#6014) (6d619da) by Ender Bonnet

Examples

  • mark as private (da69479) by Lachlan Collins

Other

  • (3d6aa41) by Birk Skyum

Packages

  • @​tanstack/history@​1.140.0
  • @​tanstack/router-core@​1.140.0
  • @​tanstack/solid-router@​1.140.0
  • @​tanstack/react-router@​1.140.0
  • @​tanstack/vue-router@​1.140.0
  • @​tanstack/solid-router-ssr-query@​1.140.0
  • @​tanstack/react-router-ssr-query@​1.140.0
  • @​tanstack/vue-router-ssr-query@​1.140.0
  • @​tanstack/router-ssr-query-core@​1.140.0
  • @​tanstack/zod-adapter@​1.140.0
  • @​tanstack/valibot-adapter@​1.140.0
  • @​tanstack/arktype-adapter@​1.140.0
  • @​tanstack/router-devtools@​1.140.0
  • @​tanstack/solid-router-devtools@​1.140.0
  • @​tanstack/react-router-devtools@​1.140.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/router-vite-plugin since your current version.


You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 9, 2025
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c branch from b10f206 to 889510a Compare December 10, 2025 00:31
@Mearman

Mearman commented Jan 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jan 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c branch 2 times, most recently from f91b94f to 4acf42a Compare January 11, 2026 08:55
@Mearman

Mearman commented Jan 11, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c branch from 4acf42a to 3e569d1 Compare January 11, 2026 09:10
@Mearman

Mearman commented Jan 11, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

…pdates

Bumps the tanstack group with 4 updates in the /apps/web directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-query` from 5.90.10 to 5.90.12
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.12/packages/react-query)

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

Updates `@tanstack/react-virtual` from 3.13.12 to 3.13.13
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.13/packages/react-virtual)

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.140.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-version: 1.140.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c branch from 3e569d1 to 64a7d04 Compare January 11, 2026 09:24
@Mearman

Mearman commented Jan 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jan 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jan 11, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apps/web/tanstack-68a8e39f5c branch January 11, 2026 10:30
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