dependabot[bot] opened a new pull request, #20390: URL: https://github.com/apache/superset/pull/20390
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.1 to 11.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases"><code>@emotion/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.9.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2766">#2766</a> <a href="https://github.com/emotion-js/emotion/commit/5b3f4d78d54552f9785836bc2cc56d3f789afc47"><code>5b3f4d78</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - <code>ThemeProviderProps["children"]</code> was marked as a required prop as <code>ThemeProvider</code> should always wrap some subtree.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/26e4e3e8b68479f0e3cb8fbec723da47afd6ac98"><code>26e4e3e8</code></a>, <a href="https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e"><code>6c2d7a60</code></a>, <a href="https://github.com/emotion-js/emotion/commit/5e81f213980e9ba2cfa35256476673b68d47fc33"><code>5e81f213</code></a>]:</p> <ul> <li><code>@emotion/serialize</code><a href="https://github.com/1"><code>@1</code></a>.0.4</li> <li><code>@emotion/cache</code><a href="https://github.com/11"><code>@11</code></a>.9.3</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.9.0</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2700">#2700</a> <a href="https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd"><code>d9357621</code></a> Thanks <a href="https://github.com/arturmuller"><code>@arturmuller</code></a>! - Fixed a false positive warning for <code>content</code> properties that included <code>var()</code>.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd"><code>d9357621</code></a>]:</p> <ul> <li><code>@emotion/serialize</code><a href="https://github.com/1"><code>@1</code></a>.0.3</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.8.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2677">#2677</a> <a href="https://github.com/emotion-js/emotion/commit/ff3cb16419b44578c7bab275dce7b5845b61db84"><code>ff3cb164</code></a> Thanks <a href="https://github.com/Jack-Works"><code>@Jack-Works</code></a>! - Change <code>Global</code> component to use the <code>StyleSheet</code> constructor of the current <code>cache.sheet</code>. This is useful when <code>cache.sheet</code> is not the default implementation. Thanks to that the inner sheet constructed by <code>Global</code> can share the behavior with its "main" sheet that is hold by the <code>cache</code>.</li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.8.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2651">#2651</a> <a href="https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1"><code>39ac5b99</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Fixed a transpilation issue that caused <code>useInsertionEffect</code> to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.</li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.8.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2600">#2600</a> <a href="https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573"><code>2f27156a</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Refactored code to use the upcoming <code>React.useInsertionEffect</code> when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent.</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2609">#2609</a> <a href="https://github.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f"><code>242f7d8c</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Added <code>@emotion/babel-plugin</code> as a dependency - this is an actual dependency of the <code>@emotion/react/macro</code> entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2615">#2615</a> <a href="https://github.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a"><code>3d672acd</code></a> Thanks <a href="https://github.com/srmagura"><code>@srmagura</code></a>! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/2f27156a73f94c3aac82e4ed492cbfdc97225573"><code>2f27156a</code></a>]:</p> <ul> <li><code>@emotion/utils</code><a href="https://github.com/1"><code>@1</code></a>.1.0</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.7.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2577">#2577</a> <a href="https://github.com/emotion-js/emotion/commit/04681a5f520b3e3909e567fda200622494dd333b"><code>04681a5f</code></a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Export <code>Keyframes</code> type to avoid TypeScript inserting <code>import("@emotion/serialize").Keyframes</code> references into declaration files emitted based on a source files exporting <code>keyframes</code> result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2590">#2590</a> <a href="https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d"><code>1554a7e2</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emotion-js/emotion/commit/57b2c462d048b27ba780d66dbc543382ad952422"><code>57b2c46</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2740">#2740</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/3055efddf8f9fb14b148fda466dcb4eb9affc525"><code>3055efd</code></a> Type changes around <code>StyledOptions</code>/<code>FilteringStyledOptions</code> and `shouldForwa...</li> <li><a href="https://github.com/emotion-js/emotion/commit/f5c80c8d8271e875dfa97da90aeca0e09e7220c3"><code>f5c80c8</code></a> Use locked major versions of GitHub actions (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2779">#2779</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/fd22cacee60e7e7c2b512af47a9ce374f7896362"><code>fd22cac</code></a> Added a dedicated error for a situation when <code>toHaveStyleRule</code> receives an ar...</li> <li><a href="https://github.com/emotion-js/emotion/commit/62dd16b645a55687ff094487e6c6319e1dd69f95"><code>62dd16b</code></a> Remove all traces of Preact from the repository (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2773">#2773</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/6f1f408217d84088cb1c63dc9d6bb8670a2ae78c"><code>6f1f408</code></a> Switch to using <code>@definitelytyped/dtslint</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2772">#2772</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/5b3f4d78d54552f9785836bc2cc56d3f789afc47"><code>5b3f4d7</code></a> Update <code>@types/react</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2766">#2766</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/5e81f213980e9ba2cfa35256476673b68d47fc33"><code>5e81f21</code></a> Changed the <code>registered</code> parameter to be declared as optional in the signatur...</li> <li><a href="https://github.com/emotion-js/emotion/commit/26e4e3e8b68479f0e3cb8fbec723da47afd6ac98"><code>26e4e3e</code></a> Update "no component selectors" error message (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2727">#2727</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e"><code>6c2d7a6</code></a> Allow any <code>Node</code> as container (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2728">#2728</a>)</li> <li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]">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 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]
