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

[Snyk] Upgrade sass from 1.32.13 to 1.34.1 #135

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade sass from 1.32.13 to 1.34.1.

merge advice
ℹ️ 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 3 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-06-02.
Release notes
Package name: sass
  • 1.34.1 - 2021-06-02

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

    Changes

    • Fix a bug where --update would always compile any file that depends on a built-in module.

    • Fix the URL for the @-moz-document deprecation message.

    • Fix a bug with @ for loops nested inside property declarations.

    See the full changelog for changes in earlier releases.

  • 1.34.0 - 2021-05-22

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

    Changes

    • Don't emit the same warning in the same location multiple times.

    • Cap deprecation warnings at 5 per feature by default.

    Command Line Interface

    • Add a --quiet-deps flag which silences compiler warnings from stylesheets loaded through --load-paths.

    • Add a --verbose flag which causes the compiler to emit all deprecation warnings, not just 5 per feature.

    Dart API

    • Add a quietDeps argument to compile(), compileString(), compileAsync(), and compileStringAsync() which silences compiler warnings from stylesheets loaded through importers, load paths, and package: URLs.

    • Add a verbose argument to compile(), compileString(), compileAsync(), and compileStringAsync() which causes the compiler to emit all deprecation warnings, not just 5 per feature.

    See the full changelog for changes in earlier releases.

  • 1.33.0 - 2021-05-21

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

    Changes

    • Deprecate the use of / for division. The new math.div() function should be used instead. See this page for details.
    • Add a list.slash() function that returns a slash-separated list.

    • Potentially breaking bug fix: The heuristics around when potentially slash-separated numbers are converted to slash-free numbers—for example, when 1/2 will be printed as 0.5 rather than 1/2—have been slightly expanded. Previously, a number would be made slash-free if it was passed as an argument to a user-defined function, but not to a built-in function. Now it will be made slash-free in both cases. This is a behavioral change, but it's unlikely to affect any real-world stylesheets.

    • :is() now behaves identically to :matches().

    • Fix a bug where non-integer numbers that were very close to integer values would be incorrectly formatted in CSS.

    • Fix a bug where very small number and very large negative numbers would be incorrectly formatted in CSS.

    JS API

    • The this context for importers now has a fromImport field, which is true if the importer is being invoked from an @ import and false otherwise. Importers should only use this to determine whether to load import-only files.

    Dart API

    • Add an Importer.fromImport getter, which is true if the current Importer.canonicalize() call comes from an @ import rule and false otherwise. Importers should only use this to determine whether to load import-only files.

    See the full changelog for changes in earlier releases.

  • 1.32.13 - 2021-05-12

    To install Sass 1.32.13, 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: Null values in @ use and @ forward configurations no longer override the !default variable, matching the behavior of the equivalent code using @ import.

    • Use the proper parameter names in error messages about string.slice

    See the full changelog for changes in earlier releases.

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.

None yet

1 participant