Skip to content

Commit fa807a7

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.30.0",
34+
"@eslint/js": "9.30.1",
3535
"@types/graphql": "14.5.0",
3636
"@types/jest": "30.0.0",
3737
"@types/node": "22.15.34",
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "8.35.1",
4444
"class-transformer": "0.5.1",
4545
"class-validator": "0.14.2",
46-
"eslint": "9.30.0",
46+
"eslint": "9.30.1",
4747
"eslint-config-prettier": "10.1.5",
4848
"eslint-plugin-import": "2.32.0",
4949
"eslint-plugin-prettier": "5.5.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -935,10 +935,10 @@
935935
minimatch "^3.1.2"
936936
strip-json-comments "^3.1.1"
937937

938-
"@eslint/[email protected].0":
939-
version "9.30.0"
940-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.0.tgz#c396fa450d5505dd9b7b8846b33f0491aebd9a2d"
941-
integrity sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==
938+
"@eslint/[email protected].1":
939+
version "9.30.1"
940+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
941+
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
942942

943943
"@eslint/object-schema@^2.1.6":
944944
version "2.1.6"
@@ -5106,18 +5106,18 @@ eslint-visitor-keys@^4.2.1:
51065106
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
51075107
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
51085108

5109-
5110-
version "9.30.0"
5111-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.0.tgz#fb0c655f5e28fc1b2f4050c28efa1876d78034fc"
5112-
integrity sha512-iN/SiPxmQu6EVkf+m1qpBxzUhE12YqFLOSySuOyVLJLEF9nzTf+h/1AJYc1JWzCnktggeNrjvQGLngDzXirU6g==
5109+
5110+
version "9.30.1"
5111+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
5112+
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
51135113
dependencies:
51145114
"@eslint-community/eslint-utils" "^4.2.0"
51155115
"@eslint-community/regexpp" "^4.12.1"
51165116
"@eslint/config-array" "^0.21.0"
51175117
"@eslint/config-helpers" "^0.3.0"
51185118
"@eslint/core" "^0.14.0"
51195119
"@eslint/eslintrc" "^3.3.1"
5120-
"@eslint/js" "9.30.0"
5120+
"@eslint/js" "9.30.1"
51215121
"@eslint/plugin-kit" "^0.3.1"
51225122
"@humanfs/node" "^0.16.6"
51235123
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)