UNCLASSIFIED - NO CUI

Skip to content

Update dependency wikimedia/less.php to v4

renovate requested to merge renovate/wikimedia-less.php-4.x into development

This MR contains the following updates:

Package Type Update Change
wikimedia/less.php (source) require major 3.1.0 -> 4.0.0

Release Notes

wikimedia/less.php

v4.0.0

Compare Source

  • All changes
  • Remove support for PHP 7.2 and 7.3. Raise requirement to PHP 7.4+.
  • Remove support for cache_method=php and cache_method=var_export, only the faster and more secure cache_method=serialize is now available. The built-in cache remains disabled by default.
  • Fix url(#myid) to be treated as absolute URL. T331649
  • Fix "Undefined property" PHP 8.1 warning when calc() is used with CSS var(). T331688
  • Less_Parser: Improve performance by removing MatchFuncs and NewObj overhead. (Timo Tijhof)

v3.2.1

Compare Source

  • All changes
  • Tree_Ruleset: Fix support for nested parent selectors (Timo Tijhof) T204816
  • Fix ParseError when interpolating variable after colon in selector (Timo Tijhof) T327163
  • Functions: Fix "Undefined property" warning on bad minmax arg
  • Tree_Call: Include previous exception when catching functions (Robert Frunzke)

v3.2.0

Compare Source

  • All changes
  • Fix "Implicit conversion" PHP 8.1 warnings (Ayokunle Odusan)
  • Fix "Creation of dynamic property" PHP 8.2 warnings (Bas Couwenberg)
  • Fix "Creation of dynamic property" PHP 8.2 warnings (Rajesh Kumar)
  • Tree_Url: Add support for "Url" type to Parser::getVariables() (ciroarcadio) #​51
  • Tree_Import: Add support for importing URLs without file extension (Timo Tijhof) #​27

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports