Skip to content

Commit 3f33198

Browse files
committed
Update eslint
1 parent eab424b commit 3f33198

File tree

2 files changed

+66
-61
lines changed

2 files changed

+66
-61
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@types/node": "16.11.59",
2727
"@types/prettier": "2.7.0",
2828
"@types/rimraf": "3.0.2",
29-
"@typescript-eslint/eslint-plugin": "5.36.2",
30-
"@typescript-eslint/parser": "5.36.2",
31-
"eslint": "8.23.0",
29+
"@typescript-eslint/eslint-plugin": "5.37.0",
30+
"@typescript-eslint/parser": "5.37.0",
31+
"eslint": "8.23.1",
3232
"eslint-config-prettier": "8.5.0",
3333
"husky": "7.0.4",
3434
"jest": "28.1.3",

yarn.lock

Lines changed: 63 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@
584584
dependencies:
585585
"@jridgewell/trace-mapping" "0.3.9"
586586

587-
"@eslint/eslintrc@^1.3.1":
588-
version "1.3.1"
589-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
590-
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
587+
"@eslint/eslintrc@^1.3.2":
588+
version "1.3.2"
589+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
590+
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
591591
dependencies:
592592
ajv "^6.12.4"
593593
debug "^4.3.2"
@@ -1110,85 +1110,85 @@
11101110
dependencies:
11111111
"@types/yargs-parser" "*"
11121112

1113-
"@typescript-eslint/eslint-plugin@5.36.2":
1114-
version "5.36.2"
1115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.2.tgz#6df092a20e0f9ec748b27f293a12cb39d0c1fe4d"
1116-
integrity sha512-OwwR8LRwSnI98tdc2z7mJYgY60gf7I9ZfGjN5EjCwwns9bdTuQfAXcsjSB2wSQ/TVNYSGKf4kzVXbNGaZvwiXw==
1113+
"@typescript-eslint/eslint-plugin@5.37.0":
1114+
version "5.37.0"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.37.0.tgz#5ccdd5d9004120f28fc6e717fb4b5c9bddcfbc04"
1116+
integrity sha512-Fde6W0IafXktz1UlnhGkrrmnnGpAo1kyX7dnyHHVrmwJOn72Oqm3eYtddrpOwwel2W8PAK9F3pIL5S+lfoM0og==
11171117
dependencies:
1118-
"@typescript-eslint/scope-manager" "5.36.2"
1119-
"@typescript-eslint/type-utils" "5.36.2"
1120-
"@typescript-eslint/utils" "5.36.2"
1118+
"@typescript-eslint/scope-manager" "5.37.0"
1119+
"@typescript-eslint/type-utils" "5.37.0"
1120+
"@typescript-eslint/utils" "5.37.0"
11211121
debug "^4.3.4"
11221122
functional-red-black-tree "^1.0.1"
11231123
ignore "^5.2.0"
11241124
regexpp "^3.2.0"
11251125
semver "^7.3.7"
11261126
tsutils "^3.21.0"
11271127

1128-
"@typescript-eslint/parser@5.36.2":
1129-
version "5.36.2"
1130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
1131-
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
1128+
"@typescript-eslint/parser@5.37.0":
1129+
version "5.37.0"
1130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
1131+
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
11321132
dependencies:
1133-
"@typescript-eslint/scope-manager" "5.36.2"
1134-
"@typescript-eslint/types" "5.36.2"
1135-
"@typescript-eslint/typescript-estree" "5.36.2"
1133+
"@typescript-eslint/scope-manager" "5.37.0"
1134+
"@typescript-eslint/types" "5.37.0"
1135+
"@typescript-eslint/typescript-estree" "5.37.0"
11361136
debug "^4.3.4"
11371137

1138-
"@typescript-eslint/scope-manager@5.36.2":
1139-
version "5.36.2"
1140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
1141-
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
1138+
"@typescript-eslint/scope-manager@5.37.0":
1139+
version "5.37.0"
1140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.37.0.tgz#044980e4f1516a774a418dafe701a483a6c9f9ca"
1141+
integrity sha512-F67MqrmSXGd/eZnujjtkPgBQzgespu/iCZ+54Ok9X5tALb9L2v3G+QBSoWkXG0p3lcTJsL+iXz5eLUEdSiJU9Q==
11421142
dependencies:
1143-
"@typescript-eslint/types" "5.36.2"
1144-
"@typescript-eslint/visitor-keys" "5.36.2"
1143+
"@typescript-eslint/types" "5.37.0"
1144+
"@typescript-eslint/visitor-keys" "5.37.0"
11451145

1146-
"@typescript-eslint/type-utils@5.36.2":
1147-
version "5.36.2"
1148-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.2.tgz#752373f4babf05e993adf2cd543a763632826391"
1149-
integrity sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==
1146+
"@typescript-eslint/type-utils@5.37.0":
1147+
version "5.37.0"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
1149+
integrity sha512-BSx/O0Z0SXOF5tY0bNTBcDEKz2Ec20GVYvq/H/XNKiUorUFilH7NPbFUuiiyzWaSdN3PA8JV0OvYx0gH/5aFAQ==
11501150
dependencies:
1151-
"@typescript-eslint/typescript-estree" "5.36.2"
1152-
"@typescript-eslint/utils" "5.36.2"
1151+
"@typescript-eslint/typescript-estree" "5.37.0"
1152+
"@typescript-eslint/utils" "5.37.0"
11531153
debug "^4.3.4"
11541154
tsutils "^3.21.0"
11551155

