Skip to content

Commit 43d3d25

Browse files
Bump @typescript-eslint/eslint-plugin from 8.36.0 to 8.38.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.36.0 to 8.38.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/v8.38.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f804ad commit 43d3d25

File tree

2 files changed

+24
-74
lines changed

2 files changed

+24
-74
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/eslintrc": "^3.3.1",
2020
"@eslint/js": "^9.32.0",
2121
"@types/node": "^24.1.0",
22-
"@typescript-eslint/eslint-plugin": "^8.36.0",
22+
"@typescript-eslint/eslint-plugin": "^8.39.0",
2323
"@typescript-eslint/parser": "^8.39.0",
2424
"@vercel/ncc": "^0.38",
2525
"eslint": "^9.30.1",

yarn.lock

Lines changed: 23 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,16 @@
198198
dependencies:
199199
undici-types "~7.8.0"
200200

201-
"@typescript-eslint/eslint-plugin@^8.36.0":
202-
version "8.36.0"
203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.36.0.tgz#880ce277f8a30ccf539ec027acac157088f131ae"
204-
integrity sha512-lZNihHUVB6ZZiPBNgOQGSxUASI7UJWhT8nHyUGCnaQ28XFCw98IfrMCG3rUl1uwUWoAvodJQby2KTs79UTcrAg==
201+
"@typescript-eslint/eslint-plugin@^8.39.0":
202+
version "8.39.0"
203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
204+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
205205
dependencies:
206206
"@eslint-community/regexpp" "^4.10.0"
207-
"@typescript-eslint/scope-manager" "8.36.0"
208-
"@typescript-eslint/type-utils" "8.36.0"
209-
"@typescript-eslint/utils" "8.36.0"
210-
"@typescript-eslint/visitor-keys" "8.36.0"
207+
"@typescript-eslint/scope-manager" "8.39.0"
208+
"@typescript-eslint/type-utils" "8.39.0"
209+
"@typescript-eslint/utils" "8.39.0"
210+
"@typescript-eslint/visitor-keys" "8.39.0"
211211
graphemer "^1.4.0"
212212
ignore "^7.0.0"
213213
natural-compare "^1.4.0"
@@ -224,15 +224,6 @@
224224
"@typescript-eslint/visitor-keys" "8.39.0"
225225
debug "^4.3.4"
226226

227-
"@typescript-eslint/[email protected]":
228-
version "8.36.0"
229-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
230-
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
231-
dependencies:
232-
"@typescript-eslint/tsconfig-utils" "^8.36.0"
233-
"@typescript-eslint/types" "^8.36.0"
234-
debug "^4.3.4"
235-
236227
"@typescript-eslint/[email protected]":
237228
version "8.39.0"
238229
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
@@ -242,14 +233,6 @@
242233
"@typescript-eslint/types" "^8.39.0"
243234
debug "^4.3.4"
244235

245-
"@typescript-eslint/[email protected]":
246-
version "8.36.0"
247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
248-
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
249-
dependencies:
250-
"@typescript-eslint/types" "8.36.0"
251-
"@typescript-eslint/visitor-keys" "8.36.0"
252-
253236
"@typescript-eslint/[email protected]":
254237
version "8.39.0"
255238
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
@@ -258,52 +241,27 @@
258241
"@typescript-eslint/types" "8.39.0"
259242
"@typescript-eslint/visitor-keys" "8.39.0"
260243

261-
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.36.0":
262-
version "8.36.0"
263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
264-
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
265-
266244
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.0":
267245
version "8.39.0"
268246
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
269247
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
270248

271-
"@typescript-eslint/type-utils@8.36.0":
272-
version "8.36.0"
273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.36.0.tgz#16b092c2cbbb5549f6a4df1382a481586850502f"
274-
integrity sha512-5aaGYG8cVDd6cxfk/ynpYzxBRZJk7w/ymto6uiyUFtdCozQIsQWh7M28/6r57Fwkbweng8qAzoMCPwSJfWlmsg==
249+
"@typescript-eslint/type-utils@8.39.0":
250+
version "8.39.0"
251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
252+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
275253
dependencies:
276-
"@typescript-eslint/typescript-estree" "8.36.0"
277-
"@typescript-eslint/utils" "8.36.0"
254+
"@typescript-eslint/types" "8.39.0"
255+
"@typescript-eslint/typescript-estree" "8.39.0"
256+
"@typescript-eslint/utils" "8.39.0"
278257
debug "^4.3.4"
279258
ts-api-utils "^2.1.0"
280259

281-
"@typescript-eslint/[email protected]":
282-
version "8.36.0"
283-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
284-
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
285-
286-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.36.0", "@typescript-eslint/types@^8.39.0":
260+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.0":
287261
version "8.39.0"
288262
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
289263
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
290264

291-
"@typescript-eslint/[email protected]":
292-
version "8.36.0"
293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
294-
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
295-
dependencies:
296-
"@typescript-eslint/project-service" "8.36.0"
297-
"@typescript-eslint/tsconfig-utils" "8.36.0"
298-
"@typescript-eslint/types" "8.36.0"
299-
"@typescript-eslint/visitor-keys" "8.36.0"
300-
debug "^4.3.4"
301-
fast-glob "^3.3.2"
302-
is-glob "^4.0.3"
303-
minimatch "^9.0.4"
304-
semver "^7.6.0"
305-
ts-api-utils "^2.1.0"
306-
307265
"@typescript-eslint/[email protected]":
308266
version "8.39.0"
309267
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
@@ -320,23 +278,15 @@
320278
semver "^7.6.0"
321279
ts-api-utils "^2.1.0"
322280

323-
"@typescript-eslint/utils@8.36.0":
324-
version "8.36.0"
325-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.36.0.tgz#2c9af5292f14e0aa4b0e9c7ac0406afafb299acf"
326-
integrity sha512-VOqmHu42aEMT+P2qYjylw6zP/3E/HvptRwdn/PZxyV27KhZg2IOszXod4NcXisWzPAGSS4trE/g4moNj6XmH2g==
281+
"@typescript-eslint/utils@8.39.0":
282+
version "8.39.0"
283+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
284+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
327285
dependencies:
328286
"@eslint-community/eslint-utils" "^4.7.0"
329-
"@typescript-eslint/scope-manager" "8.36.0"
330-
"@typescript-eslint/types" "8.36.0"
331-
"@typescript-eslint/typescript-estree" "8.36.0"
332-
333-
"@typescript-eslint/[email protected]":
334-
version "8.36.0"
335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
336-
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
337-
dependencies:
338-
"@typescript-eslint/types" "8.36.0"
339-
eslint-visitor-keys "^4.2.1"
287+
"@typescript-eslint/scope-manager" "8.39.0"
288+
"@typescript-eslint/types" "8.39.0"
289+
"@typescript-eslint/typescript-estree" "8.39.0"
340290

341291
"@typescript-eslint/[email protected]":
342292
version "8.39.0"

0 commit comments

Comments
 (0)