File tree Expand file tree Collapse file tree 11 files changed +40
-43
lines changed Expand file tree Collapse file tree 11 files changed +40
-43
lines changed Original file line number Diff line number Diff line change 34
34
"lerna" : " 3.0.0-beta.20" ,
35
35
"mocha" : " ^5.1.1" ,
36
36
"npm-run-all" : " ^4.1.2" ,
37
- "prettier" : " ^1.12.1 " ,
37
+ "prettier" : " ^1.14.0 " ,
38
38
"prettier-check" : " ^2.0.0" ,
39
39
"replace-in-file" : " ^3.4.0" ,
40
40
"rimraf" : " ^2.6.2" ,
41
41
"sinon" : " ^5.0.3" ,
42
42
"ts-jest" : " ^22.4.4" ,
43
- "tslint" : " ^5.9.1 " ,
43
+ "tslint" : " ^5.11.0 " ,
44
44
"tslint-language-service" : " ^0.9.9" ,
45
- "typescript" : " ^2.9.2 "
45
+ "typescript" : " ^3.0.1 "
46
46
}
47
47
}
Original file line number Diff line number Diff line change 34
34
"karma-typescript" : " ^3.0.12" ,
35
35
"karma-typescript-es6-transform" : " ^1.0.4" ,
36
36
"npm-run-all" : " ^4.1.2" ,
37
- "prettier" : " ^1.12.1 " ,
37
+ "prettier" : " ^1.14.0 " ,
38
38
"prettier-check" : " ^2.0.0" ,
39
39
"rimraf" : " ^2.6.2" ,
40
40
"rollup" : " ^0.58.2" ,
45
45
"rollup-plugin-typescript2" : " ^0.13.0" ,
46
46
"rollup-plugin-uglify" : " ^3.0.0" ,
47
47
"sinon" : " ^5.0.3" ,
48
- "tslint" : " ^5.9.1 " ,
49
- "typescript" : " ^2.8.3 "
48
+ "tslint" : " ^5.11.0 " ,
49
+ "typescript" : " ^3.0.1 "
50
50
},
51
51
"scripts" : {
52
52
"build" : " rollup --config" ,
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export class InboundFilters implements Integration {
84
84
return this . whitelistUrls . some ( pattern => this . isMatchingPattern ( url , pattern ) ) ;
85
85
}
86
86
87
+ /** JSDoc */
87
88
private isMatchingPattern ( value : string , pattern : RegExp | string ) : boolean {
88
89
if ( isRegExp ( pattern ) ) {
89
90
return ( pattern as RegExp ) . test ( value ) ;
Original file line number Diff line number Diff line change 23
23
"devDependencies" : {
24
24
"jest" : " ^22.4.3" ,
25
25
"npm-run-all" : " ^4.1.2" ,
26
- "prettier" : " ^1.12.1 " ,
26
+ "prettier" : " ^1.14.0 " ,
27
27
"prettier-check" : " ^2.0.0" ,
28
28
"rimraf" : " ^2.6.2" ,
29
- "tslint" : " ^5.9.1 " ,
30
- "typescript" : " ^2.8.3 "
29
+ "tslint" : " ^5.11.0 " ,
30
+ "typescript" : " ^3.0.1 "
31
31
},
32
32
"scripts" : {
33
33
"build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"jest" : " ^22.4.3" ,
23
23
"npm-run-all" : " ^4.1.2" ,
24
- "prettier" : " ^1.12.1 " ,
24
+ "prettier" : " ^1.14.0 " ,
25
25
"prettier-check" : " ^2.0.0" ,
26
26
"rimraf" : " ^2.6.2" ,
27
- "tslint" : " ^5.9.1 " ,
28
- "typescript" : " ^2.8.3 "
27
+ "tslint" : " ^5.11.0 " ,
28
+ "typescript" : " ^3.0.1 "
29
29
},
30
30
"scripts" : {
31
31
"build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 21
21
"devDependencies" : {
22
22
"jest" : " ^22.4.3" ,
23
23
"npm-run-all" : " ^4.1.2" ,
24
- "prettier" : " ^1.12.1 " ,
24
+ "prettier" : " ^1.14.0 " ,
25
25
"prettier-check" : " ^2.0.0" ,
26
26
"rimraf" : " ^2.6.2" ,
27
- "tslint" : " ^5.9.1 " ,
28
- "typescript" : " ^2.8.3 "
27
+ "tslint" : " ^5.11.0 " ,
28
+ "typescript" : " ^3.0.1 "
29
29
},
30
30
"scripts" : {
31
31
"build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 31
31
"@types/stack-trace" : " 0.0.29" ,
32
32
"jest" : " ^22.4.3" ,
33
33
"npm-run-all" : " ^4.1.2" ,
34
- "prettier" : " ^1.12.1 " ,
34
+ "prettier" : " ^1.14.0 " ,
35
35
"prettier-check" : " ^2.0.0" ,
36
36
"rimraf" : " ^2.6.2" ,
37
- "tslint" : " ^5.9.1 " ,
38
- "typescript" : " ^2.8.3 "
37
+ "tslint" : " ^5.11.0 " ,
38
+ "typescript" : " ^3.0.1 "
39
39
},
40
40
"scripts" : {
41
41
"build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 16
16
},
17
17
"devDependencies" : {
18
18
"npm-run-all" : " ^4.1.2" ,
19
- "prettier" : " ^1.12.1 " ,
19
+ "prettier" : " ^1.14.0 " ,
20
20
"prettier-check" : " ^2.0.0" ,
21
- "tslint" : " ^5.9.1 " ,
22
- "typescript" : " ^2.8.3 "
21
+ "tslint" : " ^5.11.0 " ,
22
+ "typescript" : " ^3.0.1 "
23
23
},
24
24
"scripts" : {
25
25
"build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 14
14
"tslint-config-prettier" : " ^1.12.0"
15
15
},
16
16
"peerDependencies" : {
17
- "tslint" : " ^5.9.1 " ,
18
- "typescript" : " ^2.7.2 "
17
+ "tslint" : " ^5.11.0 " ,
18
+ "typescript" : " ^3.0.1 "
19
19
},
20
20
"gitHead" : " a91da22f8bd3bddb38fab7f868326e376da82d4d"
21
21
}
Original file line number Diff line number Diff line change 19
19
"chai" : " ^4.1.2" ,
20
20
"jest" : " ^22.4.3" ,
21
21
"npm-run-all" : " ^4.1.2" ,
22
- "prettier" : " ^1.12.1 " ,
22
+ "prettier" : " ^1.14.0 " ,
23
23
"prettier-check" : " ^2.0.0" ,
24
24
"rimraf" : " ^2.6.2" ,
25
- "tslint" : " ^5.9.1 " ,
26
- "typescript" : " ^2.9.2 "
25
+ "tslint" : " ^5.11.0 " ,
26
+ "typescript" : " ^3.0.1 "
27
27
},
28
28
"scripts" : {
29
29
"build" : " run-s clean; tsc -p tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments