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.6 to 1.36.0 #67

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.6 to 1.36.0.

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 14 versions ahead of your current version.
  • The recommended version was released 21 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
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

@vercel
Copy link

vercel bot commented Aug 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/thomashighbaugh/startpage/hqEovSzKuKKFRMT9TCdJz451RLAJ
✅ Preview: https://startpage-git-snyk-upgrade-074aab8ae4489-9ab363-thomashighbaugh.vercel.app

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