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.42.0 #343

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

Conversation

snyk-bot
Copy link

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

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

    Changes

    • min() and max() expressions are once again parsed as calculations as long as they contain only syntax that's allowed in calculation expressions. To avoid the backwards-compatibility issues that were present in 1.40.0, they now allow unitless numbers to be mixed with numbers with units just like the global min() and max() functions. Similarly, + and - operations within min() and max() functions allow unitless numbers to be mixed with numbers with units.

    See the full changelog for changes in earlier releases.

  • 1.41.1 - 2021-09-16

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

    Changes

    • Preserve parentheses around var() functions in calculations, because they could potentially be replaced with sub-expressions that might need to be parenthesized.

    See the full changelog for changes in earlier releases.

  • 1.41.0 - 2021-09-14

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

    Changes

    • Calculation values can now be combined with strings using the + operator. This was an error in 1.40.0, but this broke stylesheets that were relying on $value + "" expressions to generically convert values to strings. (Note that the Sass team recommends the use of "#{$value}" or inspect($value) for that use-case.)

    • The selector.unify() function now correctly returns null when one selector is a :host or :host-context and the other is a selector that's guaranteed to be within the current shadow DOM. The @ extend logic has been updated accordingly as well.

    • Fix a bug where extra whitespace in min(), max(), clamp(), and calc() expressions could cause bogus parse errors.

    • Fix a bug where the right-hand operand of a - in a calculation could incorrectly be stripped of parentheses.

    Dart API

    • SassCalculation.plus() now allows SassString arguments.

    See the full changelog for changes in earlier releases.

  • 1.40.1 - 2021-09-14
  • 1.40.0 - 2021-09-13
  • 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.

1 participant