lbryio / lbry.com

lbry.com, the website for the LBRY protocol
https://lbry.com
MIT License
264 stars 234 forks source link

Bump scssphp/scssphp from 1.4.1 to 1.10.3 #1492

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps scssphp/scssphp from 1.4.1 to 1.10.3.

Release notes

Sourced from scssphp/scssphp's releases.

1.10.3

Fixed

  • Fix the handling of nested at-root in mixins (@​stof)

Changed

  • Mark the logger implementations as @final to prepare for 2.0 (@​stof)

1.10.2

Fixed

  • Fix the tracking of the location of comments when using sourcemaps (@​stof)
  • Fix the leaking of an output buffer in case of error during the formatting of the output (@​stof)

1.10.1

Fixed

  • Fix the handling of rgb, rgba, hsl and hsla called with a trailing comma in arguments (@​stof)
  • Fix the handling of negative index in str-insert (@​stof)

1.10.0

Fixed

  • Fix the generation of source maps without an input path (@​stof)
  • Fix the handling of list separators in list functions (@​stof)
  • Add explicit return types to avoid warnings from the Symfony DebugClassLoader (@​shyim)

Changed

  • Use double quotes to render strings in the generated CSS by default, to match dart-sass (@​stof)
  • Remove usage of dynamic properties to avoid deprecation warnings in PHP 8.2-dev (@​stof)
  • Change the order of selectors in the output of selector-append to match dart-sass (@​stof)
  • Mark AST-only types as internal in \ScssPhp\ScssPhp\Type (@​stof)
  • Preserve the ! for preserved comments in the compressed output, to match dart-sass (@​stof)

1.9.0

Added

  • Add support for deep map manipulation in map-get, map-has-key and map-merge (@​stof)

Fixed

  • Preserve the type of keys when iterating over maps (@​stof)

1.8.1

Added

... (truncated)

Commits
  • 0f1e151 Merge pull request #576 from stof/prepare_release
  • 5eacd41 Prepare the 1.10.3 release
  • c406594 Merge pull request #575 from stof/final_logger
  • 5eea78e Mark logger implementations as becoming final in 2.0
  • 8c42002 Merge pull request #574 from stof/fix_at_root_in_nested_mixin
  • 1c622b6 Fix the handling of nested at-root in nested mixins
  • 387f4f4 Merge pull request #560 from stof/prepare_release
  • 813eaad Prepare the 1.10.2 release
  • 0e90545 Merge pull request #559 from stof/use_dev_ini_file
  • a18643c Merge pull request #557 from stof/fix_sourcemaps
  • 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 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] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.