-
Notifications
You must be signed in to change notification settings - Fork 555
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
Migrate from node-sass
to sass
#27254
Conversation
node-sass
To sass
node-sass
to sass
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.
lovely 🎯
package.json
Outdated
@@ -121,6 +120,7 @@ | |||
"requireindex": "^1.1.0", | |||
"rimraf": "^2.6.1", | |||
"rxjs": "^6.6.7", | |||
"sass": "^1.77.6", |
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.
our recommendation is to pin dependencies to a patch, rather than using ranges.
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.
I shall pin the SASS relevant dependencies
971f023
to
ea4d547
Compare
Seen on ADMIN-PROD (merged by @domlander 12 minutes and 2 seconds ago)
|
Seen on FRONTS-PROD (merged by @domlander 13 minutes and 6 seconds ago)
|
@domlander I noticed that the https://github.com/guardian/frontend/actions/runs/9681667479/job/26712785987#step:9:2452 If we don't intend to fix these is there a way to silence them? |
I have started looking into this. I'll create a ticket to track. |
What is the value of this and can you measure success?
The node-sass project is deprecated in favour of Dart SASS.
What does this change?
Uses the Dart SASS implementation of SASS instead of node-sass.