This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade sass from 1.58.0 to 1.75.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 **41 versions** ahead of your current version.
- The recommended version was released **5 days ago**, on 2024-04-11.
Release notes Package name: sass
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
</li>
<li>
<b>1.74.1</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.74.1">2024-04-04</a></br><p>To install Sass 1.74.1, 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>
</li>
<li>
<b>1.72.0</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.72.0">2024-03-13</a></br><p>To install Sass 1.72.0, 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
Support adjacent /s without whitespace in between when parsing plain CSS expressions.
Allow the Node.js pkg: importer to load Sass stylesheets for package.jsonexports field entries without extensions.
When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.
</li>
<li>
<b>1.71.1</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.71.1">2024-02-21</a></br><p>To install Sass 1.71.1, 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
Command-Line Interface
Ship the musl Linux release with the proper Dart executable.
JavaScript API
Export the NodePackageImporter class in ESM mode.
Allow NodePackageImporter to locate a default directory even when the entrypoint is an ESM module.
Dart API
Make passing a null argument to NodePackageImporter() a static error rather than just a runtime error.
Embedded Sass
In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
</li>
<li>
<b>1.71.0</b> - <a href="https://snyk.io/redirect/github/sass/dart-sass/releases/tag/1.71.0">2024-02-16</a></br><p>To install Sass 1.71.0, 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
For more information about pkg: importers, see the announcement on the Sass blog.
Command-Line Interface
Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @ use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @ use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).
Dart API
Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @ use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade sass from 1.58.0 to 1.75.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 **41 versions** ahead of your current version. - The recommended version was released **5 days ago**, on 2024-04-11.
Release notes
Package name: sass
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JS API
importer
to be passed withouturl
inStringOptionsWithImporter
.See the full changelog for changes in earlier releases.
Changes
See the full changelog for changes in earlier releases.
Changes
Support adjacent
/
s without whitespace in between when parsing plain CSS expressions.Allow the Node.js
pkg:
importer to load Sass stylesheets forpackage.json
exports
field entries without extensions.When printing suggestions for variables, use underscores in variable names when the original usage used underscores.
JavaScript API
pkg:
imports with the Node.js package importer when arguments are passed to the JavaScript process.See the full changelog for changes in earlier releases.
Changes
Command-Line Interface
JavaScript API
Export the
NodePackageImporter
class in ESM mode.Allow
NodePackageImporter
to locate a default directory even when the entrypoint is an ESM module.Dart API
NodePackageImporter()
a static error rather than just a runtime error.Embedded Sass
See the full changelog for changes in earlier releases.
Changes
For more information about
pkg:
importers, see the announcement on the Sass blog.Command-Line Interface
--pkg-importer
flag to enable built-inpkg:
importers. Currently this only supports the Node.js package resolution algorithm, via--pkg-importer=node
. For example,@ use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
.JavaScript API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using thepkg:
URL scheme according to the Node.js package resolution algorithm. For example,@ use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a single optional argument, which indicates the base directory to use when locatingnode_modules
directories. It defaults topath.dirname(require.main.filename)
.Dart API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using thepkg:
URL scheme according to the Node.js package resolution algorithm. For example,@ use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a single argument, which indicates the base directory to use when locatingnode_modules
directories.See the full changelog for changes in earlier releases.
Commit messages
Package name: sass
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