Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2025

Bumps wikimedia/less.php from 3.2.1 to 5.3.1.

Changelog

Sourced from wikimedia/less.php's changelog.

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

Added:

  • Add support for BrianHenryIE/strauss codemod in Less_Visitor (Stefan Warnat)

Fixed:

  • Fix "PHP Warning: Undefined array key currentUri" when using @import (inline) (tck) T380641
  • Fix "Implicit conversion from float to int" PHP 8.1 warning when using hsv() (Peter Knut)
  • Less_Visitor: Faster class mapping in visitObj by using inline cache (Thiemo Kreuz)

v5.1.2

Fixed:

  • Less_Functions: Fix "Implicitly nullable parameter" PHP 8.4 warning (Reedy) T376276

v5.1.1

Fixed:

  • Fix compiling of PHP-injected variables with false, null or empty string (Hannah Okwelum)

v5.1.0

Added:

... (truncated)

Commits
  • fb0ed62 Tag v5.3.1
  • 1d865ed Refactor expect() to make phan understand the return type
  • 0994996 Fix PHP Warning: Undefined property $value in extract()
  • d22e08f Tag v5.3.0
  • 80b088e Less_Parser: Add cache_incremental option
  • 7ca4876 Less_Parser: Improve separation between incremental cache and Less_Cache
  • 5a3ff43 build: Add missing documentation to public class properties
  • 139c879 build: Replace is_object is_method with instanceof checks
  • ff2094a build: Fix whitespaces and break very long lines
  • 1ade52a Less_Tree_Selector: Remove unused _css class property
  • 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 [wikimedia/less.php](https://github.com/wikimedia/less.php) from 3.2.1 to 5.3.1.
- [Changelog](https://github.com/wikimedia/less.php/blob/master/CHANGES.md)
- [Commits](wikimedia/less.php@v3.2.1...v5.3.1)

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

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 Jun 19, 2025
@cla-bot cla-bot bot added the cla/signed label Jun 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Superseded by #50.

@dependabot dependabot bot closed this Jul 7, 2025
@dependabot dependabot bot deleted the dependabot/composer/wikimedia/less.php-5.3.1 branch July 7, 2025 02:19
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.

0 participants