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

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

Conversation

BlackGox
Copy link

@BlackGox BlackGox commented Mar 1, 2024

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


Snyk has created this PR to upgrade sass from 1.50.0 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 60 versions ahead of your current version.
  • The recommended version was released a month 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
  • 1.64.1 - 2023-07-22
  • 1.64.0 - 2023-07-20
  • 1.63.6 - 2023-06-21
  • 1.63.5 - 2023-06-21
  • 1.63.4 - 2023-06-14
  • 1.63.3 - 2023-06-09
  • 1.63.2 - 2023-06-08
  • 1.63.1 - 2023-06-08
  • 1.63.0 - 2023-06-07
  • 1.62.1 - 2023-04-25
  • 1.62.0 - 2023-04-11
  • 1.61.0 - 2023-04-06
  • 1.60.0 - 2023-03-23
  • 1.59.3 - 2023-03-14
  • 1.59.2 - 2023-03-11
  • 1.59.1 - 2023-03-10
  • 1.59.0 - 2023-03-10
  • 1.58.3 - 2023-02-18
  • 1.58.2 - 2023-02-17
  • 1.58.1 - 2023-02-14
  • 1.58.0 - 2023-02-01
  • 1.57.1 - 2022-12-19
  • 1.57.0 - 2022-12-17
  • 1.56.2 - 2022-12-08
  • 1.56.1 - 2022-11-09
  • 1.56.0 - 2022-11-04
  • 1.55.0 - 2022-09-21
  • 1.54.9 - 2022-09-07
  • 1.54.8 - 2022-08-31
  • 1.54.7 - 2022-08-31
  • 1.54.6 - 2022-08-29
  • 1.54.5 - 2022-08-19
  • 1.54.4 - 2022-08-10
  • 1.54.3 - 2022-08-04
  • 1.54.2 - 2022-08-03
  • 1.54.1 - 2022-08-02
  • 1.54.0 - 2022-07-22
  • 1.53.0 - 2022-06-22
  • 1.52.3 - 2022-06-08
  • 1.52.2 - 2022-06-03
  • 1.52.1 - 2022-05-20
  • 1.52.0 - 2022-05-20
  • 1.51.0 - 2022-04-26
  • 1.50.1 - 2022-04-19
  • 1.50.0 - 2022-04-07
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

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/cli-boxes@2.2.1, npm/cli-table@0.3.11, npm/cliui@6.0.0, npm/clone-deep@4.0.1, npm/clone-response@1.0.2, npm/co@4.6.0, npm/coa@2.0.2, npm/code-point-at@1.1.0, npm/collect-v8-coverage@1.0.1, npm/collection-visit@1.0.0, npm/color-string@1.9.0, npm/color@3.2.1, npm/colors@1.0.3, npm/combined-stream@1.0.8, npm/commander@6.2.1, npm/common-tags@1.8.2, npm/commondir@1.0.1, npm/component-emitter@1.3.0, npm/compose-function@3.0.3, npm/compression@1.7.4, npm/concat-stream@1.6.2, npm/confusing-browser-globals@1.0.11, npm/connect-history-api-fallback@1.6.0, npm/console-browserify@1.2.0, npm/console-control-strings@1.1.0, npm/constants-browserify@1.0.0, npm/convert-source-map@1.8.0, npm/cookie@0.4.2, npm/cookiejar@2.1.3, npm/copy-concurrently@1.0.5, npm/copy-descriptor@0.1.1, npm/core-js-compat@3.21.1, npm/core-js-pure@3.21.1, npm/core-js@3.21.1, npm/cosmiconfig@7.0.1, npm/create-ecdh@4.0.4, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/cross-spawn@6.0.5, npm/crypto-browserify@3.12.0, npm/css-blank-pseudo@0.1.4, npm/css-color-names@0.0.4, npm/css-declaration-sorter@4.0.1, npm/css-has-pseudo@0.10.0, npm/css-loader@4.3.0, npm/css-prefers-color-scheme@3.1.1, npm/css-select-base-adapter@0.1.1, npm/css-select@2.1.0, npm/css-tree@1.0.0-alpha.37, npm/css-what@3.4.2, npm/css.escape@1.5.1, npm/css@3.0.0, npm/cssdb@4.4.0, npm/cssesc@3.0.0, npm/cssnano-preset-default@4.0.8, npm/cssnano-util-get-arguments@4.0.0, npm/cssnano-util-get-match@4.0.0, npm/cssnano-util-raw-cache@4.0.1, npm/cssnano-util-same-parent@4.0.1, npm/cssnano@4.1.11, npm/csso@4.2.0, npm/cssom@0.4.4, npm/cssstyle@2.3.0, npm/csstype@3.0.11, npm/cyclist@1.0.1, npm/d@1.0.1, npm/damerau-levenshtein@1.0.8, npm/dashdash@1.14.1, npm/data-urls@2.0.0, npm/dayjs@1.11.0, npm/decamelize@1.2.0, npm/decimal.js@10.3.1, npm/decode-uri-component@0.2.0, npm/decompress-response@3.3.0, npm/dedent@0.7.0, npm/deep-equal@1.1.1, npm/deep-extend@0.6.0, npm/deep-is@0.1.4, npm/deepmerge@4.2.2, npm/default-gateway@4.2.0, npm/defer-to-connect@1.1.3, npm/define-properties@1.1.3, npm/define-property@2.0.2, npm/del@4.1.1, npm/delayed-stream@1.0.0, npm/delegates@1.0.0, npm/depd@1.1.2, npm/des.js@1.0.1, npm/destroy@1.0.4, npm/detect-newline@3.1.0, npm/detect-node@2.1.0, npm/detect-port-alt@1.1.6, npm/diff-sequences@26.6.2, npm/diffie-hellman@5.0.3, npm/dir-glob@3.0.1, npm/dns-equal@1.0.0, npm/dns-packet@1.3.4, npm/dns-txt@2.0.2, npm/doctrine@3.0.0, npm/dom-accessibility-api@0.5.13, npm/dom-converter@0.2.0, npm/dom-helpers@5.2.1, npm/dom-serializer@0.2.2, npm/domain-browser@1.2.0, npm/domelementtype@1.3.1, npm/domexception@2.0.1, npm/domhandler@4.3.1, npm/domutils@1.7.0, npm/dot-case@3.0.4, npm/dotenv-expand@5.1.0, npm/dotenv@8.2.0, npm/duplexer3@0.1.4, npm/duplexer@0.1.2, npm/duplexify@3.7.1, npm/ecc-jsbn@0.1.2, npm/ejs@2.7.4, npm/electron-to-chromium@1.4.107, npm/elliptic@6.5.4, npm/emittery@0.7.2, npm/emojis-list@3.0.0, npm/encoding@0.1.13, npm/enhanced-resolve@4.5.0, npm/enquirer@2.3.6, npm/entities@2.2.0, npm/env-paths@2.2.1, npm/err-code@2.0.3, npm/errno@0.1.8, npm/error-ex@1.3.2, npm/error-stack-parser@2.0.7, npm/es-abstract@1.19.4, npm/es-shim-unscopables@1.0.0, npm/es-to-primitive@1.2.1, npm/es5-ext@0.10.60, npm/es6-iterator@2.0.3, npm/es6-symbol@3.1.3, npm/escape-goat@2.1.1, npm/escape-string-regexp@1.0.5, npm/escodegen@2.0.0, npm/eslint-config-react-app@6.0.0, npm/eslint-import-resolver-node@0.3.6, npm/eslint-module-utils@2.7.3, npm/eslint-plugin-flowtype@5.10.0, npm/eslint-plugin-import@2.26.0, npm/eslint-plugin-jest@24.7.0, npm/eslint-plugin-jsx-a11y@6.5.1, npm/eslint-plugin-react-hooks@4.4.0, npm/eslint-plugin-react@7.29.4, npm/eslint-plugin-testing-library@3.10.2, npm/eslint-scope@5.1.1, npm/eslint-utils@3.0.0, npm/eslint-visitor-keys@2.1.0, npm/eslint-webpack-plugin@2.6.0, npm/eslint@7.32.0, npm/espree@7.3.1, npm/esprima@4.0.1, npm/esquery@1.4.0, npm/esrecurse@4.3.0, npm/estraverse@4.3.0, npm/estree-walker@1.0.1, npm/esutils@2.0.3, npm/eventemitter3@4.0.7, npm/events@3.3.0, npm/eventsource@1.1.2, npm/evp_bytestokey@1.0.3, npm/exec-sh@0.3.6, npm/execa@1.0.0, npm/exenv@1.2.2, npm/exit@0.1.2, npm/expand-brackets@2.1.4, npm/expect@26.6.2, npm/express@4.17.3, npm/ext@1.6.0, npm/extend-shallow@3.0.2, npm/extglob@2.0.4, npm/extsprintf@1.3.0, npm/fast-glob@3.2.11, npm/fast-json-stable-stringify@2.1.0, npm/fast-levenshtein@2.0.6, npm/fast-safe-stringify@2.1.1, npm/fastq@1.13.0, npm/faye-websocket@0.10.0, npm/fb-watchman@2.0.1, npm/figgy-pudding@3.5.2, npm/file-entry-cache@6.0.1, npm/file-loader@6.1.1, npm/file-uri-to-path@1.0.0, npm/filesize@6.1.0, npm/fill-range@7.0.1, npm/finalhandler@1.1.2, npm/find-cache-dir@2.1.0, npm/find-up@5.0.0, npm/flat-cache@3.0.4, npm/flatted@3.2.5, npm/flatten@1.0.3, npm/flush-write-stream@1.1.1, npm/follow-redirects@1.14.9, npm/for-in@1.0.2, npm/forever-agent@0.6.1, npm/fork-ts-checker-webpack-plugin@4.1.6, npm/form-data@2.3.3, npm/formidable@1.2.6, npm/fp-and-or@0.1.3, npm/fragment-cache@0.2.1, npm/from2@2.3.0, npm/fs-extra@9.1.0, npm/fs-minipass@2.1.0, npm/fs-write-stream-atomic@1.0.10, npm/fsevents@2.3.2, npm/gauge@2.7.4, npm/gensync@1.0.0-beta.2, npm/get-intrinsic@1.1.1, npm/get-own-enumerable-property-symbols@3.0.2, npm/get-package-type@0.1.0, npm/get-stdin@8.0.0, npm/get-stream@4.1.0, npm/get-symbol-description@1.0.0, npm/get-value@2.0.6, npm/getpass@0.1.7, npm/glob-parent@5.1.2, npm/glob@7.2.0, npm/global-dirs@3.0.0, npm/global-modules@2.0.0, npm/global-prefix@3.0.0, npm/globals@11.12.0, npm/globby@11.1.0, npm/got@9.6.0, npm/growly@1.3.0, npm/gzip-size@5.1.1, npm/handle-thing@2.0.1, npm/har-schema@2.0.0, npm/har-validator@5.1.5, npm/harmony-reflect@1.6.2, npm/has-bigints@1.0.1, npm/has-tostringtag@1.0.0, npm/has-unicode@2.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has-yarn@2.1.0, npm/hash-base@3.1.0, npm/hash.js@1.1.7, npm/he@1.2.0, npm/hex-color-regex@1.1.0, npm/history@4.10.1, npm/hmac-drbg@1.0.1, npm/hoist-non-react-statics@3.3.2, npm/hoopy@0.1.4, npm/hosted-git-info@3.0.8, npm/hpack.js@2.1.6, npm/hsl-regex@1.0.0, npm/hsla-regex@1.0.0, npm/html-encoding-sniffer@2.0.1, npm/html-entities@1.4.0, npm/html-escaper@2.0.2, npm/html-minifier-terser@5.1.1, npm/html-webpack-plugin@4.5.0, npm/htmlparser2@6.1.0, npm/http-cache-semantics@4.1.0, npm/http-deceiver@1.2.7, npm/http-errors@1.8.1, npm/http-proxy-agent@4.0.1, npm/http-proxy-middleware@0.19.1, npm/http-proxy@1.18.1, npm/http-signature@1.2.0, npm/https-browserify@1.0.0, npm/https-proxy-agent@5.0.0, npm/human-signals@1.1.1, npm/humanize-ms@1.2.1, npm/iconv-lite@0.6.3, npm/icss-utils@4.1.1, npm/identity-obj-proxy@3.0.0, npm/ieee754@1.2.1, npm/iferr@0.1.5, npm/ignore-walk@3.0.4, npm/ignore@5.2.0, npm/immer@8.0.1, npm/immutable@4.0.0, npm/import-cwd@2.1.0, npm/import-fresh@3.3.0, npm/import-from@2.1.0, npm/import-lazy@2.1.0, npm/import-local@3.1.0, npm/indent-string@4.0.0, npm/indexes-of@1.0.1, npm/infer-owner@1.0.4, npm/ini@1.3.8, npm/internal-ip@4.3.0, npm/internal-slot@1.0.3, npm/invariant@2.2.4

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants