Skip to content

chore(deps): bump react-virtualized-auto-sizer from 1.0.26 to 2.0.3 in /superset-frontend#38002

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/react-virtualized-auto-sizer-2.0.3
Closed

chore(deps): bump react-virtualized-auto-sizer from 1.0.26 to 2.0.3 in /superset-frontend#38002
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/superset-frontend/react-virtualized-auto-sizer-2.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps react-virtualized-auto-sizer from 1.0.26 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 compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer) from 1.0.26 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.26...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 added dependabot npm Dependabot - npm related PRs labels Feb 16, 2026
@bito-code-review
Copy link
Copy Markdown
Contributor

bito-code-review bot commented Feb 16, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@sadpandajoe
Copy link
Copy Markdown
Member

Dependabot Review: CI Failing — react-virtualized-auto-sizer v1 → v2 Breaking Changes

CI Status: 21 failures (all downstream of build/install failure)

Breaking Changes from v1 → v2:

  • Component render prop signature may have changed
  • TypeScript types updated
  • Bundle format changes

Root Cause: The build fails during npm install, cascading to all 21 downstream failures. The peer dependency or package structure changed between major versions.

Fix Required: Investigate the v2 changelog for react-virtualized-auto-sizer and update any component usage. The render prop API may have changed in the major version bump.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@rusackas
Copy link
Copy Markdown
Member

We can tackle this after the React 18 bump

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superset-frontend/react-virtualized-auto-sizer-2.0.3 branch April 20, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants