Skip to content

Commit 46b997b

Browse files
Update eslint (#3118)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1e28da5 commit 46b997b

File tree

4 files changed

+91
-91
lines changed

4 files changed

+91
-91
lines changed

packages/nusmoderator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"npmName": "nusmoderator",
4343
"devDependencies": {
4444
"@types/jest": "26.0.19",
45-
"@typescript-eslint/eslint-plugin": "4.10.0",
46-
"@typescript-eslint/parser": "4.10.0",
45+
"@typescript-eslint/eslint-plugin": "4.11.1",
46+
"@typescript-eslint/parser": "4.11.1",
4747
"documentation": "13.1.0",
4848
"eslint": "7.16.0",
4949
"eslint-config-airbnb-base": "14.2.1",

packages/nusmoderator/yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,74 +2809,74 @@
28092809
dependencies:
28102810
"@types/yargs-parser" "*"
28112811

2812-
"@typescript-eslint/eslint-plugin@4.10.0":
2813-
version "4.10.0"
2814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
2815-
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
2812+
"@typescript-eslint/eslint-plugin@4.11.1":
2813+
version "4.11.1"
2814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
2815+
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
28162816
dependencies:
2817-
"@typescript-eslint/experimental-utils" "4.10.0"
2818-
"@typescript-eslint/scope-manager" "4.10.0"
2817+
"@typescript-eslint/experimental-utils" "4.11.1"
2818+
"@typescript-eslint/scope-manager" "4.11.1"
28192819
debug "^4.1.1"
28202820
functional-red-black-tree "^1.0.1"
28212821
regexpp "^3.0.0"
28222822
semver "^7.3.2"
28232823
tsutils "^3.17.1"
28242824

2825-
"@typescript-eslint/experimental-utils@4.10.0":
2826-
version "4.10.0"
2827-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
2828-
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
2825+
"@typescript-eslint/experimental-utils@4.11.1":
2826+
version "4.11.1"
2827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
2828+
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
28292829
dependencies:
28302830
"@types/json-schema" "^7.0.3"
2831-
"@typescript-eslint/scope-manager" "4.10.0"
2832-
"@typescript-eslint/types" "4.10.0"
2833-
"@typescript-eslint/typescript-estree" "4.10.0"
2831+
"@typescript-eslint/scope-manager" "4.11.1"
2832+
"@typescript-eslint/types" "4.11.1"
2833+
"@typescript-eslint/typescript-estree" "4.11.1"
28342834
eslint-scope "^5.0.0"
28352835
eslint-utils "^2.0.0"
28362836

2837-
"@typescript-eslint/parser@4.10.0":
2838-
version "4.10.0"
2839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
2840-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
2837+
"@typescript-eslint/parser@4.11.1":
2838+
version "4.11.1"
2839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
2840+
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
28412841
dependencies:
2842-
"@typescript-eslint/scope-manager" "4.10.0"
2843-
"@typescript-eslint/types" "4.10.0"
2844-
"@typescript-eslint/typescript-estree" "4.10.0"
2842+
"@typescript-eslint/scope-manager" "4.11.1"
2843+
"@typescript-eslint/types" "4.11.1"
2844+
"@typescript-eslint/typescript-estree" "4.11.1"
28452845
debug "^4.1.1"
28462846

2847-
"@typescript-eslint/scope-manager@4.10.0":
2848-
version "4.10.0"
2849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
2850-
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
2847+
"@typescript-eslint/scope-manager@4.11.1":
2848+
version "4.11.1"
2849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
2850+
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
28512851
dependencies:
2852-
"@typescript-eslint/types" "4.10.0"
2853-
"@typescript-eslint/visitor-keys" "4.10.0"
2852+
"@typescript-eslint/types" "4.11.1"
2853+
"@typescript-eslint/visitor-keys" "4.11.1"
28542854

2855-
"@typescript-eslint/types@4.10.0":
2856-
version "4.10.0"
2857-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
2858-
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
2855+
"@typescript-eslint/types@4.11.1":
2856+
version "4.11.1"
2857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
2858+
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
28592859

2860-
"@typescript-eslint/typescript-estree@4.10.0":
2861-
version "4.10.0"
2862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
2863-
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
2860+
"@typescript-eslint/typescript-estree@4.11.1":
2861+
version "4.11.1"
2862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
2863+
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
28642864
dependencies:
2865-
"@typescript-eslint/types" "4.10.0"
2866-
"@typescript-eslint/visitor-keys" "4.10.0"
2865+
"@typescript-eslint/types" "4.11.1"
2866+
"@typescript-eslint/visitor-keys" "4.11.1"
28672867
debug "^4.1.1"
28682868
globby "^11.0.1"
28692869
is-glob "^4.0.1"
28702870
lodash "^4.17.15"
28712871
semver "^7.3.2"
28722872
tsutils "^3.17.1"
28732873

2874-
"@typescript-eslint/visitor-keys@4.10.0":
2875-
version "4.10.0"
2876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
2877-
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
2874+
"@typescript-eslint/visitor-keys@4.11.1":
2875+
version "4.11.1"
2876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
2877+
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
28782878
dependencies:
2879-
"@typescript-eslint/types" "4.10.0"
2879+
"@typescript-eslint/types" "4.11.1"
28802880
eslint-visitor-keys "^2.0.0"
28812881

28822882
JSONStream@^1.0.3:

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@types/redux-mock-store": "1.0.2",
6363
"@types/use-subscription": "1.0.0",
6464
"@types/webpack-env": "1.16.0",
65-
"@typescript-eslint/eslint-plugin": "4.10.0",
66-
"@typescript-eslint/parser": "4.10.0",
65+
"@typescript-eslint/eslint-plugin": "4.11.1",
66+
"@typescript-eslint/parser": "4.11.1",
6767
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
6868
"babel-jest": "26.6.3",
6969
"babel-loader": "8.2.2",
@@ -89,7 +89,7 @@
8989
"eslint-plugin-import": "2.22.1",
9090
"eslint-plugin-jsx-a11y": "6.4.1",
9191
"eslint-plugin-prettier": "3.3.0",
92-
"eslint-plugin-react": "7.21.5",
92+
"eslint-plugin-react": "7.22.0",
9393
"eslint-plugin-react-hooks": "4.2.0",
9494
"express": "4.17.1",
9595
"fast-json-stable-stringify": "2.1.0",

website/yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,74 +1990,74 @@
19901990
dependencies:
19911991
"@types/yargs-parser" "*"
19921992

1993-
"@typescript-eslint/eslint-plugin@4.10.0":
1994-
version "4.10.0"
1995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
1996-
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
1993+
"@typescript-eslint/eslint-plugin@4.11.1":
1994+
version "4.11.1"
1995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz#7579c6d17ad862154c10bc14b40e5427b729e209"
1996+
integrity sha512-fABclAX2QIEDmTMk6Yd7Muv1CzFLwWM4505nETzRHpP3br6jfahD9UUJkhnJ/g2m7lwfz8IlswcwGGPGiq9exw==
19971997
dependencies:
1998-
"@typescript-eslint/experimental-utils" "4.10.0"
1999-
"@typescript-eslint/scope-manager" "4.10.0"
1998+
"@typescript-eslint/experimental-utils" "4.11.1"
1999+
"@typescript-eslint/scope-manager" "4.11.1"
20002000
debug "^4.1.1"
20012001
functional-red-black-tree "^1.0.1"
20022002
regexpp "^3.0.0"
20032003
semver "^7.3.2"
20042004
tsutils "^3.17.1"
20052005

2006-
"@typescript-eslint/experimental-utils@4.10.0":
2007-
version "4.10.0"
2008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
2009-
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
2006+
"@typescript-eslint/experimental-utils@4.11.1":
2007+
version "4.11.1"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.11.1.tgz#2dad3535b878c25c7424e40bfa79d899f3f485bc"
2009+
integrity sha512-mAlWowT4A6h0TC9F+J5pdbEhjNiEMO+kqPKQ4sc3fVieKL71dEqfkKgtcFVSX3cjSBwYwhImaQ/mXQF0oaI38g==
20102010
dependencies:
20112011
"@types/json-schema" "^7.0.3"
2012-
"@typescript-eslint/scope-manager" "4.10.0"
2013-
"@typescript-eslint/types" "4.10.0"
2014-
"@typescript-eslint/typescript-estree" "4.10.0"
2012+
"@typescript-eslint/scope-manager" "4.11.1"
2013+
"@typescript-eslint/types" "4.11.1"
2014+
"@typescript-eslint/typescript-estree" "4.11.1"
20152015
eslint-scope "^5.0.0"
20162016
eslint-utils "^2.0.0"
20172017

2018-
"@typescript-eslint/parser@4.10.0":
2019-
version "4.10.0"
2020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
2021-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
2018+
"@typescript-eslint/parser@4.11.1":
2019+
version "4.11.1"
2020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed"
2021+
integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw==
20222022
dependencies:
2023-
"@typescript-eslint/scope-manager" "4.10.0"
2024-
"@typescript-eslint/types" "4.10.0"
2025-
"@typescript-eslint/typescript-estree" "4.10.0"
2023+
"@typescript-eslint/scope-manager" "4.11.1"
2024+
"@typescript-eslint/types" "4.11.1"
2025+
"@typescript-eslint/typescript-estree" "4.11.1"
20262026
debug "^4.1.1"
20272027

2028-
"@typescript-eslint/scope-manager@4.10.0":
2029-
version "4.10.0"
2030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
2031-
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
2028+
"@typescript-eslint/scope-manager@4.11.1":
2029+
version "4.11.1"
2030+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69"
2031+
integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ==
20322032
dependencies:
2033-
"@typescript-eslint/types" "4.10.0"
2034-
"@typescript-eslint/visitor-keys" "4.10.0"
2033+
"@typescript-eslint/types" "4.11.1"
2034+
"@typescript-eslint/visitor-keys" "4.11.1"
20352035

2036-
"@typescript-eslint/types@4.10.0":
2037-
version "4.10.0"
2038-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
2039-
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
2036+
"@typescript-eslint/types@4.11.1":
2037+
version "4.11.1"
2038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
2039+
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
20402040

2041-
"@typescript-eslint/typescript-estree@4.10.0":
2042-
version "4.10.0"
2043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
2044-
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
2041+
"@typescript-eslint/typescript-estree@4.11.1":
2042+
version "4.11.1"
2043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
2044+
integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw==
20452045
dependencies:
2046-
"@typescript-eslint/types" "4.10.0"
2047-
"@typescript-eslint/visitor-keys" "4.10.0"
2046+
"@typescript-eslint/types" "4.11.1"
2047+
"@typescript-eslint/visitor-keys" "4.11.1"
20482048
debug "^4.1.1"
20492049
globby "^11.0.1"
20502050
is-glob "^4.0.1"
20512051
lodash "^4.17.15"
20522052
semver "^7.3.2"
20532053
tsutils "^3.17.1"
20542054

2055-
"@typescript-eslint/visitor-keys@4.10.0":
2056-
version "4.10.0"
2057-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
2058-
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
2055+
"@typescript-eslint/visitor-keys@4.11.1":
2056+
version "4.11.1"
2057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05"
2058+
integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg==
20592059
dependencies:
2060-
"@typescript-eslint/types" "4.10.0"
2060+
"@typescript-eslint/types" "4.11.1"
20612061
eslint-visitor-keys "^2.0.0"
20622062

20632063
"@webassemblyjs/[email protected]":
@@ -4851,10 +4851,10 @@ [email protected]:
48514851
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
48524852
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
48534853

4854-
eslint-plugin-react@7.21.5:
4855-
version "7.21.5"
4856-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
4857-
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
4854+
eslint-plugin-react@7.22.0:
4855+
version "7.22.0"
4856+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
4857+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
48584858
dependencies:
48594859
array-includes "^3.1.1"
48604860
array.prototype.flatmap "^1.2.3"

0 commit comments

Comments
 (0)