Skip to content

chore(deps): bump @tanstack/react-virtual from 3.14.2 to 3.14.3#88

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

chore(deps): bump @tanstack/react-virtual from 3.14.2 to 3.14.3#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tanstack/react-virtual-3.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps @tanstack/react-virtual from 3.14.2 to 3.14.3.

Release notes

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

@​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
Changelog

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

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
Commits
  • 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...
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) from 3.14.2 to 3.14.3.
- [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.3/packages/react-virtual)

---
updated-dependencies:
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@greptile-apps

greptile-apps Bot commented Jun 16, 2026

Copy link
Copy Markdown

Greptile Summary

This is a routine patch-level dependency bump of @tanstack/react-virtual from 3.14.2 to 3.14.3, along with its transitive dependency @tanstack/virtual-core from 3.17.0 to 3.17.1.

  • package.json: Version specifier updated from ^3.14.2 to ^3.14.3.
  • pnpm-lock.yaml: Lock file updated with new package resolutions and integrity hashes for both @tanstack/react-virtual and @tanstack/virtual-core; the upstream fix makes directDomUpdates a no-op when containerRef is omitted, resolving a broken half-state where item positions were written without sizing the container.

Confidence Score: 5/5

Safe to merge — this is a patch bump that fixes a broken half-state in directDomUpdates when containerRef is omitted, with no API surface changes.

Both changed files are limited to version strings and lock file hashes. The upstream patch corrects a defect (item positions written without container sizing) and makes no breaking changes. The lock file integrity hashes are consistent with the new versions.

No files require special attention.

Important Files Changed

Filename Overview
package.json Single-line patch version specifier bump from ^3.14.2 to ^3.14.3; no other changes.
pnpm-lock.yaml Lock file updated with new resolutions and integrity hashes for @tanstack/react-virtual@3.14.3 and @tanstack/virtual-core@3.17.1; consistent with the package.json change.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant Dependabot
    participant package.json
    participant pnpm-lock.yaml
    participant npm Registry

    Dependabot->>npm Registry: Check @tanstack/react-virtual latest patch
    npm Registry-->>Dependabot: 3.14.3 available (includes virtual-core 3.17.1)
    Dependabot->>package.json: Bump specifier ^3.14.2 → ^3.14.3
    Dependabot->>pnpm-lock.yaml: Update resolved version + integrity hash
    Note over pnpm-lock.yaml: @tanstack/react-virtual: 3.14.2 → 3.14.3<br/>@tanstack/virtual-core: 3.17.0 → 3.17.1
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
    participant Dependabot
    participant package.json
    participant pnpm-lock.yaml
    participant npm Registry

    Dependabot->>npm Registry: Check @tanstack/react-virtual latest patch
    npm Registry-->>Dependabot: 3.14.3 available (includes virtual-core 3.17.1)
    Dependabot->>package.json: Bump specifier ^3.14.2 → ^3.14.3
    Dependabot->>pnpm-lock.yaml: Update resolved version + integrity hash
    Note over pnpm-lock.yaml: @tanstack/react-virtual: 3.14.2 → 3.14.3<br/>@tanstack/virtual-core: 3.17.0 → 3.17.1
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump @tanstack/react-virtua..." | Re-trigger Greptile

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants