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

pkg: Update build packages (major) #2829

Merged
merged 1 commit into from
Sep 23, 2023
Merged

pkg: Update build packages (major) #2829

merged 1 commit into from
Sep 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/webpack-config 15.0.35 -> 16.0.0 age adoption passing confidence
@linaria/babel-preset 4.4.5 -> 5.0.1 age adoption passing confidence
@linaria/core 4.2.10 -> 5.0.1 age adoption passing confidence
@linaria/react 4.3.8 -> 5.0.1 age adoption passing confidence
@linaria/shaker 4.2.11 -> 5.0.1 age adoption passing confidence
@linaria/tags 4.3.5 -> 5.0.1 age adoption passing confidence
@linaria/utils 4.3.4 -> 5.0.1 age adoption passing confidence
@linaria/webpack5-loader 4.1.17 -> 5.0.1 age adoption passing confidence

Release Notes

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

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • 88e0761: Rewritten dependecny tree processing with support for wildcard re-exports.
  • cb853e1: All processing stages were merged into one generators-based processor. It allows the implementation of more complex workflows to support features like dynamic imports and re-exports.
Minor Changes
  • 9cb4143: Refactoring of the 1st stage of transformation. It opens the road to processing wildcard reexports.
Patch Changes

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

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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Sep 23, 2023

⚠️ No Changeset found

Latest commit: 1eb4dad

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title pkg: Update @anansi/webpack-config to v16 pkg: Update @anansi/webpack-config to v16 - autoclosed Sep 23, 2023
@renovate renovate bot closed this Sep 23, 2023
@renovate renovate bot deleted the renovate/major-build branch September 23, 2023 23:08
@renovate renovate bot changed the title pkg: Update @anansi/webpack-config to v16 - autoclosed pkg: Update @anansi/webpack-config to v16 Sep 23, 2023
@renovate renovate bot reopened this Sep 23, 2023
@renovate renovate bot restored the renovate/major-build branch September 23, 2023 23:14
@renovate renovate bot force-pushed the renovate/major-build branch from 8f1206c to 1eb4dad Compare September 23, 2023 23:17
@renovate renovate bot changed the title pkg: Update @anansi/webpack-config to v16 pkg: Update build packages (major) Sep 23, 2023
@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6fbad7a) 98.58% compared to head (1eb4dad) 98.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2829   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files         116      116           
  Lines        1907     1907           
  Branches      277      277           
=======================================
  Hits         1880     1880           
  Misses         14       14           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ntucker ntucker added this pull request to the merge queue Sep 23, 2023
Merged via the queue into master with commit 1306976 Sep 23, 2023
5 checks passed
@ntucker ntucker deleted the renovate/major-build branch September 23, 2023 23:30
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.

1 participant