You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Improved performance, notably by introducing a CSS parsing and validation cache.
Lots of internal refactoring to use more canonical sources of CSS data, e.g., around shorthands and property parsing grammars, instead of hand-rolled parsers. This fixed a few small bugs visible in web platform tests.
The cssText getter now returns the empty string if the computed flag is set.
The cssText setter, and the removeProperty() and setProperty() methods, now throw if the readonly flag is set.
The parentRule getter now returns the parent CSSRule instead of always returning null.
The item() method now throws if no argument is given.
Add camel-cased and Pascal-cased versions of WebKit properties, and fixed the raw properties to have a leading hyphen.
Make internal properties non-enumerable to hide them better.
Individual CSS property setters now handle invalid inputs better.
Implement unset support.
Update the property list to be based on the latest specs, in particular removing the deprecated azumith property and some deprecated WebKit properties.
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
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.2.1→^5.3.7Release Notes
jsdom/cssstyle (cssstyle)
v5.3.7: 5.3.7Compare Source
topproperty being treated as invalid. (This regressed in v5.3.6.)v5.3.6: 5.3.6Compare Source
v5.3.5: 5.3.5Compare Source
calc(), or the syntax of theclipproperty.v5.3.4: 5.3.4Compare Source
cssTextsetter.v5.3.3: 5.3.3Compare Source
border,border-top,border-bottom,border-left,border-right.v5.3.2: 5.3.2Compare Source
cssTextsetter to discard invalid declarations.v5.3.1: 5.3.1Compare Source
flex-basisin shorthandflexwhen it is not an explicit value or dimension, e.g.,flex: 0 0 auto.v5.3.0: 5.3.0Compare Source
Modify parsers to be AST-based
cssText.border,flex,margin, andpaddingshorthands.propertyListexport that lists the supported properties and their data. (This will eventually be used in jsdom, but it is still experimental.)v5.2.1Compare Source
\inrequire()calls, which was very broken.v5.2.0Compare Source
cssTextsetter fromrrweb-cssomtocss-tree.v5.1.0Compare Source
displayproperty parsing and serializationv5.0.0Compare Source
The minimum supported Node.js version is now v20.
!importantwith custom properties. (This regressed in v4.4.0.)v4.6.0Compare Source
generic()font-familykeyword support.v4.5.0Compare Source
font-familyparsing and serialization, andfontshorthand parsing, to be spec-compliant.var()insidebackground-*properties.v4.4.0Compare Source
cssTextgetter now returns the empty string if the computed flag is set.cssTextsetter, and theremoveProperty()andsetProperty()methods, now throw if the readonly flag is set.parentRulegetter now returns the parentCSSRuleinstead of always returningnull.item()method now throws if no argument is given.unsetsupport.azumithproperty and some deprecated WebKit properties.v4.3.1Compare Source
url()parsing and serialization (#194)@asamuzakjp/css-colorto improvecalc()serialization (#192)v4.3.0Compare Source
background-imageparsing (#186)border-colorparsing (#185)top/left/bottom/rightto support theautokeyword (#178)@asamuzakjp/css-colorto improve color parsing (#188)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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.