Skip to content

Conversation

@snyk-bot
Copy link

Snyk has created this PR to upgrade sass from 1.26.10 to 1.36.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 29 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2021-07-23.
Release notes
Package name: sass
  • 1.36.0 - 2021-07-23

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

    Changes

    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.

    See the full changelog for changes in earlier releases.

  • 1.35.2 - 2021-07-07

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

    Changes

    • Potentially breaking bug fix: Properly throw an error for Unicode ranges that have too many ?s after hexadecimal digits, such as U+12345??.

    • Potentially breaking bug fix: Fixed a bug where certain local variable declarations nested within multiple @ if statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add !global to the variable declaration to preserve the old behavior.

    • Potentially breaking bug fix: Fix a bug where imports of root-relative URLs (those that begin with /) in @ import rules would be passed to both Dart and JS importers as file: URLs.

    • Properly support selector lists for the $extendee argument to selector.extend() and selector.replace().

    • Fix an edge case where @ extend wouldn't affect a selector within a pseudo-selector such as :is() that itself extended other selectors.

    • Fix a race condition where meta.load-css() could trigger an internal error when running in asynchronous mode.

    Dart API

    • Use the @ internal annotation to indicate which Value APIs are available for public use.

    See the full changelog for changes in earlier releases.

  • 1.35.1 - 2021-06-15
  • 1.35.0 - 2021-06-15
  • 1.34.1 - 2021-06-02
  • 1.34.0 - 2021-05-22
  • 1.33.0 - 2021-05-21
  • 1.32.13 - 2021-05-12
  • 1.32.12 - 2021-04-28
  • 1.32.11 - 2021-04-19
  • 1.32.10 - 2021-04-16
  • 1.32.9 - 2021-04-16
  • 1.32.8 - 2021-02-18
  • 1.32.7 - 2021-02-10
  • 1.32.6 - 2021-02-01
  • 1.32.5 - 2021-01-20
  • 1.32.4 - 2021-01-12
  • 1.32.3 - 2021-01-12
  • 1.32.2 - 2021-01-07
  • 1.32.1 - 2021-01-06
  • 1.32.0 - 2020-12-30
  • 1.30.0 - 2020-12-04
  • 1.29.0 - 2020-11-05
  • 1.28.0 - 2020-10-29
  • 1.27.2 - 2020-10-29
  • 1.27.1 - 2020-10-28
  • 1.27.0 - 2020-10-08
  • 1.26.12 - 2020-10-06
  • 1.26.11 - 2020-09-18
  • 1.26.10 - 2020-07-06
from sass GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants