chakra-icons
chakra-icons copied to clipboard
chore(deps): bump @emotion/react from 11.9.3 to 11.10.4
Bumps @emotion/react from 11.9.3 to 11.10.4.
Release notes
Sourced from @emotion/react's releases.
@emotion/react@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/react@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
Commits
6835850Version Packages (#2872)89b6dbbMove conditionaluseInsertionEffectdeclarations into separate package (#2867)28522cdUpgrade Yarn (#2870)f2608b3Version Packages (#2865)b9b8b74Fixed a regression that could cause a crash when looking for an ignoring comm...c60d646Version Packages (#2860)df434eaPass--no-immutableto Yarn when regenerating lockfile after versioning pac...2de94aeRegenerate lockfile after versioning packages005e211Fixed an issue in the styles minifier that caused interpolations to be someti...0ffd606Fixed the ignore flag not disabling the warning when there are multiple block...- 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)