pgAdmin 4 commit: Replace node-sass with sass for SCSS compilation. Fix - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Replace node-sass with sass for SCSS compilation. Fix
Date
Msg-id E1is1Fl-00040o-LW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace node-sass with sass for SCSS compilation. Fixes #5096

This will fix issues reported by the yarn audit. sass is better-maintained library than node-sass.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e2bfac9e42938af97b091a41f755e3c4033c2f8f
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_18.rst                |   1 +
web/package.json                                 |   2 +-
web/pgadmin/static/scss/_backform.overrides.scss |  12 +-
web/pgadmin/static/scss/_backgrid.overrides.scss |   4 -
web/pgadmin/static/scss/_pgadmin.style.scss      |   1 -
web/yarn.lock                                    | 569 +++--------------------
6 files changed, 69 insertions(+), 520 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5096] Replace node-sass with sass for SCSS compilation
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5096] Replace node-sass with sass for SCSS compilation