File tree Expand file tree Collapse file tree 3 files changed +22
-9
lines changed Expand file tree Collapse file tree 3 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : validate
2
- on : [push, pull_request]
2
+ on :
3
+ push :
4
+ branches :
5
+ [
6
+ ' +([0-9])?(.{+([0-9]),x}).x' ,
7
+ ' master' ,
8
+ ' next' ,
9
+ ' next-major' ,
10
+ ' beta' ,
11
+ ' alpha' ,
12
+ ]
13
+ pull_request : {}
3
14
jobs :
4
15
main :
5
16
strategy :
Original file line number Diff line number Diff line change 39
39
],
40
40
"dependencies" : {
41
41
"@babel/code-frame" : " ^7.10.4" ,
42
- "@babel/runtime" : " ^7.10.3 " ,
42
+ "@babel/runtime" : " ^7.12.5 " ,
43
43
"@types/aria-query" : " ^4.2.0" ,
44
44
"aria-query" : " ^4.2.2" ,
45
45
"chalk" : " ^4.1.0" ,
46
- "dom-accessibility-api" : " ^0.5.1 " ,
46
+ "dom-accessibility-api" : " ^0.5.4 " ,
47
47
"lz-string" : " ^1.4.4" ,
48
- "pretty-format" : " ^26.4 .2"
48
+ "pretty-format" : " ^26.6 .2"
49
49
},
50
50
"devDependencies" : {
51
- "@testing-library/jest-dom" : " ^5.10.1" ,
52
- "dtslint" : " ^3.6.12" ,
51
+ "@testing-library/jest-dom" : " ^5.11.5" ,
52
+ "@types/estree" : " 0.0.45" ,
53
+ "dtslint" : " ^4.0.5" ,
53
54
"jest-in-case" : " ^1.0.2" ,
54
55
"jest-serializer-ansi" : " ^1.0.3" ,
55
56
"jest-watch-select-projects" : " ^2.0.0" ,
56
- "jsdom" : " ^16.2.2 " ,
57
- "kcd-scripts" : " ^6.2.3 " ,
58
- "typescript" : " ^3.9 .5"
57
+ "jsdom" : " ^16.4.0 " ,
58
+ "kcd-scripts" : " ^6.7.0 " ,
59
+ "typescript" : " ^4.0 .5"
59
60
},
60
61
"eslintConfig" : {
61
62
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [" dtslint/dtslint.json" ],
3
3
"rules" : {
4
+ "no-redundant-jsdoc" : false ,
4
5
"no-useless-files" : false ,
5
6
"no-relative-import-in-test" : false ,
6
7
"semicolon" : false ,
You can’t perform that action at this time.
0 commit comments