Update emotion monorepo #314

Merged
kjuulh merged 1 commits from renovate/emotion-monorepo into main 2024-08-22 00:51:14 +02:00
Owner

This PR contains the following updates:

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

Release Notes

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

v11.13.3

Compare Source

Patch Changes

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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.3`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.4/11.13.3) | | [@emotion/styled](https://github.com/emotion-js/emotion/tree/main#readme) ([source](https://github.com/emotion-js/emotion)) | dependencies | minor | [`11.11.5` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.11.5/11.13.0) | --- ### Release Notes <details> <summary>emotion-js/emotion (@&#8203;emotion/react)</summary> ### [`v11.13.3`](https://github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.13.3) [Compare Source](https://github.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3) ##### Patch Changes - [#&#8203;3232](https://github.com/emotion-js/emotion/pull/3232) [`0ce3ed0`](https://github.com/emotion-js/emotion/commit/0ce3ed0ff3f7d1ddf91db2859f863f230b063e13) Thanks [@&#8203;ENvironmentSet](https://github.com/ENvironmentSet)! - Distribute `css` prop attachment over props that are union types - Updated dependencies \[]: - [@&#8203;emotion/serialize](https://github.com/emotion/serialize)[@&#8203;1](https://github.com/1).3.1 ### [`v11.13.0`](https://github.com/emotion-js/emotion/releases/tag/%40emotion/styled%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/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/styled%4011.12.0) [Compare Source](https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.4...@emotion/react@11.12.0) ##### 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), [`a1e881b`](https://github.com/emotion-js/emotion/commit/a1e881b7dffdfa69f5ff32a708a25213b711bd15), [`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/is-prop-valid](https://github.com/emotion/is-prop-valid)[@&#8203;1](https://github.com/1).3.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 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-08-22 00:50:58 +02:00
Update emotion monorepo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
5485504337
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-08-22 00:50:58 +02:00
kjuulh merged commit ea83bdd3ef into main 2024-08-22 00:51:14 +02: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: OpenFood/openfood#314
No description provided.