1156-
"@typescript-eslint/types@5.36.2":
1157-
version "5.36.2"
1158-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
1159-
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
1156+
"@typescript-eslint/types@5.37.0":
1157+
version "5.37.0"
1158+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
1159+
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
11601160

1161-
"@typescript-eslint/typescript-estree@5.36.2":
1162-
version "5.36.2"
1163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
1164-
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
1161+
"@typescript-eslint/typescript-estree@5.37.0":
1162+
version "5.37.0"
1163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
1164+
integrity sha512-JkFoFIt/cx59iqEDSgIGnQpCTRv96MQnXCYvJi7QhBC24uyuzbD8wVbajMB1b9x4I0octYFJ3OwjAwNqk1AjDA==
11651165
dependencies:
1166-
"@typescript-eslint/types" "5.36.2"
1167-
"@typescript-eslint/visitor-keys" "5.36.2"
1166+
"@typescript-eslint/types" "5.37.0"
1167+
"@typescript-eslint/visitor-keys" "5.37.0"
11681168
debug "^4.3.4"
11691169
globby "^11.1.0"
11701170
is-glob "^4.0.3"
11711171
semver "^7.3.7"
11721172
tsutils "^3.21.0"
11731173

1174-
"@typescript-eslint/utils@5.36.2":
1175-
version "5.36.2"
1176-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.2.tgz#b01a76f0ab244404c7aefc340c5015d5ce6da74c"
1177-
integrity sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==
1174+
"@typescript-eslint/utils@5.37.0":
1175+
version "5.37.0"
1176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
1177+
integrity sha512-jUEJoQrWbZhmikbcWSMDuUSxEE7ID2W/QCV/uz10WtQqfOuKZUqFGjqLJ+qhDd17rjgp+QJPqTdPIBWwoob2NQ==
11781178
dependencies:
11791179
"@types/json-schema" "^7.0.9"
1180-
"@typescript-eslint/scope-manager" "5.36.2"
1181-
"@typescript-eslint/types" "5.36.2"
1182-
"@typescript-eslint/typescript-estree" "5.36.2"
1180+
"@typescript-eslint/scope-manager" "5.37.0"
1181+
"@typescript-eslint/types" "5.37.0"
1182+
"@typescript-eslint/typescript-estree" "5.37.0"
11831183
eslint-scope "^5.1.1"
11841184
eslint-utils "^3.0.0"
11851185

1186-
"@typescript-eslint/visitor-keys@5.36.2":
1187-
version "5.36.2"
1188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
1189-
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
1186+
"@typescript-eslint/visitor-keys@5.37.0":
1187+
version "5.37.0"
1188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.37.0.tgz#7b72dd343295ea11e89b624995abc7103c554eee"
1189+
integrity sha512-Hp7rT4cENBPIzMwrlehLW/28EVCOcE9U1Z1BQTc8EA8v5qpr7GRGuG+U58V5tTY48zvUOA3KHvw3rA8tY9fbdA==
11901190
dependencies:
1191-
"@typescript-eslint/types" "5.36.2"
1191+
"@typescript-eslint/types" "5.37.0"
11921192
eslint-visitor-keys "^3.3.0"
11931193

11941194
acorn-jsx@^5.3.2:
@@ -1852,12 +1852,12 @@ eslint-visitor-keys@^3.3.0:
18521852
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
18531853
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
18541854

1855-
eslint@8.23.0:
1856-
version "8.23.0"
1857-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
1858-
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
1855+
eslint@8.23.1:
1856+
version "8.23.1"
1857+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc"
1858+
integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==
18591859
dependencies:
1860-
"@eslint/eslintrc" "^1.3.1"
1860+
"@eslint/eslintrc" "^1.3.2"
18611861
"@humanwhocodes/config-array" "^0.10.4"
18621862
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
18631863
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1876,7 +1876,6 @@ eslint@8.23.0:
18761876
fast-deep-equal "^3.1.3"
18771877
file-entry-cache "^6.0.1"
18781878
find-up "^5.0.0"
1879-
functional-red-black-tree "^1.0.1"
18801879
glob-parent "^6.0.1"
18811880
globals "^13.15.0"
18821881
globby "^11.1.0"
@@ -1885,6 +1884,7 @@ eslint@8.23.0:
18851884
import-fresh "^3.0.0"
18861885
imurmurhash "^0.1.4"
18871886
is-glob "^4.0.0"
1887+
js-sdsl "^4.1.4"
18881888
js-yaml "^4.1.0"
18891889
json-stable-stringify-without-jsonify "^1.0.1"
18901890
levn "^0.4.1"
@@ -2761,6 +2761,11 @@ jest@28.1.3:
27612761
import-local "^3.0.2"
27622762
jest-cli "^28.1.3"
27632763

2764+
js-sdsl@^4.1.4:
2765+
version "4.1.4"
2766+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
2767+
integrity sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==
2768+
27642769
js-tokens@^4.0.0:
27652770
version "4.0.0"
27662771
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)