Skip to content

Commit fea2628

Browse files
committed
chore(CI): add tests for ESLint 8
1 parent a3d6a22 commit fea2628

File tree

3 files changed

+648
-452
lines changed

3 files changed

+648
-452
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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: ['^8.0.0-0', 7]
15+
node-version: [16, 14, 12]
1616

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"prettier-linter-helpers": "^1.0.0"
3232
},
3333
"peerDependencies": {
34-
"eslint": ">=7.28.0",
34+
"eslint": "^7.28.0 || ^8.0.0",
3535
"prettier": ">=2.0.0"
3636
},
3737
"devDependencies": {
38-
"@graphql-eslint/eslint-plugin": "^2.0.1",
38+
"@graphql-eslint/eslint-plugin": "^2.0.2",
3939
"@not-an-aardvark/node-release-script": "^0.1.0",
40-
"eslint": "^7.28.0",
40+
"eslint": "^8.0.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.0-0",
44+
"eslint-plugin-node": "^11.1.0",
45+
"eslint-plugin-self": "^1.2.1",
46+
"graphql": "^15.5.2",
47+
"mocha": "^6.2.3",
48+
"prettier": "^2.3.2",
49+
"vue-eslint-parser": "^7.10.0"
5050
},
5151
"peerDependenciesMeta": {
5252
"eslint-config-prettier": {

0 commit comments

Comments
 (0)