Skip to content

Commit d8133ce

Browse files
authored
Merge pull request #13 from linux-wizard/renovate/major-typescript-eslint-monorepo
Update dependency @typescript-eslint/parser to v5
2 parents 91e5046 + 56ce7e4 commit d8133ce

2 files changed

Lines changed: 3 additions & 59 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/jest": "27.0.1",
3030
"@types/node": "14.18.7",
3131
"@types/node-fetch": "3.0.2",
32-
"@typescript-eslint/parser": "4.33.0",
32+
"@typescript-eslint/parser": "5.10.0",
3333
"@vercel/ncc": "0.33.1",
3434
"eslint": "8.7.0",
3535
"eslint-plugin-github": "4.3.5",

yarn.lock

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,17 +1029,7 @@
10291029
eslint-scope "^5.0.0"
10301030
eslint-utils "^2.0.0"
10311031

1032-
"@typescript-eslint/parser@4.33.0":
1033-
version "4.33.0"
1034-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1035-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1036-
dependencies:
1037-
"@typescript-eslint/scope-manager" "4.33.0"
1038-
"@typescript-eslint/types" "4.33.0"
1039-
"@typescript-eslint/typescript-estree" "4.33.0"
1040-
debug "^4.3.1"
1041-
1042-
"@typescript-eslint/parser@^5.1.0":
1032+
"@typescript-eslint/parser@5.10.0", "@typescript-eslint/parser@^5.1.0":
10431033
version "5.10.0"
10441034
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
10451035
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
@@ -1057,14 +1047,6 @@
10571047
"@typescript-eslint/types" "4.1.1"
10581048
"@typescript-eslint/visitor-keys" "4.1.1"
10591049

1060-
"@typescript-eslint/scope-manager@4.33.0":
1061-
version "4.33.0"
1062-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1063-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1064-
dependencies:
1065-
"@typescript-eslint/types" "4.33.0"
1066-
"@typescript-eslint/visitor-keys" "4.33.0"
1067-
10681050
"@typescript-eslint/scope-manager@5.10.0":
10691051
version "5.10.0"
10701052
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
@@ -1087,11 +1069,6 @@
10871069
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
10881070
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
10891071

1090-
"@typescript-eslint/types@4.33.0":
1091-
version "4.33.0"
1092-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1093-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1094-
10951072
"@typescript-eslint/types@5.10.0":
10961073
version "5.10.0"
10971074
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
@@ -1111,19 +1088,6 @@
11111088
semver "^7.3.2"
11121089
tsutils "^3.17.1"
11131090

1114-
"@typescript-eslint/typescript-estree@4.33.0":
1115-
version "4.33.0"
1116-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1117-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1118-
dependencies:
1119-
"@typescript-eslint/types" "4.33.0"
1120-
"@typescript-eslint/visitor-keys" "4.33.0"
1121-
debug "^4.3.1"
1122-
globby "^11.0.3"
1123-
is-glob "^4.0.1"
1124-
semver "^7.3.5"
1125-
tsutils "^3.21.0"
1126-
11271091
"@typescript-eslint/typescript-estree@5.10.0":
11281092
version "5.10.0"
11291093
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -1157,14 +1121,6 @@
11571121
"@typescript-eslint/types" "4.1.1"
11581122
eslint-visitor-keys "^2.0.0"
11591123

1160-
"@typescript-eslint/visitor-keys@4.33.0":
1161-
version "4.33.0"
1162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1163-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1164-
dependencies:
1165-
"@typescript-eslint/types" "4.33.0"
1166-
eslint-visitor-keys "^2.0.0"
1167-
11681124
"@typescript-eslint/visitor-keys@5.10.0":
11691125
version "5.10.0"
11701126
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
@@ -1636,7 +1592,7 @@ data-urls@^2.0.0:
16361592
whatwg-mimetype "^2.3.0"
16371593
whatwg-url "^8.0.0"
16381594

1639-
debug@4, debug@^4.3.1:
1595+
debug@4:
16401596
version "4.3.2"
16411597
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
16421598
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2370,18 +2326,6 @@ globby@^11.0.1:
23702326
merge2 "^1.3.0"
23712327
slash "^3.0.0"
23722328

2373-
globby@^11.0.3:
2374-
version "11.0.4"
2375-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2376-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2377-
dependencies:
2378-
array-union "^2.1.0"
2379-
dir-glob "^3.0.1"
2380-
fast-glob "^3.1.1"
2381-
ignore "^5.1.4"
2382-
merge2 "^1.3.0"
2383-
slash "^3.0.0"
2384-
23852329
globby@^11.0.4:
23862330
version "11.1.0"
23872331
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"

0 commit comments

Comments
 (0)