Skip to content

chore(deps): bump sabberworm/php-css-parser from 8.5.1 to 9.4.0#8203

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

chore(deps): bump sabberworm/php-css-parser from 8.5.1 to 9.4.0#8203
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/sabberworm/php-css-parser-9.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps sabberworm/php-css-parser from 8.5.1 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.5.1 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.5.1...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 2, 2026
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.

0 participants