File tree 5 files changed +2229
-1792
lines changed
5 files changed +2229
-1792
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,6 @@ matrix:
16
16
- node_js : ' 12'
17
17
script : yarn pretest
18
18
env : CI=pretest
19
- # Yarn doesn't support node@4
20
- # - node_js: '4'
21
- # script: yarn test:ci
22
- # env: CI=tests 4
23
- - node_js : ' 6'
24
- script : yarn test:ci
25
- env : CI=tests 6
26
19
- node_js : ' 8'
27
20
script : yarn test:ci
28
21
env : CI=tests 8
Original file line number Diff line number Diff line change 2
2
3
3
environment :
4
4
matrix :
5
- # Yarn doesn't support node@4
6
- # - nodejs_version: 4
7
- - nodejs_version : 6
8
5
- nodejs_version : 8
9
6
- nodejs_version : 10
10
7
- nodejs_version : 12
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ function parseQuery(query) {
35
35
let name = arg . substr ( 0 , idx ) ;
36
36
let value = decodeURIComponent ( arg . substr ( idx + 1 ) ) ;
37
37
38
+ // eslint-disable-next-line no-prototype-builtins
38
39
if ( specialValues . hasOwnProperty ( value ) ) {
39
40
value = specialValues [ value ] ;
40
41
}
Original file line number Diff line number Diff line change 21
21
"url" : " https://github.com/webpack/loader-utils.git"
22
22
},
23
23
"engines" : {
24
- "node" : " >=4.0 .0"
24
+ "node" : " >=8.9 .0"
25
25
},
26
26
"devDependencies" : {
27
- "coveralls" : " ^3.0.2 " ,
28
- "eslint" : " ^5.11 .0" ,
29
- "eslint-plugin-node" : " ^8 .0.0" ,
30
- "eslint-plugin-prettier" : " ^3.0.0 " ,
31
- "jest" : " ^21.2.1 " ,
27
+ "coveralls" : " ^3.0.9 " ,
28
+ "eslint" : " ^6.8 .0" ,
29
+ "eslint-plugin-node" : " ^11 .0.0" ,
30
+ "eslint-plugin-prettier" : " ^3.1.2 " ,
31
+ "jest" : " ^25.1.0 " ,
32
32
"prettier" : " ^1.19.1" ,
33
- "standard-version" : " ^4.0 .0"
33
+ "standard-version" : " ^7.1 .0"
34
34
},
35
35
"main" : " lib/index.js" ,
36
36
"files" : [
You can’t perform that action at this time.
0 commit comments