3rdparty icon indicating copy to clipboard operation
3rdparty copied to clipboard

build(deps): Bump scssphp/scssphp from 1.12.1 to 2.0.1

Open dependabot[bot] opened this issue 11 months ago • 1 comments

Bumps scssphp/scssphp from 1.12.1 to 2.0.1.

Release notes

Sourced from scssphp/scssphp's releases.

2.0.1

Fixed

2.0.0

This release is a full rewrite of the compiler. The new implementation is a port of dart-sass, making it spec-compliant and easier to update to support new Sass features. However this release does not implement Sass modules yet.

BC breaks

  • The Compiler class is now final
  • The LoggerInterface now expects more argument in its method signatures
  • \ScssPhp\ScssPhp\OutputStyle is now an enum instead of a class with string constants.
  • Compiler::setOutputStyle now expects an instance of the OutputStyle enum instead of a string.
  • Deprecated methods of the compiler have been removed.

Deprecated

  • Deprecate passing a path as string as the Compiler::compileString second argument. Either pass a URL or use Compiler::compileFile instead. (@​stof)

Removed

  • Remove support for color math in Sass expressions (@​stof)
  • Remove the CLI shipped in the package (@​stof)
  • Remove the scss.inc.php file. Use the autoloader generated by Composer instead. (@​stof)
  • Remove the cache system integrated in the compiler (@​stof)
  • Remove support for PHP < 8.1 (@​stof)

Added

  • Add support for PHP 8.4 (@​stof)
  • Add support for the Sass indented syntax (@​stof)
  • Add a representation of Sass values using PHP value objects (@​stof)
  • Add the Importer extension point for custom importers (@​stof)
  • Add support for configuring the reporting of deprecation with Compiler::setSilencedDeprecations, Compiler::setFutureDeprecations and Compiler::setActiveDeprecations (@​stof)
  • Add support for silencing deprecations from dependencies with Compiler::setQuietDeps (@​stof)
  • Add support for configuring verbosity of deprecation warnings with Compiler::setVerbose (@​stof)

Fixed

  • Thanks to the rewrite, scssphp is now spec-compliant, fixing many issues (@​stof)

Changed

  • The message received by loggers no longer contains the location and stack trace. Loggers need to include them based on the provided argument depending on their formatting needs. (@​stof)

... (truncated)

Commits

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[bot] avatar Feb 01 '25 02:02 dependabot[bot]

Brings PHP 8.4 support.

solracsf avatar Mar 21 '25 12:03 solracsf

@dependabot recreate

susnux avatar Jul 10 '25 19:07 susnux

Looks like scssphp/scssphp is no longer a dependency, so this is no longer needed.

dependabot[bot] avatar Jul 10 '25 19:07 dependabot[bot]