This repository was archived by the owner on Nov 10, 2023. It is now read-only.
fix(deps): update dependency @emotion/react to v11.11.1 - #16
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @emotion/react to v11.11.1#16renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
April 1, 2022 04:58
ff1aadc to
63d2313
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
2 times, most recently
from
April 10, 2022 13:01
9351a67 to
f32d13c
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
April 23, 2022 12:20
f32d13c to
00c78ab
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
June 12, 2022 14:26
00c78ab to
a23c5f2
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
September 25, 2022 22:29
a23c5f2 to
7236054
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
November 20, 2022 16:10
7236054 to
e82ab52
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
March 16, 2023 06:54
e82ab52 to
e48dc9d
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
May 28, 2023 11:27
e48dc9d to
491902b
Compare
renovate
Bot
force-pushed
the
renovate/emotion-monorepo
branch
from
June 7, 2023 15:12
491902b to
e67c4d4
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.8.1->11.11.1Release Notes
emotion-js/emotion (@emotion/react)
v11.11.1Compare Source
Patch Changes
9357f337Thanks @naari3! - AddedElementTypeto the Emotion'sJSXnamespace. It's defined in the same way as the one in@types/reactand should make it possible to use components that returnstrings,Promises and other types that are valid in React.v11.11.0Compare Source
Patch Changes
eed5e6cfThanks @Andarist! - Fixed importing in Node ESMv11.10.8Compare Source
Patch Changes
#3025
6bd13425Thanks @Andarist! - Fixed a parsing issue with&within nested functions in declaration values by updating the underlying parser (stylis).Updated dependencies [
6bd13425]:v11.10.6Compare Source
Patch Changes
#2985
4e172c2aThanks @emmatown! - Remove peer dependency on@babel/coreUpdated dependencies [
4e172c2a]:v11.10.5Compare Source
Patch Changes
#2905
4c0005f6Thanks @p-m-p! - Do not warn about@emotion/reactbeing loaded twice in Vitest as that might easily happen with mocked modules.#2929
13afe030Thanks @Andarist! - The support for@containerqueries has been added by updating the underlying parser (stylis) .Updated dependencies [
13afe030,c02b1214,d8a13bca]:v11.10.4Compare Source
Patch Changes
#2867
89b6dbb3Thanks @Andarist! - Externalized code referencingReact.useInsertionEffectto a separate@emotion/use-insertion-effect-with-fallbackspackage. This package should be used in your defined externals if you bundle Emotion for whatever reason. It referencesuseInsertionEffectin 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 referenceuseInsertionEffectand 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 touseInsertionEffectin the process.Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.
Updated dependencies [
89b6dbb3]:v11.10.0Compare Source
Minor Changes
bbad8c79Thanks @nicksrandall! -exportsfield has been added to thepackage.jsonmanifest. 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]:v11.9.3Compare Source
Patch Changes
#2766
5b3f4d78Thanks @Andarist! -ThemeProviderProps["children"]was marked as a required prop asThemeProvidershould always wrap some subtree.Updated dependencies [
26e4e3e8,6c2d7a60,5e81f213]:v11.9.0Compare Source
Patch Changes
#2700
d9357621Thanks @arturmuller! - Fixed a false positive warning forcontentproperties that includedvar().Updated dependencies [
d9357621]:v11.8.2Compare Source
Patch Changes
ff3cb164Thanks @Jack-Works! - ChangeGlobalcomponent to use theStyleSheetconstructor of the currentcache.sheet. This is useful whencache.sheetis not the default implementation. Thanks to that the inner sheet constructed byGlobalcan share the behavior with its "main" sheet that is hold by thecache.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.