Skip to content

chore(deps): update emotion monorepo - #379

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/emotion-monorepo
Open

chore(deps): update emotion monorepo#379
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/emotion-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 19, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@emotion/react (source) 11.4.111.14.0 age confidence
@emotion/styled (source) 11.3.011.14.1 age confidence

Release Notes

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

v11.14.0

Compare Source

Minor Changes
  • #​3281 fc4d7bd Thanks @​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

v11.13.5

Compare Source

Patch Changes
  • #​3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

v11.13.3

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #​3215 a9f6912 Thanks @​Andarist! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

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.

  • #​2819 bbad8c79 Thanks @​nicksrandall! - Thanks to the added exports field, the package now includes a worker condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.

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

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

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from bf6522d to 4957067 Compare November 14, 2021 08:39
@renovate renovate Bot changed the title chore(deps): update dependency @emotion/react to v11.5.0 chore(deps): update emotion monorepo to v11.6.0 Nov 14, 2021
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 4957067 to bb18fa9 Compare November 26, 2021 12:18
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.6.0 chore(deps): update emotion monorepo Nov 26, 2021
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from bb18fa9 to 315176c Compare December 12, 2021 23:39
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 315176c to 90007ed Compare March 7, 2022 15:51
@renovate renovate Bot changed the title chore(deps): update emotion monorepo chore(deps): update emotion monorepo to v11.8.1 Mar 7, 2022
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 90007ed to f48cd70 Compare March 14, 2022 14:32
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.8.1 chore(deps): update emotion monorepo Mar 14, 2022
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from f48cd70 to 15bdd78 Compare April 6, 2022 11:01
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 15bdd78 to 68cb293 Compare June 18, 2022 18:11
@renovate renovate Bot changed the title chore(deps): update emotion monorepo chore(deps): update emotion monorepo to v11.9.3 Jun 18, 2022
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 68cb293 to 17baf37 Compare September 25, 2022 15:58
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.9.3 chore(deps): update emotion monorepo to v11.10.4 Sep 25, 2022
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 17baf37 to ebed0ff Compare November 20, 2022 16:45
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.10.4 chore(deps): update emotion monorepo to v11.10.5 Nov 20, 2022
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from ebed0ff to 4712ed7 Compare March 18, 2023 10:10
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.10.5 chore(deps): update emotion monorepo to v11.10.6 Mar 18, 2023
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.10.6 chore(deps): update emotion monorepo to v11.11.0 May 28, 2023
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 4712ed7 to ccc32ae Compare May 28, 2023 11:11
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.11.0 chore(deps): update emotion monorepo Jun 7, 2023
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from ccc32ae to 07a0a23 Compare June 7, 2023 11:23
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 07a0a23 to 12fd0ab Compare December 23, 2023 21:56
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 12fd0ab to eb05b39 Compare March 2, 2024 17:37
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from eb05b39 to 0f003e5 Compare March 29, 2024 20:28
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 0f003e5 to a22fc92 Compare July 19, 2024 07:55
@renovate renovate Bot changed the title chore(deps): update emotion monorepo chore(deps): update emotion monorepo to v11.12.0 Jul 19, 2024
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from a22fc92 to 3a150ce Compare July 20, 2024 07:48
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.12.0 chore(deps): update emotion monorepo to v11.13.0 Jul 20, 2024
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 3a150ce to 692f5e5 Compare August 21, 2024 09:52
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.13.0 chore(deps): update emotion monorepo Aug 21, 2024
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 692f5e5 to b3d85aa Compare November 20, 2024 11:55
@renovate renovate Bot changed the title chore(deps): update emotion monorepo chore(deps): update emotion monorepo to v11.13.5 Nov 20, 2024
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.13.5 chore(deps): update emotion monorepo to v11.14.0 Dec 9, 2024
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from b3d85aa to 6ab92f2 Compare December 9, 2024 10:23
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 6ab92f2 to 8bcc1d0 Compare June 26, 2025 12:35
@renovate renovate Bot changed the title chore(deps): update emotion monorepo to v11.14.0 chore(deps): update emotion monorepo Jun 26, 2025
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch 2 times, most recently from 8a5c159 to 6c58791 Compare August 13, 2025 17:25
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 6c58791 to 5062e65 Compare August 19, 2025 14:27
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 5062e65 to 408437c Compare September 25, 2025 18:52
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 408437c to 7ded554 Compare October 21, 2025 17:45
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 7ded554 to 03cba5c Compare November 10, 2025 17:45
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 03cba5c to 5ca2b7f Compare January 19, 2026 18:12
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 5ca2b7f to 1149de7 Compare February 2, 2026 17:40
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 1149de7 to 39daf47 Compare February 12, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 39daf47 to 34aa659 Compare April 1, 2026 18:59
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 34aa659 to 7b95992 Compare April 29, 2026 11:39
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 7b95992 to bde57b6 Compare May 12, 2026 17:41
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch 2 times, most recently from eb26c53 to 3ba8b3d Compare June 1, 2026 22:05
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from 3ba8b3d to d29dfcd Compare August 11, 2026 22:14
@renovate
renovate Bot force-pushed the renovate/emotion-monorepo branch from d29dfcd to 91fdd72 Compare September 2, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants