fix: update dependency linaria to v6 #96
Open
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:
^2.0.0->^6.0.0Release Notes
callstack/linaria (linaria)
v6.3.0Minor Changes
281ca4f: The new version of wyw-in-js, with the support of a configurable code remover, can help prevent compilation errors and improve build time.v6.2.0Minor Changes
a3dcee2: Update wyw-in-js to 0.5.3v6.1.1Compare Source
Patch Changes
fd60b5d]v6.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/[email protected]...@wyw-in-js/[email protected]Patch 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
v5.0.5Compare Source
Patch Changes
e25e91f]v5.0.4Compare Source
Patch Changes
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.ae162f4: babelrc should not be used for preeval transformations (fixes #1308)Patch Changes
f8b9bff: Improved exports finder so it works with pure TS files and better detects transpiled reexports.2a1e24a: Upgrade TypeScript to 5.29cb4143]ae162f4]88e0761]b3ef8c1]f8b9bff]6390233]aa10045]9bb782d]2a1e24a]16320d7]cb853e1]v4.5.4Compare Source
Patch Changes
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
85e74df: Fix: type imports withouttypeannotation may lead to an unexpected increase in the evaluated codebase.1bf5c5b: The cache has been improved, which should address the build time issues for Webpack 4/5 and resolve HMR-related problems for Vite. Fixes #1199, #1265 and maybe some more.85e74df]1bf5c5b]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
05ad266: Improved compatibility with redux and some other libraries.af5bb92: The end of support for Node.js 14. Migration to pnpm 8.890b4ac]05ad266]16c057d]af5bb92]v4.1.17Compare Source
Patch Changes
v4.1.16Compare Source
Patch Changes
v4.1.15Compare Source
Patch Changes
v4.1.14Compare Source
Patch Changes
v4.1.13Compare Source
Patch Changes
v4.1.12Compare Source
Patch Changes
v4.1.11Compare Source
Patch Changes
v4.1.10Compare Source
Patch Changes
v4.1.9Compare Source
Patch Changes
v4.1.8Compare Source
Patch Changes
v4.1.7Compare Source
Patch Changes
v4.1.6Compare Source
Patch Changes
v4.1.5Compare Source
Patch Changes
2906ec1: Watch dependencies from cached css files in webpack watch mode.2906ec1]v4.1.4Patch Changes
87ffe61: The newvariableNameSlugoption that allows to customize css variable names (closes #1053).8a8be24]8a8be24]08304e0]87ffe61]v4.1.3Patch Changes
24b4a4b]v4.1.2Compare Source
Patch Changes
50bc0c7]v4.1.1Compare Source
Patch Changes
2abc55b: Fix 'Using the tag in runtime is not supported' in some enviroments (fixes #1021)v4.1.0Compare Source
Patch Changes
92f6d87]v4.0.0Compare Source
What's Changed
linariapackage into multiple@linaria/*by @Anber in #687classNameSlugresolution by @mikestopcontinues in #825--exactOptionalPropertyTypesTS flag by @geakstr in #827cssandcxby @Anber in #835cxby @Anber in #985New Contributors
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.
This PR was generated by Mend Renovate. View the repository job log.