Skip to content

build(deps): bump @tanstack/virtual-core from 3.16.0 to 3.17.0 in /frontend - #588

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tanstack/virtual-core-3.17.0
Closed

build(deps): bump @tanstack/virtual-core from 3.16.0 to 3.17.0 in /frontend#588
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tanstack/virtual-core-3.17.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @tanstack/virtual-core from 3.16.0 to 3.17.0.

Release notes

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

@​tanstack/virtual-core@​3.17.0

Minor Changes

  • #1186 fbf3bdb - Add useCachedMeasurements option to skip DOM measurement when the list is hidden (e.g. display: none). When enabled, the default measureElement returns the cached size or estimateSize fallback instead of reading the DOM, preventing ResizeObserver from resetting measurements to zero.

Patch Changes

  • #1183 c0b84c8 - Skip synchronous DOM read (offsetWidth/offsetHeight) in default measureElement when a cached size already exists, reducing layout reflow on re-renders

@​tanstack/virtual-core@​3.16.1

Patch Changes

  • Eagerly adjust scrollOffset on prepend to prevent one-frame jump with anchorTo: 'end' (#1176)

    When items are prepended with anchorTo: 'end' and dynamic sizes, the virtualizer would compute the wrong visible range for one frame (using stale estimate-based positions) and then correct in the next frame via _willUpdate, producing a visible jump. This fix eagerly adjusts scrollOffset in setOptions during the render pass so calculateRange/getVirtualItems return the correct items immediately.

Changelog

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

3.17.0

Minor Changes

  • #1186 fbf3bdb - Add useCachedMeasurements option to skip DOM measurement when the list is hidden (e.g. display: none). When enabled, the default measureElement returns the cached size or estimateSize fallback instead of reading the DOM, preventing ResizeObserver from resetting measurements to zero.

Patch Changes

  • #1183 c0b84c8 - Skip synchronous DOM read (offsetWidth/offsetHeight) in default measureElement when a cached size already exists, reducing layout reflow on re-renders

3.16.1

Patch Changes

  • Eagerly adjust scrollOffset on prepend to prevent one-frame jump with anchorTo: 'end' (#1176)

    When items are prepended with anchorTo: 'end' and dynamic sizes, the virtualizer would compute the wrong visible range for one frame (using stale estimate-based positions) and then correct in the next frame via _willUpdate, producing a visible jump. This fix eagerly adjusts scrollOffset in setOptions during the render pass so calculateRange/getVirtualItems return the correct items immediately.

Commits
  • b983b21 ci: Version Packages (#1184)
  • fbf3bdb feat(virtual-core): add useCachedMeasurements option to preserve sizes when...
  • c0b84c8 feat(virtual-core): skip sync DOM read in measureElement when cached size exi...
  • c33902f ci: Version Packages (#1182)
  • c746841 fix(virtual-core): eagerly adjust scrollOffset on prepend to prevent jump (#1...
  • 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/virtual-core](https://github.com/TanStack/virtual/tree/HEAD/packages/virtual-core) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/virtual-core/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/virtual-core@3.17.0/packages/virtual-core)

---
updated-dependencies:
- dependency-name: "@tanstack/virtual-core"
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@roborev-ci

roborev-ci Bot commented Jun 4, 2026

Copy link
Copy Markdown

roborev: Combined Review (5be3fbc)

No issues found.


Panel: ci_default_security | Synthesis: codex | Members: codex_default (codex/default, done, 44s), codex_security (codex/security, done, 1m4s) | Total: 1m48s

wesm added a commit that referenced this pull request Jun 5, 2026
Consolidates the following dependabot updates:

- #583 -- bump github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0
- #584 -- bump @lucide/svelte from 1.3.0 to 1.17.0 in /frontend
- #585 -- bump actions/checkout from 6.0.2 to 6.0.3
- #586 -- bump dompurify from 3.4.7 to 3.4.8 in /frontend
- #587 -- bump vitest from 4.1.7 to 4.1.8 in /frontend
- #588 -- bump @tanstack/virtual-core from 3.16.0 to 3.17.0 in /frontend
- #589 -- bump svelte-check from 4.4.8 to 4.5.0 in /frontend

The frontend lockfile overlap between #588 and the other npm bumps was resolved by keeping the newer version of each dependency.

Closes #583, #584, #585, #586, #587, #588, #589

🤖 Generated with [Claude Code](https://claude.com/claude-code)


Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @tanstack/virtual-core is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 5, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/tanstack/virtual-core-3.17.0 branch June 5, 2026 01:19
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