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

Update emotion monorepo to v11.13.5 #22

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.9.0 -> 11.13.5 age adoption passing confidence
@emotion/styled (source) 11.8.1 -> 11.13.5 age adoption passing confidence

Release Notes

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

v11.13.5

Compare Source

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

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 096b62a to 2e0f06d Compare July 31, 2022 11:36
@renovate renovate bot changed the title Update emotion monorepo to v11.9.3 Update emotion monorepo to v11.10.0 Jul 31, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 2e0f06d to 660adeb Compare September 25, 2022 21:14
@renovate renovate bot changed the title Update emotion monorepo to v11.10.0 Update emotion monorepo to v11.10.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 660adeb to 8eecf61 Compare November 20, 2022 18:44
@renovate renovate bot changed the title Update emotion monorepo to v11.10.4 Update emotion monorepo to v11.10.5 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 8eecf61 to 1fb515c Compare March 12, 2023 12:44
@renovate renovate bot changed the title Update emotion monorepo to v11.10.5 Update emotion monorepo to v11.10.6 Mar 12, 2023
@renovate renovate bot changed the title Update emotion monorepo to v11.10.6 Update emotion monorepo to v11.11.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 1fb515c to fe63337 Compare May 28, 2023 08:55
@renovate renovate bot changed the title Update emotion monorepo to v11.11.0 Update emotion monorepo Jun 7, 2023
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from fe63337 to 9f0354e Compare June 7, 2023 15:44
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 9f0354e to a1bd30f Compare December 23, 2023 21:34
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from a1bd30f to 99dca2d Compare February 27, 2024 15:09
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 99dca2d to 2f5391e Compare March 20, 2024 16:04
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 2f5391e to d1359fc Compare March 29, 2024 19:00
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from d1359fc to 23cbe28 Compare July 19, 2024 10:27
@renovate renovate bot changed the title Update emotion monorepo Update emotion monorepo to v11.12.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 23cbe28 to 94c05da Compare July 20, 2024 10:44
@renovate renovate bot changed the title Update emotion monorepo to v11.12.0 Update emotion monorepo to v11.13.0 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 94c05da to 6675804 Compare August 21, 2024 11:11
@renovate renovate bot changed the title Update emotion monorepo to v11.13.0 Update emotion monorepo Aug 21, 2024
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 6675804 to 2a8f685 Compare November 20, 2024 11:56
@renovate renovate bot changed the title Update emotion monorepo Update emotion monorepo to v11.13.5 Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants