Skip to content

Commit f3713be

Browse files
authoredNov 5, 2021
chore(CI): add tests for ESLint 8 (#428)
1 parent 44e1478 commit f3713be

File tree

3 files changed

+644
-468
lines changed

3 files changed

+644
-468
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
eslint-version: [7.x]
15-
node-version: [16.x, 14.x, 12.x]
14+
eslint-version: [7, 8]
15+
node-version: [12, 14, 16]
1616

1717
steps:
1818
- uses: actions/checkout@v2

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
"prettier": ">=2.0.0"
3636
},
3737
"devDependencies": {
38-
"@graphql-eslint/eslint-plugin": "^2.0.1",
38+
"@graphql-eslint/eslint-plugin": "^2.3.0",
3939
"@not-an-aardvark/node-release-script": "^0.1.0",
40-
"eslint": "^7.28.0",
40+
"eslint": "^8.1.0",
4141
"eslint-config-not-an-aardvark": "^2.1.0",
42-
"eslint-config-prettier": "^6.0.0",
43-
"eslint-plugin-eslint-plugin": "^2.0.0",
44-
"eslint-plugin-node": "^8.0.0",
45-
"eslint-plugin-self": "^1.1.0",
46-
"graphql": "^15.5.1",
47-
"mocha": "^6.0.0",
48-
"prettier": "^2.3.0",
49-
"vue-eslint-parser": "^6.0.0"
42+
"eslint-config-prettier": "^8.3.0",
43+
"eslint-plugin-eslint-plugin": "^4.0.2",
44+
"eslint-plugin-node": "^11.1.0",
45+
"eslint-plugin-self": "^1.2.1",
46+
"graphql": "^15.7.1",
47+
"mocha": "^6.2.3",
48+
"prettier": "^2.4.1",
49+
"vue-eslint-parser": "^8.0.0"
5050
},
5151
"peerDependenciesMeta": {
5252
"eslint-config-prettier": {

‎yarn.lock

+632-456
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.