Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
cssstyle ^4.2.1 -> ^5.3.4 age confidence

Release Notes

jsdom/cssstyle (cssstyle)

v5.3.4: 5.3.4

Compare Source

  • Improved performance when calling the cssText setter.

v5.3.3: 5.3.3

Compare Source

  • Fix the parsing of colors inside the border-related shorthand properties, i.e. border, border-top, border-bottom, border-left, border-right.

v5.3.2: 5.3.2

Compare Source

  • Fix the cssText setter to discard invalid declarations.

v5.3.1: 5.3.1

Compare Source

  • Fix parsing flex-basis in shorthand flex when it is not an explicit value or dimension, e.g., flex: 0 0 auto.

v5.3.0: 5.3.0

Compare Source

Modify parsers to be AST-based

  • Improve internal processing by switching from regular expression matching to AST-based parsing.
  • Improve getter and setter of cssText.
  • Improve serialization of border, flex, margin, and padding shorthands.
  • Add propertyList export that lists the supported properties and their data. (This will eventually be used in jsdom, but it is still experimental.)

v5.2.1

Compare Source

  • Fix a regression in v5.2.0 where the generated files used \ in require() calls, which was very broken.

v5.2.0

Compare Source

  • Change the parser used for the cssText setter from rrweb-cssom to css-tree.

v5.1.0

Compare Source

  • Implement full display property parsing and serialization

v5.0.0

Compare Source

The minimum supported Node.js version is now v20.

  • Fix !important with custom properties. (This regressed in v4.4.0.)
  • Lots of improvements to background-related property parsing and serialization.

v4.6.0

Compare Source

  • Add some missing system colors.
  • Add generic() font-family keyword support.
  • Fix system color serialization to be in lowercase.
  • Fix negative margin parsing.
  • Fix various case-insensitive testing and lowercasing to use ASCII, instead of Unicode.

v4.5.0

Compare Source

  • Update font-family parsing and serialization, and font shorthand parsing, to be spec-compliant.
  • Fix some regressions in v4.4.0 related to using var() inside background-* properties.

v4.4.0

Compare Source

  • 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.

v4.3.1

Compare Source

  • Improve url() parsing and serialization (#​194)
  • Update @asamuzakjp/css-color to improve calc() serialization (#​192)

v4.3.0

Compare Source

  • Improve background-image parsing (#​186)
  • Improve border-color parsing (#​185)
  • Improve top/left/bottom/right to support the auto keyword (#​178)
  • Update @asamuzakjp/css-color to 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: d5c39e4

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

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for unpic-angular ready!

Name Link
🔨 Latest commit d5c39e4
🔍 Latest deploy log https://app.netlify.com/projects/unpic-angular/deploys/6936e3eddffad00008d9cb6d
😎 Deploy Preview https://deploy-preview-834--unpic-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for unpic-docs ready!

Name Link
🔨 Latest commit d5c39e4
🔍 Latest deploy log https://app.netlify.com/projects/unpic-docs/deploys/6936e3ed2cb25400085e0d44
😎 Deploy Preview https://deploy-preview-834.preview.unpic.pics
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 8, 2025

Deploy Preview for unpic-next ready!

Name Link
🔨 Latest commit d5c39e4
🔍 Latest deploy log https://app.netlify.com/projects/unpic-next/deploys/6936e3ed20986200086918a2
😎 Deploy Preview https://deploy-preview-834--unpic-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/cssstyle-5.x branch 2 times, most recently from 0c6b597 to a8f9fa3 Compare December 8, 2025 14:37
@ascorbic ascorbic enabled auto-merge (squash) December 8, 2025 14:38
@renovate renovate bot force-pushed the renovate/cssstyle-5.x branch from a8f9fa3 to d5c39e4 Compare December 8, 2025 14:42
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