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.6.0 #7832

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 Jul 2, 2024

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 2, 2024
Bumps [sabberworm/php-css-parser](https://github.com/MyIntervals/PHP-CSS-Parser) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/MyIntervals/PHP-CSS-Parser/releases)
- [Changelog](https://github.com/MyIntervals/PHP-CSS-Parser/blob/v8.6.0/CHANGELOG.md)
- [Commits](MyIntervals/PHP-CSS-Parser@v8.5.1...v8.6.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 force-pushed the dependabot/composer/sabberworm/php-css-parser-8.6.0 branch from 855d6f7 to 77ce548 Compare July 4, 2024 16:31
@thelovekesh
Copy link
Collaborator

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

@westonruter
Copy link
Member

@thelovekesh Yeah, sounds good to me

@westonruter westonruter added this to the v2.5.5 milestone Jul 8, 2024
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.

2 participants