You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/08 08:32:25 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #24320: build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend

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

   Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.1 to 11.11.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>.11.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a href="https://redirect.github.com/emotion-js/emotion/pull/3048">#3048</a> <a href="https://github.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42"><code>9357f337</code></a> Thanks <a href="https://github.com/naari3"><code>@​naari3</code></a>! - Added <code>ElementType</code> to the Emotion's <code>JSX</code> namespace. It's defined in the same way as the one in <code>@types/react</code> and should make it possible to use components that return <code>string</code>s, <code>Promise</code>s and other types that are valid in React.</li>
   </ul>
   <h2><code>@​emotion/react</code><a href="https://github.com/11"><code>@​11</code></a>.11.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><a href="https://redirect.github.com/emotion-js/emotion/pull/3031">#3031</a> <a href="https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5"><code>336f3d50</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Added support for cascade <code>@layer</code>s by updating the underlying parser (<a href="https://github.com/thysultan/stylis">stylis</a>).</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3029">#3029</a> <a href="https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247"><code>eed5e6cf</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Fixed importing in Node ESM</p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5"><code>336f3d50</code></a>, <a href="https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247"><code>eed5e6cf</code></a>, <a href="https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5"><code>336f3d50</code></a>]:</p>
   <ul>
   <li><code>@​emotion/babel-plugin</code><a href="https://github.com/11"><code>@​11</code></a>.11.0</li>
   <li><code>@​emotion/cache</code><a href="https://github.com/11"><code>@​11</code></a>.11.0</li>
   <li><code>@​emotion/serialize</code><a href="https://github.com/1"><code>@​1</code></a>.1.2</li>
   <li><code>@​emotion/use-insertion-effect-with-fallbacks</code><a href="https://github.com/1"><code>@​1</code></a>.0.1</li>
   <li><code>@​emotion/utils</code><a href="https://github.com/1"><code>@​1</code></a>.2.1</li>
   <li><code>@​emotion/weak-memoize</code><a href="https://github.com/0"><code>@​0</code></a>.3.1</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​emotion/react</code><a href="https://github.com/11"><code>@​11</code></a>.10.8</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/emotion-js/emotion/pull/3025">#3025</a> <a href="https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f"><code>6bd13425</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - Fixed a parsing issue with <code>&amp;</code> within nested functions in declaration values by updating the underlying parser (<a href="https://github.com/thysultan/stylis">stylis</a>).</p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f"><code>6bd13425</code></a>, <a href="https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f"><code>6bd13425</code></a>]:</p>
   <ul>
   <li><code>@​emotion/babel-plugin</code><a href="https://github.com/11"><code>@​11</code></a>.10.8</li>
   <li><code>@​emotion/cache</code><a href="https://github.com/11"><code>@​11</code></a>.10.8</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​emotion/react</code><a href="https://github.com/11"><code>@​11</code></a>.10.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/emotion-js/emotion/pull/2985">#2985</a> <a href="https://github.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc"><code>4e172c2a</code></a> Thanks <a href="https://github.com/emmatown"><code>@​emmatown</code></a>! - Remove peer dependency on <code>@babel/core</code></p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc"><code>4e172c2a</code></a>]:</p>
   <ul>
   <li><code>@​emotion/babel-plugin</code><a href="https://github.com/11"><code>@​11</code></a>.10.6</li>
   </ul>
   </li>
   </ul>
   <h2><code>@​emotion/react</code><a href="https://github.com/11"><code>@​11</code></a>.10.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a href="https://redirect.github.com/emotion-js/emotion/pull/2905">#2905</a> <a href="https://github.com/emotion-js/emotion/commit/4c0005f677d5847e7f931a1473ac58b834606c57"><code>4c0005f6</code></a> Thanks <a href="https://github.com/p-m-p"><code>@​p-m-p</code></a>! - Do not warn about <code>@emotion/react</code> being loaded twice in Vitest as that might easily happen with mocked modules.</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/emotion-js/emotion/pull/2929">#2929</a> <a href="https://github.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02"><code>13afe030</code></a> Thanks <a href="https://github.com/Andarist"><code>@​Andarist</code></a>! - The support for <code>@container</code> queries has been added by updating the underlying parser (<a href="https://github.com/thysultan/stylis">stylis</a>) .</p>
   </li>
   <li>
   <p>Updated dependencies [<a href="https://github.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02"><code>13afe030</code></a>, <a href="https://github.com/emotion-js/emotion/commit/c02b12145a94df011e0fd6ffd54197a4d9369783"><code>c02b1214</code></a>, <a href="https://github.com/emotion-js/emotion/commit/d8a13bcae81812d3dff643bcf446709f965f0909"><code>d8a13bca</code></a>]:</p>
   <ul>
   <li><code>@​emotion/babel-plugin</code><a href="https://github.com/11"><code>@​11</code></a>.10.5</li>
   <li><code>@​emotion/serialize</code><a href="https://github.com/1"><code>@​1</code></a>.1.1</li>
   </ul>
   </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/fef1ea086fbec998caaa016a5ecdace4bbb9d749"><code>fef1ea0</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3051">#3051</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42"><code>9357f33</code></a> Added <code>ElementType</code> to the Emotion's <code>JSX</code> namespace (<a href="https://redirect.github.com/emotion-js/emotion/issues/3048">#3048</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/1135f8e9d97ea711eb483368313afdfe7b176845"><code>1135f8e</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3030">#3030</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5"><code>336f3d5</code></a> Add support for cascade <code>@layer</code>s (<a href="https://redirect.github.com/emotion-js/emotion/issues/3031">#3031</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247"><code>eed5e6c</code></a> Fixed importing in Node ESM (<a href="https://redirect.github.com/emotion-js/emotion/issues/3029">#3029</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/e6e5b3d71ade7b986ab364fc0cb770e7eda16049"><code>e6e5b3d</code></a> Add <code>aspectRatio</code> property to unitless (<a href="https://redirect.github.com/emotion-js/emotion/issues/3012">#3012</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/5645b37bc50f4e53cc842d0a03506b9a4d83aeb3"><code>5645b37</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3026">#3026</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f"><code>6bd1342</code></a> Upgrade Stylis to a version with parsing fix for <code>&amp;</code> in nested functions (<a href="https://redirect.github.com/emotion-js/emotion/issues/3025">#3025</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/149194e6969b9a6a7e091fb6d9d6e05fd1509f63"><code>149194e</code></a> Version Packages (<a href="https://redirect.github.com/emotion-js/emotion/issues/3020">#3020</a>)</li>
   <li><a href="https://github.com/emotion-js/emotion/commit/b02be0bae0048df4b3a8567436bc31059b00d213"><code>b02be0b</code></a> Fixed ignore flag not disabling the warning for rules defined inside other ru...</li>
   <li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/@emotion/react@11.4.1...@emotion/react@11.11.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.11.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] adaptly-bot commented on pull request #24320: build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend

