WoTTsecurity / api

API and Dashboard
https://dash.wott.io
MIT License
0 stars 2 forks source link

[Snyk] Upgrade sass from 1.25.0 to 1.26.1 #809

Closed vpetersson closed 4 years ago

vpetersson commented 4 years ago

Snyk has created this PR to upgrade sass from 1.25.0 to 1.26.1.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

:information_source: 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.


Release notes
Package name: sass
  • 1.26.1 - 2020-02-25

    Command Line Interface

    • Fix a longstanding bug where --watch mode could enter into a state where recompilation would not occur after a syntax error was introduced into a dependency and then fixed.

    See the full changelog for changes in earlier releases.

  • 1.26.0 - 2020-02-24
    • Potentially breaking bug fix: @use rules whose URLs' basenames begin with _ now correctly exclude that _ from the rules' namespaces.

    • Fix a bug where imported forwarded members weren't visible in mixins and functions that were defined before the @import.

    • Don't throw errors if the exact same member is loaded or forwarded from multiple modules at the same time.

    See the full changelog for changes in earlier releases.

  • 1.26.0-test.3 - 2020-02-19
    • No user-visible changes.

    See the full changelog for changes in earlier releases.

  • 1.26.0-test.2 - 2020-02-14
    • @use rules whose URLs' basenames begin with _ now correctly exclude that _ from the rules' namespaces.

    • Fix a bug where imported forwarded members weren't visible in mixins and functions that were defined before the @import.

    See the full changelog for changes in earlier releases.

  • 1.26.0-test.1 - 2020-02-08
    • Don't throw errors if the exact same member is loaded or forwarded from multiple modules at the same time.

    See the full changelog for changes in earlier releases.

  • 1.25.1-test.1 - 2020-01-25

    Create a release to test cli_pkg infrastructure (#940)

  • 1.25.0 - 2020-01-17

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

    Changes

    • Add functions to the built-in "sass:math" module.

      • clamp($min, $number, $max). Clamps $number in between $min and $max.

      • hypot($numbers...). Given n numbers, outputs the length of the n-dimensional vector that has components equal to each of the inputs.

      • Exponential. All inputs must be unitless. * log($number) or log($number, $base). If no base is provided, performs a natural log. * pow($base, $exponent) * sqrt($number)

      • Trigonometric. The input must be an angle. If no unit is given, the input is assumed to be in rad. * cos($number) * sin($number) * tan($number)

      • Inverse trigonometric. The output is in deg. * acos($number). Input must be unitless. * asin($number). Input must be unitless. * atan($number). Input must be unitless. * atan2($y, $x). $y and $x must have compatible units or be unitless.

    • Add the variables $pi and $e to the built-in "sass:math" module.

    JavaScript API

    • constructor.value fields on value objects now match their Node Sass equivalents.

    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