dependabot[bot] opened a new pull request, #36897: URL: https://github.com/apache/superset/pull/36897
Bumps [react-virtualized-auto-sizer](https://github.com/bvaughn/react-virtualized-auto-sizer) from 1.0.26 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-virtualized-auto-sizer/releases">react-virtualized-auto-sizer's releases</a>.</em></p> <blockquote> <h2>2.0.2</h2> <ul> <li>Updated README docs</li> </ul> <h2>2.0.1</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-virtualized-auto-sizer/pull/104">#104</a>: Separate <code>renderProp</code> and <code>ChildComponent</code> props.</li> </ul> <h2>2.0.0</h2> <p>Version 2 simplifies the API and improves TypeScript support.</p> <h2>Migrating from 1.x to 2.x</h2> <p>Refer to <a href="https://react-virtualized-auto-sizer.vercel.app/">the docs</a> 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:</p> <!-- raw HTML omitted --> <h3>Basic usage</h3> <pre lang="tsx"><code>// Version 1 <AutoSizer> {({ height, width }) => { // ... }} </AutoSizer> <p>// Version 2<br /> <AutoSizer<br /> Child={({ height, width }) => {<br /> // ...<br /> }}<br /> /><br /> </code></pre></p> <h3>Default width/height for server rendered content</h3> <pre lang="tsx"><code>// Version 1 <AutoSizer defaultWidth={800} defaultHeight={600} {...rest} /> <p>// Version 2<br /> <AutoSizer<br /> Child={({ height = 600, width = 800 }) => {<br /> // ...<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-virtualized-auto-sizer/blob/main/CHANGELOG.md">react-virtualized-auto-sizer's changelog</a>.</em></p> <blockquote> <h1>2.0.2</h1> <ul> <li>Updated README docs</li> </ul> <h1>2.0.1</h1> <ul> <li><a href="https://redirect.github.com/bvaughn/react-virtualized-auto-sizer/pull/104">#104</a>: Separate <code>renderProp</code> and <code>ChildComponent</code> props.</li> </ul> <h1>2.0.0</h1> <p>Version 2 simplifies the API and improves TypeScript support.</p> <h2>Migrating from 1.x to 2.x</h2> <p>Refer to <a href="https://react-virtualized-auto-sizer.vercel.app/">the docs</a> 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:</p> <!-- raw HTML omitted --> <h3>Basic usage</h3> <pre lang="tsx"><code>// Version 1 <AutoSizer> {({ height, width }) => { // ... }} </AutoSizer> <p>// Version 2<br /> <AutoSizer<br /> Child={({ height, width }) => {<br /> // ...<br /> }}<br /> /><br /> </code></pre></p> <h3>Default width/height for server rendered content</h3> <pre lang="tsx"><code>// Version 1 <AutoSizer defaultWidth={800} defaultHeight={600} {...rest} /> <p>// Version 2<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/2f78ce3024c899fc5f56e0237e1f35fff77a21d5"><code>2f78ce3</code></a> 2.0.1 -> 2.0.2</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/51656cbd615a181c2fad4fd327cf8547f1eaba17"><code>51656cb</code></a> Update react-lib-tools dep</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/6ee0838f5ef26a4c33bf66dc8a6260137db1d104"><code>6ee0838</code></a> Update README</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/9c72b6b46bc9a667043d69a85b949120b3212c63"><code>9c72b6b</code></a> Update react-lib-tools dep</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/073526fe99391299f1ba2bba7a68ad9c2b13de95"><code>073526f</code></a> Replace og.svg with og.png</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/85d59ee3742e06202aa05d136bbe96e1260043ab"><code>85d59ee</code></a> Update react-lib-tools dep</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/dabd9ad5eda03180ca1501be703906f1c6dce514"><code>dabd9ad</code></a> Update react-lib-tools dep</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/079a16b6bc02b7983f941d06a7c048b69da24c4e"><code>079a16b</code></a> Empty commit</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/fd74fc19c9114e639630d4d67a1390f7939e0ef3"><code>fd74fc1</code></a> Add logo to README</li> <li><a href="https://github.com/bvaughn/react-virtualized-auto-sizer/commit/6fef8f7f9360d9f8391bb58123bb3fe0384c39e7"><code>6fef8f7</code></a> Update react-lib-tools dep</li> <li>Additional commits viewable in <a href="https://github.com/bvaughn/react-virtualized-auto-sizer/compare/1.0.26...2.0.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
