Update TypeScript ESLint dependencies

This commit is contained in:
Evan Hahn 2021-12-13 19:15:24 -06:00 committed by GitHub
parent e60773cdf3
commit 465b387a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 623 additions and 198 deletions

View file

@ -28,7 +28,7 @@ export type PropsType<T> = {
readonly value: T;
};
export const ContextMenu = <T extends unknown>({
export function ContextMenu<T>({
buttonClassName,
i18n,
menuOptions,
@ -36,7 +36,7 @@ export const ContextMenu = <T extends unknown>({
theme,
title,
value,
}: PropsType<T>): JSX.Element => {
}: PropsType<T>): JSX.Element {
const [menuShowing, setMenuShowing] = useState<boolean>(false);
const [focusedIndex, setFocusedIndex] = useState<number | undefined>(
undefined
@ -183,4 +183,4 @@ export const ContextMenu = <T extends unknown>({
)}
</div>
);
};
}

View file

@ -1497,6 +1497,55 @@
"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",
@ -6555,13 +6604,6 @@
"reasonCategory": "falseMatch",
"updated": "2021-12-07T23:11:11.870Z"
},
{
"rule": "jQuery-wrap(",
"path": "node_modules/tsutils/util/convert-ast.js",
"line": " ts.forEachChild(sourceFile, function wrap(node) {",
"reasonCategory": "falseMatch",
"updated": "2018-09-19T18:13:29.628Z"
},
{
"rule": "jQuery-$(",
"path": "node_modules/type-check/lib/parse-type.js",