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 dependency @linaria/react to ^4.5.4 #92

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@linaria/react ^4.3.2 -> ^4.5.4 age adoption passing confidence

Release Notes

callstack/linaria (@​linaria/react)

v4.5.4

Compare Source

Patch Changes

v4.5.3

Compare Source

Patch Changes

v4.5.2

Compare Source

Patch Changes
  • e59bf80: Shaker mistakenly counts references in types as valuable and keeps referenced variables alive.
  • ae3727f: Fix the issues with processing files that are supposed to be parsed with their respective Babel config.
  • Updated dependencies [7955724]
  • Updated dependencies [b191f54]
  • Updated dependencies [e59bf80]
  • Updated dependencies [520ba8d]
  • Updated dependencies [ae3727f]
  • Updated dependencies [dca076e]

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

Compare Source

Patch Changes

v4.3.7

Compare Source

Patch Changes

v4.3.6

Compare Source

Patch Changes

v4.3.5

Compare Source

Patch Changes

v4.3.4

Compare Source

Patch Changes

v4.3.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 6am" 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 7, 2023
@renovate renovate bot requested a review from mecaota January 7, 2023 02:57
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 2b6a63a to 459f9dd Compare February 6, 2023 15:06
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.3.3 Update dependency @linaria/react to ^4.3.4 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 459f9dd to 120c329 Compare February 20, 2023 16:58
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.3.4 Update dependency @linaria/react to ^4.3.5 Feb 20, 2023
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.3.5 Update dependency @linaria/react to ^4.3.6 Feb 21, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 120c329 to 70b0525 Compare February 21, 2023 20:12
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.3.6 Update dependency @linaria/react to ^4.3.8 May 28, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 70b0525 to 2024aeb Compare May 28, 2023 12:17
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.3.8 Update dependency @linaria/react to ^4.5.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 2024aeb to f291ed3 Compare July 13, 2023 14:24
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.5.0 Update dependency @linaria/react to ^4.5.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from f291ed3 to aafd150 Compare July 13, 2023 18:46
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.5.1 Update dependency @linaria/react to ^4.5.2 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from aafd150 to 4e72a71 Compare July 16, 2023 22:43
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.5.2 Update dependency @linaria/react to ^4.5.3 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 4e72a71 to 58d21d8 Compare July 23, 2023 19:09
@renovate renovate bot changed the title Update dependency @linaria/react to ^4.5.3 Update dependency @linaria/react to ^4.5.4 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x branch from 58d21d8 to 0b55adc Compare July 25, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants