emotion-js/emotion (@emotion/core)
### [`v10.3.1`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.1)
[Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.3.0...@emotion/core@10.3.1)
##### Patch Changes
- [#2576](https://redirect.github.com/emotion-js/emotion/pull/2576) [`33c01578`](https://redirect.github.com/emotion-js/emotion/commit/33c015780edc4f812d36ac7f0d228cd339873736) Thanks [@Methuselah96](https://redirect.github.com/Methuselah96)! - Export `Keyframes` type to avoid TypeScript inserting `import("@emotion/serialize").Keyframes` references into declaration files emitted based on a source files exporting `keyframes` result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.
### [`v10.3.0`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.0)
[Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.1.1...@emotion/core@10.3.0)
##### Minor Changes
- [#2566](https://redirect.github.com/emotion-js/emotion/pull/2566) [`122e9f11`](https://redirect.github.com/emotion-js/emotion/commit/122e9f11bf3aec2100dd55cee00b74170abe1ec9) Thanks [@eps1lon](https://redirect.github.com/eps1lon), [@Andarist](https://redirect.github.com/Andarist)! - Fixed hydration mismatches if `React.useId` (an upcoming API in React 18) is used within a tree below our components.
- [#2560](https://redirect.github.com/emotion-js/emotion/pull/2560) [`b5a26619`](https://redirect.github.com/emotion-js/emotion/commit/b5a26619b158703e9bc653f6297b33350c9e7b40) Thanks [@eps1lon](https://redirect.github.com/eps1lon)! - Dropped usage of a deprecated `SFC` React type in favor of `FC`. The `FC` type has been introduced in `@types/react@16.7.2` so this version of this package is now a minimum requirement for TypeScript users.
### [`v10.1.1`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.1)
[Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.1.0...@emotion/core@10.1.1)
##### Patch Changes
- [`fe30cbd6`](https://redirect.github.com/emotion-js/emotion/commit/fe30cbd60b131bd7017d574cc25215dcd04d1f46) [#2066](https://redirect.github.com/emotion-js/emotion/pull/2066) Thanks [@Andarist](https://redirect.github.com/Andarist)! - Fixed an issue with React giving warning about static children not having unique keys when using the classic `jsx` factory. This example illustrates the situation in which this has been incorrectly happening:
```js
```
### [`v10.1.0`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.0)
[Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.0.35...@emotion/core@10.1.0)
##### Minor Changes
- [`71514b06`](https://redirect.github.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://redirect.github.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://redirect.github.com/FLGMwt)! - Support for [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) has been added. They require compatible React versions and shouldn't be manually used.
To use them you can use the new `@jsxImportSource @emotion/core` pragma instead of the old `@jsx jsx` or you can use `@emotion/babel-preset-css-prop` with `{ runtime: 'automatic' }` option to have it handled automatically for you for the whole project.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 contains the following updates:
10.0.35
->10.3.1
10.0.27
->10.3.0
10.0.27
->10.3.0
Release Notes
emotion-js/emotion (@emotion/core)
### [`v10.3.1`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.1) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.3.0...@emotion/core@10.3.1) ##### Patch Changes - [#2576](https://redirect.github.com/emotion-js/emotion/pull/2576) [`33c01578`](https://redirect.github.com/emotion-js/emotion/commit/33c015780edc4f812d36ac7f0d228cd339873736) Thanks [@Methuselah96](https://redirect.github.com/Methuselah96)! - Export `Keyframes` type to avoid TypeScript inserting `import("@emotion/serialize").Keyframes` references into declaration files emitted based on a source files exporting `keyframes` result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies. ### [`v10.3.0`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.0) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.1.1...@emotion/core@10.3.0) ##### Minor Changes - [#2566](https://redirect.github.com/emotion-js/emotion/pull/2566) [`122e9f11`](https://redirect.github.com/emotion-js/emotion/commit/122e9f11bf3aec2100dd55cee00b74170abe1ec9) Thanks [@eps1lon](https://redirect.github.com/eps1lon), [@Andarist](https://redirect.github.com/Andarist)! - Fixed hydration mismatches if `React.useId` (an upcoming API in React 18) is used within a tree below our components. - [#2560](https://redirect.github.com/emotion-js/emotion/pull/2560) [`b5a26619`](https://redirect.github.com/emotion-js/emotion/commit/b5a26619b158703e9bc653f6297b33350c9e7b40) Thanks [@eps1lon](https://redirect.github.com/eps1lon)! - Dropped usage of a deprecated `SFC` React type in favor of `FC`. The `FC` type has been introduced in `@types/react@16.7.2` so this version of this package is now a minimum requirement for TypeScript users. ### [`v10.1.1`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.1) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/core@10.1.0...@emotion/core@10.1.1) ##### Patch Changes - [`fe30cbd6`](https://redirect.github.com/emotion-js/emotion/commit/fe30cbd60b131bd7017d574cc25215dcd04d1f46) [#2066](https://redirect.github.com/emotion-js/emotion/pull/2066) Thanks [@Andarist](https://redirect.github.com/Andarist)! - Fixed an issue with React giving warning about static children not having unique keys when using the classic `jsx` factory. This example illustrates the situation in which this has been incorrectly happening: ```jsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.