johno / digital-garden

🌻[WIP] Gatsby Theme to build your own digital garden 🌻πŸ₯€πŸŒΈ
216 stars 11 forks source link

Update dependency @emotion/core to v11 #149

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/core ^10.0.15 -> ^11.0.0 age adoption passing confidence

Release Notes

emotion-js/emotion ### [`v11.0.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4011.0.0) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.3.1...@emotion/core@11.0.0) ##### Major Changes - [`b8476e08`](https://togithub.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#​1675](https://togithub.com/emotion-js/emotion/pull/1675) Thanks [@​mitchellhamilton](https://togithub.com/mitchellhamilton)! - Rename `@emotion/core` to `@emotion/react`. Please change any imports of `@emotion/core` to import `@emotion/react` or use the `@emotion/pkg-renaming` ESLint rule from `@emotion/eslint-plugin`. ### [`v10.3.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%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%2Fcore%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%2Fcore%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%2Fcore%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. ### [`v10.0.35`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.35) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.34...@emotion/core@10.0.35) ##### Patch Changes - [`2cf3b16b`](https://togithub.com/emotion-js/emotion/commit/2cf3b16b94eb7bad8d745b135fb2bfa99154980d) [#​1973](https://togithub.com/emotion-js/emotion/pull/1973) Thanks [@​santialbo](https://togithub.com/santialbo)! - Fixed label extraction from the stack traces in node for components wrapped in `React.forwardRef`. This has affected only development builds. ### [`v10.0.34`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.34) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.28...@emotion/core@10.0.34) ##### Patch Changes - [`4979ebb2`](https://togithub.com/emotion-js/emotion/commit/4979ebb2f9db94fa291384213e4f37e4a58a294a) [#​1966](https://togithub.com/emotion-js/emotion/pull/1966) Thanks [@​chnakamura](https://togithub.com/chnakamura)! - Fixed label extraction from the stack traces in Chrome in certain scenarios. This has affected only development builds. ### [`v10.0.28`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.28) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.27...@emotion/core@10.0.28) ##### Patch Changes - [`d0b2a94`](https://togithub.com/emotion-js/emotion/commit/d0b2a94ab9d5648667447dbd78e7a2e3e93de42a) [#​1714](https://togithub.com/emotion-js/emotion/pull/1714) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed label extraction from the stack traces in FireFox and Safari. We have failed to match a label in Emotion wrappers like Theme UI which caused SSR mismatches in mentioned browsers. This has affected only development builds. ### [`v10.0.27`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.27) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.22...@emotion/core@10.0.27) ##### Patch Changes - [`4c62ae9`](https://togithub.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#​1698](https://togithub.com/emotion-js/emotion/pull/1698) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add LICENSE file - Updated dependencies \[[`4c62ae9`](https://togithub.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]: - [@​emotion/cache](https://togithub.com/emotion/cache)[@​10](https://togithub.com/10).0.27 - [@​emotion/css](https://togithub.com/emotion/css)[@​10](https://togithub.com/10).0.27 - emotion-server@10.0.27 - emotion-theming@10.0.27 - emotion@10.0.27 - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​0](https://togithub.com/0).11.15 - [@​emotion/sheet](https://togithub.com/emotion/sheet)[@​0](https://togithub.com/0).9.4 - [@​emotion/styled](https://togithub.com/emotion/styled)[@​10](https://togithub.com/10).0.27 - [@​emotion/utils](https://togithub.com/emotion/utils)[@​0](https://togithub.com/0).11.3 ### [`v10.0.22`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.22) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.21...@emotion/core@10.0.22) ##### Patch Changes - [`4fc5657a`](https://togithub.com/emotion-js/emotion/commit/4fc5657ac8d0002322321cfbfc254b7196d27387) [#​1219](https://togithub.com/emotion-js/emotion/pull/1219) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add dev hint about css object being stringified by accident - [`2fc75f26`](https://togithub.com/emotion-js/emotion/commit/2fc75f266b23cf48fb842953bc47eebcb5241cbd) [#​1548](https://togithub.com/emotion-js/emotion/pull/1548) Thanks [@​Andarist](https://togithub.com/Andarist)! - Accept objects as `className` in jsx-created components (they are stringified) to match React behavior - [`10211951`](https://togithub.com/emotion-js/emotion/commit/10211951051729b149930a8646de14bae9ae1bbc) [#​1553](https://togithub.com/emotion-js/emotion/pull/1553) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add dev warning about keyframes being interpolated into plain strings. - [`57a767ea`](https://togithub.com/emotion-js/emotion/commit/57a767ea3dd18eefbbdc7269cc13128caad65286) [#​1560](https://togithub.com/emotion-js/emotion/pull/1560) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fix composition of styles without a final semicolon in a declaration block - Updated dependencies \[[`4fc5657a`](https://togithub.com/emotion-js/emotion/commit/4fc5657ac8d0002322321cfbfc254b7196d27387), [`10211951`](https://togithub.com/emotion-js/emotion/commit/10211951051729b149930a8646de14bae9ae1bbc), [`57a767ea`](https://togithub.com/emotion-js/emotion/commit/57a767ea3dd18eefbbdc7269cc13128caad65286), [`c3f0bc10`](https://togithub.com/emotion-js/emotion/commit/c3f0bc101833fff1ee4e27c7a730b821a7df4a15), [`11bea3a8`](https://togithub.com/emotion-js/emotion/commit/11bea3a89f38f9052c692c3df050ad802b6b954c)]: - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​0](https://togithub.com/0).11.12 - [@​emotion/styled](https://togithub.com/emotion/styled)[@​10](https://togithub.com/10).0.22 - [@​emotion/css](https://togithub.com/emotion/css)[@​10](https://togithub.com/10).0.22 ### [`v10.0.21`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.21) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.20...@emotion/core@10.0.21) ##### Patch Changes - [7855db4a](https://togithub.com/emotion-js/emotion/commit/7855db4ae379f212e7b972b9108419154e17ed45) [#​1537](https://togithub.com/emotion-js/emotion/pull/1537) Thanks [@​Andarist](https://togithub.com/Andarist)! - Add missing `/* #__PURE__ */` annotation to creation of EmotionCssPropInternal ### [`v10.0.20`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion%2Fcore%4010.0.20) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.17...@emotion/core@10.0.20) ##### Patch Changes - [38bb2b19](https://togithub.com/emotion-js/emotion/commit/38bb2b19d4ff1552116829e068664516d167a3f8) [#​1530](https://togithub.com/emotion-js/emotion/pull/1530) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fix class not being applied when putting nil as css prop value on wrapper component ### [`v10.0.17`](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.16...@emotion/core@10.0.17) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/core@10.0.16...@emotion/core@10.0.17)

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.



This PR has been generated by Mend Renovate. View repository job log here.