dependabot[bot] opened a new pull request, #32078:
URL: https://github.com/apache/superset/pull/32078

   Updates the requirements on 
[@emotion/styled](https://github.com/emotion-js/emotion) to permit the latest 
version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/emotion-js/emotion/releases";><code>@​emotion/styled</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2><code>@​emotion/styled</code><a 
href="https://github.com/11";><code>@​11</code></a>.14.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/emotion-js/emotion/pull/3284";>#3284</a> <a 
href="https://github.com/emotion-js/emotion/commit/a19d019bd418ebc3b9cba0e58f58b36ac2862a42";><code>a19d019</code></a>
 Thanks <a href="https://github.com/Andarist";><code>@​Andarist</code></a>! - 
Source code has been migrated to TypeScript. From now on type declarations will 
be emitted based on that, instead of being hand-written.</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>Updated dependencies [<a 
href="https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a";><code>e1bf17e</code></a>]:
   <ul>
   <li><code>@​emotion/use-insertion-effect-with-fallbacks</code><a 
href="https://github.com/1";><code>@​1</code></a>.2.0</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md";><code>@​emotion/styled</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h1>New Changes</h1>
   <p>All new changes are now documented in <code>CHANGELOG.md</code> files in 
each package's directory.</p>
   <h2>v10.0.0 (2018-10-27)</h2>
   <p>Emotion 10 is a big change that we're really excited about with 
improvements to the css prop, a Global component for dynamic global styles, 
zero config SSR, lots of small fixes and improvements and more with an 
incremental adoption strategy. For a higher-level overview, read the <a 
href="https://medium.com/emotion-js/announcing-emotion-10-f1a4b17b8ccd";>Medium 
article on Emotion 10</a>. For a migration guide, visit <a 
href="https://emotion.sh/docs/migrating-to-emotion-10";>the migrating to Emotion 
10 page on emotion.sh</a></p>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li>The css prop works without <code>babel-plugin-emotion</code>
   <ul>
   <li>The css prop receives the theme</li>
   <li>Labels are added to the css prop without 
<code>babel-plugin-emotion</code> in some cases</li>
   </ul>
   </li>
   <li>Add the Global and ClassNames components</li>
   <li>styled uses forwardRef</li>
   <li>Add the as prop to styled</li>
   <li>Providing options can be done via the CacheProvider</li>
   <li>The autoLabel and sourceMap options are enabled in development with the 
Babel Macros</li>
   <li>The autoLabel and sourceMap options are on by default in development in 
<code>babel-plugin-emotion</code></li>
   <li>Add warning for kebab-case css properties in objects</li>
   <li>Add keyframes to snapshots with jest-emotion</li>
   <li>Add codemod rules for Emotion 10</li>
   <li>Fix SSR with _ in labels</li>
   <li>Add warnings for unsafe pseudo classes</li>
   </ul>
   <h4>:boom: Breaking Change</h4>
   <ul>
   <li>create-emotion no longer accepts a global context object</li>
   <li>Support for preact-emotion has been dropped(note that the emotion 
package still works with preact)</li>
   <li>Emotion only supports react@&gt;=16.3</li>
   <li>The <code>channel</code> and <code>createBroadcast</code> exports from 
emotion-theming have been removed</li>
   <li>The <code>extractStatic</code> option to babel-plugin-emotion has been 
removed</li>
   <li>jest-emotion no longer accepts an emotion instance</li>
   <li><code>create-emotion-server</code> accepts a cache instead of an emotion 
instance</li>
   <li>The css prop doesn't work via the babel plugin. <code>jsx</code> can be 
manually imported from <code>@emotion/core</code>(which can be automated with 
eslint-plugin-emotion) or <a 
href="https://github.com/jmm/babel-plugin-jsx-pragmatic";>babel-plugin-jsx-pragmatic</a>
 can be used.</li>
   <li>Functions in interpolations are stringified in css and cx calls(probably 
won't affect you very much, there's a warning about it in v9)</li>
   <li><code>create-emotion</code> doesn't return a caches property and instead 
returns a cache property which is the same return value as 
<code>@emotion/cache</code></li>
   <li>The <code>importedNames</code> option to babel-plugin-emotion is 
gone</li>
   <li>The <code>hoist</code> option is gone, hoisting always happens</li>
   </ul>
   <h2>v9.2.7 (2018-07-29)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><code>native</code>, <code>primitives-core</code>, 
<code>primitives</code>
   <ul>
   <li><a 
href="https://redirect.github.com/emotion-js/emotion/pull/759";>#759</a> Emotion 
Native. (<a href="https://github.com/nitin42";><code>@​nitin42</code></a>)</li>
   </ul>
   </li>
   <li><code>jest-emotion</code>
   <ul>
   <li><a 
href="https://redirect.github.com/emotion-js/emotion/pull/777";>#777</a> add 
serializer file. (<a 
href="https://github.com/kentcdodds";><code>@​kentcdodds</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 4</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/3c19ce5997f73960679e546af47801205631dfde";><code>3c19ce5</code></a>
 Version Packages (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3280";>#3280</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/a19d019bd418ebc3b9cba0e58f58b36ac2862a42";><code>a19d019</code></a>
 Convert <code>@emotion/styled</code>'s source code to TypeScript (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3284";>#3284</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/5974e33fcb5e7aee177408684ac6fe8b38b3e353";><code>5974e33</code></a>
 Fix JSX namespace <a 
href="https://github.com/ts-ignores";><code>@​ts-ignores</code></a> (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3282";>#3282</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/fc4d7bd744c205f55513dcd4e4e5134198c219de";><code>fc4d7bd</code></a>
 Convert <code>@emotion/react</code>'s source code to TypeScript (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3281";>#3281</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/8dc1a6dd19d2dc9ce435ef0aff85ccf5647f5d2e";><code>8dc1a6d</code></a>
 Convert <code>@emotion/cache</code>'s source code to TypeScript (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3277";>#3277</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/282b61d2ad4e39ea65af88351a894a903c2d42c4";><code>282b61d</code></a>
 Convert <code>@emotion/css-prettifier</code>'s source code to TypeScript (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3278";>#3278</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a";><code>e1bf17e</code></a>
 Convert <code>@emotion/use-insertion-effect-with-fallbacks</code>'s source 
code to TypeS...</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/c161e6f2f85977c27cc4a258d4efb0504a3b77b1";><code>c161e6f</code></a>
 Version Packages (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3272";>#3272</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/f45eb1969c9cee76a689146606c2a79c862dbee1";><code>f45eb19</code></a>
 Update changeset (<a 
href="https://redirect.github.com/emotion-js/emotion/issues/3273";>#3273</a>)</li>
   <li><a 
href="https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa";><code>77d930d</code></a>
 Fix inconsistent hashes using development vs production 
bundles/<code>exports</code> con...</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 />
   
   
   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]

Reply via email to