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.26.3 to 1.40.1 #336

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Oct 5, 2021

Snyk has created this PR to upgrade sass from 1.26.3 to 1.40.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 49 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-09-14.
Release notes
Package name: sass
  • 1.40.1 - 2021-09-14

    To install Sass 1.40.1, 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: min() and max() expressions outside of calculations now behave the same way they did in 1.39.2, returning unquoted strings if they contain no Sass-specific features and calling the global min() and max() functions otherwise. Within calculations, they continue to behave how they did in 1.40.0.

      This fixes an unintended breaking change added in 1.40.0, wherein passing a unitless number and a number without units to min() or max() now produces an error. Since this breakage affects a major Sass library, we're temporarily reverting support for min() and max() calculations while we work on designing a longer-term fix.

    See the full changelog for changes in earlier releases.

  • 1.40.0 - 2021-09-13

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

    Changes

    • Add support for first-class calc() expressions (as well as clamp() and plain-CSS min() and max()). This means:

      • calc() expressions will be parsed more thoroughly, and errors will be highlighted where they weren't before. This may break your stylesheets, but only if they were already producing broken CSS.

      • calc() expressions will be simplified where possible, and may even return numbers if they can be simplified away entirely.

      • calc() expressions that can't be simplified to numbers return a new data type known as "calculations".

      • Sass variables and functions can now be used in calc() expressions.

      • New functions meta.calc-name() and meta.calc-args() can now inspect calculations.

    Dart API

    • Add a new value type, SassCalculation, that represents calculations.

    • Add new CalculationOperation, CalculationOperator, and CalculationInterpolation types to represent types of arguments that may exist as part of a calculation.

    • Add a new Value.assertCalculation() method.

    • Add a new Number.hasCompatibleUnits() method.

    See the full changelog for changes in earlier releases.

  • 1.39.2 - 2021-09-10
  • 1.39.1 - 2021-09-09
  • 1.39.0 - 2021-09-02
  • 1.38.2 - 2021-08-28
  • 1.38.1 - 2021-08-23
  • 1.38.0 - 2021-08-17
  • 1.37.5 - 2021-08-04
  • 1.37.4 - 2021-08-03
  • 1.37.3 - 2021-08-03
  • 1.37.2 - 2021-08-03
  • 1.37.1 - 2021-08-02
  • 1.37.0 - 2021-07-30
  • 1.36.0 - 2021-07-23
  • 1.35.2 - 2021-07-07
  • 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
  • 1.26.9 - 2020-06-22
  • 1.26.8 - 2020-06-05
  • 1.26.7 - 2020-05-29
  • 1.26.6 - 2020-05-28
  • 1.26.5 - 2020-04-24
  • 1.26.3 - 2020-03-11
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