Skip to content

Commit f08c655

Browse files
chore: update typescript-eslint monorepo to v4.17.0 (#2496)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6c1b619 commit f08c655

File tree

1 file changed

+12
-58
lines changed

1 file changed

+12
-58
lines changed

yarn.lock

Lines changed: 12 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,32 +2298,20 @@
22982298
"@types/yargs-parser" "*"
22992299

23002300
"@typescript-eslint/eslint-plugin@^4.1.0":
2301-
version "4.16.1"
2302-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
2303-
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
2301+
version "4.17.0"
2302+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
2303+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
23042304
dependencies:
2305-
"@typescript-eslint/experimental-utils" "4.16.1"
2306-
"@typescript-eslint/scope-manager" "4.16.1"
2305+
"@typescript-eslint/experimental-utils" "4.17.0"
2306+
"@typescript-eslint/scope-manager" "4.17.0"
23072307
debug "^4.1.1"
23082308
functional-red-black-tree "^1.0.1"
23092309
lodash "^4.17.15"
23102310
regexpp "^3.0.0"
23112311
semver "^7.3.2"
23122312
tsutils "^3.17.1"
23132313

2314-
"@typescript-eslint/[email protected]":
2315-
version "4.16.1"
2316-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
2317-
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
2318-
dependencies:
2319-
"@types/json-schema" "^7.0.3"
2320-
"@typescript-eslint/scope-manager" "4.16.1"
2321-
"@typescript-eslint/types" "4.16.1"
2322-
"@typescript-eslint/typescript-estree" "4.16.1"
2323-
eslint-scope "^5.0.0"
2324-
eslint-utils "^2.0.0"
2325-
2326-
"@typescript-eslint/experimental-utils@^4.0.1":
2314+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
23272315
version "4.17.0"
23282316
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
23292317
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
@@ -2336,23 +2324,15 @@
23362324
eslint-utils "^2.0.0"
23372325

23382326
"@typescript-eslint/parser@^4.1.0":
2339-
version "4.16.1"
2340-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
2341-
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
2327+
version "4.17.0"
2328+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
2329+
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
23422330
dependencies:
2343-
"@typescript-eslint/scope-manager" "4.16.1"
2344-
"@typescript-eslint/types" "4.16.1"
2345-
"@typescript-eslint/typescript-estree" "4.16.1"
2331+
"@typescript-eslint/scope-manager" "4.17.0"
2332+
"@typescript-eslint/types" "4.17.0"
2333+
"@typescript-eslint/typescript-estree" "4.17.0"
23462334
debug "^4.1.1"
23472335

2348-
"@typescript-eslint/[email protected]":
2349-
version "4.16.1"
2350-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
2351-
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw==
2352-
dependencies:
2353-
"@typescript-eslint/types" "4.16.1"
2354-
"@typescript-eslint/visitor-keys" "4.16.1"
2355-
23562336
"@typescript-eslint/[email protected]":
23572337
version "4.17.0"
23582338
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
@@ -2361,29 +2341,11 @@
23612341
"@typescript-eslint/types" "4.17.0"
23622342
"@typescript-eslint/visitor-keys" "4.17.0"
23632343

2364-
"@typescript-eslint/[email protected]":
2365-
version "4.16.1"
2366-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
2367-
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
2368-
23692344
"@typescript-eslint/[email protected]":
23702345
version "4.17.0"
23712346
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
23722347
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
23732348

2374-
"@typescript-eslint/[email protected]":
2375-
version "4.16.1"
2376-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
2377-
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg==
2378-
dependencies:
2379-
"@typescript-eslint/types" "4.16.1"
2380-
"@typescript-eslint/visitor-keys" "4.16.1"
2381-
debug "^4.1.1"
2382-
globby "^11.0.1"
2383-
is-glob "^4.0.1"
2384-
semver "^7.3.2"
2385-
tsutils "^3.17.1"
2386-
23872349
"@typescript-eslint/[email protected]":
23882350
version "4.17.0"
23892351
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
@@ -2397,14 +2359,6 @@
23972359
semver "^7.3.2"
23982360
tsutils "^3.17.1"
23992361

2400-
"@typescript-eslint/[email protected]":
2401-
version "4.16.1"
2402-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
2403-
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w==
2404-
dependencies:
2405-
"@typescript-eslint/types" "4.16.1"
2406-
eslint-visitor-keys "^2.0.0"
2407-
24082362
"@typescript-eslint/[email protected]":
24092363
version "4.17.0"
24102364
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"

0 commit comments

Comments
 (0)