Skip to content

Commit 3e4b36b

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5
1 parent 366312d commit 3e4b36b

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@rubensworks/eslint-config": "^1.0.0",
3535
"@types/jest": "^27.0.0",
3636
"@types/n3": "^1.10.3",
37-
"@typescript-eslint/eslint-plugin": "^4.4.1",
38-
"@typescript-eslint/parser": "^4.4.1",
37+
"@typescript-eslint/eslint-plugin": "^5.0.0",
38+
"@typescript-eslint/parser": "^5.0.0",
3939
"arrayify-stream": "^1.0.0",
4040
"coveralls": "^3.0.0",
4141
"eslint": "^7.11.0",

yarn.lock

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
dependencies:
966966
"@types/yargs-parser" "*"
967967

968-
"@typescript-eslint/eslint-plugin@4.18.0", "@typescript-eslint/eslint-plugin@^4.4.1":
968+
"@typescript-eslint/eslint-plugin@4.18.0":
969969
version "4.18.0"
970970
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
971971
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
@@ -979,6 +979,20 @@
979979
semver "^7.3.2"
980980
tsutils "^3.17.1"
981981

982+
"@typescript-eslint/eslint-plugin@^5.0.0":
983+
version "5.0.0"
984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
985+
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
986+
dependencies:
987+
"@typescript-eslint/experimental-utils" "5.0.0"
988+
"@typescript-eslint/scope-manager" "5.0.0"
989+
debug "^4.3.1"
990+
functional-red-black-tree "^1.0.1"
991+
ignore "^5.1.8"
992+
regexpp "^3.1.0"
993+
semver "^7.3.5"
994+
tsutils "^3.21.0"
995+
982996
"@typescript-eslint/experimental-utils@4.18.0":
983997
version "4.18.0"
984998
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
@@ -991,7 +1005,7 @@
9911005
eslint-scope "^5.0.0"
9921006
eslint-utils "^2.0.0"
9931007

994-
"@typescript-eslint/experimental-utils@^5.0.0":
1008+
"@typescript-eslint/experimental-utils@5.0.0", "@typescript-eslint/experimental-utils@^5.0.0":
9951009
version "5.0.0"
9961010
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
9971011
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
@@ -1003,7 +1017,7 @@
10031017
eslint-scope "^5.1.1"
10041018
eslint-utils "^3.0.0"
10051019

1006-
"@typescript-eslint/parser@4.18.0", "@typescript-eslint/parser@^4.4.1":
1020+
"@typescript-eslint/parser@4.18.0":
10071021
version "4.18.0"
10081022
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
10091023
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
@@ -1013,6 +1027,16 @@
10131027
"@typescript-eslint/typescript-estree" "4.18.0"
10141028
debug "^4.1.1"
10151029

1030+
"@typescript-eslint/parser@^5.0.0":
1031+
version "5.0.0"
1032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592"
1033+
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==
1034+
dependencies:
1035+
"@typescript-eslint/scope-manager" "5.0.0"
1036+
"@typescript-eslint/types" "5.0.0"
1037+
"@typescript-eslint/typescript-estree" "5.0.0"
1038+
debug "^4.3.1"
1039+
10161040
"@typescript-eslint/scope-manager@4.18.0":
10171041
version "4.18.0"
10181042
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
@@ -2616,7 +2640,7 @@ ignore@^4.0.6:
26162640
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
26172641
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
26182642

2619-
ignore@^5.1.4:
2643+
ignore@^5.1.4, ignore@^5.1.8:
26202644
version "5.1.8"
26212645
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
26222646
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)