Skip to content

Commit 11f56cd

Browse files
Bump @typescript-eslint/eslint-plugin from 8.25.0 to 8.32.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.25.0 to 8.32.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.32.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 556d113 commit 11f56cd

File tree

2 files changed

+74
-37
lines changed

2 files changed

+74
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@types/mocha": "^10.0.10",
106106
"@types/node": "^22.13.10",
107107
"@types/sinon": "^17.0.4",
108-
"@typescript-eslint/eslint-plugin": "^8.25.0",
108+
"@typescript-eslint/eslint-plugin": "^8.32.0",
109109
"@typescript-eslint/parser": "^8.25.0",
110110
"chai": "^5.2.0",
111111
"eslint": "^9.21.0",

yarn.lock

Lines changed: 73 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,20 @@
3636
dependencies:
3737
"@jridgewell/trace-mapping" "0.3.9"
3838

39-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
39+
"@eslint-community/eslint-utils@^4.2.0":
4040
version "4.4.0"
4141
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
4242
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
4343
dependencies:
4444
eslint-visitor-keys "^3.3.0"
4545

46+
"@eslint-community/eslint-utils@^4.7.0":
47+
version "4.7.0"
48+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
49+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
50+
dependencies:
51+
eslint-visitor-keys "^3.4.3"
52+
4653
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
4754
version "4.12.1"
4855
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -809,20 +816,20 @@
809816
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
810817
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
811818

812-
"@typescript-eslint/eslint-plugin@^8.25.0":
813-
version "8.25.0"
814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
815-
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
819+
"@typescript-eslint/eslint-plugin@^8.32.0":
820+
version "8.32.0"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
822+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
816823
dependencies:
817824
"@eslint-community/regexpp" "^4.10.0"
818-
"@typescript-eslint/scope-manager" "8.25.0"
819-
"@typescript-eslint/type-utils" "8.25.0"
820-
"@typescript-eslint/utils" "8.25.0"
821-
"@typescript-eslint/visitor-keys" "8.25.0"
825+
"@typescript-eslint/scope-manager" "8.32.0"
826+
"@typescript-eslint/type-utils" "8.32.0"
827+
"@typescript-eslint/utils" "8.32.0"
828+
"@typescript-eslint/visitor-keys" "8.32.0"
822829
graphemer "^1.4.0"
823830
ignore "^5.3.1"
824831
natural-compare "^1.4.0"
825-
ts-api-utils "^2.0.1"
832+
ts-api-utils "^2.1.0"
826833

827834
"@typescript-eslint/parser@^8.25.0":
828835
version "8.25.0"
@@ -843,21 +850,34 @@
843850
"@typescript-eslint/types" "8.25.0"
844851
"@typescript-eslint/visitor-keys" "8.25.0"
845852

846-
"@typescript-eslint/type-utils@8.25.0":
847-
version "8.25.0"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
849-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
853+
"@typescript-eslint/scope-manager@8.32.0":
854+
version "8.32.0"
855+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
856+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
850857
dependencies:
851-
"@typescript-eslint/typescript-estree" "8.25.0"
852-
"@typescript-eslint/utils" "8.25.0"
858+
"@typescript-eslint/types" "8.32.0"
859+
"@typescript-eslint/visitor-keys" "8.32.0"
860+
861+
"@typescript-eslint/type-utils@8.32.0":
862+
version "8.32.0"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
864+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
865+
dependencies:
866+
"@typescript-eslint/typescript-estree" "8.32.0"
867+
"@typescript-eslint/utils" "8.32.0"
853868
debug "^4.3.4"
854-
ts-api-utils "^2.0.1"
869+
ts-api-utils "^2.1.0"
855870

856871
"@typescript-eslint/types@8.25.0":
857872
version "8.25.0"
858873
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
859874
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
860875

876+
"@typescript-eslint/types@8.32.0":
877+
version "8.32.0"
878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
879+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
880+
861881
"@typescript-eslint/typescript-estree@8.25.0":
862882
version "8.25.0"
863883
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
@@ -872,15 +892,29 @@
872892
semver "^7.6.0"
873893
ts-api-utils "^2.0.1"
874894

875-
"@typescript-eslint/utils@8.25.0":
876-
version "8.25.0"
877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
878-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
895+
"@typescript-eslint/typescript-estree@8.32.0":
896+
version "8.32.0"
897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
898+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
879899
dependencies:
880-
"@eslint-community/eslint-utils" "^4.4.0"
881-
"@typescript-eslint/scope-manager" "8.25.0"
882-
"@typescript-eslint/types" "8.25.0"
883-
"@typescript-eslint/typescript-estree" "8.25.0"
900+
"@typescript-eslint/types" "8.32.0"
901+
"@typescript-eslint/visitor-keys" "8.32.0"
902+
debug "^4.3.4"
903+
fast-glob "^3.3.2"
904+
is-glob "^4.0.3"
905+
minimatch "^9.0.4"
906+
semver "^7.6.0"
907+
ts-api-utils "^2.1.0"
908+
909+
"@typescript-eslint/utils@8.32.0":
910+
version "8.32.0"
911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
912+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
913+
dependencies:
914+
"@eslint-community/eslint-utils" "^4.7.0"
915+
"@typescript-eslint/scope-manager" "8.32.0"
916+
"@typescript-eslint/types" "8.32.0"
917+
"@typescript-eslint/typescript-estree" "8.32.0"
884918

885919
"@typescript-eslint/visitor-keys@8.25.0":
886920
version "8.25.0"
@@ -890,6 +924,14 @@
890924
"@typescript-eslint/types" "8.25.0"
891925
eslint-visitor-keys "^4.2.0"
892926

927+
"@typescript-eslint/visitor-keys@8.32.0":
928+
version "8.32.0"
929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
930+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
931+
dependencies:
932+
"@typescript-eslint/types" "8.32.0"
933+
eslint-visitor-keys "^4.2.0"
934+
893935
acorn-jsx@^5.3.2:
894936
version "5.3.2"
895937
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1297,7 +1339,7 @@ eslint-scope@^8.2.0:
12971339
esrecurse "^4.3.0"
12981340
estraverse "^5.2.0"
12991341

1300-
eslint-visitor-keys@^3.3.0:
1342+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
13011343
version "3.4.3"
13021344
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
13031345
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -1640,12 +1682,7 @@ hmac-drbg@^1.0.1:
16401682
minimalistic-assert "^1.0.0"
16411683
minimalistic-crypto-utils "^1.0.1"
16421684

1643-
ignore@^5.2.0:
1644-
version "5.2.4"
1645-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1646-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1647-
1648-
ignore@^5.3.1:
1685+
ignore@^5.2.0, ignore@^5.3.1:
16491686
version "5.3.2"
16501687
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
16511688
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -2367,10 +2404,10 @@ to-regex-range@^5.0.1:
23672404
dependencies:
23682405
is-number "^7.0.0"
23692406

2370-
ts-api-utils@^2.0.1:
2371-
version "2.0.1"
2372-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2373-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
2407+
ts-api-utils@^2.0.1, ts-api-utils@^2.1.0:
2408+
version "2.1.0"
2409+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2410+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
23742411

23752412
ts-command-line-args@^2.2.0:
23762413
version "2.4.2"

0 commit comments

Comments
 (0)