-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade sass from 1.26.3 to 1.88.0 #1990
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
base: canary
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade sass from 1.26.3 to 1.88.0. See this package in npm: sass See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/f07f3e6f-94d1-4014-86c3-c1bd970ef4a4?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
Reviewer's GuideThis PR updates the Sass dependency in the with-next-sass example from version 1.26.3 to 1.88.0, ensuring the project uses the latest Sass release with recent bug fixes and features. Sequence Diagram: Sass API - Potentially Breaking Change in Cross-Compilation Object SharingsequenceDiagram
actor UserCode as "User Code / Build Script"
participant SassOld as "Sass Engine (< 1.88.0)"
participant SassNew as "Sass Engine (>= 1.88.0)"
UserCode->>SassOld: Share function/mixin object from Compilation A to B
SassOld-->>UserCode: Previous behavior (e.g., allowed, undefined behavior)
UserCode->>SassNew: Share function/mixin object from Compilation A to B
SassNew-->>UserCode: Error thrown (Potentially Breaking Change)
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Deployment failed with the following error:
|
Snyk has created this PR to upgrade sass from 1.26.3 to 1.88.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 187 versions ahead of your current version.
The recommended version was released 23 days ago.
Release notes
Package name: sass
To install Sass 1.88.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Allow custom properties with empty values (such as
--var:;
).Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
Dart API
compileString()
and related functions.See the full changelog for changes in earlier releases.
Important
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:
Summary by Sourcery
Build: