Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 9909dd2

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.52.0 to 5.55.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.55.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]>
1 parent c95bcfd commit 9909dd2

File tree

2 files changed

+57
-40
lines changed

2 files changed

+57
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "^18.15.3",
20-
"@typescript-eslint/eslint-plugin": "^5.52.0",
20+
"@typescript-eslint/eslint-plugin": "^5.55.0",
2121
"@typescript-eslint/parser": "^5.52.0",
2222
"eslint": "^8.36.0",
2323
"eslint-config-airbnb-base": "^15.0.0",

yarn.lock

Lines changed: 56 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,19 @@
139139
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
140140
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
141141

142-
"@typescript-eslint/eslint-plugin@^5.52.0":
143-
version "5.52.0"
144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.52.0.tgz#5fb0d43574c2411f16ea80f5fc335b8eaa7b28a8"
145-
integrity sha512-lHazYdvYVsBokwCdKOppvYJKaJ4S41CgKBcPvyd0xjZNbvQdhn/pnJlGtQksQ/NhInzdaeaSarlBjDXHuclEbg==
142+
"@typescript-eslint/eslint-plugin@^5.55.0":
143+
version "5.55.0"
144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
145+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
146146
dependencies:
147-
"@typescript-eslint/scope-manager" "5.52.0"
148-
"@typescript-eslint/type-utils" "5.52.0"
149-
"@typescript-eslint/utils" "5.52.0"
147+
"@eslint-community/regexpp" "^4.4.0"
148+
"@typescript-eslint/scope-manager" "5.55.0"
149+
"@typescript-eslint/type-utils" "5.55.0"
150+
"@typescript-eslint/utils" "5.55.0"
150151
debug "^4.3.4"
151152
grapheme-splitter "^1.0.4"
152153
ignore "^5.2.0"
153154
natural-compare-lite "^1.4.0"
154-
regexpp "^3.2.0"
155155
semver "^7.3.7"
156156
tsutils "^3.21.0"
157157

@@ -173,13 +173,21 @@
173173
"@typescript-eslint/types" "5.52.0"
174174
"@typescript-eslint/visitor-keys" "5.52.0"
175175

176-
"@typescript-eslint/type-utils@5.52.0":
177-
version "5.52.0"
178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz#9fd28cd02e6f21f5109e35496df41893f33167aa"
179-
integrity sha512-tEKuUHfDOv852QGlpPtB3lHOoig5pyFQN/cUiZtpw99D93nEBjexRLre5sQZlkMoHry/lZr8qDAt2oAHLKA6Jw==
176+
"@typescript-eslint/scope-manager@5.55.0":
177+
version "5.55.0"
178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
179+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
180180
dependencies:
181-
"@typescript-eslint/typescript-estree" "5.52.0"
182-
"@typescript-eslint/utils" "5.52.0"
181+
"@typescript-eslint/types" "5.55.0"
182+
"@typescript-eslint/visitor-keys" "5.55.0"
183+
184+
"@typescript-eslint/[email protected]":
185+
version "5.55.0"
186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
187+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
188+
dependencies:
189+
"@typescript-eslint/typescript-estree" "5.55.0"
190+
"@typescript-eslint/utils" "5.55.0"
183191
debug "^4.3.4"
184192
tsutils "^3.21.0"
185193

@@ -188,6 +196,11 @@
188196
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
189197
integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
190198

199+
"@typescript-eslint/[email protected]":
200+
version "5.55.0"
201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
202+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
203+
191204
"@typescript-eslint/[email protected]":
192205
version "5.52.0"
193206
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz#6408cb3c2ccc01c03c278cb201cf07e73347dfca"
@@ -201,18 +214,31 @@
201214
semver "^7.3.7"
202215
tsutils "^3.21.0"
203216

204-
"@typescript-eslint/utils@5.52.0":
205-
version "5.52.0"
206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.52.0.tgz#b260bb5a8f6b00a0ed51db66bdba4ed5e4845a72"
207-
integrity sha512-As3lChhrbwWQLNk2HC8Ree96hldKIqk98EYvypd3It8Q1f8d5zWyIoaZEp2va5667M4ZyE7X8UUR+azXrFl+NA==
217+
"@typescript-eslint/typescript-estree@5.55.0":
218+
version "5.55.0"
219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
220+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
208221
dependencies:
222+
"@typescript-eslint/types" "5.55.0"
223+
"@typescript-eslint/visitor-keys" "5.55.0"
224+
debug "^4.3.4"
225+
globby "^11.1.0"
226+
is-glob "^4.0.3"
227+
semver "^7.3.7"
228+
tsutils "^3.21.0"
229+
230+
"@typescript-eslint/[email protected]":
231+
version "5.55.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
233+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
234+
dependencies:
235+
"@eslint-community/eslint-utils" "^4.2.0"
209236
"@types/json-schema" "^7.0.9"
210237
"@types/semver" "^7.3.12"
211-
"@typescript-eslint/scope-manager" "5.52.0"
212-
"@typescript-eslint/types" "5.52.0"
213-
"@typescript-eslint/typescript-estree" "5.52.0"
238+
"@typescript-eslint/scope-manager" "5.55.0"
239+
"@typescript-eslint/types" "5.55.0"
240+
"@typescript-eslint/typescript-estree" "5.55.0"
214241
eslint-scope "^5.1.1"
215-
eslint-utils "^3.0.0"
216242
semver "^7.3.7"
217243

218244
"@typescript-eslint/[email protected]":
@@ -223,6 +249,14 @@
223249
"@typescript-eslint/types" "5.52.0"
224250
eslint-visitor-keys "^3.3.0"
225251

252+
"@typescript-eslint/[email protected]":
253+
version "5.55.0"
254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
255+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
256+
dependencies:
257+
"@typescript-eslint/types" "5.55.0"
258+
eslint-visitor-keys "^3.3.0"
259+
226260
acorn-jsx@^5.3.2:
227261
version "5.3.2"
228262
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -658,18 +692,6 @@ eslint-scope@^7.1.1:
658692
esrecurse "^4.3.0"
659693
estraverse "^5.2.0"
660694

661-
eslint-utils@^3.0.0:
662-
version "3.0.0"
663-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
664-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
665-
dependencies:
666-
eslint-visitor-keys "^2.0.0"
667-
668-
eslint-visitor-keys@^2.0.0:
669-
version "2.1.0"
670-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
671-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
672-
673695
eslint-visitor-keys@^3.3.0:
674696
version "3.3.0"
675697
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -1533,11 +1555,6 @@ regexp.prototype.flags@^1.4.3:
15331555
define-properties "^1.1.3"
15341556
functions-have-names "^1.2.2"
15351557

1536-
regexpp@^3.2.0:
1537-
version "3.2.0"
1538-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1539-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
1540-
15411558
resolve-from@^4.0.0:
15421559
version "4.0.0"
15431560
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"

0 commit comments

Comments
 (0)