From 494fe2f9f08cd598c96ba5597b741f7eabd1ae27 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:26:28 -0500 Subject: [PATCH] Fixes lint --- ts/util/lint/exceptions.json | 43 +++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 24001ccff..69f884766 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -1297,6 +1297,13 @@ "updated": "2022-04-08T07:10:10.677Z", "reasonDetail": "node-gyp dependency" }, + { + "rule": "eval", + "path": "node_modules/agentkeepalive/node_modules/depd/index.js", + "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", + "reasonCategory": "usageTrusted", + "updated": "2022-12-13T00:55:48.389Z" + }, { "rule": "jQuery-wrap(", "path": "node_modules/asar/node_modules/commander/index.js", @@ -1759,14 +1766,6 @@ "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, - { - "rule": "eval", - "path": "node_modules/depd/index.js", - "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", - "reasonCategory": "usageTrusted", - "updated": "2018-09-18T19:19:27.699Z", - "reasonDetail": "What's being eval'd is a static string, with one variable: args. Args is of the form arg1, arg2, generated programmatically." - }, { "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/browser.js", @@ -5001,13 +5000,6 @@ "reasonCategory": "falseMatch", "updated": "2022-06-04T00:50:49.405Z" }, - { - "rule": "eval", - "path": "node_modules/micro/node_modules/depd/index.js", - "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", - "reasonCategory": "usageTrusted", - "updated": "2022-02-11T21:58:24.827Z" - }, { "rule": "DOM-innerHTML", "path": "node_modules/min-document/serialize.js", @@ -5220,6 +5212,13 @@ "reasonCategory": "falseMatch", "updated": "2020-09-14T16:19:54.461Z" }, + { + "rule": "jQuery-wrap(", + "path": "node_modules/on-finished/index.js", + "line": " attachListener(msg, wrap(listener))", + "reasonCategory": "falseMatch", + "updated": "2022-12-13T00:55:48.389Z" + }, { "rule": "thenify-multiArgs", "path": "node_modules/p-event/index.js", @@ -5283,6 +5282,13 @@ "reasonCategory": "falseMatch", "updated": "2022-02-11T21:58:24.827Z" }, + { + "rule": "eval", + "path": "node_modules/pac-proxy-agent/node_modules/depd/index.js", + "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", + "reasonCategory": "usageTrusted", + "updated": "2022-12-13T00:55:48.389Z" + }, { "rule": "DOM-innerHTML", "path": "node_modules/package-json/node_modules/@sindresorhus/is/dist/index.js", @@ -7065,6 +7071,13 @@ "updated": "2020-10-13T18:36:57.012Z", "reasonDetail": "necessary for quill" }, + { + "rule": "eval", + "path": "node_modules/raw-body/node_modules/depd/index.js", + "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", + "reasonCategory": "usageTrusted", + "updated": "2022-12-13T00:55:48.389Z" + }, { "rule": "DOM-innerHTML", "path": "node_modules/react-blurhash/docs/demo.1d83eeb63aeb90e0cf0e.js",