Skip to content

Commit 65ab69e

Browse files
Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.0 (#1102)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.11.0 to 7.13.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/v7.13.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 700ca81 commit 65ab69e

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
"@types/node": "^20.12.12",
13081308
"@types/vscode": "^1.88.0",
13091309
"@types/which": "^3.0.3",
1310-
"@typescript-eslint/eslint-plugin": "^7.11.0",
1310+
"@typescript-eslint/eslint-plugin": "^7.13.0",
13111311
"@typescript-eslint/parser": "^7.12.0",
13121312
"@vscode/test-electron": "^2.4.0",
13131313
"eslint": "^8.57.0",

yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,16 @@
275275
dependencies:
276276
"@types/yargs-parser" "*"
277277

278-
"@typescript-eslint/eslint-plugin@^7.11.0":
279-
version "7.11.0"
280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
281-
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
278+
"@typescript-eslint/eslint-plugin@^7.13.0":
279+
version "7.13.0"
280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.0.tgz#3cdeb5d44d051b21a9567535dd90702b2a42c6ff"
281+
integrity sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==
282282
dependencies:
283283
"@eslint-community/regexpp" "^4.10.0"
284-
"@typescript-eslint/scope-manager" "7.11.0"
285-
"@typescript-eslint/type-utils" "7.11.0"
286-
"@typescript-eslint/utils" "7.11.0"
287-
"@typescript-eslint/visitor-keys" "7.11.0"
284+
"@typescript-eslint/scope-manager" "7.13.0"
285+
"@typescript-eslint/type-utils" "7.13.0"
286+
"@typescript-eslint/utils" "7.13.0"
287+
"@typescript-eslint/visitor-keys" "7.13.0"
288288
graphemer "^1.4.0"
289289
ignore "^5.3.1"
290290
natural-compare "^1.4.0"
@@ -301,14 +301,6 @@
301301
"@typescript-eslint/visitor-keys" "7.12.0"
302302
debug "^4.3.4"
303303

304-
"@typescript-eslint/[email protected]":
305-
version "7.11.0"
306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
307-
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
308-
dependencies:
309-
"@typescript-eslint/types" "7.11.0"
310-
"@typescript-eslint/visitor-keys" "7.11.0"
311-
312304
"@typescript-eslint/[email protected]":
313305
version "7.12.0"
314306
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
@@ -317,39 +309,33 @@
317309
"@typescript-eslint/types" "7.12.0"
318310
"@typescript-eslint/visitor-keys" "7.12.0"
319311

320-
"@typescript-eslint/[email protected]":
321-
version "7.11.0"
322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
323-
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
312+
"@typescript-eslint/[email protected]":
313+
version "7.13.0"
314+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz#6927d6451537ce648c6af67a2327378d4cc18462"
315+
integrity sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==
316+
dependencies:
317+
"@typescript-eslint/types" "7.13.0"
318+
"@typescript-eslint/visitor-keys" "7.13.0"
319+
320+
"@typescript-eslint/[email protected]":
321+
version "7.13.0"
322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz#4587282b5227a23753ea8b233805ecafc3924c76"
323+
integrity sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==
324324
dependencies:
325-
"@typescript-eslint/typescript-estree" "7.11.0"
326-
"@typescript-eslint/utils" "7.11.0"
325+
"@typescript-eslint/typescript-estree" "7.13.0"
326+
"@typescript-eslint/utils" "7.13.0"
327327
debug "^4.3.4"
328328
ts-api-utils "^1.3.0"
329329

330-
"@typescript-eslint/[email protected]":
331-
version "7.11.0"
332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
333-
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
334-
335330
"@typescript-eslint/[email protected]":
336331
version "7.12.0"
337332
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
338333
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
339334

340-
"@typescript-eslint/[email protected]":
341-
version "7.11.0"
342-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
343-
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
344-
dependencies:
345-
"@typescript-eslint/types" "7.11.0"
346-
"@typescript-eslint/visitor-keys" "7.11.0"
347-
debug "^4.3.4"
348-
globby "^11.1.0"
349-
is-glob "^4.0.3"
350-
minimatch "^9.0.4"
351-
semver "^7.6.0"
352-
ts-api-utils "^1.3.0"
335+
"@typescript-eslint/[email protected]":
336+
version "7.13.0"
337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.0.tgz#0cca95edf1f1fdb0cfe1bb875e121b49617477c5"
338+
integrity sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==
353339

354340
"@typescript-eslint/[email protected]":
355341
version "7.12.0"
@@ -365,23 +351,29 @@
365351
semver "^7.6.0"
366352
ts-api-utils "^1.3.0"
367353

368-
"@typescript-eslint/utils@7.11.0":
369-
version "7.11.0"
370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
371-
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
354+
"@typescript-eslint/typescript-estree@7.13.0":
355+
version "7.13.0"
356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz#4cc24fc155088ebf3b3adbad62c7e60f72c6de1c"
357+
integrity sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==
372358
dependencies:
373-
"@eslint-community/eslint-utils" "^4.4.0"
374-
"@typescript-eslint/scope-manager" "7.11.0"
375-
"@typescript-eslint/types" "7.11.0"
376-
"@typescript-eslint/typescript-estree" "7.11.0"
359+
"@typescript-eslint/types" "7.13.0"
360+
"@typescript-eslint/visitor-keys" "7.13.0"
361+
debug "^4.3.4"
362+
globby "^11.1.0"
363+
is-glob "^4.0.3"
364+
minimatch "^9.0.4"
365+
semver "^7.6.0"
366+
ts-api-utils "^1.3.0"
377367

378-
"@typescript-eslint/visitor-keys@7.11.0":
379-
version "7.11.0"
380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
381-
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
368+
"@typescript-eslint/utils@7.13.0":
369+
version "7.13.0"
370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004"
371+
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
382372
dependencies:
383-
"@typescript-eslint/types" "7.11.0"
384-
eslint-visitor-keys "^3.4.3"
373+
"@eslint-community/eslint-utils" "^4.4.0"
374+
"@typescript-eslint/scope-manager" "7.13.0"
375+
"@typescript-eslint/types" "7.13.0"
376+
"@typescript-eslint/typescript-estree" "7.13.0"
385377

386378
"@typescript-eslint/[email protected]":
387379
version "7.12.0"
@@ -391,6 +383,14 @@
391383
"@typescript-eslint/types" "7.12.0"
392384
eslint-visitor-keys "^3.4.3"
393385

386+
"@typescript-eslint/[email protected]":
387+
version "7.13.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz#2eb7ce8eb38c2b0d4a494d1fe1908e7071a1a353"
389+
integrity sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==
390+
dependencies:
391+
"@typescript-eslint/types" "7.13.0"
392+
eslint-visitor-keys "^3.4.3"
393+
394394
"@ungap/structured-clone@^1.2.0":
395395
version "1.2.0"
396396
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)