-
Notifications
You must be signed in to change notification settings - Fork 1
[Snyk] Upgrade sass from 1.60.0 to 1.93.2 #8156
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.93.2. 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. |
📝 WalkthroughThis PR upgrades the Sass preprocessor in the Backstage microsite from version ~1.57.1/1.60.0 to 1.93.2. The change brings significant updates to the Sass dependency tree, introducing new file watching capabilities through The upgrade includes a major version change for immutable.js (v4.2.2 to v5.1.4) which has breaking changes in its API. Additionally, the introduction of 📊 Changes
|
| "react": "^17.0.2", | ||
| "react-dom": "^17.0.2", | ||
| "sass": "^1.57.1", | ||
| "sass": "^1.93.2", |
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.
Correctness: Immutable.js major version breaking change from v4.2.2 to v5.1.4 introduced by Sass upgrade, which includes API changes like removed default export, changed TypeScript definitions, and Map behavior changes
| "react": "^17.0.2", | ||
| "react-dom": "^17.0.2", | ||
| "sass": "^1.57.1", | ||
| "sass": "^1.93.2", |
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.
Correctness: Introduction of @parcel/watcher with native C++ binaries requires Node-gyp compilation environment, platform-specific build tools, and architecture-specific native modules
| "react": "^17.0.2", | ||
| "react-dom": "^17.0.2", | ||
| "sass": "^1.57.1", | ||
| "sass": "^1.93.2", |
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.
|
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.93.2.
ℹ️ 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 86 versions ahead of your current version.
The recommended version was released a month 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
Upgraded Sass preprocessor in the Backstage microsite from version ~1.57.1/1.60.0 to 1.93.2, introducing new file watching capabilities and modernized dependencies. This update includes significant changes to the Sass dependency tree.