pastebin-ipfs
pastebin-ipfs copied to clipboard
build(deps): bump @emotion/styled from 11.6.0 to 11.10.6
Bumps @emotion/styled from 11.6.0 to 11.10.6.
Release notes
Sourced from @emotion/styled's releases.
@emotion/styled@11.10.6Patch Changes
#2985
4e172c2aThanks@emmatown! - Remove peer dependency on@babel/coreUpdated dependencies [
4e172c2a]:
@emotion/babel-plugin@11.10.6
@emotion/styled@11.10.5Patch Changes
#2929
13afe030Thanks@Andarist! - The support for@containerqueries has been added by updating the underlying parser (stylis) .
@emotion/styled@11.10.4Patch 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]:
@emotion/use-insertion-effect-with-fallbacks@1.0.0
@emotion/styled@11.10.0Minor Changes
#2819
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.#2819
bbad8c79Thanks@nicksrandall! - Thanks to the addedexportsfield, the package now includes aworkercondition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.Patch Changes
@emotion/styled@11.9.3Patch Changes
#2759 Thanks
@srmagura,@Andarist! - Change the argument of theshouldForwardPropoption ofstyledfromPropertyKeytostringin the TypeScript definitions.#2333
3055efddThanks@Andarist! -shouldForwardProphas been changed from being a bivariant method to a contravariant function - it improves the type-safety for those that type this option.
... (truncated)
Commits
0283f88Version Packages (#2999)4e172c2Remove peer dependency on@babel/corefrom most packages (#2985)88ce707Add Feathery to the in the wild list (#2990)acb72a4Add explicitpermissionsto GitHub workflows (#2899)92be52dVersion Packages (#2885)13afe03Upgrade Stylis to a version with container queries support (#2929)d8a13bcFork Stylis prefixer (#2890)c1ee578Remove unusedcximport in a doc example (#2915)4c0005fDo not warn about@emotion/reactbeing loaded twice in Vitest (#2905)61c6696Do not log failed rule insertions in the speedy mode for-ms-expandand `-m...- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)