-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade sass from 1.60.0 to 1.97.0 #9688
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
Conversation
Snyk has created this PR to upgrade sass from 1.60.0 to 1.97.0. See this package in yarn: sass See this project in Snyk: https://app.snyk.io/org/q1bluequantumblockchainlabs.onmicrosoft.com/project/4590850b-6aaf-4257-983f-c8d6bc88021a?utm_source=github&utm_medium=referral&page=upgrade-pr
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant App as Microsite Application
participant Sass as Sass Compiler (v1.97.2)
participant Watcher as File Watcher
participant Parcel as @parcel/watcher (v2.5.1)
participant Chokidar as chokidar (v4.0.3)
participant Platform as Platform-Specific Binary
participant FS as File System
App->>Sass: Initialize Sass compiler
Sass->>Sass: Load immutable (v5.1.4) for data structures
alt Development mode with file watching
Sass->>Watcher: Request file watching setup
Watcher->>Parcel: Try to initialize @parcel/watcher (optional)
alt @parcel/watcher available
Parcel->>Platform: Detect OS/CPU/libc using detect-libc
Platform-->>Parcel: Platform info
Parcel->>Platform: Load platform-specific native binary
Note over Parcel,Platform: Supports: Android, Darwin, Linux,<br/>FreeBSD, Windows (ARM64/x64/ia32)
Platform-->>Parcel: Native watcher initialized
Parcel-->>Watcher: Watcher ready
else @parcel/watcher not available
Watcher->>Chokidar: Fallback to chokidar
Chokidar->>FS: Setup file system watching (readdirp v4.1.2)
FS-->>Chokidar: Watch handles created
Chokidar-->>Watcher: Watcher ready
end
Watcher-->>Sass: File watching active
end
Sass-->>App: Compiler ready
loop File changes detected
FS->>Watcher: File change event
Watcher->>Sass: Notify file changed
Sass->>Sass: Recompile SCSS/SASS files
Sass->>App: Updated CSS output
end
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
🤖 Augment PR SummarySummary: Updates the microsite’s Sass toolchain to a newer upstream release to keep dependencies current. Changes:
Technical Notes: This is an automated Snyk upgrade PR; expected impact is primarily on Sass compilation and dev-mode file watching behavior within the microsite. 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review completed. No suggestions at this time.
Comment augment review to trigger a new review at any time.
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Snyk has created this PR to upgrade sass from 1.60.0 to 1.97.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 95 versions ahead of your current version.
The recommended version was released 23 days ago.
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: