You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/12/22 08:44:08 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request #17847: chore(deps): bump @emotion/react from 11.4.1 to 11.7.1 in /superset-frontend

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


   Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.1 to 11.7.1.
   <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>.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(&quot;@emotion/serialize&quot;).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>
   <p><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 &quot;private&quot; <code>isolated-hoist-non-react-statics-do-not-use-this-in-your-code</code> entrypoint to avoid exeeding path limitations on Windows.</p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/9e82a991624b18c20c46c5974e8a127c94a54711"><code>9e82a991</code></a>, <a href="https://github.com/emotion-js/emotion/commit/516fe458058c9ec8218740472b301e935801ebbc"><code>516fe458</code></a>]:</p>
   <ul>
   <li><code>@​emotion/sheet</code><a href="https://github.com/1"><code>@​1</code></a>.1.0</li>
   <li><code>@​emotion/cache</code><a href="https://github.com/11"><code>@​11</code></a>.6.0</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​emotion/react</code><a href="https://github.com/11"><code>@​11</code></a>.5.0</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2498">#2498</a> <a href="https://github.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43"><code>e5beae8e</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Fixed an edge case issue with incorrect rules being generated. When a context selector (<code>&amp;</code>) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.</p>
   </li>
   <li>
   <p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2500">#2500</a> <a href="https://github.com/emotion-js/emotion/commit/eda5e687c0bc4eddcafb243a2b1028296fb45cba"><code>eda5e687</code></a> Thanks <a href="https://github.com/Jarred-Sumner"><code>@​Jarred-Sumner</code></a>! - Fix error loading <code>@​emotion/react</code> in alternative JS environments</p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/e5beae8e320f3d1455e45efecdfeb7d757687a43"><code>e5beae8e</code></a>, <a href="https://github.com/emotion-js/emotion/commit/9ae4a91a08a6f7c5ca26a585f1c271a179db4623"><code>9ae4a91a</code></a>, <a href="https://github.com/emotion-js/emotion/commit/f2eda8295429dd1892a06cbc9496321f2a55c10a"><code>f2eda829</code></a>]:</p>
   <ul>
   <li><code>@​emotion/cache</code><a href="https://github.com/11"><code>@​11</code></a>.5.0</li>
   <li><code>@​emotion/sheet</code><a href="https://github.com/1"><code>@​1</code></a>.0.3</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/emotion-js/emotion/commit/01cca604ca93c5fd3958c41045ecbcac72b65480"><code>01cca60</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2581">#2581</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d"><code>1554a7e</code></a> Stylis upgrade (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2590">#2590</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/04681a5f520b3e3909e567fda200622494dd333b"><code>04681a5</code></a> Export Keyframes type from <code>@​emotion/react</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2577">#2577</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5"><code>26ded61</code></a> Tweak grammar in the CHANGELOGs</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/200bc6a56b90e273ccdea6560ff5dc5f29b9cb82"><code>200bc6a</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2564">#2564</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/f046ae40bcae24400068311690a94ba2dbf20344"><code>f046ae4</code></a> Add ESLint 8 to the peer dependency range  (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2562">#2562</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/57be9e8cb20313bd2ed297a39c41ca0f0ca37ea8"><code>57be9e8</code></a> Extract, unit test, and improve getLabelFromStackTrace (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2534">#2534</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/2bac69b6c058d007cfc190e94490c0cb225ca40c"><code>2bac69b</code></a> Upgrade node version in the release workflow</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/ed90c2e9dad7a318ab8e89816b3eb9bb388c53de"><code>ed90c2e</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2539">#2539</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/3c902cfd7db214ce54fcedab4d30c4efc654b573"><code>3c902cf</code></a> Fix &amp; upgrade benchmarks (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2544">#2544</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/@emotion/react@11.4.1...@emotion/react@11.7.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@emotion/react&package-manager=npm_and_yarn&previous-version=11.4.1&new-version=11.7.1)](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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas closed pull request #17847: chore(deps): bump @emotion/react from 11.4.1 to 11.7.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
rusackas closed pull request #17847:
URL: https://github.com/apache/superset/pull/17847


   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] closed pull request #17847: chore(deps): bump @emotion/react from 11.4.1 to 11.7.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #17847:
URL: https://github.com/apache/superset/pull/17847


   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] commented on pull request #17847: chore(deps): bump @emotion/react from 11.4.1 to 11.7.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #17847:
URL: https://github.com/apache/superset/pull/17847#issuecomment-1049411421


   Superseded by #18895.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] commented on pull request #17847: chore(deps): bump @emotion/react from 11.4.1 to 11.7.1 in /superset-frontend

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #17847:
URL: https://github.com/apache/superset/pull/17847#issuecomment-1049406883


   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](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) 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.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org