With this change we update several development dependencies including;
- several `@bazel/` to `0.38.0`
- `typescript` to `3.6.4`
- `@types/node` to `12.11.1` which is required for TS 3.6 support
- `@angular/` packages to `9.0.0-next.11`
- `@angular-devkit/` packages to `9.0.0-next.10`
- Update all deps to Angular 8.0.0-beta packages in preparation for 8.0
release. Update version of our own packages to 8.0.0-beta.0.
- This version of @angular/bazel allows us to use angular packages from
npm instead of having to build from sources. Update WORKSPACE and
BUILD.bazel files to reflect this.
- Add a angular-metadata.tsconfig.json to properly generate the metadata
for angular npm packages in a yarn postinstall step. This is now
required since we no longer build angular packages from source.
- Fix broken schematics tests since the latest version of schematics
requires to call runSchematicsAsync for all the schematics.
No other code changes were required.
While doing a Bazel query using Bazel 0.21.0, Bazel complains that
the http_archive must now be an explicit rule. This commit fixes
that.
In addition, versions for rules_typescript and angular have also
been updated.
* refactor: fix `import` and `export` paths to work with classic resolution
`ts-api-guardian` only support classic module resolution which means that we need to specify `index` so that the resolution works.
* build: add `npm_package` to packages
* build: add ts-api-guardian to repo
* test: add api golden files
* refactor: use proper namespace instead of alias export
* refactor: use proper namspace einstead of alias export
* build: add `_golden_api` files
At the moment ts api guardian doesn't support aliased symbols as namespaces, this is a workaround to still have namespaced symbols in the final golden file.
* build: update angular archive for workspace
* test: fix reference to `TestHost` to use namespace
* refactor: create `fs` namespace instead of aliased export
* test: update api golden file for `@angular-devkit/core/node`
This commit updates the BUILD files to specify fine-grained node_module deps
by replacing "@typings" comments with actual @npm node module.
Moved tools/bazel.rc -> .bazelrc
Removed "jasmine" typings from base tsconfig.json
Added @bazel/karma to devDependencies, needed for `ts_web_test`