Skip to content

Commit 2edc1a1

Browse files
committed
build: update @typescript-eslint/eslint-plugin to version 5
(cherry picked from commit 1a62c4d)
1 parent cf03daf commit 2edc1a1

File tree

2 files changed

+14
-50
lines changed

2 files changed

+14
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@types/text-table": "^0.2.1",
122122
"@types/uuid": "^8.0.0",
123123
"@types/webpack-dev-server": "^4.0.3",
124-
"@typescript-eslint/eslint-plugin": "4.33.0",
124+
"@typescript-eslint/eslint-plugin": "5.0.0",
125125
"@typescript-eslint/parser": "5.0.0",
126126
"@yarnpkg/lockfile": "1.1.0",
127127
"ajv": "8.6.3",

yarn.lock

Lines changed: 13 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114

115115
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#26d2e72c0311590097861c87319ba8acbd898f63":
116116
version "0.0.0"
117-
uid "26d2e72c0311590097861c87319ba8acbd898f63"
118117
resolved "https://github.com/angular/dev-infra-private-builds.git#26d2e72c0311590097861c87319ba8acbd898f63"
119118
dependencies:
120119
"@actions/core" "^1.4.0"
@@ -2307,29 +2306,29 @@
23072306
dependencies:
23082307
"@types/node" "*"
23092308

2310-
"@typescript-eslint/eslint-plugin@4.33.0":
2311-
version "4.33.0"
2312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2313-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
2309+
"@typescript-eslint/eslint-plugin@5.0.0":
2310+
version "5.0.0"
2311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
2312+
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
23142313
dependencies:
2315-
"@typescript-eslint/experimental-utils" "4.33.0"
2316-
"@typescript-eslint/scope-manager" "4.33.0"
2314+
"@typescript-eslint/experimental-utils" "5.0.0"
2315+
"@typescript-eslint/scope-manager" "5.0.0"
23172316
debug "^4.3.1"
23182317
functional-red-black-tree "^1.0.1"
23192318
ignore "^5.1.8"
23202319
regexpp "^3.1.0"
23212320
semver "^7.3.5"
23222321
tsutils "^3.21.0"
23232322

2324-
"@typescript-eslint/experimental-utils@4.33.0":
2325-
version "4.33.0"
2326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2327-
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
2323+
"@typescript-eslint/experimental-utils@5.0.0":
2324+
version "5.0.0"
2325+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
2326+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
23282327
dependencies:
23292328
"@types/json-schema" "^7.0.7"
2330-
"@typescript-eslint/scope-manager" "4.33.0"
2331-
"@typescript-eslint/types" "4.33.0"
2332-
"@typescript-eslint/typescript-estree" "4.33.0"
2329+
"@typescript-eslint/scope-manager" "5.0.0"
2330+
"@typescript-eslint/types" "5.0.0"
2331+
"@typescript-eslint/typescript-estree" "5.0.0"
23332332
eslint-scope "^5.1.1"
23342333
eslint-utils "^3.0.0"
23352334

@@ -2343,14 +2342,6 @@
23432342
"@typescript-eslint/typescript-estree" "5.0.0"
23442343
debug "^4.3.1"
23452344

2346-
"@typescript-eslint/[email protected]":
2347-
version "4.33.0"
2348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2349-
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
2350-
dependencies:
2351-
"@typescript-eslint/types" "4.33.0"
2352-
"@typescript-eslint/visitor-keys" "4.33.0"
2353-
23542345
"@typescript-eslint/[email protected]":
23552346
version "5.0.0"
23562347
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
@@ -2359,29 +2350,11 @@
23592350
"@typescript-eslint/types" "5.0.0"
23602351
"@typescript-eslint/visitor-keys" "5.0.0"
23612352

2362-
"@typescript-eslint/[email protected]":
2363-
version "4.33.0"
2364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2365-
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
2366-
23672353
"@typescript-eslint/[email protected]":
23682354
version "5.0.0"
23692355
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
23702356
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
23712357

2372-
"@typescript-eslint/[email protected]":
2373-
version "4.33.0"
2374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
2375-
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
2376-
dependencies:
2377-
"@typescript-eslint/types" "4.33.0"
2378-
"@typescript-eslint/visitor-keys" "4.33.0"
2379-
debug "^4.3.1"
2380-
globby "^11.0.3"
2381-
is-glob "^4.0.1"
2382-
semver "^7.3.5"
2383-
tsutils "^3.21.0"
2384-
23852358
"@typescript-eslint/[email protected]":
23862359
version "5.0.0"
23872360
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
@@ -2395,14 +2368,6 @@
23952368
semver "^7.3.5"
23962369
tsutils "^3.21.0"
23972370

2398-
"@typescript-eslint/[email protected]":
2399-
version "4.33.0"
2400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
2401-
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
2402-
dependencies:
2403-
"@typescript-eslint/types" "4.33.0"
2404-
eslint-visitor-keys "^2.0.0"
2405-
24062371
"@typescript-eslint/[email protected]":
24072372
version "5.0.0"
24082373
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
@@ -9230,7 +9195,6 @@ [email protected], sass@^1.32.8:
92309195

92319196
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
92329197
version "0.0.0"
9233-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
92349198
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
92359199

92369200
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)