This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8051300
authored
build(deps): bump @emotion/react from 11.10.0 to 11.10.4 in /api-editor/gui (#1078)
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from
11.10.0 to 11.10.4.
<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>.10.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2867">#2867</a>
<a
href="https://github.com/emotion-js/emotion/commit/89b6dbb3c13d49ef1fa3d88888672d810853f05a"><code>89b6dbb3</code></a>
Thanks <a
href="https://github.com/Andarist"><code>@Andarist</code></a>! -
Externalized code referencing <code>React.useInsertionEffect</code> to a
separate <code>@emotion/use-insertion-effect-with-fallbacks</code>
package. This package should be used in your defined externals if you
bundle Emotion for whatever reason. It references
<code>useInsertionEffect</code> in a very specific way that allows us to
use it conditionally. However, if the code consuming Emotion is bundled
as a library with Emotion in it then some bundlers might change the way
in which we reference <code>useInsertionEffect</code> and that might
create problems for bundlers used to consume the said library code. By
externalizing this new package you can still bundle Emotion if you want
to without running into this problem as you won't "destroy"
the carefully crafted reference to <code>useInsertionEffect</code> in
the process.</p>
<p>Note that we don't recommend bundling Emotion. You should have very
specific reasons to do so.</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/emotion-js/emotion/commit/89b6dbb3c13d49ef1fa3d88888672d810853f05a"><code>89b6dbb3</code></a>]:</p>
<ul>
<li><code>@emotion/use-insertion-effect-with-fallbacks</code><a
href="https://github.com/1"><code>@1</code></a>.0.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/emotion-js/emotion/commit/6835850e39a5df4324e1f4ff4874fdce3d5b51d5"><code>6835850</code></a>
Version Packages (<a
href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2872">#2872</a>)</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/89b6dbb3c13d49ef1fa3d88888672d810853f05a"><code>89b6dbb</code></a>
Move conditional <code>useInsertionEffect</code> declarations into
separate package (<a
href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2867">#2867</a>)</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/28522cd3cad82c25a896b64418aa99ef767e03b2"><code>28522cd</code></a>
Upgrade Yarn (<a
href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2870">#2870</a>)</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/f2608b3a542164a3622453f306e2b782929a3020"><code>f2608b3</code></a>
Version Packages (<a
href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2865">#2865</a>)</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/b9b8b7493d6aea7cb2543aa1925eb2cac9636be9"><code>b9b8b74</code></a>
Fixed a regression that could cause a crash when looking for an ignoring
comm...</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/c60d646ff56ddaaee5d62a619276ae214db2a604"><code>c60d646</code></a>
Version Packages (<a
href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2860">#2860</a>)</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/df434eaf9d9ea9b3e574a576f7f93a533f70476b"><code>df434ea</code></a>
Pass <code>--no-immutable</code> to Yarn when regenerating lockfile
after versioning pac...</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/2de94aee23552d9f2d93f594671359f11c0babff"><code>2de94ae</code></a>
Regenerate lockfile after versioning packages</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/005e211d53a4a1a34509400e41402b8910875fda"><code>005e211</code></a>
Fixed an issue in the styles minifier that caused interpolations to be
someti...</li>
<li><a
href="https://github.com/emotion-js/emotion/commit/0ffd6068fe1c455788c0099b350ea771ce5657ee"><code>0ffd606</code></a>
Fixed the ignore flag not disabling the warning when there are multiple
block...</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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e5eda04 commit 8051300Copy full SHA for 8051300
File tree
Expand file treeCollapse file tree
2 files changed
+10
-8
lines changedFilter options
- api-editor/gui
Expand file treeCollapse file tree
2 files changed
+10
-8
lines changedapi-editor/gui/package-lock.json
Copy file name to clipboardExpand all lines: api-editor/gui/package-lock.json+9-7Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
api-editor/gui/package.json
Copy file name to clipboardExpand all lines: api-editor/gui/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments