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

Update wikimedia/less.php requirement from ^3.1 to ^4.1 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Updates the requirements on wikimedia/less.php to permit the latest version.

Changelog

Sourced from wikimedia/less.php's changelog.

4.1.1

  • Less_Parser: Faster MatchQuoted by using native strcspn. (Thiemo Kreuz)
  • Less_Parser: Faster parseEntitiesQuoted by inlining MatchQuoted. (Thiemo Kreuz)
  • Less_Parser: Faster parseUnicodeDescriptor and parseEntitiesJavascript by first-char checks. (Thiemo Kreuz)
  • Less_Tree_Mixin_Call: Include mixin name in error message (Jeremy P)
  • Fix mismatched casing in class names to fix autoloading on case-sensitive filesystems (Jeremy P)

4.1.0

  • Add support for @supports blocks. (Anne Tomasevich) T332923
  • Less_Parser: Returning a URI from SetImportDirs() callbacks is now optional. (Timo Tijhof)

4.0.0

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

3.2.1

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

3.2.0

  • 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

3.1.0

  • Add PHP 8.0 support: Drop use of curly braces for sub-string eval (James D. Forrester)
  • Make Directive::__construct $rules arg optional (fix PHP 7.4 warning) (Sam Reed)
  • ProcessExtends: Improve performance by using a map for selectors and parents (Andrey Legayev)

3.0.0

  • Raise PHP requirement from 7.1 to 7.2.9 (James Forrester)

2.0.0

  • Relax PHP requirement down to 7.1, from 7.2.9 (Franz Liedke)
  • Reflect recent breaking changes properly with the semantic versioning (James Forrester)

... (truncated)

Commits
  • 7c814ca Tag v4.1.1
  • 7e2e9b8 phpcs: Enable and fix Generic.NamingConventions.UpperCaseConstantName.Constan...
  • acc7b03 phpcs: Enable and fix Squiz.Operators.ValidLogicalOperators.NotAllowed
  • 1294631 Merge "Fix mismatched casing in class names"
  • 57e0039 Fix mismatched casing in class names
  • 2155162 Less_Tree_Mixin_Call: Include mixin name in error message
  • d6478c5 Less_Parser: Faster parseUnicodeDescriptor/parseEntitiesJavascript by first-c...
  • e6e963a Less_Parser: Inline and optimize heavily called MatchQuoted()
  • 69d49fd test: Add benchmark
  • fe5f50a Less_Parser: Faster MatchQuoted() by using native strcspn()
  • Additional commits viewable in compare view

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)

Updates the requirements on [wikimedia/less.php](https://github.com/wikimedia/less.php) to permit the latest version.
- [Changelog](https://github.com/wikimedia/less.php/blob/master/CHANGES.md)
- [Commits](wikimedia/less.php@v3.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: wikimedia/less.php
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2023
Copy link

sonarcloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants