Skip to content

chore(deps): bump sabberworm/php-css-parser from 8.9.0 to 9.2.0#2750

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

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

Release notes

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

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)
  • Rule::setRule() and getRule() are deprecated and replaced with setPropertyName() and getPropertyName() (#1506, #1519)

Fixed

  • Do not escape characters that do not need escaping in CSS string (#1444)
  • Reject selector comprising only whitespace (#1433)
  • Improve recovery parsing when a rogue } is encountered (#1425, #1426)
  • Parse comment(s) immediately preceding a selector (#1421, #1424)
  • Parse consecutive comments (#1421)
  • Support attribute selectors with values containing commas in DeclarationBlock::setSelectors() (#1419)
  • Allow removeDeclarationBlockBySelector() to be order-insensitve (#1406)
  • Fix parsing of calc expressions when a newline immediately precedes or follows a + or - operator (#1399)

... (truncated)

Changelog

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

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)

Fixed

  • Do not escape characters that do not need escaping in CSS string (#1444)
  • Reject selector comprising only whitespace (#1433)
  • Improve recovery parsing when a rogue } is encountered (#1425, #1426)
  • Parse comment(s) immediately preceding a selector (#1421, #1424)
  • Parse consecutive comments (#1421)
  • Support attribute selectors with values containing commas in DeclarationBlock::setSelectors() (#1419)
  • Allow removeDeclarationBlockBySelector() to be order-insensitve (#1406)
  • Fix parsing of calc expressions when a newline immediately precedes or

... (truncated)

Commits
  • 5937304 [TASK] Prepare release of version 9.2.0 (#1543)
  • cb56b23 [TASK] Use DeclarationList in the tests (#1541)
  • eaa13f3 [TASK] Use DeclarationList in the source code (#1539)
  • 69f4ed8 [FEATURE] Add phpstan:clearcache Composer script (#1538)
  • a32cddc [BUGFIX] Allow selector combinators in pseudo-class functions (#1537)
  • 17dd54a [BUGFIX] Parse attribute selectors (#1536)
  • 34ba5d4 [BUGFIX] Make class aliases available for consumers (#1534)
  • 447fcb8 [TASK] Streamline the code checker and fixer configuration (#1535)
  • a3cc167 [TASK] Rename RuleContainer to DeclarationList (#1530)
  • 015a17b [TASK] Rename Rule to Declatation in test variables etc. (#1529)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2026
@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 1, 2026

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.21 KB 412.21 KB 0 B (0.00%)

@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 1, 2026

Plugin build for 064887b is ready 🛎️!

@pirate-bot
Copy link
Copy Markdown
Contributor

pirate-bot commented Mar 2, 2026

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":605.5,"q50":615.3,"q75":648.9,"cnt":10}, firstPaint: {"q25":384.2,"q50":406.75,"q75":457.2,"cnt":10}, domContentLoaded: {"q25":1529,"q50":1548.85,"q75":1580,"cnt":10}, loaded: {"q25":1529.3,"q50":1549.2,"q75":1580.3,"cnt":10}, firstContentfulPaint: {"q25":3270.1,"q50":3284.35,"q75":3294.5,"cnt":10}, firstBlock: {"q25":6804.4,"q50":6848.75,"q75":6922.8,"cnt":10}, type: {"q25":12.66,"q50":12.98,"q75":13.6,"cnt":10}, typeWithoutInspector: {"q25":11.76,"q50":12.1,"q75":12.72,"cnt":10}, typeWithTopToolbar: {"q25":15.71,"q50":16.34,"q75":16.82,"cnt":10}, typeContainer: {"q25":7.02,"q50":8.12,"q75":9.02,"cnt":10}, focus: {"q25":53.58,"q50":55.69,"q75":57.62,"cnt":10}, inserterOpen: {"q25":16,"q50":16.43,"q75":18.62,"cnt":10}, inserterSearch: {"q25":5.44,"q50":5.66,"q75":5.8,"cnt":10}, inserterHover: {"q25":2.79,"q50":2.86,"q75":3.19,"cnt":20}, loadPatterns: {"q25":1022.97,"q50":1052,"q75":1102.62,"cnt":10}, listViewOpen: {"q25":85.94,"q50":88.16,"q75":97.37,"cnt":10}

Bumps [sabberworm/php-css-parser](https://github.com/MyIntervals/PHP-CSS-Parser) from 8.9.0 to 9.2.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.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/development/sabberworm/php-css-parser-9.2.0 branch from c7b8ce3 to 064887b Compare March 30, 2026 14:46
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