Update emotion monorepo to v11.13.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@emotion/react (source) | dependencies | minor | 11.11.4 -> 11.13.0 |
@emotion/styled (source) | dependencies | minor | 11.11.5 -> 11.13.0 |
Release Notes
emotion-js/emotion (@emotion/react)
v11.13.0
Minor Changes
-
#3198
d8ff8a5
Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENV
checks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
-
#3215
a9f6912
Thanks @Andarist! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.
Patch Changes
v11.12.0
Minor Changes
-
#2815
65a1eea
Thanks @srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = true
before Emotion gets initialized to enable it.
Patch Changes
-
#3206
d1994c4
Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/react
for React 19 where the globalJSX
namespace doesn't exist anymore -
#3208
56109e7
Thanks @Andarist! - Only forward definedref
s to improve compatibility with the upcoming React 19
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.