Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps wikimedia/less.php from 3.2.1 to 5.5.0.

Changelog

Sourced from wikimedia/less.php's changelog.

v5.5.0

Added:

  • Add support for CSS4 #RRGGBBAA colors. (Hannah Okwelum) T403056
  • Add support for native CSS color functions including with CSS variables. (Hannah Okwelum) T405815

Fixed:

  • Fix "PHP Warning: Using null as the key parameter for array_key_exists" on PHP 8.5. (del72683) T410596
  • Fix interpolation of string with number followed by underscore. (Timo Tijhof) [Less.js #2462](less/less.js#2462)
  • Fix "PHP Warning: Using null as an array offset" on PHP 8.5 in Less_Functions. (Hannah Okwelum) T411398
  • Fix "PHP Warning: Using null as an array offset" on PHP 8.5 in Less_ImportVisitor. (Hannah Okwelum) T411400
  • Fix "PHP Warning: ord(): Providing an empty string is deprecated" on PHP 8.5. (Hannah Okwelum) T411397

v5.4.0

Added:

  • Add support for Logical Functions if() and boolean(). (Hannah Okwelum) T393383

Changed:

  • Remove support for PHP 7.4 and 8.0. Raise requirement to PHP 8.1+. (James D. Forrester)

v5.3.1

Fixed:

  • Fix "PHP Warning: Undefined property $value" in extract(). (Timo Tijhof) T391735

v5.3.0

Added:

  • Less_Parser: Add cache_incremental option. Set this to false via Less_Cache to use the fast whole-output cache without the memory-intensive incremental cache. (Timo Tijhof)

Deprecated:

  • Deprecate Less_Cache::CheckCacheDir() as public method. This is called automatically.
  • Deprecate Less_Cache::CleanCache() as public method. This is called automatically.
  • Deprecate Less_Parser::SetCacheDir(). Set the cache_dir option, or use Less_Cache::SetCacheDir() instead.

v5.2.2

Fixed:

  • Fix ParseError on CSS variable when there is no trailing semicolon (Hannah Okwelum) T386077
  • Support functions calls in CSS variable value after first comma (Hannah Okwelum) T386079

v5.2.1

Fixed:

  • Fix un-parenthesized nested operation via a variable (Hannah Okwelum) T386074
  • Faster Less_Visitor_joinSelector by skipping Declaration blocks (ubermanu)

v5.2.0

... (truncated)

Commits
  • f12e470 Tag v5.5.0
  • 8d67cd7 build: Rework some code to utilize more recent PHP features
  • 25f87e5 build: Skip Phan on PHP 8.5
  • 47f34f4 Less_Parser: Fix "ord(): Providing an empty string is deprecated" PHP 8.5 war...
  • b5cca5e Less_Functions: Fix "Using null as an array offset is deprecated" PHP 8.5 war...
  • df682d1 Less_ImportVisitor: Fix "Using null as an array offset" PHP 8.5 warning
  • 00aa3e1 Add support for native CSS color functions including with CSS variables
  • a359936 Fix "Using null as the key parameter for array_key_exists" PHP 8.5 warning
  • 3a8e5ed Fix interpolation of string with number followed by underscore
  • cd0ab1e build: Fix GitHub CI to select alternative and remove PHP 7.4/8.0
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 13, 2026
@cla-bot cla-bot bot added the cla/signed label Jan 13, 2026
Bumps [wikimedia/less.php](https://github.com/wikimedia/less.php) from 3.2.1 to 5.5.0.
- [Changelog](https://github.com/wikimedia/less.php/blob/master/CHANGES.md)
- [Commits](wikimedia/less.php@v3.2.1...v5.5.0)

---
updated-dependencies:
- dependency-name: wikimedia/less.php
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/wikimedia/less.php-5.5.0 branch from 26b6e92 to fbfad66 Compare January 16, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla/signed 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