Open
Conversation
aec656c to
beb4687
Compare
8223d6d to
110fa85
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #501 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 6 6
Lines 47 47
Branches 9 9
=======================================
Hits 45 45
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
110fa85 to
4798b3f
Compare
4798b3f to
9b1d0d9
Compare
9b1d0d9 to
40b14c0
Compare
40b14c0 to
a343767
Compare
a343767 to
b073eb5
Compare
ba10cdb to
9e33d01
Compare
9e33d01 to
745a28d
Compare
745a28d to
8237032
Compare
8237032 to
8030d9a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^6.3.0→^7.0.0^6.3.0→^7.0.0^6.2.0→^7.0.0^0.6.0→^1.0.0^0.6.0→^1.0.0Release Notes
callstack/linaria (@linaria/core)
v7.0.0Compare Source
Major Changes
ab11ebb: BREAKING: bump@wyw-in-js/*dependencies to^1.0.0(stable).This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.
Notes:
.jsontoextensionsand ensure.jsonis ignored by evaluation rules (so it's parsed as JSON, not by Babel).transform()by default (serializeTransform: true). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), setserializeTransform: false(seeexamples/rollup/rollup.config.mjs).only: ['*']and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).Anber/wyw-in-js (@wyw-in-js/babel-preset)
v1.1.0Compare Source
Minor Changes
v1.0.8Compare Source
Patch Changes
v1.0.7Compare Source
v1.0.6Compare Source
Patch Changes
v1.0.5Compare Source
Patch Changes
a936749: Drop Node.js <20 support (Node 18 is EOL).Note: WyW
1.0.0already effectively required Node 20 in practice; this change makes the support policy explicit andaligns docs/CI accordingly.
If DOM emulation is enabled (
features.happyDOM), buthappy-domcannot be loaded viarequire()(ESM-only), WyW willfall back to running without DOM and print a one-time warning with guidance.
Updated dependencies
v1.0.4Compare Source
Patch Changes
b3bc127: Fix async module resolution by calling the bundlerresolve()with the correct plugin context.v1.0.3Compare Source
Patch Changes
v1.0.2Compare Source
Patch Changes
v1.0.1Compare Source
Patch Changes
v1.0.0Compare Source
Major Changes
94c5efa: Release 1.0.0 introduces no breaking changes compared to previous releases.This release establishes a stable baseline for future development, including upcoming releases focused on performance
and build-time optimizations.
v0.8.1Compare Source
Patch Changes
fcfdf52: Avoid infinite recursion when encountering import cycles while invalidating the cache.v0.8.0Compare Source
Minor Changes
v0.7.0Compare Source
Minor Changes
168341b: New optionprefixerthat allows disabling the built-in CSS-prefixed.58da575: Ensure cache invalidates correctly when dependency content changes.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.