Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence
virtua ^0.45.3 -> ^0.46.0 age confidence

Release Notes

inokawa/virtua (virtua)

v0.46.3

Compare Source

What's Changed

Full Changelog: inokawa/virtua@0.46.2...0.46.3

v0.46.2

Compare Source

What's Changed

Full Changelog: inokawa/virtua@0.46.1...0.46.2

v0.46.1

Compare Source

What's Changed

Full Changelog: inokawa/virtua@0.46.0...0.46.1

v0.46.0

Compare Source

BREAKING CHANGES

  • overscan prop has been replaced by bufferSize prop, to provide a better default regardless of the size of items. See #​378 for the motivation.
// before
<VList overscan={10}>
  {...}
</VList>
// after (x should be the average item size of your list)
<VList bufferSize={10 * x}>
  {...}
</VList>
  • When ssrCount was set, ssrCount + overscan items were (unintentionally) rendered. Now ssrCount items will be rendered.
// before
<VList ssrCount={10}>
  {...}
</VList>
// after (default overscan was 4)
<VList ssrCount={10 + 4}>
  {...}
</VList>

What's Changed

Full Changelog: inokawa/virtua@0.45.3...0.46.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 31, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
diffs ❌ Failed (View Log) c0aa815

@renovate renovate bot force-pushed the renovate/virtua-0.x branch from c40ef6e to 44cd8c9 Compare September 5, 2025 12:41
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 44cd8c9 to d7aef95 Compare September 8, 2025 14:24
@renovate renovate bot changed the title Update dependency virtua to ^0.42.0 Update dependency virtua to ^0.43.0 Sep 11, 2025
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from d7aef95 to d0bd240 Compare September 11, 2025 05:36
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from d0bd240 to df68fad Compare September 13, 2025 23:13
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from df68fad to 4395571 Compare September 18, 2025 17:26
@github-actions github-actions bot requested a deployment to Preview September 18, 2025 17:27 Abandoned
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 4395571 to 256171e Compare September 22, 2025 06:04
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 256171e to 5bdcb17 Compare September 23, 2025 10:59
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 5bdcb17 to d585cef Compare September 27, 2025 16:33
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from d585cef to 6511c72 Compare September 29, 2025 14:44
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 6511c72 to fe71171 Compare October 2, 2025 00:44
@renovate renovate bot changed the title Update dependency virtua to ^0.43.0 Update dependency virtua to ^0.44.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from fe71171 to f1afd64 Compare October 4, 2025 12:41
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from f1afd64 to 6917942 Compare October 7, 2025 14:45
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 6917942 to 13a3f59 Compare October 10, 2025 12:52
@renovate renovate bot changed the title Update dependency virtua to ^0.44.0 Update dependency virtua to ^0.45.0 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 13a3f59 to 3f16327 Compare October 10, 2025 18:39
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 3f16327 to c5011ef Compare October 11, 2025 12:53
@github-actions github-actions bot requested a deployment to Preview October 11, 2025 12:55 Abandoned
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from c5011ef to 666707b Compare October 14, 2025 14:50
@github-actions github-actions bot requested a deployment to Preview October 14, 2025 14:53 Abandoned
@renovate renovate bot changed the title Update dependency virtua to ^0.45.0 Update dependency virtua to ^0.45.0 - autoclosed Oct 17, 2025
@renovate renovate bot closed this Oct 17, 2025
@renovate renovate bot deleted the renovate/virtua-0.x branch October 17, 2025 02:32
@renovate renovate bot changed the title Update dependency virtua to ^0.45.0 - autoclosed Update dependency virtua to ^0.46.0 Oct 20, 2025
@renovate renovate bot reopened this Oct 20, 2025
@renovate renovate bot force-pushed the renovate/virtua-0.x branch 2 times, most recently from 666707b to 9a1dc2c Compare October 20, 2025 04:53
@github-actions github-actions bot requested a deployment to Preview October 20, 2025 04:56 Abandoned
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 9a1dc2c to 5dcf9ae Compare October 20, 2025 14:37
@github-actions github-actions bot requested a deployment to Preview October 20, 2025 14:40 Abandoned
@renovate renovate bot force-pushed the renovate/virtua-0.x branch from 5dcf9ae to c0aa815 Compare October 22, 2025 12:44
@github-actions github-actions bot requested a deployment to Preview October 22, 2025 12:47 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants