Skip to content

Commit 6951aae

Browse files
⬆️ Update dependency eslint to ^9.32.0
1 parent 2d4c5fc commit 6951aae

2 files changed

Lines changed: 58 additions & 39 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@typescript-eslint/eslint-plugin": "^8.32.1",
4747
"@typescript-eslint/parser": "^8.32.1",
4848
"@vscode/test-electron": "^2.5.2",
49-
"eslint": "^9.27.0",
49+
"eslint": "^9.32.0",
5050
"glob": "^11.0.2",
5151
"mocha": "^11.3.0",
5252
"ts-loader": "^9.5.2",

yarn.lock

Lines changed: 57 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz"
2020
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
2121

22-
"@eslint/config-array@^0.20.0":
23-
version "0.20.0"
24-
resolved "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz"
25-
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
22+
"@eslint/config-array@^0.21.0":
23+
version "0.21.0"
24+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636"
25+
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
2626
dependencies:
2727
"@eslint/object-schema" "^2.1.6"
2828
debug "^4.3.1"
2929
minimatch "^3.1.2"
3030

31-
"@eslint/config-helpers@^0.2.1":
32-
version "0.2.2"
33-
resolved "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz"
34-
integrity sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==
31+
"@eslint/config-helpers@^0.3.0":
32+
version "0.3.0"
33+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
34+
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
3535

36-
"@eslint/core@^0.14.0":
37-
version "0.14.0"
38-
resolved "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz"
39-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
36+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
37+
version "0.15.1"
38+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
39+
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
4040
dependencies:
4141
"@types/json-schema" "^7.0.15"
4242

@@ -55,22 +55,22 @@
5555
minimatch "^3.1.2"
5656
strip-json-comments "^3.1.1"
5757

58-
"@eslint/js@9.27.0":
59-
version "9.27.0"
60-
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz"
61-
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
58+
"@eslint/js@9.32.0":
59+
version "9.32.0"
60+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
61+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
6262

6363
"@eslint/object-schema@^2.1.6":
6464
version "2.1.6"
6565
resolved "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz"
6666
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
6767

68-
"@eslint/plugin-kit@^0.3.1":
69-
version "0.3.1"
70-
resolved "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz"
71-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
68+
"@eslint/plugin-kit@^0.3.4":
69+
version "0.3.4"
70+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
71+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
7272
dependencies:
73-
"@eslint/core" "^0.14.0"
73+
"@eslint/core" "^0.15.1"
7474
levn "^0.4.1"
7575

7676
"@humanfs/core@^0.19.1":
@@ -483,6 +483,11 @@ acorn@^8.14.0:
483483
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz"
484484
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
485485

486+
acorn@^8.15.0:
487+
version "8.15.0"
488+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
489+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
490+
486491
agent-base@^7.1.0, agent-base@^7.1.2:
487492
version "7.1.3"
488493
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz"
@@ -804,10 +809,10 @@ eslint-scope@5.1.1:
804809
esrecurse "^4.3.0"
805810
estraverse "^4.1.1"
806811

807-
eslint-scope@^8.3.0:
808-
version "8.3.0"
809-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz"
810-
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
812+
eslint-scope@^8.4.0:
813+
version "8.4.0"
814+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
815+
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
811816
dependencies:
812817
esrecurse "^4.3.0"
813818
estraverse "^5.2.0"
@@ -822,19 +827,24 @@ eslint-visitor-keys@^4.2.0:
822827
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz"
823828
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
824829

825-
eslint@^9.27.0:
826-
version "9.27.0"
827-
resolved "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz"
828-
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
830+
eslint-visitor-keys@^4.2.1:
831+
version "4.2.1"
832+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
833+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
834+
835+
eslint@^9.32.0:
836+
version "9.32.0"
837+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
838+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
829839
dependencies:
830840
"@eslint-community/eslint-utils" "^4.2.0"
831841
"@eslint-community/regexpp" "^4.12.1"
832-
"@eslint/config-array" "^0.20.0"
833-
"@eslint/config-helpers" "^0.2.1"
834-
"@eslint/core" "^0.14.0"
842+
"@eslint/config-array" "^0.21.0"
843+
"@eslint/config-helpers" "^0.3.0"
844+
"@eslint/core" "^0.15.0"
835845
"@eslint/eslintrc" "^3.3.1"
836-
"@eslint/js" "9.27.0"
837-
"@eslint/plugin-kit" "^0.3.1"
846+
"@eslint/js" "9.32.0"
847+
"@eslint/plugin-kit" "^0.3.4"
838848
"@humanfs/node" "^0.16.6"
839849
"@humanwhocodes/module-importer" "^1.0.1"
840850
"@humanwhocodes/retry" "^0.4.2"
@@ -845,9 +855,9 @@ eslint@^9.27.0:
845855
cross-spawn "^7.0.6"
846856
debug "^4.3.2"
847857
escape-string-regexp "^4.0.0"
848-
eslint-scope "^8.3.0"
849-
eslint-visitor-keys "^4.2.0"
850-
espree "^10.3.0"
858+
eslint-scope "^8.4.0"
859+
eslint-visitor-keys "^4.2.1"
860+
espree "^10.4.0"
851861
esquery "^1.5.0"
852862
esutils "^2.0.2"
853863
fast-deep-equal "^3.1.3"
@@ -863,7 +873,7 @@ eslint@^9.27.0:
863873
natural-compare "^1.4.0"
864874
optionator "^0.9.3"
865875

866-
espree@^10.0.1, espree@^10.3.0:
876+
espree@^10.0.1:
867877
version "10.3.0"
868878
resolved "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz"
869879
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
@@ -872,6 +882,15 @@ espree@^10.0.1, espree@^10.3.0:
872882
acorn-jsx "^5.3.2"
873883
eslint-visitor-keys "^4.2.0"
874884

885+
espree@^10.4.0:
886+
version "10.4.0"
887+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
888+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
889+
dependencies:
890+
acorn "^8.15.0"
891+
acorn-jsx "^5.3.2"
892+
eslint-visitor-keys "^4.2.1"
893+
875894
esquery@^1.5.0:
876895
version "1.6.0"
877896
resolved "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz"

0 commit comments

Comments
 (0)