-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,7 +39,7 @@ | |
| "prism-react-renderer": "^1.3.5", | ||
| "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 commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "swc-loader": "^0.2.3" | ||
| } | ||
| } | ||
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