Switch from deprecated node-sass to sass

This commit is contained in:
Evan Hahn 2022-02-11 10:59:24 -06:00 committed by GitHub
parent 2055aaf776
commit ae3b12bea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 114 additions and 382 deletions

View file

@ -1551,55 +1551,6 @@
"reasonCategory": "exampleCode",
"updated": "2021-11-13T01:24:25.496Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " result.push(append(value, stash, enclose));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " q.push(append(q.pop(), stringify(node, options)));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " q.push(append(q.pop(), ['{}']));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " q.push(append(q.pop(), range));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " q.push(append(q.pop(), queue, enclose));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "jQuery-append(",
"path": "node_modules/globby/node_modules/braces/lib/expand.js",
"line": " queue.push(append(queue.pop(), child.value));",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T01:13:16.250Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/google-libphonenumber/dist/libphonenumber.js",
@ -1719,6 +1670,12 @@
"reasonCategory": "falseMatch",
"updated": "2021-11-13T01:38:33.299Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/immutable/dist/immutable.min.js",
"reasonCategory": "falseMatch",
"updated": "2022-02-11T16:23:37.435Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/intl-tel-input/build/js/intlTelInput-jquery.js",
@ -1897,21 +1854,6 @@
"reasonCategory": "falseMatch",
"updated": "2021-04-06T04:01:59.934Z"
},
{
"rule": "eval",
"path": "node_modules/js-base64/base64.js",
"line": " buffer = eval(\"require('buffer').Buffer\");",
"reasonCategory": "usageTrusted",
"updated": "2020-08-25T16:58:28.474Z",
"reasonDetail": "Hard coded string"
},
{
"rule": "eval",
"path": "node_modules/js-base64/base64.min.js",
"reasonCategory": "usageTrusted",
"updated": "2020-08-25T16:58:28.474Z",
"reasonDetail": "Hard coded string"
},
{
"rule": "jQuery-$(",
"path": "node_modules/js-tokens/index.js",
@ -6364,6 +6306,13 @@
"reasonCategory": "falseMatch",
"updated": "2018-11-27T18:02:26.186Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map-js/lib/source-node.js",
"line": " this.prepend(aChunk[i]);",
"reasonCategory": "falseMatch",
"updated": "2022-02-11T16:23:37.435Z"
},
{
"rule": "jQuery-prepend(",
"path": "node_modules/source-map-support/browser-source-map-support.js",

View file

@ -1,4 +1,4 @@
// Copyright 2018-2021 Signal Messenger, LLC
// Copyright 2018-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable no-console */
@ -195,8 +195,6 @@ const excludedFilesRegexp = RegExp(
'^node_modules/needle/.+',
'^node_modules/nise/.+',
'^node_modules/node-gyp/.+',
'^node_modules/node-sass-import-once/.+',
'^node_modules/node-sass/.+',
'^node_modules/npm-run-all/.+',
'^node_modules/nsp/.+',
'^node_modules/nyc/.+',
@ -222,6 +220,7 @@ const excludedFilesRegexp = RegExp(
'^node_modules/resolve/.+',
'^node_modules/sass-graph/.+',
'^node_modules/sass-loader/.+',
'^node_modules/sass/.+',
'^node_modules/schema-utils/.+',
'^node_modules/scss-tokenizer/.+',
'^node_modules/send/.+',