Skip to content

chore(deps): bump react-virtualized-auto-sizer from 1.0.20 to 2.0.3#3702

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-virtualized-auto-sizer-2.0.3
Open

chore(deps): bump react-virtualized-auto-sizer from 1.0.20 to 2.0.3#3702
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-virtualized-auto-sizer-2.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-virtualized-auto-sizer from 1.0.20 to 2.0.3.

Release notes

Sourced from react-virtualized-auto-sizer's releases.

2.0.3

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

2.0.2

  • Updated README docs

2.0.1

  • #104: Separate renderProp and ChildComponent props.

2.0.0

Version 2 simplifies the API and improves TypeScript support.

Migrating from 1.x to 2.x

Refer to the docs for a complete list of props and API methods. Below are some examples of migrating from version 1 to 2, but first a couple of potential questions:

Basic usage

// Version 1
<AutoSizer>
  {({ height, width }) => {
    // ...
  }}
</AutoSizer>
// Version 2
<AutoSizer
Child={({ height, width }) => {
// ...
}}
/>

Default width/height for server rendered content

// Version 1
<AutoSizer defaultWidth={800} defaultHeight={600} {...rest} />
// Version 2
</tr></table>

... (truncated)

Changelog

Sourced from react-virtualized-auto-sizer's changelog.

2.0.3

  • Fixed a problem with project logo not displaying correctly in the README for the Firefox browser.

2.0.2

  • Updated README docs

2.0.1

  • #104: Separate renderProp and ChildComponent props.

2.0.0

Version 2 simplifies the API and improves TypeScript support.

Migrating from 1.x to 2.x

Refer to the docs for a complete list of props and API methods. Below are some examples of migrating from version 1 to 2, but first a couple of potential questions:

Basic usage

// Version 1
<AutoSizer>
  {({ height, width }) => {
    // ...
  }}
</AutoSizer>
// Version 2
<AutoSizer
Child={({ height, width }) => {
// ...
}}
/>

Default width/height for server rendered content

</tr></table> 

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2026
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashboard-app Error Error Jun 24, 2026 7:33am

Request Review

Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer) from 1.0.20 to 2.0.3.
- [Release notes](https://github.com/bvaughn/react-virtualized-auto-sizer/releases)
- [Changelog](https://github.com/bvaughn/react-virtualized-auto-sizer/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-virtualized-auto-sizer@1.0.20...2.0.3)

---
updated-dependencies:
- dependency-name: react-virtualized-auto-sizer
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-virtualized-auto-sizer-2.0.3 branch from 72b6999 to dccc28c Compare June 24, 2026 07:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants