Skip to content

Commit 0970c78

Browse files
chore(dev-deps): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.0.1 to 8.3.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.3.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 9096ca7 commit 0970c78

File tree

2 files changed

+66
-55
lines changed

2 files changed

+66
-55
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/jest": "^29.5.12",
4545
"@types/node": "^22.2.0",
4646
"@types/sinon": "^17.0.3",
47-
"@typescript-eslint/eslint-plugin": "^8.0.1",
47+
"@typescript-eslint/eslint-plugin": "^8.3.0",
4848
"@typescript-eslint/parser": "^8.1.0",
4949
"eslint": "^8.57.0",
5050
"eslint-config-prettier": "^9.1.0",

yarn.lock

+65-54
Original file line numberDiff line numberDiff line change
@@ -2431,16 +2431,16 @@
24312431
dependencies:
24322432
"@types/yargs-parser" "*"
24332433

2434-
"@typescript-eslint/eslint-plugin@^8.0.1":
2435-
version "8.0.1"
2436-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.1.tgz#5dbd1b498fdea83a16d292322d27d293ce156f94"
2437-
integrity sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ==
2434+
"@typescript-eslint/eslint-plugin@^8.3.0":
2435+
version "8.3.0"
2436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
2437+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
24382438
dependencies:
24392439
"@eslint-community/regexpp" "^4.10.0"
2440-
"@typescript-eslint/scope-manager" "8.0.1"
2441-
"@typescript-eslint/type-utils" "8.0.1"
2442-
"@typescript-eslint/utils" "8.0.1"
2443-
"@typescript-eslint/visitor-keys" "8.0.1"
2440+
"@typescript-eslint/scope-manager" "8.3.0"
2441+
"@typescript-eslint/type-utils" "8.3.0"
2442+
"@typescript-eslint/utils" "8.3.0"
2443+
"@typescript-eslint/visitor-keys" "8.3.0"
24442444
graphemer "^1.4.0"
24452445
ignore "^5.3.1"
24462446
natural-compare "^1.4.0"
@@ -2457,14 +2457,6 @@
24572457
"@typescript-eslint/visitor-keys" "8.1.0"
24582458
debug "^4.3.4"
24592459

2460-
"@typescript-eslint/[email protected]":
2461-
version "8.0.1"
2462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.1.tgz#544259c29e1ebf65d30b6e99a9f420d98795a54e"
2463-
integrity sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==
2464-
dependencies:
2465-
"@typescript-eslint/types" "8.0.1"
2466-
"@typescript-eslint/visitor-keys" "8.0.1"
2467-
24682460
"@typescript-eslint/[email protected]":
24692461
version "8.1.0"
24702462
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.1.0.tgz#dd8987d2efebb71d230a1c71d82e84a7aead5c3d"
@@ -2473,39 +2465,33 @@
24732465
"@typescript-eslint/types" "8.1.0"
24742466
"@typescript-eslint/visitor-keys" "8.1.0"
24752467

2476-
"@typescript-eslint/type-utils@8.0.1":
2477-
version "8.0.1"
2478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.1.tgz#a613ee2dfeed4a9781300b5d326ec7cf946eed92"
2479-
integrity sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng==
2468+
"@typescript-eslint/scope-manager@8.3.0":
2469+
version "8.3.0"
2470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
2471+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
24802472
dependencies:
2481-
"@typescript-eslint/typescript-estree" "8.0.1"
2482-
"@typescript-eslint/utils" "8.0.1"
2473+
"@typescript-eslint/types" "8.3.0"
2474+
"@typescript-eslint/visitor-keys" "8.3.0"
2475+
2476+
"@typescript-eslint/[email protected]":
2477+
version "8.3.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
2479+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
2480+
dependencies:
2481+
"@typescript-eslint/typescript-estree" "8.3.0"
2482+
"@typescript-eslint/utils" "8.3.0"
24832483
debug "^4.3.4"
24842484
ts-api-utils "^1.3.0"
24852485

2486-
"@typescript-eslint/[email protected]":
2487-
version "8.0.1"
2488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.1.tgz#333e2f4c158952dbc8181a4ddcc6e49898a28918"
2489-
integrity sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==
2490-
24912486
"@typescript-eslint/[email protected]":
24922487
version "8.1.0"
24932488
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
24942489
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
24952490

