Skip to content

Commit e9fdf9b

Browse files
Bump @typescript-eslint/eslint-plugin from 5.41.0 to 5.42.0
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] <support@github.com>
1 parent c0ac84e commit e9fdf9b

File tree

1 file changed

+59
-19
lines changed

1 file changed

+59
-19
lines changed

yarn.lock

Lines changed: 59 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,16 @@
111111
integrity sha512-WvHluhUo+lQvE3I4wUagRpnkHuysB4qSyOQUyIAS9n9PYMJjepzTUD8Jyks0YeXoPD0UGctjqp2u84/b3v6Ydw==
112112

113113
"@typescript-eslint/eslint-plugin@^5.33.1":
114-
version "5.41.0"
115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
116-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
114+
version "5.42.0"
115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
116+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
117117
dependencies:
118-
"@typescript-eslint/scope-manager" "5.41.0"
119-
"@typescript-eslint/type-utils" "5.41.0"
120-
"@typescript-eslint/utils" "5.41.0"
118+
"@typescript-eslint/scope-manager" "5.42.0"
119+
"@typescript-eslint/type-utils" "5.42.0"
120+
"@typescript-eslint/utils" "5.42.0"
121121
debug "^4.3.4"
122122
ignore "^5.2.0"
123+
natural-compare-lite "^1.4.0"
123124
regexpp "^3.2.0"
124125
semver "^7.3.7"
125126
tsutils "^3.21.0"
@@ -142,13 +143,21 @@
142143
"@typescript-eslint/types" "5.41.0"
143144
"@typescript-eslint/visitor-keys" "5.41.0"
144145

145-
"@typescript-eslint/type-utils@5.41.0":
146-
version "5.41.0"
147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
148-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
146+
"@typescript-eslint/scope-manager@5.42.0":
147+
version "5.42.0"
148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
149+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
149150
dependencies:
150-
"@typescript-eslint/typescript-estree" "5.41.0"
151-
"@typescript-eslint/utils" "5.41.0"
151+
"@typescript-eslint/types" "5.42.0"
152+
"@typescript-eslint/visitor-keys" "5.42.0"
153+
154+
"@typescript-eslint/type-utils@5.42.0":
155+
version "5.42.0"
156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
157+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
158+
dependencies:
159+
"@typescript-eslint/typescript-estree" "5.42.0"
160+
"@typescript-eslint/utils" "5.42.0"
152161
debug "^4.3.4"
153162
tsutils "^3.21.0"
154163

@@ -157,6 +166,11 @@
157166
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
158167
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
159168

169+
"@typescript-eslint/types@5.42.0":
170+
version "5.42.0"
171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
172+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
173+
160174
"@typescript-eslint/typescript-estree@5.41.0":
161175
version "5.41.0"
162176
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
@@ -170,16 +184,29 @@
170184
semver "^7.3.7"
171185
tsutils "^3.21.0"
172186

173-
"@typescript-eslint/utils@5.41.0":
174-
version "5.41.0"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
176-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
187+
"@typescript-eslint/typescript-estree@5.42.0":
188+
version "5.42.0"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
190+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
191+
dependencies:
192+
"@typescript-eslint/types" "5.42.0"
193+
"@typescript-eslint/visitor-keys" "5.42.0"
194+
debug "^4.3.4"
195+
globby "^11.1.0"
196+
is-glob "^4.0.3"
197+
semver "^7.3.7"
198+
tsutils "^3.21.0"
199+
200+
"@typescript-eslint/utils@5.42.0":
201+
version "5.42.0"
202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
203+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
177204
dependencies:
178205
"@types/json-schema" "^7.0.9"
179206
"@types/semver" "^7.3.12"
180-
"@typescript-eslint/scope-manager" "5.41.0"
181-
"@typescript-eslint/types" "5.41.0"
182-
"@typescript-eslint/typescript-estree" "5.41.0"
207+
"@typescript-eslint/scope-manager" "5.42.0"
208+
"@typescript-eslint/types" "5.42.0"
209+
"@typescript-eslint/typescript-estree" "5.42.0"
183210
eslint-scope "^5.1.1"
184211
eslint-utils "^3.0.0"
185212
semver "^7.3.7"
@@ -192,6 +219,14 @@
192219
"@typescript-eslint/types" "5.41.0"
193220
eslint-visitor-keys "^3.3.0"
194221

222+
"@typescript-eslint/visitor-keys@5.42.0":
223+
version "5.42.0"
224+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
225+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
226+
dependencies:
227+
"@typescript-eslint/types" "5.42.0"
228+
eslint-visitor-keys "^3.3.0"
229+
195230
"@vscode/test-electron@^2.2.0":
196231
version "2.2.0"
197232
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.2.0.tgz#b90c76b8f076f9cf2d885f14b3c5fc3f586b9419"
@@ -1486,6 +1521,11 @@ napi-build-utils@^1.0.1:
14861521
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
14871522
integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
14881523

1524+
natural-compare-lite@^1.4.0:
1525+
version "1.4.0"
1526+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1527+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1528+
14891529
natural-compare@^1.4.0:
14901530
version "1.4.0"
14911531
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)