Skip to content

Commit e533f4e

Browse files
chore(deps): update typescript-eslint monorepo to v5.59.0
1 parent 89b490f commit e533f4e

File tree

1 file changed

+63
-56
lines changed

1 file changed

+63
-56
lines changed

yarn.lock

Lines changed: 63 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44

55
"@eslint-community/eslint-utils@^4.2.0":
6-
version "4.2.0"
7-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
8-
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
8+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
99
dependencies:
1010
eslint-visitor-keys "^3.3.0"
1111

1212
"@eslint-community/regexpp@^4.4.0":
13-
version "4.4.0"
14-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
15-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
13+
version "4.5.0"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
15+
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
1616

1717
"@eslint/eslintrc@^2.0.1":
1818
version "2.0.1"
@@ -129,14 +129,14 @@
129129
integrity sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==
130130

131131
"@typescript-eslint/eslint-plugin@^5.55.0":
132-
version "5.55.0"
133-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
134-
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
132+
version "5.59.0"
133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
134+
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
135135
dependencies:
136136
"@eslint-community/regexpp" "^4.4.0"
137-
"@typescript-eslint/scope-manager" "5.55.0"
138-
"@typescript-eslint/type-utils" "5.55.0"
139-
"@typescript-eslint/utils" "5.55.0"
137+
"@typescript-eslint/scope-manager" "5.59.0"
138+
"@typescript-eslint/type-utils" "5.59.0"
139+
"@typescript-eslint/utils" "5.59.0"
140140
debug "^4.3.4"
141141
grapheme-splitter "^1.0.4"
142142
ignore "^5.2.0"
@@ -145,71 +145,71 @@
145145
tsutils "^3.21.0"
146146

147147
"@typescript-eslint/parser@^5.55.0":
148-
version "5.55.0"
149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
150-
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
148+
version "5.59.0"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
150+
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
151151
dependencies:
152-
"@typescript-eslint/scope-manager" "5.55.0"
153-
"@typescript-eslint/types" "5.55.0"
154-
"@typescript-eslint/typescript-estree" "5.55.0"
152+
"@typescript-eslint/scope-manager" "5.59.0"
153+
"@typescript-eslint/types" "5.59.0"
154+
"@typescript-eslint/typescript-estree" "5.59.0"
155155
debug "^4.3.4"
156156

157-
"@typescript-eslint/scope-manager@5.55.0":
158-
version "5.55.0"
159-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
160-
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
157+
"@typescript-eslint/scope-manager@5.59.0":
158+
version "5.59.0"
159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
160+
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
161161
dependencies:
162-
"@typescript-eslint/types" "5.55.0"
163-
"@typescript-eslint/visitor-keys" "5.55.0"
162+
"@typescript-eslint/types" "5.59.0"
163+
"@typescript-eslint/visitor-keys" "5.59.0"
164164

165-
"@typescript-eslint/type-utils@5.55.0":
166-
version "5.55.0"
167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
168-
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
165+
"@typescript-eslint/type-utils@5.59.0":
166+
version "5.59.0"
167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
168+
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
169169
dependencies:
170-
"@typescript-eslint/typescript-estree" "5.55.0"
171-
"@typescript-eslint/utils" "5.55.0"
170+
"@typescript-eslint/typescript-estree" "5.59.0"
171+
"@typescript-eslint/utils" "5.59.0"
172172
debug "^4.3.4"
173173
tsutils "^3.21.0"
174174

175-
"@typescript-eslint/types@5.55.0":
176-
version "5.55.0"
177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
178-
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
175+
"@typescript-eslint/types@5.59.0":
176+
version "5.59.0"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
178+
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
179179

180-
"@typescript-eslint/typescript-estree@5.55.0":
181-
version "5.55.0"
182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
183-
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
180+
"@typescript-eslint/typescript-estree@5.59.0":
181+
version "5.59.0"
182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
183+
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
184184
dependencies:
185-
"@typescript-eslint/types" "5.55.0"
186-
"@typescript-eslint/visitor-keys" "5.55.0"
185+
"@typescript-eslint/types" "5.59.0"
186+
"@typescript-eslint/visitor-keys" "5.59.0"
187187
debug "^4.3.4"
188188
globby "^11.1.0"
189189
is-glob "^4.0.3"
190190
semver "^7.3.7"
191191
tsutils "^3.21.0"
192192

193-
"@typescript-eslint/utils@5.55.0":
194-
version "5.55.0"
195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
196-
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
193+
"@typescript-eslint/utils@5.59.0":
194+
version "5.59.0"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
196+
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
197197
dependencies:
198198
"@eslint-community/eslint-utils" "^4.2.0"
199199
"@types/json-schema" "^7.0.9"
200200
"@types/semver" "^7.3.12"
201-
"@typescript-eslint/scope-manager" "5.55.0"
202-
"@typescript-eslint/types" "5.55.0"
203-
"@typescript-eslint/typescript-estree" "5.55.0"
201+
"@typescript-eslint/scope-manager" "5.59.0"
202+
"@typescript-eslint/types" "5.59.0"
203+
"@typescript-eslint/typescript-estree" "5.59.0"
204204
eslint-scope "^5.1.1"
205205
semver "^7.3.7"
206206

207-
"@typescript-eslint/visitor-keys@5.55.0":
208-
version "5.55.0"
209-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
210-
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
207+
"@typescript-eslint/visitor-keys@5.59.0":
208+
version "5.59.0"
209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
210+
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
211211
dependencies:
212-
"@typescript-eslint/types" "5.55.0"
212+
"@typescript-eslint/types" "5.59.0"
213213
eslint-visitor-keys "^3.3.0"
214214

215215
"@vscode/vsce@^2.15.0", "@vscode/vsce@^2.18.0":
@@ -777,9 +777,9 @@ eslint-scope@^7.1.1:
777777
estraverse "^5.2.0"
778778

779779
eslint-visitor-keys@^3.3.0:
780-
version "3.3.0"
781-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
782-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
780+
version "3.4.0"
781+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
782+
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
783783

784784
eslint@^8.36.0:
785785
version "8.36.0"
@@ -1856,13 +1856,20 @@ semver@^5.1.0:
18561856
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
18571857
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
18581858

1859-
semver@^7.3.2, semver@^7.3.5, semver@^7.3.7:
1859+
semver@^7.3.2, semver@^7.3.5:
18601860
version "7.3.8"
18611861
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
18621862
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
18631863
dependencies:
18641864
lru-cache "^6.0.0"
18651865

1866+
semver@^7.3.7:
1867+
version "7.5.0"
1868+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
1869+
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
1870+
dependencies:
1871+
lru-cache "^6.0.0"
1872+
18661873
18671874
version "6.0.0"
18681875
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"

0 commit comments

Comments
 (0)