Skip to content

build(deps): bump sabberworm/php-css-parser from 8.9.0 to 9.3.0#2781

Open
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/composer/development/sabberworm/php-css-parser-9.3.0
Open

build(deps): bump sabberworm/php-css-parser from 8.9.0 to 9.3.0#2781
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/composer/development/sabberworm/php-css-parser-9.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps sabberworm/php-css-parser from 8.9.0 to 9.3.0.

Release notes

Sourced from sabberworm/php-css-parser's releases.

V9.3.0: Support for modern CSS at-rules and autoloading bugfix

Added

  • Add support for modern CSS at-rules: @layer, @scope, and @starting-style (#1549)

Fixed

  • Avoid double autoloading of class aliases (#1552)

New Contributors

Full Changelog: MyIntervals/PHP-CSS-Parser@v9.2.0...v9.3.0

V9.2.0: New features and deprecations

Added

  • Add OutputFormat::setSpaceAroundSelectorCombinator() (#1504)
  • Add support for escaped quotes in the selectors (#1485, #1489)
  • Provide line number in exception message for mismatched parentheses in selector (#1435)
  • Add support for CSS container queries (#1400)

Changed

  • RuleSet\RuleContainer is renamed to RuleSet\DeclarationList (#1530, #1539)
  • Methods like setRule() in RuleSet and DeclarationBlock have been renamed to setDeclaration(), etc. (#1521)
  • Rule\Rule class is renamed to Property\Declaration (#1508, #1512, #1513, #1522)
  • Rule::setRule() and getRule() are replaced with setPropertyName() and getPropertyName() (#1506)
  • Selector is now represented as a sequence of Selector\Component objects which can be accessed via getComponents(), manipulated individually, or set via setComponents() (#1478, #1486, #1487, #1488, #1494, #1496, #1536, #1537)
  • Selector::setSelector() and Selector constructor will now throw exception upon provision of an invalid selectior (#1498, #1502)
  • Clean up extra whitespace in CSS selector (#1398)
  • The array keys passed to DeclarationBlock::setSelectors() are no longer preserved (#1407)

Deprecated

  • RuleSet\RuleContainer is deprecated; use RuleSet\DeclarationList instead (#1530)
  • Methods like setRule() in RuleSet and DeclarationBlock are deprecated; there are direct replacements such as setDeclaration() (#1521)
  • Rule\Rule class is deprecated; Property\Declaration is a direct replacement (#1508)

... (truncated)

Changelog

Sourced from sabberworm/php-css-parser's changelog.

9.3.0: Support for modern CSS at-rules and autoloading bugfix

Added

  • Add support for modern CSS at-rules: @layer, @scope, and @starting-style (#1549)

Fixed

  • Avoid double autoloading of class aliases (#1552)

Documentation

9.2.0: New features and deprecations

Added

  • Add OutputFormat::setSpaceAroundSelectorCombinator() (#1504)
  • Add support for escaped quotes in the selectors (#1485, #1489)
  • Provide line number in exception message for mismatched parentheses in selector (#1435)
  • Add support for CSS container queries (#1400)

Changed

  • RuleSet\RuleContainer is renamed to RuleSet\DeclarationList (#1530, #1539)
  • Methods like setRule() in RuleSet and DeclarationBlock have been renamed to setDeclaration(), etc. (#1521)
  • Rule\Rule class is renamed to Property\Declaration (#1508, #1512, #1513, #1522)
  • Rule::setRule() and getRule() are replaced with setPropertyName() and getPropertyName() (#1506)
  • Selector is now represented as a sequence of Selector\Component objects which can be accessed via getComponents(), manipulated individually, or set via setComponents() (#1478, #1486, #1487, #1488, #1494, #1496, #1536, #1537)
  • Selector::setSelector() and Selector constructor will now throw exception upon provision of an invalid selectior (#1498, #1502)
  • Clean up extra whitespace in CSS selector (#1398)
  • The array keys passed to DeclarationBlock::setSelectors() are no longer preserved (#1407)

Deprecated

  • RuleSet\RuleContainer is deprecated; use RuleSet\DeclarationList instead (#1530)
  • Methods like setRule() in RuleSet and DeclarationBlock are deprecated; there are direct replacements such as setDeclaration() (#1521)
  • Rule\Rule class is deprecated; Property\Declaration is a direct replacement (#1508)
  • Rule::setRule() and getRule() are deprecated and replaced with setPropertyName() and getPropertyName() (#1506, #1519)

... (truncated)

Commits
  • 88dbd0f Prepare release of version 9.3.0 (#1558)
  • 1b395cb [BUGFIX] Avoid double autoloading of class aliases (#1552)
  • dfdf183 [CLEANUP] Change AtRule::BLOCK_RULES to an array (#1556)
  • 5d342d3 [CLEANUP] Tighten type annotations in AtRuleBlockListTest (#1555)
  • fa5eba4 Add support for modern CSS at-rules @layer, @scope, and @starting-style...
  • 4186272 [TASK] Implement Import::getArrayRepresentation() (#1554)
  • c4f46fe [TASK] Allow PHPStan to use unlimited processes (#1550)
  • 707c04e [TASK] Set code coverage job to not block workflow (#1551)
  • 7f85aa8 [TASK] Implement CSSNamespace::getArrayRepresentation() (#1544)
  • 5937304 [TASK] Prepare release of version 9.2.0 (#1543)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sabberworm/php-css-parser](https://github.com/MyIntervals/PHP-CSS-Parser) from 8.9.0 to 9.3.0.
- [Release notes](https://github.com/MyIntervals/PHP-CSS-Parser/releases)
- [Changelog](https://github.com/MyIntervals/PHP-CSS-Parser/blob/main/CHANGELOG.md)
- [Commits](MyIntervals/PHP-CSS-Parser@v8.9.0...v9.3.0)

---
updated-dependencies:
- dependency-name: sabberworm/php-css-parser
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 24, 2026
@pirate-bot
Copy link
Copy Markdown
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 276.77 KB 276.77 KB 0 B (0.00%)
Blocks 1.55 MB 1.55 MB 0 B (0.00%)
CSS 105.9 KB 105.9 KB 0 B (0.00%)
Dashboard 204.08 KB 204.08 KB 0 B (0.00%)
Onboarding 165.94 KB 165.94 KB 0 B (0.00%)
Export Import 102.86 KB 102.86 KB 0 B (0.00%)
Pro 412.55 KB 412.55 KB 0 B (0.00%)

@pirate-bot
Copy link
Copy Markdown
Contributor

Plugin build for 139e668 is ready 🛎️!

@pirate-bot
Copy link
Copy Markdown
Contributor

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":626,"q50":651.15,"q75":667.8,"cnt":10}, firstPaint: {"q25":389,"q50":447.3,"q75":471.9,"cnt":10}, domContentLoaded: {"q25":1582.4,"q50":1596.95,"q75":1618.9,"cnt":10}, loaded: {"q25":1582.7,"q50":1597.4,"q75":1619.5,"cnt":10}, firstContentfulPaint: {"q25":3296.4,"q50":3326.15,"q75":3370.1,"cnt":10}, firstBlock: {"q25":6983.1,"q50":7054.65,"q75":7107.7,"cnt":10}, type: {"q25":13.72,"q50":14.33,"q75":14.75,"cnt":10}, typeWithoutInspector: {"q25":12.15,"q50":12.6,"q75":13.19,"cnt":10}, typeWithTopToolbar: {"q25":15.95,"q50":17.24,"q75":18.77,"cnt":10}, typeContainer: {"q25":10.76,"q50":12.08,"q75":12.66,"cnt":10}, focus: {"q25":33.61,"q50":35.19,"q75":38.32,"cnt":10}, inserterOpen: {"q25":17.33,"q50":18.13,"q75":21.09,"cnt":10}, inserterSearch: {"q25":6.1,"q50":6.31,"q75":6.38,"cnt":10}, inserterHover: {"q25":3.53,"q50":3.84,"q75":3.94,"cnt":20}, loadPatterns: {"q25":1070.16,"q50":1140.53,"q75":1191.92,"cnt":10}, listViewOpen: {"q25":80.68,"q50":84.04,"q75":98.31,"cnt":10}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant