Update dependency @linaria/react to v6 - autoclosed #109
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.6->^6.0.0Release Notes
callstack/linaria (@linaria/react)
v6.2.0Compare Source
Minor Changes
a3dcee2: Update wyw-in-js to 0.5.3v6.1.0Compare Source
Minor Changes
8ba655d: Bump wyw-in-js to 0.4.0. The full list of changes Anber/wyw-in-js@@wyw-in-js/transform@0.2.3...@wyw-in-js/transform@0.4.0Patch Changes
8d4ebd3: chore: bump @wyw-in-js/* packagesv6.0.0Compare Source
Major Changes
2ac94b9: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.Migration Guide
For Users
For Custom Processor Developers
Patch Changes
2ac94b9]v5.0.3Compare Source
Patch Changes
e25e91f: Fixed detection of export/import statements. Fixes #1367v5.0.2Compare Source
Patch Changes
4992c14: Fix an issue with Shaker when CJS export is assigned to a const. Fixes #1348.4992c14]70000ec]5a32f4f]727dc2b]25ba134]5a32f4f]v5.0.1Compare Source
Patch Changes
6fb6eb6]v5.0.0Compare 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
2a1e24a: Upgrade TypeScript to 5.29cb4143]ae162f4]88e0761]b3ef8c1]f8b9bff]6390233]aa10045]9bb782d]2a1e24a]16320d7]cb853e1]v4.5.4Compare Source
Patch Changes
10bcd24: Fix for "The expression evaluated to 'undefined'" in Webpack (fixes #1300 and #1287)10bcd24]v4.5.3Compare Source
Patch Changes
10bcd24]v4.5.2Compare 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.7955724]b191f54]e59bf80]520ba8d]ae3727f]dca076e]v4.5.1Compare Source
Patch Changes
v4.5.0Compare Source
Minor Changes
16c057d: Breaking Change: Performance Optimization forstyledWhen 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 usingstyledto 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.jsonfile 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.componentsproperty in the library'spackage.jsonfile. This property should have a mask that covers all imported files with components. Here's an example of how to specify it:Patch Changes
af5bb92: The end of support for Node.js 14. Migration to pnpm 8.16c057d]af5bb92]v4.3.8Compare Source
Patch Changes
54ab61b: Enhance @linaria/shaker strategy: better search in namespace imports, add support for side effect imports, fix file skipping.54ab61b]v4.3.7Compare Source
Patch Changes
1c3f309: Fix tags usage validation (fixes #1224)3402908: Usages ofstyledandcssin Jest no longer trigger the "Using the … tag in runtime is not supported" exception.2e966f2]1c3f309]dbe250b]3402908]Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" 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.
This PR was generated by Mend Renovate. View the repository job log.