-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade sass from 1.60.0 to 1.92.0 #7922
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.92.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
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
|
🔒 Entelligence AI Vulnerability Scanner ✅ No security vulnerabilities found! Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the sass dependency in the microsite from version ^1.57.1 to ^1.92.0, along with related dependency changes in the yarn.lock file. The update brings in new features and bug fixes for sass, while also introducing new dependencies like @parcel/watcher and updating existing ones like chokidar (^4.0.0) and immutable (^5.0.2). These changes only affect development dependencies and don't modify any functionality in the codebase itself. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title SASS Dependency Upgrade Workflow
participant Dev as "Developer"
participant NPM as "Package Manager"
participant SASS as "SASS Compiler"
participant Watcher as "@parcel/watcher"
participant Chokidar as "Chokidar v4"
participant Immutable as "Immutable v5"
Dev->>NPM: Update SASS from v1.57.1 to v1.92.0
Note over Dev,NPM: Changes package.json dependency
NPM->>SASS: Install SASS v1.92.0
Note over SASS,Immutable: New dependency architecture
SASS->>Watcher: Add @parcel/watcher v2.5.1
Note right of Watcher: New optional dependency<br/>for file watching
SASS->>Chokidar: Upgrade to v4.0.3
Note right of Chokidar: Previous version was v3.5.3
SASS->>Immutable: Upgrade to v5.1.3
Note right of Immutable: Previous version was v4.2.2
alt Using @parcel/watcher (preferred)
SASS->>Watcher: Watch for file changes
Watcher-->>SASS: Notify of file changes
else Fallback to Chokidar
SASS->>Chokidar: Watch for file changes
Chokidar-->>SASS: Notify of file changes
end
SASS->>Immutable: Store file state
Dev->>SASS: Run SASS compilation
SASS-->>Dev: Return compiled CSS
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. |
|
LGTM 👍 |
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
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.92.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 82 versions ahead of your current version.
The recommended version was released 22 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:
EntelligenceAI PR Summary
This PR updates the sass dependency in the microsite from ^1.57.1 to ^1.92.0.