Skip to content

Commit 6d86cca

Browse files
chore(dev-deps): bump @typescript-eslint/eslint-plugin (#765)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.41.0 to 5.42.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.42.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d454a70 commit 6d86cca

File tree

2 files changed

+62
-22
lines changed

2 files changed

+62
-22
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.11",
5454
"@types/unzipper": "^0.10.5",
55-
"@typescript-eslint/eslint-plugin": "^5.41.0",
55+
"@typescript-eslint/eslint-plugin": "^5.42.0",
5656
"@typescript-eslint/parser": "^5.41.0",
5757
"chai": "^4.3.6",
5858
"commitizen": "^3.1.2",

yarn.lock

Lines changed: 61 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,16 +1034,17 @@
10341034
dependencies:
10351035
"@types/node" "*"
10361036

1037-
"@typescript-eslint/eslint-plugin@^5.41.0":
1038-
version "5.41.0"
1039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
1040-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
1041-
dependencies:
1042-
"@typescript-eslint/scope-manager" "5.41.0"
1043-
"@typescript-eslint/type-utils" "5.41.0"
1044-
"@typescript-eslint/utils" "5.41.0"
1037+
"@typescript-eslint/eslint-plugin@^5.42.0":
1038+
version "5.42.0"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
1040+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
1041+
dependencies:
1042+
"@typescript-eslint/scope-manager" "5.42.0"
1043+
"@typescript-eslint/type-utils" "5.42.0"
1044+
"@typescript-eslint/utils" "5.42.0"
10451045
debug "^4.3.4"
10461046
ignore "^5.2.0"
1047+
natural-compare-lite "^1.4.0"
10471048
regexpp "^3.2.0"
10481049
semver "^7.3.7"
10491050
tsutils "^3.21.0"
@@ -1066,13 +1067,21 @@
10661067
"@typescript-eslint/types" "5.41.0"
10671068
"@typescript-eslint/visitor-keys" "5.41.0"
10681069

1069-
"@typescript-eslint/type-utils@5.41.0":
1070-
version "5.41.0"
1071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
1072-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
1070+
"@typescript-eslint/scope-manager@5.42.0":
1071+
version "5.42.0"
1072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
1073+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
10731074
dependencies:
1074-
"@typescript-eslint/typescript-estree" "5.41.0"
1075-
"@typescript-eslint/utils" "5.41.0"
1075+
"@typescript-eslint/types" "5.42.0"
1076+
"@typescript-eslint/visitor-keys" "5.42.0"
1077+
1078+
"@typescript-eslint/[email protected]":
1079+
version "5.42.0"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
1081+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
1082+
dependencies:
1083+
"@typescript-eslint/typescript-estree" "5.42.0"
1084+
"@typescript-eslint/utils" "5.42.0"
10761085
debug "^4.3.4"
10771086
tsutils "^3.21.0"
10781087

@@ -1081,6 +1090,11 @@
10811090
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
10821091
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
10831092

1093+
"@typescript-eslint/[email protected]":
1094+
version "5.42.0"
1095+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
1096+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
1097+
10841098
"@typescript-eslint/[email protected]":
10851099
version "5.41.0"
10861100
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
@@ -1094,16 +1108,29 @@
10941108
semver "^7.3.7"
10951109
tsutils "^3.21.0"
10961110

1097-
"@typescript-eslint/[email protected]":
1098-
version "5.41.0"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
1100-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
1111+
"@typescript-eslint/[email protected]":
1112+
version "5.42.0"
1113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
1114+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
1115+
dependencies:
1116+
"@typescript-eslint/types" "5.42.0"
1117+
"@typescript-eslint/visitor-keys" "5.42.0"
1118+
debug "^4.3.4"
1119+
globby "^11.1.0"
1120+
is-glob "^4.0.3"
1121+
semver "^7.3.7"
1122+
tsutils "^3.21.0"
1123+
1124+
"@typescript-eslint/[email protected]":
1125+
version "5.42.0"
1126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
1127+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
11011128
dependencies:
11021129
"@types/json-schema" "^7.0.9"
11031130
"@types/semver" "^7.3.12"
1104-
"@typescript-eslint/scope-manager" "5.41.0"
1105-
"@typescript-eslint/types" "5.41.0"
1106-
"@typescript-eslint/typescript-estree" "5.41.0"
1131+
"@typescript-eslint/scope-manager" "5.42.0"
1132+
"@typescript-eslint/types" "5.42.0"
1133+
"@typescript-eslint/typescript-estree" "5.42.0"
11071134
eslint-scope "^5.1.1"
11081135
eslint-utils "^3.0.0"
11091136
semver "^7.3.7"
@@ -1116,6 +1143,14 @@
11161143
"@typescript-eslint/types" "5.41.0"
11171144
eslint-visitor-keys "^3.3.0"
11181145

1146+
"@typescript-eslint/[email protected]":
1147+
version "5.42.0"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
1149+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
1150+
dependencies:
1151+
"@typescript-eslint/types" "5.42.0"
1152+
eslint-visitor-keys "^3.3.0"
1153+
11191154
11201155
version "1.1.2"
11211156
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -4944,6 +4979,11 @@ nanomatch@^1.2.9:
49444979
snapdragon "^0.8.1"
49454980
to-regex "^3.0.1"
49464981

4982+
natural-compare-lite@^1.4.0:
4983+
version "1.4.0"
4984+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4985+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4986+
49474987
natural-compare@^1.4.0:
49484988
version "1.4.0"
49494989
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)