Posted by "adaptly-bot (via GitHub)" <gi...@apache.org>.
adaptly-bot commented on PR #24320:
URL: https://github.com/apache/superset/pull/24320#issuecomment-1694621593

   ### :warning:&nbsp;&nbsp;@emotion/react
   <details>
   <summary>&nbsp;Breaking changes</summary>
   
   
   
   <details>
   <summary>1: <code>ThemeProviderProps["children"]</code> was marked as a required prop</summary>
   
   > The `ThemeProviderProps["children"]` is now a required prop. This means that `ThemeProvider` should always wrap some subtree. If your code was not providing a child to `ThemeProvider`, it will break. You need to ensure that `ThemeProvider` is always wrapping a subtree.
   </details>
   
   
   </details>
   
   
   
   > :bust_in_silhouette: Who am I? I am a bot that helps developers to update dependencies by informing if changelogs contain breaking changes or not.
   
   > :wave: See you again? If you want my help with other dependency updates, [add me](https://github.com/apps/adaptly-bot) to your repository.
   
   > PS. I hope I didn't bother you - my purpose is to help developers and I won't comment anymore without your request. Feel free to shoot me a message about anything support@adaptly.dev. Cheers.


-- 
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


Re: [PR] build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed pull request #24320: build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend
URL: https://github.com/apache/superset/pull/24320


-- 
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


Re: [PR] build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend [superset]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #24320:
URL: https://github.com/apache/superset/pull/24320#issuecomment-1898677981

   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


[GitHub] [superset] rusackas commented on pull request #24320: build(deps): bump @emotion/react from 11.4.1 to 11.11.1 in /superset-frontend

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on PR #24320:
URL: https://github.com/apache/superset/pull/24320#issuecomment-1583830461

   @dependabot rebase


-- 
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