Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update emotion monorepo #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.4.0 -> 11.13.3 age adoption passing confidence
@emotion/styled (source) 11.3.0 -> 11.13.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.13.3

Compare Source

v11.13.0

Compare Source

v11.12.0

Compare Source

v11.11.4

Compare Source

Patch Changes
  • #​3159 5b82631d Thanks @​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

Compare Source

Patch Changes

v11.11.1

Compare Source

Patch Changes
  • #​3048 9357f337 Thanks @​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 strings, Promises and other types that are valid in React.

v11.11.0

Compare Source

Patch Changes

v11.10.8

Compare Source

Patch Changes

v11.10.6

Compare Source

Patch Changes

v11.10.5

Compare Source

Patch Changes

v11.10.4

Compare Source

Patch Changes
  • #​2867 89b6dbb3 Thanks @​Andarist! - Externalized code referencing React.useInsertionEffect to a separate @emotion/use-insertion-effect-with-fallbacks package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It references useInsertionEffect in a very specific way that allows us to use it conditionally. However, if the code consuming Emotion is bundled as a library with Emotion in it then some bundlers might change the way in which we reference useInsertionEffect and that might create problems for bundlers used to consume the said library code. By externalizing this new package you can still bundle Emotion if you want to without running into this problem as you won't "destroy" the carefully crafted reference to useInsertionEffect in the process.

    Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.

  • Updated dependencies [89b6dbb3]:

v11.10.0

Compare Source

Minor Changes
  • #​2819 bbad8c79 Thanks @​nicksrandall! - exports field has been added to the package.json manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.
Patch Changes

v11.9.3

Compare Source

Patch Changes

v11.9.0

Compare Source

Patch Changes

v11.8.2

Compare Source

Patch Changes
  • #​2677 ff3cb164 Thanks @​Jack-Works! - Change Global component to use the StyleSheet constructor of the current cache.sheet. This is useful when cache.sheet is not the default implementation. Thanks to that the inner sheet constructed by Global can share the behavior with its "main" sheet that is hold by the cache.

v11.8.1

Compare Source

Patch Changes
  • #​2651 39ac5b99 Thanks @​Andarist! - Fixed a transpilation issue that caused useInsertionEffect to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.

v11.8.0

Compare Source

Minor Changes
  • #​2600 2f27156a Thanks @​Andarist! - Refactored code to use the upcoming React.useInsertionEffect when it's available (this is a new hook that is going to be introduced in React 18). This shouldn't have any effect on existing codebases and the change should be transparent.
Patch Changes
  • #​2609 242f7d8c Thanks @​Andarist! - Added @emotion/babel-plugin as a dependency - this is an actual dependency of the @emotion/react/macro entrypoint and it has to be explicitly declared to fix compatibility with strict package managers.

  • #​2615 3d672acd Thanks @​srmagura! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion.

  • Updated dependencies [2f27156a]:

v11.7.1

Compare Source

Patch Changes
  • #​2577 04681a5f Thanks @​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.

  • #​2590 1554a7e2 Thanks @​Andarist! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.

  • Updated dependencies [1554a7e2]:

v11.7.0

Compare Source

Patch Changes
  • #​2534 57be9e8c Thanks @​srmagura! - Changed the implementation of the runtime label extraction in elements using the css prop (that only happens in development) to one that should yield more consistent results across browsers. This fixes some minor issues with React reporting hydration mismatches that wouldn't happen in production.

v11.6.0

Compare Source

Minor Changes
  • #​2542 eb013d25 Thanks @​eps1lon! - Fixed hydration mismatches if React.useId (an upcoming API in React 18) is used within a tree below our components.
Patch Changes

v11.5.0

Compare Source

Patch Changes

v11.4.1

Compare Source

Patch Changes
  • #​2441 24557d9d Thanks @​garronej! - Exposed __unsafe_useEmotionCache which can be used to access the current Emotion's cache in an easier way than before. Using this might break 0-config SSR and is not recommended to be used unless there you know what you are doing and you are OK with the mentioned downside.

  • #​2424 cd25b62d Thanks @​tills13! - Use theme context when rendering components at all times. This removes a conditional usage of a React hook that could break Rules of Hooks in some scenarios.

  • #​2428 a69929d6 Thanks @​eps1lon! - Added display names to public React contexts in development builds. This helps to recognize them in React Developer Tools.

  • Updated dependencies [405af5ca]:


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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Aug 8, 2021

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

🔍 Inspect: https://vercel.com/andrewusher00/carbonite/BXzS1kj7rrhCnjzLjHNYAsNKTMNT
✅ Preview: https://carbonite-git-renovate-emotion-monorepo-andrewusher00.vercel.app

@renovate renovate bot changed the title fix(deps): update dependency @emotion/react to v11.4.1 fix(deps): update dependency @emotion/react to v11.5.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 2fa2f45 to 008b6e5 Compare October 19, 2021 00:48
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 008b6e5 to 9225827 Compare March 7, 2022 12:00
@renovate renovate bot changed the title fix(deps): update dependency @emotion/react to v11.5.0 fix(deps): update emotion monorepo to v11.8.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 9225827 to 06355c5 Compare March 26, 2022 14:13
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.8.1 fix(deps): update emotion monorepo Mar 26, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 06355c5 to c6800ed Compare April 24, 2022 22:50
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from c6800ed to 1eb47df Compare June 12, 2022 15:06
@renovate renovate bot changed the title fix(deps): update emotion monorepo fix(deps): update emotion monorepo to v11.9.3 Jun 12, 2022
@vercel
Copy link

vercel bot commented Jun 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
carbonite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2024 10:16am

@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 1eb47df to 971ab94 Compare July 31, 2022 10:09
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.9.3 fix(deps): update emotion monorepo to v11.10.0 Jul 31, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 971ab94 to 3edb0a4 Compare August 25, 2022 22:45
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.10.0 fix(deps): update emotion monorepo to v11.10.4 Aug 30, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 3edb0a4 to 831c38d Compare August 30, 2022 12:33
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.10.4 fix(deps): update emotion monorepo to v11.10.5 Oct 27, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 831c38d to ea952e1 Compare October 27, 2022 09:33
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.10.5 fix(deps): update emotion monorepo to v11.10.6 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from ea952e1 to a259fb3 Compare March 24, 2023 21:46
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from a259fb3 to bc85cde Compare May 28, 2023 08:43
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.10.6 fix(deps): update emotion monorepo to v11.11.0 May 28, 2023
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.11.0 fix(deps): update emotion monorepo Jun 7, 2023
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from bc85cde to 3462e26 Compare June 7, 2023 11:45
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 3462e26 to b439a8c Compare December 23, 2023 22:42
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from b439a8c to 229d33b Compare February 27, 2024 16:05
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 229d33b to 12101b6 Compare March 29, 2024 18:56
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 12101b6 to 4b90045 Compare July 19, 2024 10:46
@renovate renovate bot changed the title fix(deps): update emotion monorepo fix(deps): update emotion monorepo to v11.12.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 4b90045 to f5c1248 Compare July 20, 2024 08:17
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.12.0 fix(deps): update emotion monorepo to v11.13.0 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from f5c1248 to f78d7f8 Compare August 21, 2024 10:14
@renovate renovate bot changed the title fix(deps): update emotion monorepo to v11.13.0 fix(deps): update emotion monorepo Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant