File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 14
14
- cron : 0 0 * * 0
15
15
16
16
concurrency :
17
- group : ${{ github.workflow }}-${{ github.ref }}
18
- cancel-in-progress : true
17
+ group : ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress : true
19
19
20
20
jobs :
21
21
lint :
22
22
name : ⬣ Lint (ESLint@${{ matrix.eslint }})
23
23
strategy :
24
+ fail-fast : false
24
25
matrix :
25
26
eslint : [6, 7, 8]
26
27
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 42
42
"watch" : " mocha \" tests/lib/**/*.js\" --reporter dot --watch --growl"
43
43
},
44
44
"dependencies" : {
45
- "@typescript-eslint/eslint-plugin" : " ~5.59.1 " ,
46
- "@typescript-eslint/parser" : " ~5.59.1 " ,
45
+ "@typescript-eslint/eslint-plugin" : " ~5.60.0 " ,
46
+ "@typescript-eslint/parser" : " ~5.60.0 " ,
47
47
"eslint-plugin-eslint-comments" : " ~3.2.0" ,
48
48
"eslint-plugin-eslint-plugin" : " ~4.4.1" ,
49
49
"eslint-plugin-node" : " ~11.1.0" ,
50
50
"eslint-plugin-prettier" : " ~3.4.1" ,
51
51
"eslint-plugin-vue" : " ~8.7.1" ,
52
- "prettier" : " ~2.7.1 " ,
53
- "semver" : " ^7.5.0 " ,
52
+ "prettier" : " ~2.8.8 " ,
53
+ "semver" : " ^7.5.3 " ,
54
54
"vue-eslint-parser" : " ^8.3.0"
55
55
},
56
56
"devDependencies" : {
57
57
"@eslint-community/eslint-plugin-mysticatea" : " file:." ,
58
- "@eslint/eslintrc" : " ^2.0.2 " ,
59
- "eslint" : " ~8.40 .0" ,
58
+ "@eslint/eslintrc" : " ^2.0.3 " ,
59
+ "eslint" : " ~8.43 .0" ,
60
60
"eslint-config-prettier" : " ^8.8.0" ,
61
61
"globals" : " ^13.20.0" ,
62
62
"mocha" : " ^9.2.2" ,
63
63
"npm-run-all" : " ^4.1.5" ,
64
64
"nyc" : " ^15.1.0" ,
65
65
"opener" : " ^1.5.2" ,
66
66
"rimraf" : " ^3.0.2" ,
67
- "typescript" : " ^5.0.4 "
67
+ "typescript" : " ^5.1.3 "
68
68
},
69
69
"peerDependencies" : {
70
70
"eslint" : " ^6.6.0 || ^7.0.0 || ^8.0.0"
You can’t perform that action at this time.
0 commit comments