This repository was archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
chore(deps): update emotion monorepo to v11.10.4 #1254
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/emotion-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9d9bf41
to
fa4f1d3
Compare
fa4f1d3
to
13c8259
Compare
13c8259
to
e604cd3
Compare
e604cd3
to
cced1ba
Compare
cced1ba
to
15c58fa
Compare
15c58fa
to
c158679
Compare
c158679
to
1f1be79
Compare
1f1be79
to
8746b0c
Compare
8746b0c
to
af6426d
Compare
af6426d
to
9b5f0f4
Compare
9b5f0f4
to
b97e669
Compare
b97e669
to
6e004c7
Compare
6e004c7
to
7a30e6a
Compare
7a30e6a
to
93bb889
Compare
fe3899c
to
f3b0796
Compare
f3b0796
to
d0ad857
Compare
d0ad857
to
de1bf69
Compare
de1bf69
to
d890f36
Compare
d890f36
to
051e632
Compare
051e632
to
8069c07
Compare
8069c07
to
f621cb6
Compare
f621cb6
to
41ca2a0
Compare
41ca2a0
to
430e4ef
Compare
430e4ef
to
bdbdbb5
Compare
bdbdbb5
to
1a268eb
Compare
1a268eb
to
8eced97
Compare
8eced97
to
9b2a8cd
Compare
9b2a8cd
to
258e1a4
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.9.3
->11.10.4
11.9.3
->11.10.4
Release Notes
emotion-js/emotion
v11.10.4
Compare Source
Patch Changes
#2867
89b6dbb3
Thanks @Andarist! - Externalized code referencingReact.useInsertionEffect
to a separate@emotion/use-insertion-effect-with-fallbacks
package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It referencesuseInsertionEffect
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 referenceuseInsertionEffect
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 touseInsertionEffect
in the process.Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.
Updated dependencies [
89b6dbb3
]:v11.10.0
Compare Source
Minor Changes
bbad8c79
Thanks @nicksrandall! -exports
field has been added to thepackage.json
manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.Patch Changes
bbad8c79
,bbad8c79
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.