Skip to content

Commit c58e21f

Browse files
Merge pull request #754 from devoxa/renovate/eslint-monorepo
Update dependency eslint from 9.31.0 to 9.32.0
2 parents 470d4da + 64355bc commit c58e21f

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@swc/jest": "0.2.39",
3232
"@types/jest": "29.5.14",
3333
"@types/node": "20.9.5",
34-
"eslint": "9.31.0",
34+
"eslint": "9.32.0",
3535
"jest": "29.7.0",
3636
"prettier": "3.6.2",
3737
"typescript": "5.8.3"

yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,7 @@
567567
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
568568
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
569569

570-
"@eslint/core@^0.14.0":
571-
version "0.14.0"
572-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
573-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
574-
dependencies:
575-
"@types/json-schema" "^7.0.15"
576-
577-
"@eslint/core@^0.15.0":
570+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
578571
version "0.15.1"
579572
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
580573
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -601,22 +594,22 @@
601594
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
602595
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
603596

604-
"@eslint/js@9.31.0":
605-
version "9.31.0"
606-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
607-
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
597+
"@eslint/js@9.32.0":
598+
version "9.32.0"
599+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
600+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
608601

609602
"@eslint/object-schema@^2.1.6":
610603
version "2.1.6"
611604
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
612605
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
613606

614-
"@eslint/plugin-kit@^0.3.1":
615-
version "0.3.1"
616-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
617-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
607+
"@eslint/plugin-kit@^0.3.4":
608+
version "0.3.4"
609+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
610+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
618611
dependencies:
619-
"@eslint/core" "^0.14.0"
612+
"@eslint/core" "^0.15.1"
620613
levn "^0.4.1"
621614

622615
"@humanfs/core@^0.19.1":
@@ -2211,19 +2204,19 @@ eslint-visitor-keys@^4.2.1:
22112204
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
22122205
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
22132206

2214-
eslint@9.31.0:
2215-
version "9.31.0"
2216-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba"
2217-
integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==
2207+
eslint@9.32.0:
2208+
version "9.32.0"
2209+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
2210+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
22182211
dependencies:
22192212
"@eslint-community/eslint-utils" "^4.2.0"
22202213
"@eslint-community/regexpp" "^4.12.1"
22212214
"@eslint/config-array" "^0.21.0"
22222215
"@eslint/config-helpers" "^0.3.0"
22232216
"@eslint/core" "^0.15.0"
22242217
"@eslint/eslintrc" "^3.3.1"
2225-
"@eslint/js" "9.31.0"
2226-
"@eslint/plugin-kit" "^0.3.1"
2218+
"@eslint/js" "9.32.0"
2219+
"@eslint/plugin-kit" "^0.3.4"
22272220
"@humanfs/node" "^0.16.6"
22282221
"@humanwhocodes/module-importer" "^1.0.1"
22292222
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)