Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sabberworm/php-css-parser from 8.5.1 to 8.8.0 #8000

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps sabberworm/php-css-parser from 8.5.1 to 8.8.0.

Release notes

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

V8.8.0: Bug fixes and deprecations

Added

  • OutputFormat properties for space around specific list separators (#880)

Changed

  • Mark the OutputFormat constructor as @internal (#1131)
  • Mark OutputFormatter as @internal (#896)
  • Mark Selector::isValid() as @internal (#1037)
  • Mark parsing-related methods of most CSS elements as @internal (#908)
  • Mark OutputFormat::nextLevel() as @internal (#901)
  • Make all non-private properties @internal (#886)

Deprecated

  • Deprecate extending OutputFormat (#1131)
  • Deprecate OutputFormat::get() and ::set() (#1107)
  • Deprecate support for -webkit-calc and -moz-calc (#1086)
  • Deprecate magic method forwarding from OutputFormat to OutputFormatter (#894)
  • Deprecate __toString() (#1006)
  • Deprecate greedy calculation of selector specificity (#1018)
  • Deprecate the IE hack in Rule (#993, #1003)
  • OutputFormat properties for space around list separators as an array (#880)
  • Deprecate OutputFormat::level() (#870)

Fixed

  • Include comments for all rules in declaration block (#1169)
  • Render rules in line and column number order (#1059)
  • Create Size with correct types in expandBackgroundShorthand (#814)
  • Parse @font-face src property as comma-delimited list (#794)

V8.6.0: Critical features

Added

  • Support arithmetic operators in CSS function arguments (#607)
  • Add support for inserting an item in a CSS list (#545)
  • Add support for the dvh, lvh and svh length units (#415)

Changed

  • Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413)

V8.5.2: Bug fixes

Changed

  • Mark all class constants as @internal (#500)

Fixed

... (truncated)

Changelog

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

8.8.0: Bug fixes and deprecations

Added

  • OutputFormat properties for space around specific list separators (#880)

Changed

  • Mark the OutputFormat constructor as @internal (#1131)
  • Mark OutputFormatter as @internal (#896)
  • Mark Selector::isValid() as @internal (#1037)
  • Mark parsing-related methods of most CSS elements as @internal (#908)
  • Mark OutputFormat::nextLevel() as @internal (#901)
  • Make all non-private properties @internal (#886)

Deprecated

  • Deprecate extending OutputFormat (#1131)
  • Deprecate OutputFormat::get() and ::set() (#1107)
  • Deprecate support for -webkit-calc and -moz-calc (#1086)
  • Deprecate magic method forwarding from OutputFormat to OutputFormatter (#894)
  • Deprecate __toString() (#1006)
  • Deprecate greedy calculation of selector specificity (#1018)
  • Deprecate the IE hack in Rule (#993, #1003)
  • OutputFormat properties for space around list separators as an array (#880)
  • Deprecate OutputFormat::level() (#870)

Fixed

  • Include comments for all rules in declaration block (#1169)
  • Render rules in line and column number order (#1059)
  • Create Size with correct types in expandBackgroundShorthand (#814)
  • Parse @font-face src property as comma-delimited list (#794)

8.7.0: Add support for PHP 8.4

Added

Changed

  • Mark parsing-internal classes and methods as @internal (#674)
  • Block installations on unsupported higher PHP versions (#691)

Deprecated

... (truncated)

Commits
  • 3de493b [TASK] Prepare release of version V8.8.0 (#1210)
  • 4870566 [BUGFIX] Include comments for all rules in declaration block (#1182)
  • 78f1860 [TASK] Mark the OutputFormat as not extendable (#1133)
  • efad65a [TASK] Deprecate OutputFormat::get() and ::set() (#1107)
  • 21e1a8c [TASK] Deprecate support for -webkit-calc and -moz-calc (#1086)
  • 9c48d3a [TASK] Mark OutputFormatter as @internal (#1073)
  • 6543eb2 [BUGFIX] Render rules in line and column number order (#1062)
  • 3cd1d06 [TASK] Allow rules to be in any order in shorthand tests (#1065)
  • 8804463 [BUGFIX] Fix a type annotation in RuleSet (#1061)
  • 13d7ee6 [TASK] Deprecate method forwarding OutputFormat to OutputFormatter (#1060)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 8.8.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...v8.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 2, 2025
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