Skip to content

Commit 8db58d5

Browse files
chore(deps): Update dependency eslint to ^9.27.0
1 parent 094e2d0 commit 8db58d5

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"concurrently": "^9.1.0",
8686
"cross-env": "^7.0.3",
8787
"cypress": "^13.7.3",
88-
"eslint": "^9.22.0",
88+
"eslint": "^9.27.0",
8989
"husky": "^9.1.6",
9090
"jest-canvas-mock": "^2.5.2",
9191
"lerna": "^8.1.7",

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,31 +2003,31 @@
20032003
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
20042004
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
20052005

2006-
"@eslint/config-array@^0.19.2":
2007-
version "0.19.2"
2008-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
2009-
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
2006+
"@eslint/config-array@^0.20.0":
2007+
version "0.20.0"
2008+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.0.tgz#7a1232e82376712d3340012a2f561a2764d1988f"
2009+
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
20102010
dependencies:
20112011
"@eslint/object-schema" "^2.1.6"
20122012
debug "^4.3.1"
20132013
minimatch "^3.1.2"
20142014

2015-
"@eslint/config-helpers@^0.1.0":
2016-
version "0.1.0"
2017-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
2018-
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
2015+
"@eslint/config-helpers@^0.2.1":
2016+
version "0.2.2"
2017+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.2.tgz#3779f76b894de3a8ec4763b79660e6d54d5b1010"
2018+
integrity sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==
20192019

2020-
"@eslint/core@^0.12.0":
2021-
version "0.12.0"
2022-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
2023-
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
2020+
"@eslint/core@^0.14.0":
2021+
version "0.14.0"
2022+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
2023+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
20242024
dependencies:
20252025
"@types/json-schema" "^7.0.15"
20262026

2027-
"@eslint/eslintrc@^3.3.0":
2028-
version "3.3.0"
2029-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
2030-
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
2027+
"@eslint/eslintrc@^3.3.1":
2028+
version "3.3.1"
2029+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
2030+
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
20312031
dependencies:
20322032
ajv "^6.12.4"
20332033
debug "^4.3.2"
@@ -2039,22 +2039,22 @@
20392039
minimatch "^3.1.2"
20402040
strip-json-comments "^3.1.1"
20412041

2042-
"@eslint/js@9.22.0", "@eslint/js@^9.22.0":
2043-
version "9.22.0"
2044-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
2045-
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
2042+
"@eslint/js@9.27.0", "@eslint/js@^9.22.0":
2043+
version "9.27.0"
2044+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0"
2045+
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
20462046

20472047
"@eslint/object-schema@^2.1.6":
20482048
version "2.1.6"
20492049
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
20502050
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
20512051

2052-
"@eslint/plugin-kit@^0.2.7":
2053-
version "0.2.7"
2054-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
2055-
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
2052+
"@eslint/plugin-kit@^0.3.1":
2053+
version "0.3.1"
2054+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
2055+
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
20562056
dependencies:
2057-
"@eslint/core" "^0.12.0"
2057+
"@eslint/core" "^0.14.0"
20582058
levn "^0.4.1"
20592059

20602060
"@formily/antd-v5@^1.1.9":
@@ -8291,19 +8291,19 @@ eslint-visitor-keys@^4.2.0:
82918291
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
82928292
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
82938293

8294-
eslint@^9.22.0:
8295-
version "9.22.0"
8296-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
8297-
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
8294+
eslint@^9.27.0:
8295+
version "9.27.0"
8296+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
8297+
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
82988298
dependencies:
82998299
"@eslint-community/eslint-utils" "^4.2.0"
83008300
"@eslint-community/regexpp" "^4.12.1"
8301-
"@eslint/config-array" "^0.19.2"
8302-
"@eslint/config-helpers" "^0.1.0"
8303-
"@eslint/core" "^0.12.0"
8304-
"@eslint/eslintrc" "^3.3.0"
8305-
"@eslint/js" "9.22.0"
8306-
"@eslint/plugin-kit" "^0.2.7"
8301+
"@eslint/config-array" "^0.20.0"
8302+
"@eslint/config-helpers" "^0.2.1"
8303+
"@eslint/core" "^0.14.0"
8304+
"@eslint/eslintrc" "^3.3.1"
8305+
"@eslint/js" "9.27.0"
8306+
"@eslint/plugin-kit" "^0.3.1"
83078307
"@humanfs/node" "^0.16.6"
83088308
"@humanwhocodes/module-importer" "^1.0.1"
83098309
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)