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

Bump scssphp/scssphp from 1.4.1 to 1.10.2 #1508

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps scssphp/scssphp from 1.4.1 to 1.10.2.

Release notes

Sourced from scssphp/scssphp's releases.

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

1.8.0

Deprecated

  • Deprecate calling core functions with non-standard names. Due to the internal implementation of core functions, they were calling with different cases or different positions of - or _ in the names (@​stof)

Fixed

  • Fix the computation of the hue of colors for some cases (@​stof)

... (truncated)

Commits
  • 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
  • 0c5054c Use the development ini file in the CI setup
  • a091f8e Enable sourcemaps for the framework tests
  • 23dc6e9 Fix the tracking of comment locations for the sourcemap
  • 30f85d5 Merge pull request #558 from stof/fix_buffer_leak
  • c8e6ab9 Properly clean the output buffer when an error occurs during formatting
  • 8256fba Merge pull request #552 from stof/prepare_release
  • 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)

Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.4.1 to 1.10.2.
- [Release notes](https://github.com/scssphp/scssphp/releases)
- [Commits](scssphp/scssphp@v1.4.1...v1.10.2)

---
updated-dependencies:
- dependency-name: scssphp/scssphp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2023
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.

None yet

0 participants