Skip to content

Commit ae0a5da

Browse files
chore(deps): update dependency eslint to v8.25.0 (#1196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48efce7 commit ae0a5da

File tree

8 files changed

+16
-22
lines changed

8 files changed

+16
-22
lines changed

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@graphql-eslint/eslint-plugin": "3.11.2",
15-
"eslint": "8.24.0"
15+
"eslint": "8.25.0"
1616
}
1717
}

examples/code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@graphql-eslint/eslint-plugin": "3.11.2",
15-
"eslint": "8.24.0"
15+
"eslint": "8.25.0"
1616
}
1717
}

examples/graphql-config-code-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@graphql-eslint/eslint-plugin": "3.11.2",
16-
"eslint": "8.24.0"
16+
"eslint": "8.25.0"
1717
}
1818
}

examples/graphql-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@graphql-eslint/eslint-plugin": "3.11.2",
15-
"eslint": "8.24.0"
15+
"eslint": "8.25.0"
1616
}
1717
}

examples/monorepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@graphql-eslint/eslint-plugin": "3.11.2",
14-
"eslint": "8.24.0"
14+
"eslint": "8.25.0"
1515
}
1616
}

examples/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@graphql-eslint/eslint-plugin": "3.11.2",
15-
"eslint": "8.24.0",
15+
"eslint": "8.25.0",
1616
"eslint-config-prettier": "8.5.0",
1717
"eslint-plugin-prettier": "4.2.1",
1818
"prettier": "2.7.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"bob-the-bundler": "1.7.3",
3939
"dedent": "0.7.0",
4040
"enquirer": "2.3.6",
41-
"eslint": "8.24.0",
41+
"eslint": "8.25.0",
4242
"eslint-config-prettier": "8.5.0",
4343
"eslint-config-standard": "17.0.0",
4444
"eslint-plugin-eslint-plugin": "5.0.6",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,10 +1186,10 @@
11861186
ts-node "^9"
11871187
tslib "^2"
11881188

1189-
"@eslint/eslintrc@^1.3.2":
1190-
version "1.3.2"
1191-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.2.tgz#58b69582f3b7271d8fa67fe5251767a5b38ea356"
1192-
integrity sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==
1189+
"@eslint/eslintrc@^1.3.3":
1190+
version "1.3.3"
1191+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
1192+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
11931193
dependencies:
11941194
ajv "^6.12.4"
11951195
debug "^4.3.2"
@@ -1362,11 +1362,6 @@
13621362
debug "^4.1.1"
13631363
minimatch "^3.0.4"
13641364

1365-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
1366-
version "1.0.2"
1367-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1368-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1369-
13701365
"@humanwhocodes/module-importer@^1.0.1":
13711366
version "1.0.1"
13721367
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
@@ -3397,14 +3392,13 @@ eslint-visitor-keys@^3.3.0:
33973392
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
33983393
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
33993394

3400-
eslint@8.24.0:
3401-
version "8.24.0"
3402-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8"
3403-
integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==
3395+
eslint@8.25.0:
3396+
version "8.25.0"
3397+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
3398+
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
34043399
dependencies:
3405-
"@eslint/eslintrc" "^1.3.2"
3400+
"@eslint/eslintrc" "^1.3.3"
34063401
"@humanwhocodes/config-array" "^0.10.5"
3407-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
34083402
"@humanwhocodes/module-importer" "^1.0.1"
34093403
ajv "^6.10.0"
34103404
chalk "^4.0.0"

0 commit comments

Comments
 (0)