Skip to content

Commit 31a50f7

Browse files
devversionmmalerba
authored andcommitted
build: add tsickle as explicit dependency (#18116)
Adds tsickle as explicit dependency. This is necessary because we access it from `node_modules/tsickle` in a Bazel target that wraps tsc with tsickle. In the past we just relied on the transitive dependency of `@angular/bazel` being hoisted, but the hoisting is not guaranteed if the lock file changes (e.g. when running `yarn upgrade`). In general, dependencies we explicitly access, should be added as explicit dependencies.
1 parent 06dabae commit 31a50f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
"terser": "^4.3.9",
147147
"ts-api-guardian": "^0.4.6",
148148
"ts-node": "^3.0.4",
149+
"tsickle": "^0.37.1",
149150
"tslint": "^5.20.0",
150151
"tsutils": "^3.0.0",
151152
"typescript": "^3.6.4",

0 commit comments

Comments
 (0)