Skip to content

Commit

Permalink
fix(deps): update dependency virtua to v0.21.0 (#235)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [virtua](https://togithub.com/inokawa/virtua) | [`0.20.5` ->
`0.21.0`](https://renovatebot.com/diffs/npm/virtua/0.20.5/0.21.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/virtua/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/virtua/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/virtua/0.20.5/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/virtua/0.20.5/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

@coderabbitai: ignore

---

### Release Notes

<details>
<summary>inokawa/virtua (virtua)</summary>

### [`v0.21.0`](https://togithub.com/inokawa/virtua/releases/tag/0.21.0)

[Compare
Source](https://togithub.com/inokawa/virtua/compare/0.20.5...0.21.0)

- **BREAKING CHANGE**: RTL support for horizontal virtualization in
Chrome earlier than v85 was dropped. Use older version if needed.

#### What's Changed

- Migrate to vitest by [@&#8203;inokawa](https://togithub.com/inokawa)
in
[https://github.com/inokawa/virtua/pull/327](https://togithub.com/inokawa/virtua/pull/327)
- Improve wheel event handling by
[@&#8203;inokawa](https://togithub.com/inokawa) in
[https://github.com/inokawa/virtua/pull/328](https://togithub.com/inokawa/virtua/pull/328)
- Refactor scroll normalization and drop RTL support for legacy Chrome
by [@&#8203;inokawa](https://togithub.com/inokawa) in
[https://github.com/inokawa/virtua/pull/329](https://togithub.com/inokawa/virtua/pull/329)
- Add story with auto-animate by
[@&#8203;inokawa](https://togithub.com/inokawa) in
[https://github.com/inokawa/virtua/pull/330](https://togithub.com/inokawa/virtua/pull/330)
- Support iframe by [@&#8203;inokawa](https://togithub.com/inokawa) in
[https://github.com/inokawa/virtua/pull/331](https://togithub.com/inokawa/virtua/pull/331)

**Full Changelog**:
inokawa/virtua@0.20.5...0.21.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cuculus-dev/cuculus).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 6f3414e commit e9fa0d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "18.2.0",
"react-easy-crop": "5.0.4",
"swr": "2.2.4",
"virtua": "0.20.5"
"virtua": "0.21.0"
},
"devDependencies": {
"@fontsource/material-icons": "5.0.11",
Expand Down

0 comments on commit e9fa0d7

Please sign in to comment.