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 dependency linaria to v4 - autoclosed #333

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
linaria 1.4.1 -> 4.5.4 age adoption passing confidence

Release Notes

callstack/linaria (linaria)

v4.5.4

Compare Source

Patch Changes

v4.5.3

Compare Source

Patch Changes

v4.5.2

Compare Source

Patch Changes

v4.5.1

Compare Source

Patch Changes

v4.5.0

Compare Source

Minor Changes
  • 16c057d: Breaking Change: Performance Optimization for styled

    When a component is wrapped in styled, Linaria needs to determine if that component is already a styled component. To accomplish this, the wrapped component is included in the list of variables for evaluation, along with the interpolated values used in styles. The issue arises when a wrapped component, even if it is not styled, brings along a substantial dependency tree. This situation is particularly evident when using styled to style components from third-party UI libraries.

    To address this problem, Linaria will now examine the import location of the component and check if there is an annotation in the package.json file of the package containing the components. This annotation indicates whether the package includes other Linaria components. If there is no such annotation, Linaria will refrain from evaluating the component.

    Please note that this Breaking Change solely affects developers of component libraries. In order for users to style components from your library, you must include the linaria.components property in the library's package.json file. This property should have a mask that covers all imported files with components. Here's an example of how to specify it:

    "linaria": {
      "components": "**/*"
    }
Patch Changes

v4.1.17

Compare Source

Patch Changes

v4.1.16

Compare Source

Patch Changes

v4.1.15

Compare Source

Patch Changes

v4.1.14

Compare Source

Patch Changes

v4.1.13

Compare Source

Patch Changes

v4.1.12

Compare Source

Patch Changes

v4.1.11

Compare Source

Patch Changes

v4.1.10

Compare Source

Patch Changes

v4.1.9

Compare Source

Patch Changes

v4.1.8

Compare Source

Patch Changes

v4.1.7

Compare Source

Patch Changes

v4.1.6

Compare Source

Patch Changes

v4.1.5

Compare Source

Patch Changes

v4.1.4

Patch Changes

v4.1.3

Patch Changes

v4.1.2

Compare Source

Patch Changes

v4.1.1

Compare Source

Patch Changes
  • 2abc55b: Fix 'Using the tag in runtime is not supported' in some enviroments (fixes #​1021)

v4.1.0

Compare Source

Patch Changes

v4.0.0

Compare Source

What's Changed

New Contributors


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

@vercel
Copy link

vercel bot commented Jul 25, 2022

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

Name Status Preview Comments Updated (UTC)
cycloop-portal ❌ Failed (Inspect) Jul 25, 2023 7:55pm

@renovate renovate bot force-pushed the renovate/linaria-4.x branch 3 times, most recently from 91ce811 to 04972d6 Compare August 23, 2022 02:41
@renovate renovate bot force-pushed the renovate/linaria-4.x branch 2 times, most recently from 27dc687 to 92767ff Compare August 23, 2022 12:15
@renovate renovate bot force-pushed the renovate/linaria-4.x branch 3 times, most recently from 4595992 to f073c36 Compare August 23, 2022 17:47
@renovate renovate bot force-pushed the renovate/linaria-4.x branch 2 times, most recently from b459322 to 2a91f2e Compare August 24, 2022 00:13
@renovate renovate bot force-pushed the renovate/linaria-4.x branch 2 times, most recently from 5dae375 to ed9da03 Compare August 24, 2022 07:07
@renovate renovate bot changed the title fix(deps): update dependency linaria to v4 Update dependency linaria to v4 Dec 17, 2022
@renovate renovate bot changed the title Update dependency linaria to v4 fix(deps): update dependency linaria to v4 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency linaria to v4 fix(deps): update dependency linaria to v4 - autoclosed Sep 23, 2023
@renovate renovate bot closed this Sep 23, 2023
@renovate renovate bot deleted the renovate/linaria-4.x branch September 23, 2023 13:49
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.

None yet

0 participants