2496-
"@typescript-eslint/[email protected]":
2497-
version "8.0.1"
2498-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.1.tgz#64575ec7b77aedfe497acdfb2779ec942bb8d866"
2499-
integrity sha512-8V9hriRvZQXPWU3bbiUV4Epo7EvgM6RTs+sUmxp5G//dBGy402S7Fx0W0QkB2fb4obCF8SInoUzvTYtc3bkb5w==
2500-
dependencies:
2501-
"@typescript-eslint/types" "8.0.1"
2502-
"@typescript-eslint/visitor-keys" "8.0.1"
2503-
debug "^4.3.4"
2504-
globby "^11.1.0"
2505-
is-glob "^4.0.3"
2506-
minimatch "^9.0.4"
2507-
semver "^7.6.0"
2508-
ts-api-utils "^1.3.0"
2491+
"@typescript-eslint/[email protected]":
2492+
version "8.3.0"
2493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
2494+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
25092495

25102496
"@typescript-eslint/[email protected]":
25112497
version "8.1.0"
@@ -2521,23 +2507,29 @@
25212507
semver "^7.6.0"
25222508
ts-api-utils "^1.3.0"
25232509

2524-
"@typescript-eslint/utils@8.0.1":
2525-
version "8.0.1"
2526-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.1.tgz#b48e3320c4f9011f97d25e0588b8c143adc38d2a"
2527-
integrity sha512-CBFR0G0sCt0+fzfnKaciu9IBsKvEKYwN9UZ+eeogK1fYHg4Qxk1yf/wLQkLXlq8wbU2dFlgAesxt8Gi76E8RTA==
2510+
"@typescript-eslint/typescript-estree@8.3.0":
2511+
version "8.3.0"
2512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
2513+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
25282514
dependencies:
2529-
"@eslint-community/eslint-utils" "^4.4.0"
2530-
"@typescript-eslint/scope-manager" "8.0.1"
2531-
"@typescript-eslint/types" "8.0.1"
2532-
"@typescript-eslint/typescript-estree" "8.0.1"
2515+
"@typescript-eslint/types" "8.3.0"
2516+
"@typescript-eslint/visitor-keys" "8.3.0"
2517+
debug "^4.3.4"
2518+
fast-glob "^3.3.2"
2519+
is-glob "^4.0.3"
2520+
minimatch "^9.0.4"
2521+
semver "^7.6.0"
2522+
ts-api-utils "^1.3.0"
25332523

2534-
"@typescript-eslint/visitor-keys@8.0.1":
2535-
version "8.0.1"
2536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.1.tgz#e5816803b4dad1de5e97f00df8dc15d0bcb49778"
2537-
integrity sha512-W5E+o0UfUcK5EgchLZsyVWqARmsM7v54/qEq6PY3YI5arkgmCzHiuk0zKSJJbm71V0xdRna4BGomkCTXz2/LkQ==
2524+
"@typescript-eslint/utils@8.3.0":
2525+
version "8.3.0"
2526+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
2527+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
25382528
dependencies:
2539-
"@typescript-eslint/types" "8.0.1"
2540-
eslint-visitor-keys "^3.4.3"
2529+
"@eslint-community/eslint-utils" "^4.4.0"
2530+
"@typescript-eslint/scope-manager" "8.3.0"
2531+
"@typescript-eslint/types" "8.3.0"
2532+
"@typescript-eslint/typescript-estree" "8.3.0"
25412533

25422534
"@typescript-eslint/[email protected]":
25432535
version "8.1.0"
@@ -2547,6 +2539,14 @@
25472539
"@typescript-eslint/types" "8.1.0"
25482540
eslint-visitor-keys "^3.4.3"
25492541

2542+
"@typescript-eslint/[email protected]":
2543+
version "8.3.0"
2544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
2545+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
2546+
dependencies:
2547+
"@typescript-eslint/types" "8.3.0"
2548+
eslint-visitor-keys "^3.4.3"
2549+
25502550
"@ungap/structured-clone@^1.2.0":
25512551
version "1.2.0"
25522552
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
@@ -4070,6 +4070,17 @@ fast-glob@^3.2.9, fast-glob@^3.3.0:
40704070
merge2 "^1.3.0"
40714071
micromatch "^4.0.4"
40724072

4073+
fast-glob@^3.3.2:
4074+
version "3.3.2"
4075+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4076+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
4077+
dependencies:
4078+
"@nodelib/fs.stat" "^2.0.2"
4079+
"@nodelib/fs.walk" "^1.2.3"
4080+
glob-parent "^5.1.2"
4081+
merge2 "^1.3.0"
4082+
micromatch "^4.0.4"
4083+
40734084
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
40744085
version "2.1.0"
40754086
resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"

0 commit comments

Comments
 (0)