File tree Expand file tree Collapse file tree 4 files changed +7
-24
lines changed Expand file tree Collapse file tree 4 files changed +7
-24
lines changed Original file line number Diff line number Diff line change 145
145
"shelljs" : " ^0.8.3" ,
146
146
"stylelint" : " ^12.0.0" ,
147
147
"terser" : " ^4.3.9" ,
148
- "ts-api-guardian" : " ^0.4.6 " ,
148
+ "ts-api-guardian" : " ^0.5.0 " ,
149
149
"ts-node" : " ^3.0.4" ,
150
150
"tsickle" : " 0.38.0" ,
151
151
"tslint" : " ^5.20.0" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const path = require('path');
9
9
const fs = require ( 'fs' ) ;
10
10
11
11
/**
12
- * Version of the post install patch. Needs to be incremented when patches
13
- * have been added or removed .
12
+ * Version of the post install patch. Needs to be incremented when
13
+ * existing patches or edits have been modified .
14
14
*/
15
15
const PATCH_VERSION = 2 ;
16
16
37
37
applyPatch ( path . join ( __dirname , './angular_bazel_rules_nodejs_1.0.0.patch' ) ) ;
38
38
} catch ( _ ) { }
39
39
40
- // Temporary patch for ts-api-guardian to be compatible with rules_nodejs 1.0.0.
41
- // TODO: a new ts-api-guardian release is needed.
42
- applyPatch ( path . join ( __dirname , './ts_api_guardian_rules_nodejs_1.0.0.patch' ) ) ;
43
-
44
40
// Workaround for https://github.com/angular/angular/issues/30586. It's not possible to
45
41
// enable tsickle decorator processing without enabling import rewriting to closure.
46
42
// This replacement allows us to enable decorator processing without rewriting imports.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11275,10 +11275,10 @@ try-require@^1.0.0:
11275
11275
resolved "https://registry.yarnpkg.com/try-require/-/try-require-1.2.1.tgz#34489a2cac0c09c1cc10ed91ba011594d4333be2"
11276
11276
integrity sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I=
11277
11277
11278
- ts-api-guardian@^0.4.6 :
11279
- version "0.4.6 "
11280
- resolved "https://registry.yarnpkg.com/ts-api-guardian/-/ts-api-guardian-0.4.6 .tgz#ebd9a700b40de6ca4dbc5c468e322fe86476b6db "
11281
- integrity sha512-V+AVEe4HCi3j0mKrvSBNZN6zoY0eIw2r9vcWrqu4vhGlpASgPTSwuPHtxctx4qMBH5ieyqO6rf1LrQfsr8s5tw ==
11278
+ ts-api-guardian@^0.5.0 :
11279
+ version "0.5.0 "
11280
+ resolved "https://registry.yarnpkg.com/ts-api-guardian/-/ts-api-guardian-0.5.0 .tgz#1b63546dfd61581054802bdc8d5915ceebcc2c35 "
11281
+ integrity sha512-BjVlb23FUqWU+wmdHkLdaHcllU+v/Cca26sY40bCkM15BCF2yc17daOm+UXyvxQ9NndPM/40m+X+GLyDkrE9tA ==
11282
11282
dependencies :
11283
11283
chalk "^2.3.1"
11284
11284
diff "^3.5.0"
You can’t perform that action at this time.
0 commit comments