ampproject / amp-wp

Enable AMP on your WordPress site, the WordPress way.
https://wordpress.org/plugins/amp/
GNU General Public License v2.0
1.79k stars 382 forks source link

Bump sabberworm/php-css-parser from 8.5.1 to 8.6.0 #7832

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

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

Release notes

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

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

  • Fix undefined local variable in CalcFunction::parse() (#593)
Changelog

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

8.6.0

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)

8.5.2

Changed

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

Fixed

  • Fix undefined local variable in CalcFunction::parse() (#593)
Commits
  • d2fb94a [TASK] Prepare the 8.6.0 release (#630)
  • ba37b45 [FEATURE] Support arithmetic operators in CSS functions (#624)
  • 9b91918 [TASK] Avoid poor scaling of array_search() with very long arrays (#628)
  • ab0baf7 [FEATURE] Add support for the dvh, lvh and svh length units (#627)
  • 2487bde [FEATURE] Add support for inserting an item in a CSSList (#623)
  • ef8c59c [TASK] Prepare the 8.5.2 release (#625)
  • 7d413c8 [BUGFIX] Fix undefined local variable in CalcFunction::parse() (#617)
  • b48925e [TASK] Mark all class constants as @internal (#500)
  • eed92ad [BUGFIX] Handle incorrect RGB colors better (#485) (#490)
  • See full diff 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 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)
thelovekesh commented 2 months ago

@westonruter I am thinking of punting it for the next release as WP 6.6 will be out very soon.

westonruter commented 2 months ago

@thelovekesh Yeah, sounds good to me