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.64.2 to 1.70.0 #7

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

tarektarho
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade sass from 1.64.2 to 1.70.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 15 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2024-01-18.
Release notes
Package name: sass
  • 1.70.0 - 2024-01-18

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

    Changes

    JavaScript API

    • Add a sass.initCompiler() function that returns a sass.Compiler object which supports compile() and compileString() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.Compiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

    • Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler object which supports compileAsync() and compileStringAsync() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.AsynCompiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.

    Embedded Sass

    • Support the CompileRequest.silent field. This allows compilations with no logging to avoid unnecessary request/response cycles.

    • The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's info field.

    See the full changelog for changes in earlier releases.

  • 1.69.7 - 2024-01-02

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

    Changes

    Embedded Sass

    • In the JS Embedded Host, properly install the x64 Dart Sass executable on ARM64 Windows.

    See the full changelog for changes in earlier releases.

  • 1.69.6 - 2023-12-28

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

    Changes

    • Produce better output for numbers with complex units in meta.inspect() and debugging messages.

    • Escape U+007F DELETE when serializing strings.

    • When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.

    • Provide official releases for musl LibC and for Android.

    • Don't crash when running meta.apply() in asynchronous mode.

    JS API

    • Fix a bug where certain exceptions could produce SourceSpans that didn't follow the documented SourceSpan API.

    See the full changelog for changes in earlier releases.

  • 1.69.5 - 2023-10-26
  • 1.69.4 - 2023-10-17
  • 1.69.3 - 2023-10-12
  • 1.69.2 - 2023-10-10
  • 1.69.1 - 2023-10-09
  • 1.69.0 - 2023-10-05
  • 1.68.0 - 2023-09-21
  • 1.67.0 - 2023-09-14
  • 1.66.1 - 2023-08-18
  • 1.66.0 - 2023-08-17
  • 1.65.1 - 2023-08-09
  • 1.65.0 - 2023-08-09
  • 1.64.2 - 2023-07-31
from sass GitHub release notes
Commit messages
Package name: sass

Compare


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

Copy link

netlify bot commented Mar 4, 2024

Deploy Preview for tarek-weather-forecast-app ready!

Name Link
🔨 Latest commit f9dd736
🔍 Latest deploy log https://app.netlify.com/sites/tarek-weather-forecast-app/deploys/65edfed2a626f30008de72f2
😎 Deploy Preview https://deploy-preview-7--tarek-weather-forecast-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.87%. Comparing base (7c0c832) to head (62e83b5).

❗ Current head 62e83b5 differs from pull request most recent head f9dd736. Consider uploading reports for the commit f9dd736 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   94.87%   94.87%           
=======================================
  Files          32       32           
  Lines        1581     1581           
  Branches      145      145           
=======================================
  Hits         1500     1500           
  Misses         81       81           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tarektarho tarektarho merged commit 88a1f7a into main Mar 10, 2024
3 checks passed
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

2 participants