Skip to content

Commit d02ad45

Browse files
committed
Update typescript-eslint monorepo to v5.1.0
1 parent eb9d3e6 commit d02ad45

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@google/clasp": "2.4.1",
3131
"@types/google-apps-script": "1.0.37",
3232
"@types/jest": "27.0.2",
33-
"@typescript-eslint/eslint-plugin": "5.0.0",
34-
"@typescript-eslint/parser": "5.0.0",
33+
"@typescript-eslint/eslint-plugin": "5.1.0",
34+
"@typescript-eslint/parser": "5.1.0",
3535
"cpx": "1.5.0",
3636
"eslint": "8.0.1",
3737
"eslint-config-prettier": "8.3.0",

yarn.lock

+52-52
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
920920
jest-diff "^27.0.0"
921921
pretty-format "^27.0.0"
922922

923-
"@types/json-schema@*", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
923+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
924924
version "7.0.9"
925925
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
926926
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -976,74 +976,74 @@
976976
dependencies:
977977
"@types/yargs-parser" "*"
978978

979-
"@typescript-eslint/eslint-plugin@5.0.0":
980-
version "5.0.0"
981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
982-
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
979+
"@typescript-eslint/eslint-plugin@5.1.0":
980+
version "5.1.0"
981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
982+
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
983983
dependencies:
984-
"@typescript-eslint/experimental-utils" "5.0.0"
985-
"@typescript-eslint/scope-manager" "5.0.0"
986-
debug "^4.3.1"
984+
"@typescript-eslint/experimental-utils" "5.1.0"
985+
"@typescript-eslint/scope-manager" "5.1.0"
986+
debug "^4.3.2"
987987
functional-red-black-tree "^1.0.1"
988988
ignore "^5.1.8"
989-
regexpp "^3.1.0"
989+
regexpp "^3.2.0"
990990
semver "^7.3.5"
991991
tsutils "^3.21.0"
992992

993-
"@typescript-eslint/experimental-utils@5.0.0":
994-
version "5.0.0"
995-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
996-
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
993+
"@typescript-eslint/experimental-utils@5.1.0":
994+
version "5.1.0"
995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
996+
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
997997
dependencies:
998-
"@types/json-schema" "^7.0.7"
999-
"@typescript-eslint/scope-manager" "5.0.0"
1000-
"@typescript-eslint/types" "5.0.0"
1001-
"@typescript-eslint/typescript-estree" "5.0.0"
998+
"@types/json-schema" "^7.0.9"
999+
"@typescript-eslint/scope-manager" "5.1.0"
1000+
"@typescript-eslint/types" "5.1.0"
1001+
"@typescript-eslint/typescript-estree" "5.1.0"
10021002
eslint-scope "^5.1.1"
10031003
eslint-utils "^3.0.0"
10041004

1005-
"@typescript-eslint/parser@5.0.0":
1006-
version "5.0.0"
1007-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592"
1008-
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==
1005+
"@typescript-eslint/parser@5.1.0":
1006+
version "5.1.0"
1007+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
1008+
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
10091009
dependencies:
1010-
"@typescript-eslint/scope-manager" "5.0.0"
1011-
"@typescript-eslint/types" "5.0.0"
1012-
"@typescript-eslint/typescript-estree" "5.0.0"
1013-
debug "^4.3.1"
1010+
"@typescript-eslint/scope-manager" "5.1.0"
1011+
"@typescript-eslint/types" "5.1.0"
1012+
"@typescript-eslint/typescript-estree" "5.1.0"
1013+
debug "^4.3.2"
10141014

1015-
"@typescript-eslint/scope-manager@5.0.0":
1016-
version "5.0.0"
1017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
1018-
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==
1015+
"@typescript-eslint/scope-manager@5.1.0":
1016+
version "5.1.0"
1017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
1018+
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
10191019
dependencies:
1020-
"@typescript-eslint/types" "5.0.0"
1021-
"@typescript-eslint/visitor-keys" "5.0.0"
1020+
"@typescript-eslint/types" "5.1.0"
1021+
"@typescript-eslint/visitor-keys" "5.1.0"
10221022

1023-
"@typescript-eslint/types@5.0.0":
1024-
version "5.0.0"
1025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
1026-
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
1023+
"@typescript-eslint/types@5.1.0":
1024+
version "5.1.0"
1025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
1026+
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
10271027

1028-
"@typescript-eslint/typescript-estree@5.0.0":
1029-
version "5.0.0"
1030-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
1031-
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==
1028+
"@typescript-eslint/typescript-estree@5.1.0":
1029+
version "5.1.0"
1030+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
1031+
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
10321032
dependencies:
1033-
"@typescript-eslint/types" "5.0.0"
1034-
"@typescript-eslint/visitor-keys" "5.0.0"
1035-
debug "^4.3.1"
1036-
globby "^11.0.3"
1037-
is-glob "^4.0.1"
1033+
"@typescript-eslint/types" "5.1.0"
1034+
"@typescript-eslint/visitor-keys" "5.1.0"
1035+
debug "^4.3.2"
1036+
globby "^11.0.4"
1037+
is-glob "^4.0.3"
10381038
semver "^7.3.5"
10391039
tsutils "^3.21.0"
10401040

1041-
"@typescript-eslint/visitor-keys@5.0.0":
1042-
version "5.0.0"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
1044-
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==
1041+
"@typescript-eslint/visitor-keys@5.1.0":
1042+
version "5.1.0"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
1044+
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
10451045
dependencies:
1046-
"@typescript-eslint/types" "5.0.0"
1046+
"@typescript-eslint/types" "5.1.0"
10471047
eslint-visitor-keys "^3.0.0"
10481048

10491049
"@webassemblyjs/[email protected]":
@@ -2047,7 +2047,7 @@ debug@^2.2.0, debug@^2.3.3:
20472047
dependencies:
20482048
ms "2.0.0"
20492049

2050-
debug@^4.3.1, debug@^4.3.2:
2050+
debug@^4.3.2:
20512051
version "4.3.2"
20522052
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
20532053
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2888,7 +2888,7 @@ globals@^13.6.0, globals@^13.9.0:
28882888
dependencies:
28892889
type-fest "^0.20.2"
28902890

2891-
globby@^11.0.3:
2891+
globby@^11.0.4:
28922892
version "11.0.4"
28932893
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
28942894
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5018,7 +5018,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
50185018
extend-shallow "^3.0.2"
50195019
safe-regex "^1.1.0"
50205020

5021-
regexpp@^3.1.0, regexpp@^3.2.0:
5021+
regexpp@^3.2.0:
50225022
version "3.2.0"
50235023
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
50245024
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)