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 sass from 1.17.3 to 1.22.5 #9

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sass from 1.17.3 to 1.22.5.

Release notes

Sourced from sass's releases.

Dart Sass 1.22.5

To install Dart Sass 1.22.5, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

JavaScript API

  • Improve performance for logic-heavy stylesheets.

See the full changelog for changes in earlier releases.

Dart Sass 1.22.4

To install Dart Sass 1.22.4, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where at-rules imported from within a style rule would appear within that style rule rather than at the root of the document.

See the full changelog for changes in earlier releases.

Dart Sass 1.22.3

To install Dart Sass 1.22.3, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: The argument name for the saturate() function is now $amount, to match the name in LibSass and originally in Ruby Sass.

  • Potentially breaking bug fix: The invert() function now properly returns [#808080](https://github-redirect.dependabot.com/sass/dart-sass/issues/808080) when passed $weight: 50%. This matches the behavior in LibSass and originally in Ruby Sass, as well as being consistent with other nearby values of $weight.

  • Potentially breaking bug fix: The invert() function now throws an error if it's used as a plain CSS function and the Sass-only $weight parameter is passed. This never did anything useful, so it's considered a bug fix rather than a full breaking change.

  • Potentially breaking bug fix: The str-insert() function now properly inserts at the end of the string if the $index is -1. This matches the behavior in LibSass and originally in Ruby Sass.

  • Potentially breaking bug fix: An empty map returned by map-remove() is now treated as identical to the literal value (), rather than being treated as though it had a comma separator. This matches the original behavior in Ruby Sass.

  • The adjust-color() function no longer throws an error when a large $alpha value is combined with HSL adjustments.

  • The alpha() function now produces clearer error messages when the wrong number of arguments are passed.

  • Fix a bug where the str-slice() function could produce invalid output when passed a string that contains characters that aren't represented as a single byte in UTF-16.

  • Improve the error message for an unknown separator name passed to the join() or append() functions.

  • The zip() function no longer deadlocks if passed no arguments.

  • The map-remove() function can now take a $key named argument. This matches the signature in LibSass and originally in Ruby Sass.

See the full changelog for changes in earlier releases.

... (truncated)
Changelog

Sourced from sass's changelog.

1.22.5

JavaScript API

  • Improve performance for logic-heavy stylesheets.

1.22.4

  • Fix a bug where at-rules imported from within a style rule would appear within
    that style rule rather than at the root of the document.

1.22.3

  • Potentially breaking bug fix: The argument name for the saturate()
    function is now $amount, to match the name in LibSass and originally in Ruby
    Sass.

  • Potentially breaking bug fix: The invert() function now properly returns
    [#808080](https://github-redirect.dependabot.com/sass/dart-sass/issues/808080) when passed $weight: 50%. This matches the behavior in LibSass and
    originally in Ruby Sass, as well as being consistent with other nearby values
    of $weight.

  • Potentially breaking bug fix: The invert() function now throws an error
    if it's used as a plain CSS function and the Sass-only
    $weight parameter is passed. This never did anything useful, so it's
    considered a bug fix rather than a full breaking change.

  • Potentially breaking bug fix: The str-insert() function now properly
    inserts at the end of the string if the $index is -1. This matches the
    behavior in LibSass and originally in Ruby Sass.

  • Potentially breaking bug fix: An empty map returned by map-remove() is
    now treated as identical to the literal value (), rather than being treated
    as though it had a comma separator. This matches the original behavior in Ruby
    Sass.

  • The adjust-color() function no longer throws an error when a large $alpha
    value is combined with HSL adjustments.

  • The alpha() function now produces clearer error messages when the wrong
    number of arguments are passed.

  • Fix a bug where the str-slice() function could produce invalid output when
    passed a string that contains characters that aren't represented as a single
    byte in UTF-16.

  • Improve the error message for an unknown separator name passed to the join()
    or append() functions.

... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [sass](https://github.com/sass/dart-sass) from 1.17.3 to 1.22.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](sass/dart-sass@1.17.3...1.22.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 16, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #10.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sass-1.22.5 branch July 18, 2019 17:02
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