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.49.7 to 1.63.4 #517

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

Conversation

DanneelsSophie
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.49.7 to 1.63.4.

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ 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 45 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-06-14.
Release notes
Package name: sass
  • 1.63.4 - 2023-06-14

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

    Changes

    JavaScript API

    • Re-enable support for import sass from 'sass' when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should use import * as sass from 'sass' instead.

      On the browser and other ESM-only platforms, only import * as sass from 'sass' is supported.

    • Properly export the legacy API values TRUE, FALSE, NULL, and types from the ECMAScript module API.

    Embedded Sass

    • Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.

    • Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.

    See the full changelog for changes in earlier releases.

  • 1.63.3 - 2023-06-09

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

    Changes

    JavaScript API

    • Fix loading Sass as an ECMAScript module on Node.js.

    See the full changelog for changes in earlier releases.

  • 1.63.2 - 2023-06-08

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

    Changes

    • No user-visible changes.

    See the full changelog for changes in earlier releases.

  • 1.63.1 - 2023-06-08

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

    Changes

    • No user-visible changes.

    See the full changelog for changes in earlier releases.

  • 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
  • 1.49.11 - 2022-04-01
  • 1.49.10 - 2022-03-30
  • 1.49.9 - 2022-02-24
  • 1.49.8 - 2022-02-17
  • 1.49.7 - 2022-02-01
from sass GitHub release notes
Commit messages
Package name: sass
  • e34a0c7 Cut a release (#2016)
  • 3de612e Re-enable support for default exports (#2009)
  • ce58d87 Add missing ESM exports (#2010)
  • aa59a5f Fix race condition between spawning and killing isolates during shutdown (#2007)
  • 760fa2e Add current stylesheet to loadedUrls when throwing parsing error (#1991)
  • 645e48f Cut a release (#2006)
  • eb09d75 Fix a few more deployment issues (#1998)
  • ce909e4 Use the correct pub credential location for deploying sub-packages (#1997)
  • eea0717 Block release on all tests (#1996)
  • d82654b Fix deploy configuration (#1994)
  • c3ed547 Release 1.63.0 (#1987)
  • a88318f Run embedded compilations across multiple isolates (#1981)
  • b0efcb0 Fix README Docker example (#1982) (#1983)
  • 44a3caf Update README.md (#1979)
  • 21f98c6 Fix the syntax for browser examples in the README (#1975)
  • 9e1d18a Upgrade the analyzer package (#1974)
  • 247098d Further expand browser documentation and mention it in the README (#1973)
  • f0f00a6 Address deprecation warning in GitHub Actions (#1968)
  • 1c9a5e1 Document browser support (#1972)
  • cca9464 Add support for running in the browser (#1895)
  • eb18526 Use the embedded protocol from the Sass language repo (#1966)
  • cb039c7 Format with dart 3.0.1 (#1967)
  • 17f7fab Pull more repeated GH Action tasks into sub-actions (#1964)
  • 4692841 Fix printing usage when no args provided (#1963)

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

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.

2 participants