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

chore(deps): update dependency @emotion/core to v10.3.1 #703

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/core (source) 10.0.35 -> 10.3.1 age adoption passing confidence

Release Notes

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

v10.3.1

Compare Source

Patch Changes
  • #​2576 33c01578 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.

v10.3.0

Compare Source

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

  • #​2560 b5a26619 Thanks @​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

Compare Source

Patch Changes
  • fe30cbd6 #​2066 Thanks @​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:

    <div css={{ color: 'hotpink' }}>
      <div />
      <div />
    </div>

v10.1.0

Compare Source

Minor Changes
  • 71514b06 #​1970 Thanks @​FLGMwt! - Support for the new JSX runtimes has been added. They require compatible React versions and shouldn't be manually used.

    To use them you can use the new @jsxImportSource @&#8203;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.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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 this update again.


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

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

@renovate renovate bot added the renovate label Nov 1, 2020
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from b525a41 to c13a3af Compare November 2, 2020 09:57
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.0 chore(deps): update dependency @emotion/core to v10.1.1 Nov 2, 2020
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 4 times, most recently from b4e9ae0 to 42e9383 Compare November 5, 2020 17:14
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 42e9383 to 644e271 Compare November 12, 2020 15:37
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 644e271 to dec483e Compare November 27, 2020 16:14
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from dec483e to 29c8dad Compare December 4, 2020 17:13
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 29c8dad to 303b46c Compare December 14, 2020 01:46
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 303b46c to e69b1b9 Compare December 25, 2020 16:53
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from e69b1b9 to b2cbe74 Compare May 28, 2021 02:19
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.1 chore(deps): update dependency @emotion/core to v10.1.1 - autoclosed Jul 6, 2021
@renovate renovate bot closed this Jul 6, 2021
@renovate renovate bot deleted the renovate/emotion-monorepo branch July 6, 2021 10:02
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.1 - autoclosed chore(deps): update dependency @emotion/core to v10.1.1 Jul 6, 2021
@renovate renovate bot reopened this Jul 6, 2021
@renovate renovate bot restored the renovate/emotion-monorepo branch July 6, 2021 11:12
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 2 times, most recently from e971bcf to e115537 Compare September 14, 2021 14:32
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.1 chore(deps): update dependency @emotion/core to v10.1.1 - autoclosed Oct 7, 2021
@renovate renovate bot closed this Oct 7, 2021
@renovate renovate bot deleted the renovate/emotion-monorepo branch October 7, 2021 16:46
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.1 - autoclosed chore(deps): update dependency @emotion/core to v10.1.1 Oct 7, 2021
@renovate renovate bot reopened this Oct 7, 2021
@renovate renovate bot restored the renovate/emotion-monorepo branch October 7, 2021 18:15
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from e115537 to 6f702fd Compare February 24, 2022 01:21
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.1.1 chore(deps): update dependency @emotion/core to v10.3.1 Feb 24, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 6f702fd to 9c33683 Compare February 24, 2022 03:46
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 4 times, most recently from c9ab5ac to 0097252 Compare April 26, 2022 09:26
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 84a7f75 to c6fd3e8 Compare November 20, 2022 14:19
@renovate renovate bot changed the title chore(deps): update dependency @emotion/core to v10.3.1 Update dependency @emotion/core to v10.3.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency @emotion/core to v10.3.1 chore(deps): update dependency @emotion/core to v10.3.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 4 times, most recently from c290557 to d007947 Compare August 11, 2023 04:45
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 12 times, most recently from 14944fd to 394e0e7 Compare April 28, 2024 01:04
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch 3 times, most recently from 679b39f to 35ae854 Compare April 28, 2024 10:58
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 35ae854 to 2506e63 Compare May 18, 2024 04:25
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 2506e63 to 1d73a70 Compare May 26, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants