module-federation / federation-dashboard

Dashboard service to command, control, and visualize module federation based systems
federation-dashboard-alpha.vercel.app
Apache License 2.0
19 stars 5 forks source link

Update emotion monorepo to v11 (major) - autoclosed #381

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/core 10.0.27 -> 11.0.0 age adoption passing confidence
@emotion/styled (source) 10.0.27 -> 11.10.5 age adoption passing confidence

Release Notes

emotion-js/emotion ### [`v11.0.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%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/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. ### [`v10.0.35`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/core%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/core%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/core%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.

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.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



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

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 891986d98af8b3a2853cc758c083af6c0110d5a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

federation-dashboard – ./dashboard-fe

πŸ” Inspect: https://vercel.com/module-federation/federation-dashboard/GtpaS9kjqW31ZiKHMkTEyQ5XdzSz
βœ… Preview: https://federation-dashboard-git-renovate-majo-91bd1a-module-federation.vercel.app

medusa-example-dsl – ./dashboard-example/dsl

πŸ” Inspect: https://vercel.com/module-federation/medusa-example-dsl/spDVoJ2JyHAWJ4eSqQimPpQV9fzV
βœ… Preview: https://medusa-example-dsl-git-renovate-major-23c73e-module-federation.vercel.app

[Deployment for 4a64d81 failed]

medusa-example-home – ./dashboard-example/home

πŸ” Inspect: https://vercel.com/module-federation/medusa-example-home/CusqJrnCdqJM2aqui2irQ4gzsdaY
βœ… Preview: https://medusa-example-home-git-renovate-major-f08cad-module-federation.vercel.app

[Deployment for 4a64d81 failed]

medusa-example-nav – ./dashboard-example/nav

πŸ” Inspect: https://vercel.com/module-federation/medusa-example-nav/AuwiLr5nd3Ws1QESXfXmYmjKrFNC
βœ… Preview: https://medusa-example-nav-git-renovate-major-3ac16f-module-federation.vercel.app

[Deployment for 4a64d81 failed]

medusa-example-search – ./dashboard-example/search

πŸ” Inspect: https://vercel.com/module-federation/medusa-example-search/HXg4uNVUtVuv5DvshCsELmzaCdh5
βœ… Preview: https://medusa-example-search-git-renovate-maj-72b527-module-federation.vercel.app

[Deployment for 4a64d81 failed]

medusa-example-utils – ./dashboard-example/utils

πŸ” Inspect: https://vercel.com/module-federation/medusa-example-utils/5e84wgqjv1rySndwJQbjQerh5vMo
βœ… Preview: https://medusa-example-utils-git-renovate-majo-cc3620-module-federation.vercel.app

[Deployment for 4a64d81 failed]

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated
federation-dashboard βœ… Ready (Inspect) Visit Preview Oct 27, 2022 at 9:17AM (UTC)
medusa-example-dsl ❌ Failed (Inspect) Oct 27, 2022 at 9:17AM (UTC)
medusa-example-home ❌ Failed (Inspect) Oct 27, 2022 at 9:17AM (UTC)
medusa-example-nav ❌ Failed (Inspect) Oct 27, 2022 at 9:17AM (UTC)
medusa-example-search ❌ Failed (Inspect) Oct 27, 2022 at 9:17AM (UTC)
medusa-example-utils ❌ Failed (Inspect) Oct 27, 2022 at 9:17AM (UTC)