Skip to content

Commit b0efe79

Browse files
chore(deps): update eslint monorepo to v9.32.0 (#3668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6c42bf commit b0efe79

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@commitlint/cli": "19.8.1",
3333
"@commitlint/config-angular": "19.8.1",
34-
"@eslint/js": "9.31.0",
34+
"@eslint/js": "9.32.0",
3535
"@types/graphql": "14.5.0",
3636
"@types/jest": "30.0.0",
3737
"@types/node": "22.16.5",
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "8.38.0",
4444
"class-transformer": "0.5.1",
4545
"class-validator": "0.14.2",
46-
"eslint": "9.31.0",
46+
"eslint": "9.32.0",
4747
"eslint-config-prettier": "10.1.8",
4848
"eslint-plugin-import": "2.32.0",
4949
"eslint-plugin-prettier": "5.5.3",

yarn.lock

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

916-
"@eslint/core@^0.14.0":
917-
version "0.14.0"
918-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
919-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
920-
dependencies:
921-
"@types/json-schema" "^7.0.15"
922-
923-
"@eslint/core@^0.15.0":
916+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
924917
version "0.15.1"
925918
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
926919
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -942,22 +935,22 @@
942935
minimatch "^3.1.2"
943936
strip-json-comments "^3.1.1"
944937

945-
"@eslint/js@9.31.0":
946-
version "9.31.0"
947-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
948-
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
938+
"@eslint/js@9.32.0":
939+
version "9.32.0"
940+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
941+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
949942

950943
"@eslint/object-schema@^2.1.6":
951944
version "2.1.6"
952945
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
953946
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
954947

955-
"@eslint/plugin-kit@^0.3.1":
956-
version "0.3.1"
957-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz#b71b037b2d4d68396df04a8c35a49481e5593067"
958-
integrity sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==
948+
"@eslint/plugin-kit@^0.3.4":
949+
version "0.3.4"
950+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
951+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
959952
dependencies:
960-
"@eslint/core" "^0.14.0"
953+
"@eslint/core" "^0.15.1"
961954
levn "^0.4.1"
962955

963956
"@fastify/accept-negotiator@^2.0.0":
@@ -5159,19 +5152,19 @@ eslint-visitor-keys@^4.2.1:
51595152
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
51605153
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
51615154

5162-
eslint@9.31.0:
5163-
version "9.31.0"
5164-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba"
5165-
integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==
5155+
eslint@9.32.0:
5156+
version "9.32.0"
5157+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
5158+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
51665159
dependencies:
51675160
"@eslint-community/eslint-utils" "^4.2.0"
51685161
"@eslint-community/regexpp" "^4.12.1"
51695162
"@eslint/config-array" "^0.21.0"
51705163
"@eslint/config-helpers" "^0.3.0"
51715164
"@eslint/core" "^0.15.0"
51725165
"@eslint/eslintrc" "^3.3.1"
5173-
"@eslint/js" "9.31.0"
5174-
"@eslint/plugin-kit" "^0.3.1"
5166+
"@eslint/js" "9.32.0"
5167+
"@eslint/plugin-kit" "^0.3.4"
51755168
"@humanfs/node" "^0.16.6"
51765169
"@humanwhocodes/module-importer" "^1.0.1"
51775170
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)