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 @linaria/react to v4.5.4 #199

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@linaria/react 4.3.8 -> 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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @linaria/react to v4.5.0 chore(deps): update dependency @linaria/react to v4.5.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x-lockfile branch from f83323b to 58fecbd Compare July 13, 2023 18:18
@renovate renovate bot changed the title chore(deps): update dependency @linaria/react to v4.5.1 chore(deps): update dependency @linaria/react to v4.5.2 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x-lockfile branch from 58fecbd to ea870f3 Compare July 16, 2023 23:04
@renovate renovate bot changed the title chore(deps): update dependency @linaria/react to v4.5.2 chore(deps): update dependency @linaria/react to v4.5.3 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x-lockfile branch from ea870f3 to 0cc0fb2 Compare July 23, 2023 18:13
@renovate renovate bot changed the title chore(deps): update dependency @linaria/react to v4.5.3 chore(deps): update dependency @linaria/react to v4.5.4 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/linaria-react-4.x-lockfile branch from 0cc0fb2 to 1912595 Compare July 25, 2023 19:37
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