Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack-b3e232f14d
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the tanstack group with 4 updates in the / directory: @tanstack/react-query, @tanstack/react-start, @tanstack/react-virtual and @tanstack/router-cli.

Updates @tanstack/react-query from 5.101.2 to 5.101.4

Release notes

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

@​tanstack/react-query-devtools@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.4
    • @​tanstack/react-query@​5.101.4

@​tanstack/react-query-next-experimental@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.4

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

Patch Changes

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

@​tanstack/react-query@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

@​tanstack/react-query-devtools@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.101.3
    • @​tanstack/react-query@​5.101.3

@​tanstack/react-query-next-experimental@​5.101.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.101.3

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

Patch Changes

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

@​tanstack/react-query@​5.101.3

Patch Changes

... (truncated)

Changelog

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

5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3
Commits
  • 86bb8a6 ci: Version Packages (#11094)
  • 181ea82 ci: Version Packages (#11089)
  • 6d55b07 test({react,preact}-query): use the '.then()' convention consistently (#11085)
  • 44f38df test({react,preact,solid}-query/useInfiniteQuery): inline the shared 'fetchIt...
  • d1558c1 test({react,preact}-query/usePrefetchQuery): inline the 'generateQueryFn' fac...
  • 99690d1 test({react,preact}-query/usePrefetchInfiniteQuery): inline single-use helper...
  • 10770f0 test({react,preact}-query/usePrefetchInfiniteQuery): inline the shared 'Suspe...
  • dbd5a86 test({react,preact}-query/usePrefetchQuery): inline the shared 'Suspended' co...
  • b955f60 test({react,preact}-query/useSuspenseQuery): assert the 'loading' fallback is...
  • b9c657e test({react,preact}-query/usePrefetchQuery): assert the 'Loading...' fallback...
  • Additional commits viewable in compare view

Updates @tanstack/react-start from 1.168.28 to 1.168.32

Release notes

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

@​tanstack/react-start@​1.168.32

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.24
    • @​tanstack/react-start-rsc@​0.1.31

@​tanstack/react-start@​1.168.31

Patch Changes

  • Updated dependencies [ffdd64e]:
    • @​tanstack/start-plugin-core@​1.171.23
    • @​tanstack/react-start-rsc@​0.1.30

@​tanstack/react-start@​1.168.30

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.22
    • @​tanstack/react-start-rsc@​0.1.29

@​tanstack/react-start@​1.168.29

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.21
    • @​tanstack/react-start-rsc@​0.1.28
Changelog

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

1.168.32

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.24
    • @​tanstack/react-start-rsc@​0.1.31

1.168.31

Patch Changes

  • Updated dependencies [ffdd64e]:
    • @​tanstack/start-plugin-core@​1.171.23
    • @​tanstack/react-start-rsc@​0.1.30

1.168.30

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.22
    • @​tanstack/react-start-rsc@​0.1.29

1.168.29

Patch Changes

  • Updated dependencies []:
    • @​tanstack/start-plugin-core@​1.171.21
    • @​tanstack/react-start-rsc@​0.1.28
Commits

Updates @tanstack/react-virtual from 3.14.6 to 3.14.8

Release notes

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

@​tanstack/react-virtual@​3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

@​tanstack/react-virtual@​3.14.7

Patch Changes

Changelog

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

3.14.8

Patch Changes

  • #1237 aa536e7 - Fix a gap at the top of the list after an end-anchored prepend in directDomUpdates mode. The prepend grows the total size and bumps scrollOffset to the new bottom in the same pass, but the size container's height was written after _willUpdate synced the scroll position — so the browser clamped the scrollTop write to the stale (shorter) scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affected directDomUpdates mode (React-rendered sizers receive their height during render).

  • Updated dependencies [7ae32b5]:

    • @​tanstack/virtual-core@​3.17.6

3.14.7

Patch Changes

Commits

Updates @tanstack/router-cli from 1.167.19 to 1.167.21

Release notes

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

@​tanstack/router-cli@​1.167.21

Patch Changes

  • Updated dependencies [78dd1a6]:
    • @​tanstack/router-generator@​1.167.21

@​tanstack/router-cli@​1.167.20

Patch Changes

  • Updated dependencies [e56a677]:
    • @​tanstack/router-generator@​1.167.20
Changelog

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

1.167.21

Patch Changes

  • Updated dependencies [78dd1a6]:
    • @​tanstack/router-generator@​1.167.21

1.167.20

Patch Changes

  • Updated dependencies [e56a677]:
    • @​tanstack/router-generator@​1.167.20
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
Bumps the tanstack group with 4 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start), [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) and [@tanstack/router-cli](https://github.com/TanStack/router/tree/HEAD/packages/router-cli).


Updates `@tanstack/react-query` from 5.101.2 to 5.101.4
- [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.101.4/packages/react-query)

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

Updates `@tanstack/react-virtual` from 3.14.6 to 3.14.8
- [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.14.8/packages/react-virtual)

Updates `@tanstack/router-cli` from 1.167.19 to 1.167.21
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-cli/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-cli@1.167.21/packages/router-cli)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack
- dependency-name: "@tanstack/router-cli"
  dependency-version: 1.167.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the tanstack group with 4 updates chore(deps): bump the tanstack group across 1 directory with 4 updates Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tanstack-b3e232f14d branch from 280c26d to 1684dba Compare July 27, 2026 17:54
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

Development

Successfully merging this pull request may close these issues.

0 participants