Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update emotion monorepo to v11.14.0 (#345)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@emotion/react](https://redirect.github.com/emotion-js/emotion/tree/main#readme) ([source](https://redirect.github.com/emotion-js/emotion)) | [`11.10.6` -> `11.14.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.10.6/11.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2freact/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2freact/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2freact/11.10.6/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2freact/11.10.6/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@emotion/styled](https://redirect.github.com/emotion-js/emotion/tree/main#readme) ([source](https://redirect.github.com/emotion-js/emotion)) | [`11.10.6` -> `11.14.0`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.10.6/11.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fstyled/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2fstyled/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2fstyled/11.10.6/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fstyled/11.10.6/11.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>emotion-js/emotion (@​emotion/react)</summary> ### [`v11.14.0`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.14.0) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Minor Changes - [#​3284](https://redirect.github.com/emotion-js/emotion/pull/3284) [`a19d019`](https://redirect.github.com/emotion-js/emotion/commit/a19d019bd418ebc3b9cba0e58f58b36ac2862a42) Thanks [@​Andarist](https://redirect.github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written. ##### Patch Changes - Updated dependencies \[[`e1bf17e`](https://redirect.github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a)]: - [@​emotion/use-insertion-effect-with-fallbacks](https://redirect.github.com/emotion/use-insertion-effect-with-fallbacks)[@​1](https://redirect.github.com/1).2.0 ### [`v11.13.5`](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ### [`v11.13.3`](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ### [`v11.13.0`](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ### [`v11.12.0`](https://redirect.github.com/emotion-js/emotion/compare/@emotion/babel-preset-css-prop@11.11.0...d57cfcb6daf48fc5458f91b4db2e072fbc2863e4) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ### [`v11.11.4`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.4) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Patch Changes - [#​3159](https://redirect.github.com/emotion-js/emotion/pull/3159) [`5b82631d`](https://redirect.github.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0) Thanks [@​iegik](https://redirect.github.com/iegik)! - Renamed an internal `hasOwnProperty` to `hasOwn`. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with `Object.freeze(Object.prototype)`. ### [`v11.11.3`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.3) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Patch Changes - [#​3101](https://redirect.github.com/emotion-js/emotion/pull/3101) [`49c20b4f`](https://redirect.github.com/emotion-js/emotion/commit/49c20b4faa3b9aec0ca96066c126cbaaabbf2d5c) Thanks [@​kyvong](https://redirect.github.com/kyvong)! - Fix Theme import for newer Typescript module resolution modes - Updated dependencies \[[`45c440fb`](https://redirect.github.com/emotion-js/emotion/commit/45c440fbc86b90750f275f497d11382f09ec1d2e)]: - [@​emotion/serialize](https://redirect.github.com/emotion/serialize)[@​1](https://redirect.github.com/1).1.3 ### [`v11.11.1`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.1) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Patch Changes - [#​3048](https://redirect.github.com/emotion-js/emotion/pull/3048) [`9357f337`](https://redirect.github.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42) Thanks [@​naari3](https://redirect.github.com/naari3)! - Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React. ### [`v11.11.0`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/eslint-plugin%4011.11.0) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Patch Changes - [#​3029](https://redirect.github.com/emotion-js/emotion/pull/3029) [`eed5e6cf`](https://redirect.github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247) Thanks [@​Andarist](https://redirect.github.com/Andarist)! - Fixed importing in Node ESM ### [`v11.10.8`](https://redirect.github.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.10.8) [Compare Source](https://redirect.github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected]) ##### Patch Changes - [#​3025](https://redirect.github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://redirect.github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@​Andarist](https://redirect.github.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://redirect.github.com/thysultan/stylis)). - Updated dependencies \[[`6bd13425`](https://redirect.github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]: - [@​emotion/babel-plugin](https://redirect.github.com/emotion/babel-plugin)[@​11](https://redirect.github.com/11).10.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information