Remove Grunt in favor of ts/scripts

This commit is contained in:
Scott Nonnenberg 2021-12-14 08:43:46 -08:00 committed by GitHub
parent 4e947211b2
commit e74376b997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 1137 additions and 1661 deletions

View file

@ -1,18 +1,4 @@
[
{
"rule": "jQuery-after(",
"path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js",
"reasonCategory": "falseMatch",
"updated": "2018-09-13T21:24:40.667Z",
"line": " migration.after(function () {"
},
{
"rule": "jQuery-before(",
"path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js",
"reasonCategory": "falseMatch",
"updated": "2018-09-13T21:24:40.667Z",
"line": " migration.before(function () {"
},
{
"rule": "eval",
"path": "components/mp3lameencoder/lib/Mp3LameEncoder.js",
@ -599,6 +585,101 @@
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/async/dist/async.js",
"line": " if (this.tail) this.insertAfter(this.tail, node);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/async/dist/async.js",
"line": " if (this.head) this.insertBefore(this.head, node);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/async/dist/async.js",
"line": " q._tasks.insertBefore(nextNode, item);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/async/dist/async.js",
"line": "function wrap(defer) {",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/async/dist/async.js",
"line": "var setImmediate$1 = wrap(_defer);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/async/dist/async.js",
"line": "var nextTick = wrap(_defer$1);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/async/dist/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/async/dist/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/async/dist/async.min.js",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertAfter(",
"path": "node_modules/async/internal/DoublyLinkedList.js",
"line": " if (this.tail) this.insertAfter(this.tail, node);else setInitial(this, node);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/async/internal/DoublyLinkedList.js",
"line": " if (this.head) this.insertBefore(this.head, node);else setInitial(this, node);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/async/internal/setImmediate.js",
"line": "function wrap(defer) {",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/async/internal/setImmediate.js",
"line": "exports.default = wrap(_defer);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "jQuery-insertBefore(",
"path": "node_modules/async/priorityQueue.js",
"line": " q._tasks.insertBefore(nextNode, item);",
"reasonCategory": "falseMatch",
"updated": "2021-12-11T02:14:15.457Z"
},
{
"rule": "DOM-innerHTML",
"path": "node_modules/axe-core/axe.js",
@ -6618,26 +6699,6 @@
"reasonCategory": "falseMatch",
"updated": "2018-09-19T21:59:32.770Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/underscore.string/dist/underscore.string.js",
"line": "module.exports = function wrap(str, options){",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/underscore.string/dist/underscore.string.min.js",
"reasonCategory": "falseMatch",
"updated": "2021-05-06T21:37:22.288Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/underscore.string/wrap.js",
"line": "module.exports = function wrap(str, options){",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-after(",
"path": "node_modules/underscore/amd/after.js",

View file

@ -38,7 +38,6 @@ const FILES_TO_IGNORE = new Set(
[
'.github/ISSUE_TEMPLATE/bug_report.md',
'.github/PULL_REQUEST_TEMPLATE.md',
'components/indexeddb-backbonejs-adapter/backbone-indexeddb.js',
'components/mp3lameencoder/lib/Mp3LameEncoder.js',
'components/qrcode/qrcode.js',
'components/recorderjs/recorder.js',

View file

@ -170,14 +170,6 @@ const excludedFilesRegexp = RegExp(
'^node_modules/gauge/.+',
'^node_modules/global-agent/.+',
'^node_modules/globule/.+',
'^node_modules/grunt-cli/.+',
'^node_modules/grunt-contrib-concat/.+',
'^node_modules/grunt-contrib-watch/.+',
'^node_modules/grunt-gitinfo/.+',
'^node_modules/grunt-legacy-log-utils/.+',
'^node_modules/grunt-legacy-log/.+',
'^node_modules/grunt-legacy-util/.+',
'^node_modules/grunt/.+',
'^node_modules/handle-thing/.+',
'^node_modules/handlebars/.+', // Used by nyc#istanbul-reports
'^node_modules/har-validator/.+',