manuelernestog / weektodo

WeekToDo is a Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy. Available for Windows, Mac, Linux or online.
https://weektodo.me
GNU General Public License v3.0
1.47k stars 162 forks source link

Move from deprecated node-sass to Dart Sass #222

Closed brianclinkenbeard closed 7 months ago

brianclinkenbeard commented 10 months ago

Node Sass is deprecated, and I wasn't able to build the project with NodeJS 18 without switching to the Dart Sass (sass) package as recommended (and then using --ignore-engines). This PR simply replaces the package in the dependencies.

netlify[bot] commented 10 months ago

Deploy Preview for weektodo-app ready!

Name Link
Latest commit 3b336abec0685a03af7f0dcd7a401f78507246ac
Latest deploy log https://app.netlify.com/sites/weektodo-app/deploys/65555733de40040007dec92a
Deploy Preview https://deploy-preview-222--weektodo-app.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

manuelernestog commented 7 months ago

Nice change @brianclinkenbeard 👏