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/babel-preset to ^4.5.4 #90

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 6, 2023

This PR contains the following updates:

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

Release Notes

callstack/linaria (@​linaria/babel-preset)

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

Compare Source

Patch Changes

v4.4.4

Compare Source

Patch Changes

v4.4.3

Compare Source

Patch Changes

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes
  • 917db44: A workaround for an issue with Vite and imports from some third-party libs.
  • 57c0dc4: Another fix for infinite loops. Fixes #​1202

v4.4.0

Compare Source

Minor Changes
  • af78327: Fix circular dependencies-related errors and freezes (fixes #​1193)
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 6, 2023
@renovate renovate bot requested a review from mecaota January 6, 2023 23:35
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.3.3 Update dependency @linaria/babel-preset to ^4.4.0 Feb 6, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch 2 times, most recently from 1cf72a0 to 8b9292a Compare February 8, 2023 15:09
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.4.0 Update dependency @linaria/babel-preset to ^4.4.1 Feb 8, 2023
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.4.1 Update dependency @linaria/babel-preset to ^4.4.2 Feb 20, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch 2 times, most recently from e261650 to 93b7072 Compare February 21, 2023 20:13
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.4.2 Update dependency @linaria/babel-preset to ^4.4.3 Feb 21, 2023
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.4.3 Update dependency @linaria/babel-preset to ^4.4.5 May 28, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from 93b7072 to 0d15b22 Compare May 28, 2023 12:18
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.4.5 Update dependency @linaria/babel-preset to ^4.5.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from 0d15b22 to 06db1e5 Compare July 13, 2023 14:24
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.5.0 Update dependency @linaria/babel-preset to ^4.5.1 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from 06db1e5 to ab0b4f6 Compare July 13, 2023 18:46
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.5.1 Update dependency @linaria/babel-preset to ^4.5.2 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from ab0b4f6 to 44ed2ad Compare July 16, 2023 22:43
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.5.2 Update dependency @linaria/babel-preset to ^4.5.3 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from 44ed2ad to 00194e4 Compare July 23, 2023 19:08
@renovate renovate bot changed the title Update dependency @linaria/babel-preset to ^4.5.3 Update dependency @linaria/babel-preset to ^4.5.4 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/linaria-babel-preset-4.x branch from 00194e4 to 5dcb8d7 Compare July 25, 2023 18:04
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