Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/composer/development/sabberworm/php-css-parser-9.4.0
Open

build(deps): bump sabberworm/php-css-parser from 8.9.0 to 9.4.0#2890
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/composer/development/sabberworm/php-css-parser-9.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

V9.4.0: Deprecations and bugfixes

What's Changed

Deprecated

  • Deprecate support for PHP 7.2 and 7.3 (#1565)

Fixed

  • Allow CSS containing only whitespace or comments (#1593)
  • Only allow strings as LineName components (#1590)

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

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)

... (truncated)

Changelog

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

9.4.0: Deprecations and bugfixes

Deprecated

  • Deprecate support for PHP 7.2 and 7.3 (#1565)

Fixed

  • Allow CSS containing only whitespace or comments (#1593)
  • Only allow strings as LineName components (#1590)

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

... (truncated)

Commits
  • fd3bf9f Prepare release of version 9.4.0 (#1596)
  • 9218dbc [TASK] Update the development dependencies (#1566)
  • 1dd6b84 [TASK] Add PHPStan extension to allow assertions (#1594)
  • f32498a [BUGFIX] Allow CSS containing only whitespace or comments (#1593)
  • b88cb8b [BUGFIX] Use @phpstan-ignore not @phpstan-ignore-next-line (#1591)
  • f3635b0 [TASK] Test LineName::getArrayRepresentation() (#1582)
  • 608fab5 [BUGFIX] Only allow strings as LineName components (#1590)
  • eef097e [DOCS] Add links to the specs and MDN for LineName (#1588)
  • 0318ea5 [CLEANUP] Drop unneded option for clearing the PHPStan cache (#1587)
  • 4ea9771 [BUGFIX] Do not process Build/ with Rector (#1586)
  • 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.4.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.4.0)

---
updated-dependencies:
- dependency-name: sabberworm/php-css-parser
  dependency-version: 9.4.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 Jul 1, 2026
@pirate-bot

Copy link
Copy Markdown
Contributor

Bundle Size Diff

Package Old Size New Size Diff
Animations 178.27 KB 178.27 KB 0 B (0.00%)
Blocks 1.53 MB 1.53 MB 0 B (0.00%)
CSS 7.87 KB 7.87 KB 0 B (0.00%)
Dashboard 111.06 KB 111.06 KB 0 B (0.00%)
Onboarding 68.14 KB 68.14 KB 0 B (0.00%)
Export Import 4.7 KB 4.7 KB 0 B (0.00%)
Pro 436.32 KB 436.32 KB 0 B (0.00%)

@pirate-bot

Copy link
Copy Markdown
Contributor

Plugin build for 951390e is ready 🛎️!

@pirate-bot

Copy link
Copy Markdown
Contributor

E2E Tests

Playwright Test Status: See serial and parallel matrix jobs

Performance Results serverResponse: {"q25":735,"q50":755.35,"q75":792.6,"cnt":10}, firstPaint: {"q25":1228,"q50":1398.3,"q75":1481,"cnt":10}, domContentLoaded: {"q25":3306,"q50":3367.25,"q75":3400.1,"cnt":10}, loaded: {"q25":3308,"q50":3369.15,"q75":3402.2,"cnt":10}, firstContentfulPaint: {"q25":3837,"q50":3911.05,"q75":3936,"cnt":10}, firstBlock: {"q25":14557.2,"q50":14649.95,"q75":14679.3,"cnt":10}, type: {"q25":22.83,"q50":23.58,"q75":24.71,"cnt":10}, typeWithoutInspector: {"q25":19.5,"q50":20.96,"q75":22.95,"cnt":10}, typeWithTopToolbar: {"q25":26.9,"q50":27.99,"q75":28.89,"cnt":10}, typeContainer: {"q25":20.54,"q50":22.14,"q75":23.15,"cnt":10}, focus: {"q25":91.43,"q50":96.86,"q75":101.71,"cnt":10}, inserterOpen: {"q25":36.13,"q50":36.68,"q75":37.6,"cnt":10}, inserterSearch: {"q25":12.2,"q50":12.84,"q75":13.43,"cnt":10}, inserterHover: {"q25":4.82,"q50":4.96,"q75":5.4,"cnt":20}, loadPatterns: {"q25":1730.42,"q50":1771.43,"q75":1906.16,"cnt":10}, listViewOpen: {"q25":204.63,"q50":210.59,"q75":216.5,"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