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.71.0 to 1.72.0 #138

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

Loonz806
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.71.0 to 1.72.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 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2024-03-13.
Release notes
Package name: sass
  • 1.72.0 - 2024-03-13

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

    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.json exports 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.

    See the full changelog for changes in earlier releases.

  • 1.71.1 - 2024-02-21

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

    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.

    See the full changelog for changes in earlier releases.

  • 1.71.0 - 2024-02-16

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

    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.

    See the full changelog for changes in earlier releases.

from sass GitHub release notes
Commit messages
Package name: sass
  • ce16b35 Cut a release (#2194)
  • 9af6bbf Properly handle `pkg:` imports with args (#2193)
  • 0330491 Update to node 20 (#2192)
  • 48e2d0c Preserve underscores in `VariableExpression.toString()` (#2185)
  • 6e2d637 Allow adjacent forward slashes in plain CSS expressions (#2190)
  • fa4d909 Bump softprops/action-gh-release from 1 to 2 (#2191)
  • fd67fe6 [Hotfix Node Package Importer]- Handle subpath without extensions (#2184)
  • 1b4d703 Release 1.71.1 (#2182)
  • 6d66c43 Properly handle `new NodePackageImporter()` with an ESM entrypoint (#2181)
  • 85a932f Add missing ESM export of NodePackageImporter (#2177)
  • 786dd63 Fix linux musl builds (#2175)

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

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
setup-example-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 1:41am

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

@Loonz806 Loonz806 merged commit 28e0687 into main Apr 21, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants