emotion-js/emotion (@emotion/core)
### [`v10.3.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.1)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.3.0...@emotion/core@10.3.1)
##### Patch Changes
- [#2576](https://togithub.com/emotion-js/emotion/pull/2576) [`33c01578`](https://togithub.com/emotion-js/emotion/commit/33c015780edc4f812d36ac7f0d228cd339873736) Thanks [@Methuselah96](https://togithub.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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.0)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.1.1...@emotion/core@10.3.0)
##### Minor Changes
- [#2566](https://togithub.com/emotion-js/emotion/pull/2566) [`122e9f11`](https://togithub.com/emotion-js/emotion/commit/122e9f11bf3aec2100dd55cee00b74170abe1ec9) Thanks [@eps1lon](https://togithub.com/eps1lon), [@Andarist](https://togithub.com/Andarist)! - Fixed hydration mismatches if `React.useId` (an upcoming API in React 18) is used within a tree below our components.
- [#2560](https://togithub.com/emotion-js/emotion/pull/2560) [`b5a26619`](https://togithub.com/emotion-js/emotion/commit/b5a26619b158703e9bc653f6297b33350c9e7b40) Thanks [@eps1lon](https://togithub.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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.1)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.1.0...@emotion/core@10.1.1)
##### Patch Changes
- [`fe30cbd6`](https://togithub.com/emotion-js/emotion/commit/fe30cbd60b131bd7017d574cc25215dcd04d1f46) [#2066](https://togithub.com/emotion-js/emotion/pull/2066) Thanks [@Andarist](https://togithub.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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.0)
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.35...@emotion/core@10.1.0)
##### Minor Changes
- [`71514b06`](https://togithub.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://togithub.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://togithub.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 has been generated by Mend Renovate. View repository job log here.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.1) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.3.0...@emotion/core@10.3.1) ##### Patch Changes - [#2576](https://togithub.com/emotion-js/emotion/pull/2576) [`33c01578`](https://togithub.com/emotion-js/emotion/commit/33c015780edc4f812d36ac7f0d228cd339873736) Thanks [@Methuselah96](https://togithub.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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.3.0) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.1.1...@emotion/core@10.3.0) ##### Minor Changes - [#2566](https://togithub.com/emotion-js/emotion/pull/2566) [`122e9f11`](https://togithub.com/emotion-js/emotion/commit/122e9f11bf3aec2100dd55cee00b74170abe1ec9) Thanks [@eps1lon](https://togithub.com/eps1lon), [@Andarist](https://togithub.com/Andarist)! - Fixed hydration mismatches if `React.useId` (an upcoming API in React 18) is used within a tree below our components. - [#2560](https://togithub.com/emotion-js/emotion/pull/2560) [`b5a26619`](https://togithub.com/emotion-js/emotion/commit/b5a26619b158703e9bc653f6297b33350c9e7b40) Thanks [@eps1lon](https://togithub.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://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%4010.1.1) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.1.0...@emotion/core@10.1.1) ##### Patch Changes - [`fe30cbd6`](https://togithub.com/emotion-js/emotion/commit/fe30cbd60b131bd7017d574cc25215dcd04d1f46) [#2066](https://togithub.com/emotion-js/emotion/pull/2066) Thanks [@Andarist](https://togithub.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 has been generated by Mend Renovate. View repository job log here.