Update dependency sass to v1.36.0 #606

Merged
konrad merged 1 commits from renovate/sass-1.x into main 2021-07-24 07:38:45 +00:00
Member

This PR contains the following updates:

Package Type Update Change
sass dependencies minor 1.35.2 -> 1.36.0

Release Notes

sass/dart-sass

v1.36.0

Compare Source

Dart API
  • Added compileToResult(), compileStringToResult(),
    compileToResultAsync(), and compileStringToResultAsync() methods. These
    are intended to replace the existing compile*() methods, which are now
    deprecated. Rather than returning a simple string, these return a
    CompileResult object, which will allow us to add additional information
    about the compilation without having to introduce further deprecations.

    • Instead of passing a sourceMaps callback to compile*(), pass
      sourceMaps: true to compile*ToResult() and access
      CompileResult.sourceMap.

    • The CompileResult object exposes a loadedUrls object which lists the
      canonical URLs accessed during a compilation. This information was
      previously unavailable except through the JS API.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sass](https://github.com/sass/dart-sass) | dependencies | minor | [`1.35.2` -> `1.36.0`](https://renovatebot.com/diffs/npm/sass/1.35.2/1.36.0) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.36.0`](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#&#8203;1360) [Compare Source](https://github.com/sass/dart-sass/compare/1.35.2...1.36.0) ##### Dart API - Added `compileToResult()`, `compileStringToResult()`, `compileToResultAsync()`, and `compileStringToResultAsync()` methods. These are intended to replace the existing `compile*()` methods, which are now deprecated. Rather than returning a simple string, these return a `CompileResult` object, which will allow us to add additional information about the compilation without having to introduce further deprecations. - Instead of passing a `sourceMaps` callback to `compile*()`, pass `sourceMaps: true` to `compile*ToResult()` and access `CompileResult.sourceMap`. - The `CompileResult` object exposes a `loadedUrls` object which lists the canonical URLs accessed during a compilation. This information was previously unavailable except through the JS API. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-07-23 22:02:15 +00:00
renovate added 1 commit 2021-07-23 22:02:16 +00:00
continuous-integration/drone/pr Build is passing Details
075849eedd
Update dependency sass to v1.36.0
konrad merged commit e2aca53253 into main 2021-07-24 07:38:45 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.