Skip to content

Commit 0555611

Browse files
chore(dev-deps): bump @typescript-eslint/eslint-plugin (#944)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.58.0 to 5.59.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad00f32 commit 0555611

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/proxy-from-env": "^1.0.1",
5353
"@types/shelljs": "^0.8.12",
5454
"@types/unzipper": "^0.10.5",
55-
"@typescript-eslint/eslint-plugin": "^5.44.0",
55+
"@typescript-eslint/eslint-plugin": "^5.59.0",
5656
"@typescript-eslint/parser": "^5.57.1",
5757
"chai": "^4.3.7",
5858
"deep-equal-in-any-order": "^1.1.19",

yarn.lock

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,15 +1274,15 @@
12741274
"@types/expect" "^1.20.4"
12751275
"@types/node" "*"
12761276

1277-
"@typescript-eslint/eslint-plugin@^5.44.0":
1278-
version "5.58.0"
1279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz#b1d4b0ad20243269d020ef9bbb036a40b0849829"
1280-
integrity sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==
1277+
"@typescript-eslint/eslint-plugin@^5.59.0":
1278+
version "5.59.0"
1279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
1280+
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
12811281
dependencies:
12821282
"@eslint-community/regexpp" "^4.4.0"
1283-
"@typescript-eslint/scope-manager" "5.58.0"
1284-
"@typescript-eslint/type-utils" "5.58.0"
1285-
"@typescript-eslint/utils" "5.58.0"
1283+
"@typescript-eslint/scope-manager" "5.59.0"
1284+
"@typescript-eslint/type-utils" "5.59.0"
1285+
"@typescript-eslint/utils" "5.59.0"
12861286
debug "^4.3.4"
12871287
grapheme-splitter "^1.0.4"
12881288
ignore "^5.2.0"
@@ -1308,13 +1308,21 @@
13081308
"@typescript-eslint/types" "5.58.0"
13091309
"@typescript-eslint/visitor-keys" "5.58.0"
13101310

1311-
"@typescript-eslint/type-utils@5.58.0":
1312-
version "5.58.0"
1313-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz#f7d5b3971483d4015a470d8a9e5b8a7d10066e52"
1314-
integrity sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==
1311+
"@typescript-eslint/scope-manager@5.59.0":
1312+
version "5.59.0"
1313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
1314+
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
13151315
dependencies:
1316-
"@typescript-eslint/typescript-estree" "5.58.0"
1317-
"@typescript-eslint/utils" "5.58.0"
1316+
"@typescript-eslint/types" "5.59.0"
1317+
"@typescript-eslint/visitor-keys" "5.59.0"
1318+
1319+
"@typescript-eslint/[email protected]":
1320+
version "5.59.0"
1321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
1322+
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
1323+
dependencies:
1324+
"@typescript-eslint/typescript-estree" "5.59.0"
1325+
"@typescript-eslint/utils" "5.59.0"
13181326
debug "^4.3.4"
13191327
tsutils "^3.21.0"
13201328

@@ -1323,6 +1331,11 @@
13231331
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.58.0.tgz#54c490b8522c18986004df7674c644ffe2ed77d8"
13241332
integrity sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==
13251333

1334+
"@typescript-eslint/[email protected]":
1335+
version "5.59.0"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
1337+
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
1338+
13261339
"@typescript-eslint/[email protected]":
13271340
version "5.58.0"
13281341
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz#4966e6ff57eaf6e0fce2586497edc097e2ab3e61"
@@ -1336,17 +1349,30 @@
13361349
semver "^7.3.7"
13371350
tsutils "^3.21.0"
13381351

1339-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.58.0":
1340-
version "5.58.0"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.58.0.tgz#430d7c95f23ec457b05be5520c1700a0dfd559d5"
1342-
integrity sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==
1352+
"@typescript-eslint/[email protected]":
1353+
version "5.59.0"
1354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
1355+
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
1356+
dependencies:
1357+
"@typescript-eslint/types" "5.59.0"
1358+
"@typescript-eslint/visitor-keys" "5.59.0"
1359+
debug "^4.3.4"
1360+
globby "^11.1.0"
1361+
is-glob "^4.0.3"
1362+
semver "^7.3.7"
1363+
tsutils "^3.21.0"
1364+
1365+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.58.0":
1366+
version "5.59.0"
1367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
1368+
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
13431369
dependencies:
13441370
"@eslint-community/eslint-utils" "^4.2.0"
13451371
"@types/json-schema" "^7.0.9"
13461372
"@types/semver" "^7.3.12"
1347-
"@typescript-eslint/scope-manager" "5.58.0"
1348-
"@typescript-eslint/types" "5.58.0"
1349-
"@typescript-eslint/typescript-estree" "5.58.0"
1373+
"@typescript-eslint/scope-manager" "5.59.0"
1374+
"@typescript-eslint/types" "5.59.0"
1375+
"@typescript-eslint/typescript-estree" "5.59.0"
13501376
eslint-scope "^5.1.1"
13511377
semver "^7.3.7"
13521378

@@ -1358,6 +1384,14 @@
13581384
"@typescript-eslint/types" "5.58.0"
13591385
eslint-visitor-keys "^3.3.0"
13601386

1387+
"@typescript-eslint/[email protected]":
1388+
version "5.59.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
1390+
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
1391+
dependencies:
1392+
"@typescript-eslint/types" "5.59.0"
1393+
eslint-visitor-keys "^3.3.0"
1394+
13611395
13621396
version "1.1.2"
13631397
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)