dependabot[bot] opened a new pull request #19363: URL: https://github.com/apache/superset/pull/19363
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.1 to 11.8.2. <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>.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> <li> <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d"><code>1554a7e2</code></a>]:</p> <ul> <li><code>@emotion/cache</code><a href="https://github.com/11"><code>@11</code></a>.7.1</li> </ul> </li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.7.0</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2534">#2534</a> <a href="https://github.com/emotion-js/emotion/commit/57be9e8cb20313bd2ed297a39c41ca0f0ca37ea8"><code>57be9e8c</code></a> Thanks <a href="https://github.com/srmagura"><code>@srmagura</code></a>! - Changed the implementation of the runtime label extraction in elements using the css prop (that only happens in development) to one that should yield more consistent results across browsers. This fixes some minor issues with React reporting hydration mismatches that wouldn't happen in production.</li> </ul> <h2><code>@emotion/react</code><a href="https://github.com/11"><code>@11</code></a>.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2542">#2542</a> <a href="https://github.com/emotion-js/emotion/commit/eb013d25722f4fd9af9acf699789bf6b8afac871"><code>eb013d25</code></a> Thanks <a href="https://github.com/eps1lon"><code>@eps1lon</code></a>! - Fixed hydration mismatches if <code>React.useId</code> (an upcoming API in React 18) is used within a tree below our components.</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2551">#2551</a> <a href="https://github.com/emotion-js/emotion/commit/99fcea04a27458b94982bb8fcd7d209f21278013"><code>99fcea04</code></a> Thanks <a href="https://github.com/Andarist"><code>@Andarist</code></a>! - Shorten the path of the "private" <code>isolated-hoist-non-react-statics-do-not-use-this-in-your-code</code> entrypoint to avoid exeeding path limitations on Windows.</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/239f2d0f9e67a0d1af77d63efde1dfd5ba3b0442"><code>239f2d0</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2679">#2679</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/7f8910a04965f5340106e31da3aa9cd5980e9b15"><code>7f8910a</code></a> Removed the direct dependency on from as it's no longer used that way</li> <li><a href="https://github.com/emotion-js/emotion/commit/ff3cb16419b44578c7bab275dce7b5845b61db84"><code>ff3cb16</code></a> Change <code>Global</code> component to use the <code>StyleSheet</code> constructor of the current ...</li> <li><a href="https://github.com/emotion-js/emotion/commit/4266aa0183fe2c19904c25c6e803e8c534923865"><code>4266aa0</code></a> Fix the description of the cascade problem in the docs (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2659">#2659</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/affe8f1e37a678e7c00675da3d0d1e2cd8042417"><code>affe8f1</code></a> Removed non-existent item from the ToC in the theming doc (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2674">#2674</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/6d81b4b28bbec3422bfb8dc4b590d46048c9b494"><code>6d81b4b</code></a> Add <code>concurrency</code> to the Changesets workflow</li> <li><a href="https://github.com/emotion-js/emotion/commit/48516694599b8d55606c178db08628640853464d"><code>4851669</code></a> STOP WAR IN UKRAINE (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2668">#2668</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/ce9873faabef8baf4eeebf8fab0d7b1a46ff74c7"><code>ce9873f</code></a> Upgrade <code>dtslint</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2653">#2653</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/29c99a93110711396e7efe26abc8862042d27ca6"><code>29c99a9</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2652">#2652</a>)</li> <li><a href="https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1"><code>39ac5b9</code></a> Fixed a transpilation issue that caused <code>useInsertionEffect</code> to be referenced...</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]
