blacklight / platypush

A versatile and extensible platform for automation with hundreds of supported integrations
https://platypush.tech
MIT License
284 stars 20 forks source link

[Snyk] Upgrade sass from 1.69.3 to 1.70.0 #403

Closed blacklight closed 5 months ago

blacklight commented 5 months ago

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


Snyk has created this PR to upgrade sass from 1.69.3 to 1.70.0.

: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.
- The recommended version is **5 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.

      </li>
      <li>
        <b>1.69.7</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.69.7">2024-01-02</a></br><p>To install Sass 1.69.7, download one of the packages below and <a href="https://katiek2.github.io/path-doc/" rel="nofollow">add it to your PATH</a>, or see <a href="https://sass-lang.com/install" rel="nofollow">the Sass website</a> for full installation instructions.</p>

    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.

      </li>
      <li>
        <b>1.69.6</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.69.6">2023-12-28</a></br><p>To install Sass 1.69.6, download one of the packages below and <a href="https://katiek2.github.io/path-doc/" rel="nofollow">add it to your PATH</a>, or see <a href="https://sass-lang.com/install" rel="nofollow">the Sass website</a> for full installation instructions.</p>

    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.

      </li>
      <li>
        <b>1.69.5</b> - 2023-10-26
      </li>
      <li>
        <b>1.69.4</b> - 2023-10-17
      </li>
      <li>
        <b>1.69.3</b> - 2023-10-12
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/sass/dart-sass/releases">sass GitHub release notes</a>

Commit messages
Package name: sass
  • 076414d [Shared Resources] dart-sass implementation (#2134)
  • 0d91c92 Support CompileRequest.silent of embedded protocol (#2160)
  • b263a72 Use implementation name dart-sass for VersionResponse (#2156)
  • 006baa5 Update the pubspec and changelog for sass/embedded-host-node#266 (#2158)
  • 6205eac Add wait time before update website (#2153)
  • f3c7be5 Make meta.apply() an AsyncBuiltInCallable (#2152)
  • 1fc740d Upload releases for musl-libc and android (#2149)
  • 6f665c1 Escape unprintable 0x7F (delete control character) (#2144)
  • f5dab76 Bump dartdoc from 7.0.2 to 8.0.2 (#2146)
  • 4daf0b4 Escape non-US-ASCII characters in `SassException.toCssString()` (#2143)
  • cd798bf Improve inspect() output for complex units (#2138)
  • bd80c58 Make LazyFileSpans work in JavaScript (#2142)
  • 13830a5 Fix new recommended lints (#2139)
  • cd3b0cc Update link to Node.js releases page (#2131)
  • dd56d28 Write implementation documentation (#2042)
  • 54caf19 Remove dead code (#2129)
  • 89dac15 Add compatibility with Node.js 21.0.0 (#2128)
  • 69d0f07 Bump lints from 2.1.1 to 3.0.0 (#2126)
  • ac25a70 Bump dartdoc from 6.3.0 to 7.0.0 (#2118)
  • f40c1fc Cut a release (#2120)
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