File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 210
210
"stylelint" : " ^14.5.0" ,
211
211
"terser" : " ^5.10.0" ,
212
212
"ts-node" : " ^10.4.0" ,
213
- "tsec" : " 0.2.1 " ,
213
+ "tsec" : " 0.2.2 " ,
214
214
"tsickle" : " 0.39.1" ,
215
215
"tslint" : " ^6.1.3" ,
216
216
"tsutils" : " ^3.21.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const chalk = require('chalk');
14
14
* Version of the post install patch. Needs to be incremented when
15
15
* existing patches or edits have been modified.
16
16
*/
17
- const PATCH_VERSION = 15 ;
17
+ const PATCH_VERSION = 16 ;
18
18
19
19
/** Path to the project directory. */
20
20
const projectDir = path . join ( __dirname , '../..' ) ;
@@ -55,9 +55,6 @@ function applyPatches() {
55
55
// Switches the devmode output for Angular Bazel to ES2020 target and module.
56
56
applyPatch ( path . join ( __dirname , './devmode-es2020-bazel.patch' ) ) ;
57
57
58
- // Workaround until https://github.com/google/tsec/pull/25 is available.
59
- searchAndReplace ( '@bazel/typescript' , '@bazel/concatjs' , 'node_modules/tsec/index.bzl' ) ;
60
-
61
58
// More info in https://github.com/angular/angular/pull/33786
62
59
shelljs . rm ( '-rf' , [
63
60
'node_modules/rxjs/add/' ,
Original file line number Diff line number Diff line change @@ -14165,10 +14165,10 @@ ts-node@^10.4.0:
14165
14165
v8-compile-cache-lib "^3.0.0"
14166
14166
yn "3.1.1"
14167
14167
14168
- tsec@0.2.1 :
14169
- version "0.2.1 "
14170
- resolved "https://registry.yarnpkg.com/tsec/-/tsec-0.2.1 .tgz#017423174b2be54f26da5cb7591dc7035996086b "
14171
- integrity sha512-RP9vhbRbRI9VH4CfOlQvo5W9HdfiPKq0gdiUOWI5oKmLaZKNFN8CsPwBfT5ySmhnKNwmmAS/BtY3WoTfABwwig ==
14168
+ tsec@0.2.2 :
14169
+ version "0.2.2 "
14170
+ resolved "https://registry.yarnpkg.com/tsec/-/tsec-0.2.2 .tgz#d86d771215fb09a5e226f2b252a1c038c7fa17ca "
14171
+ integrity sha512-gKm+nnIKcE9xtrJw2cIJFjfuDGK0AvH3r4RayTEIkUvja/s9z9GPFgcSdEaapm6N10KrmWWcLjsHlKmH2tqzMw ==
14172
14172
dependencies:
14173
14173
glob "^7.1.1"
14174
14174
minimatch "^3.0.3"
You can’t perform that action at this time.
0 commit comments