chore(deps): bump react-window from 1.8.11 to 2.2.1#148
chore(deps): bump react-window from 1.8.11 to 2.2.1#148dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
This PR updates react-window from version 1.8.11 to 2.2.1, a major version bump from a Dependabot automated update. The upgrade introduces dynamic row height support through a new useDynamicRowHeight hook, improved ARIA accessibility features, removal of intermediate HTML div elements for better CSS styling, and various bug fixes including scroll jump prevention. The package provides virtualized windowing components that Atuin Desktop likely uses for efficiently rendering large lists of runbook content or history data.
The upgrade appears beneficial with performance improvements and better accessibility, but being a major version change, it could introduce breaking changes. The codebase would need to be tested to ensure existing react-window usage remains compatible with the new API.
Important Files Changed
Changed Files
| Filename | Score | Overview |
|---|---|---|
| package.json | 4/5 | Updates react-window dependency from 1.8.11 to 2.2.1- major version upgrade with new features and potential breaking changes |
1 file reviewed, no comments
Bumps [react-window](https://github.com/bvaughn/react-window) from 1.8.11 to 2.2.1. - [Release notes](https://github.com/bvaughn/react-window/releases) - [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md) - [Commits](bvaughn/react-window@1.8.11...2.2.1) --- updated-dependencies: - dependency-name: react-window dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5acb7b3 to
6bf3a0c
Compare
|
Superseded by #185. |
Bumps react-window from 1.8.11 to 2.2.1.
Release notes
Sourced from react-window's releases.
... (truncated)
Changelog
Sourced from react-window's changelog.
... (truncated)
Commits
881ddbc2.2.0 -> 2.2.18db16d6Fix potential scroll jumping when using dynamic row heights (#868)f3a5aa7Add debug utils for logging colorful stringsef27031Version page tweaks1898945Add more previous version links6e28178Add links to past version docs4d71210Relax List rowHeight constraint (alt) (#857)1220d5cRemove docs from NPM bundle; they're pretty large (#858)5992e1dImprove mock ResizeObserver test utils71df53dUpdate image example to set width=100%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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)