Update dependency @emotion/react to v11.13.0 #281

Merged
pierre merged 1 commits from renovate/emotion-react-11.x-lockfile into master 2024-07-22 00:14:45 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@emotion/react (source) dependencies minor 11.11.4 -> 11.13.0

Release Notes

emotion-js/emotion (@​emotion/react)

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.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! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@emotion/react](https://github.com/emotion-js/emotion/tree/main#readme) ([source](https://github.com/emotion-js/emotion)) | dependencies | minor | [`11.11.4` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.4/11.13.0) | --- ### Release Notes <details> <summary>emotion-js/emotion (@&#8203;emotion/react)</summary> ### [`v11.13.0`](https://github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.13.0) [Compare Source](https://github.com/emotion-js/emotion/compare/@emotion/react@11.12.0...@emotion/react@11.13.0) ##### Minor Changes - [#&#8203;3198](https://github.com/emotion-js/emotion/pull/3198) [`d8ff8a5`](https://github.com/emotion-js/emotion/commit/d8ff8a5990c691017b463b3fa23a9f46ab28147b) Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Migrated away from relying on `process.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](https://nodejs.org/docs/v20.15.1/api/packages.html#resolving-user-conditions)). 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. - [#&#8203;3215](https://github.com/emotion-js/emotion/pull/3215) [`a9f6912`](https://github.com/emotion-js/emotion/commit/a9f691299844bf6837b7ad41ee17cd912496f3d5) Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Added `edge-light` and `workerd` conditions to `package.json` manifest to better serve users using Vercel Edge and Cloudflare Workers. ##### Patch Changes - Updated dependencies \[[`d8ff8a5`](https://github.com/emotion-js/emotion/commit/d8ff8a5990c691017b463b3fa23a9f46ab28147b), [`a9f6912`](https://github.com/emotion-js/emotion/commit/a9f691299844bf6837b7ad41ee17cd912496f3d5)]: - [@&#8203;emotion/cache](https://github.com/emotion/cache)[@&#8203;11](https://github.com/11).13.0 - [@&#8203;emotion/serialize](https://github.com/emotion/serialize)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;emotion/use-insertion-effect-with-fallbacks](https://github.com/emotion/use-insertion-effect-with-fallbacks)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;emotion/utils](https://github.com/emotion/utils)[@&#8203;1](https://github.com/1).4.0 ### [`v11.12.0`](https://github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.12.0) [Compare Source](https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.4...@emotion/react@11.12.0) ##### Minor Changes - [#&#8203;2815](https://github.com/emotion-js/emotion/pull/2815) [`65a1eea`](https://github.com/emotion-js/emotion/commit/65a1eea156a15603cd9ded42769a8ca226cf9450) Thanks [@&#8203;srmagura](https://github.com/srmagura)! - Automatic labeling at runtime is now an opt-in feature. Define `globalThis.EMOTION_RUNTIME_AUTO_LABEL = true` before Emotion gets initialized to enable it. ##### Patch Changes - [#&#8203;3206](https://github.com/emotion-js/emotion/pull/3206) [`d1994c4`](https://github.com/emotion-js/emotion/commit/d1994c460761ef37a3d12c587910c4e5b0e6f682) Thanks [@&#8203;DiegoAndai](https://github.com/DiegoAndai)! - Improved compatibility with the upcoming `@types/react` for React 19 where the global `JSX` namespace doesn't exist anymore - [#&#8203;3208](https://github.com/emotion-js/emotion/pull/3208) [`56109e7`](https://github.com/emotion-js/emotion/commit/56109e79adcf916144250b52ed579f13e4e6e0cf) Thanks [@&#8203;Andarist](https://github.com/Andarist)! - Only forward defined `ref`s to improve compatibility with the upcoming React 19 - Updated dependencies \[[`9ca22c6`](https://github.com/emotion-js/emotion/commit/9ca22c6c23e9effa086d161a9b0ae1c645686680), [`b1d16b0`](https://github.com/emotion-js/emotion/commit/b1d16b087d057524f374e347fdfd6a03e505107a), [`16d8a8c`](https://github.com/emotion-js/emotion/commit/16d8a8c2198461c4842c73048b406c346a70aa59)]: - [@&#8203;emotion/serialize](https://github.com/emotion/serialize)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;emotion/weak-memoize](https://github.com/emotion/weak-memoize)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;emotion/utils](https://github.com/emotion/utils)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;emotion/babel-plugin](https://github.com/emotion/babel-plugin)[@&#8203;11](https://github.com/11).12.0 - [@&#8203;emotion/cache](https://github.com/emotion/cache)[@&#8203;11](https://github.com/11).12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-07-22 00:06:52 +00:00
Update dependency @emotion/react to v11.13.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
ed2e672eae
pierre scheduled this pull request to auto merge when all checks succeed 2024-07-22 00:06:52 +00:00
pierre merged commit 50675524fc into master 2024-07-22 00:14:45 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/GeneIT#281
No description provided.