Skip to content

Navigation Menu

Sign in
Sign up

build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.5 - #49

Open
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3
Open

build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.5 #49
dependabot[bot] wants to merge 1 commit into
main from
dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026
edited
Loading

Copy link
Copy Markdown

Bumps @tanstack/react-virtual from 3.13.22 to 3.14.5.

Release notes

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

@​tanstack/react-virtual@​3.14.5

Patch Changes

@​tanstack/react-virtual@​3.14.4

Patch Changes

@​tanstack/react-virtual@​3.14.3

Patch Changes

  • #1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

    • @​tanstack/virtual-core@​3.17.1

@​tanstack/react-virtual@​3.14.2

Patch Changes

@​tanstack/react-virtual@​3.14.1

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

@​tanstack/react-virtual@​3.14.0

Minor Changes

  • Add opt-in direct DOM updates for scroll positioning with directDomUpdates, directDomUpdatesMode, and containerRef. (#1180)

@​tanstack/react-virtual@​3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0

@​tanstack/react-virtual@​3.13.25

Patch Changes

  • Replace the useReducer(() => ({}), {}) force-rerender pattern with an (#1168) incrementing number counter. Same semantics (every dispatch changes the reducer state, forcing a render); zero per-dispatch object allocation. Trivial individual cost, but eliminates one steady-state GC source on

... (truncated)

Changelog

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

3.14.5

Patch Changes

3.14.4

Patch Changes

3.14.3

Patch Changes

  • #1201 2ba5eb6 - Make directDomUpdates a no-op for direct DOM writes when containerRef is omitted. Previously the virtualizer still wrote item positions while never sizing the container (a broken half-state). Now omitting containerRef skips all direct writes while still skipping re-renders, letting consumers own the DOM updates themselves (e.g. in onChange).

  • Updated dependencies [ef69ea3]:

    • @​tanstack/virtual-core@​3.17.1

3.14.2

Patch Changes

3.14.1

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

3.14.0

Minor Changes

  • Add opt-in direct DOM updates for scroll positioning with directDomUpdates, directDomUpdatesMode, and containerRef. (#1180)

3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0

... (truncated)

Commits
  • 151e9f4 ci: Version Packages (#1213)
  • d73a538 ci: Version Packages (#1210)
  • 75ae896 ci: Version Packages (#1202)
  • 2ba5eb6 fix(react-virtual): make directDomUpdates a no-op without containerRef (#1201)
  • ef69ea3 fix(virtual-core): adjust scroll on first measurement during backward scroll ...
  • 932c358 test(react-virtual): add e2e test for React Compiler with directDomUpdates, b...
  • b983b21 ci: Version Packages (#1184)
  • fbf3bdb feat(virtual-core): add useCachedMeasurements option to preserve sizes when...
  • 13dec39 docs: add directDomUpdates and directDomUpdatesMode options (#1185)
  • c33902f ci: Version Packages (#1182)
  • Additional commits viewable in compare view

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 Jun 17, 2026
@dependabot dependabot Bot changed the title (削除) build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.3 (削除ここまで) (追記) build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.4 (追記ここまで) Jun 28, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3 branch 4 times, most recently from a065cff to df09d74 Compare June 30, 2026 06:49
@dependabot dependabot Bot changed the title (削除) build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.4 (削除ここまで) (追記) chore(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.5 (追記ここまで) Jul 2, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3 branch from df09d74 to dfb555c Compare July 2, 2026 08:51
@dependabot dependabot Bot changed the title (削除) chore(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.5 (削除ここまで) (追記) build(deps): bump @tanstack/react-virtual from 3.13.22 to 3.14.5 (追記ここまで) Jul 6, 2026
dependabot Bot force-pushed the dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3 branch from dfb555c to af8cfbc Compare July 6, 2026 06:24
Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) from 3.13.22 to 3.14.5.
- [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.5/packages/react-virtual)
---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
 dependency-version: 3.14.3
 dependency-type: direct:production
 update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot force-pushed the dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3 branch from af8cfbc to 152a7cd Compare July 6, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /