Renovate Bot
28a20f5abf
build: update angular packages
2020-08-25 03:46:54 -04:00
Renovate Bot
ba1aa086f8
build: update angular packages
2020-08-21 13:27:50 -04:00
Alan Agius
d1adba1347
build: update build_bazel_rules_nodejs to 2.0.2
2020-08-19 16:00:07 +02:00
Renovate Bot
916e40fb13
build: update angular packages
2020-08-18 08:43:03 +02:00
Alan Agius
8b500d9ab7
refactor(@angular-devkit/build-ng-packagr): deprecate ng-packagr builder methods and options
...
Use methods and options exported from @angular-devkit/build-angular
2020-08-14 15:38:12 +02:00
Renovate Bot
30804fe16f
build: update angular packages
2020-08-13 16:57:04 +02:00
Alan Agius
fc5d2b3ff2
test: remove tsconfig.base.json from test cases
2020-08-12 19:26:12 +01:00
Charles Lyding
0f0067f5ae
build: update Angular packages to match prelease versions
2020-08-05 11:27:05 -04:00
Renovate Bot
9104ffd3de
build: update angular packages
2020-07-31 09:56:53 +02:00
Renovate Bot
36668a36a7
build: update rxjs to version 6.6.2
2020-07-31 09:52:10 +02:00
Renovate Bot
8450e07189
build: update angular packages
2020-07-29 10:15:08 +02:00
Keen Yee Liau
fa9136a971
build: minor fixes for google3 sync
...
This commit makes a few minor changes to enable syncing the CLI repository
into google3.
1. mark pkg_tar and pkg_npm as external
2. remove dependencies (marked as comment) which are stale in google3
3. remove TS files generated from JSON schema in BUILD files since these
files are compiled and added to the g3 codebase at sync time
4. Some minor typing changes
5. Remove duplicate licenses
6. mark dependencies which are not available in g3 as external
7. Immediately type the result of JSON.parse() as required by g3 linter.
Otherwise, the type defaults to `any`.
2020-07-24 22:52:22 +02:00
Renovate Bot
f396ba5f4f
build: update angular packages
2020-07-23 09:58:11 +02:00
Renovate Bot
233d701c7a
build: update angular packages
2020-07-17 12:17:24 +01:00
Charles Lyding
872bd48bbf
test: update generated tests to not use async helper function
2020-07-15 12:36:48 -04:00
Renovate Bot
fe91f3acd1
build: update angular packages
2020-07-15 12:28:34 -04:00
Renovate Bot
51a159d1c9
build: update rxjs to version 6.6.0
2020-07-02 11:00:00 +02:00
Renovate Bot
f002141db4
build: update tsickle to version ~0.39.0
2020-07-02 10:08:42 +02:00
Renovate Bot
682052a953
build: update angular packages
2020-07-01 14:02:27 +01:00
Renovate Bot
c7006dd629
build: update angular packages
2020-06-29 11:08:31 +01:00
Renovate Bot
4632a53b4c
build: update angular packages
2020-06-26 11:23:21 +01:00
Alan Agius
b3ae8c81ba
build: update ng-packagr to stable
2020-06-24 14:41:04 -04:00
Charles Lyding
e7e234963d
build: update Angular to 10.0.0-rc.6
2020-06-15 15:21:09 -07:00
Alan Agius
1cd51e64c7
test: update tsconfigs for library tyesting project
2020-06-12 19:39:58 +02:00
Renovate Bot
c1e1c8ba62
build: update angular packages
2020-06-12 10:25:11 +02:00
Renovate Bot
d62a6ec5ed
build: update angular packages
2020-06-11 09:23:38 +02:00
Renovate Bot
5e7e48bb9b
build: update angular packages
2020-06-10 10:20:06 +01:00
Renovate Bot
19c1e8f7f1
build: update angular packages
2020-06-02 13:45:57 -04:00
Alan Agius
ade3f491fe
fix(@schematics/angular): remove node typings from tsconfig.spec.json
2020-05-27 14:17:05 +02:00
Renovate Bot
c427b47a76
build: update angular packages
2020-05-22 09:53:41 +02:00
Alan Agius
93e253bc93
refactor: rename tsconfig.json to tsconfig.base.json
2020-05-20 12:12:33 -07:00
Renovate Bot
9423a9e5e1
build: update angular packages
2020-05-20 11:25:49 +01:00
Renovate Bot
f59fba5ebb
build: update tslib to version 2.0.0
2020-05-19 10:56:01 +01:00
Alan Agius
ad471a9cd3
build: update to TypeScript 3.9
2020-05-18 11:35:00 -07:00
Renovate Bot
ca89e844ce
build: update angular packages
2020-05-15 14:45:57 +01:00
Renovate Bot
b030c9c80d
build: update angular packages
2020-05-11 08:08:04 -04:00
Alan Agius
7beeb5b2da
build: update ng-packagr to version 10
...
With this change ng-packagr generates libraries compliant with APF version 10
2020-05-07 10:38:22 -07:00
Alan Agius
4d4fc099ff
build: udate angular packages to version 10
2020-05-07 10:38:22 -07:00
Alan Agius
0fd3c550b5
feat(@schematics/angular): update compiler options target and module settings
...
With this change we update the target and module settings of various compilation units.
- We replace ES5 target in protractor. Protractor runs on Node.Js which support ES2018
- For applications we now use `ES2020` instead of `ESNext` as a module to avoid unexpected changes in behaviour
This changes also adds a migration to update existing projects and also removes `module` from the Universal tsconfig as per #17352 to enable lazy loading on the server.
2020-05-06 11:42:35 -07:00
Renovate Bot
d008cf2b83
build: update angular packages
2020-05-01 16:26:55 -07:00
Greg Magolan
be3d063422
build: exclude nested node_modules laid out by yarn workspaces from all globs
2020-04-30 15:12:46 -07:00
Filipe Silva
b51cf8d1e6
build: use ts_library macro with common defaults
2020-04-30 15:12:46 -07:00
Filipe Silva
bae240e090
test(@angular-devkit/build-ng-packagr): build and test with Bazel
2020-04-30 15:12:46 -07:00
Renovate Bot
e894c2faa4
build: update angular packages
2020-04-16 13:27:04 -07:00
Charles Lyding
98b3eb5b9e
build: update rxjs to version 6.5.5
2020-04-15 13:17:31 -07:00
Renovate Bot
f48a66df8a
build: update angular packages
2020-04-08 10:56:36 -07:00
Renovate Bot
7a224ec6a1
build: update non-major devdependencies packages
2020-03-30 10:25:15 -07:00
Renovate Bot
451dffa7c9
build: update angular packages
2020-03-25 12:03:57 -07:00
Alan Agius
23ce89db4a
build: update angular packages
2020-03-25 10:15:57 -07:00
Renovate Bot
0cdb84da54
build: update angular packages
2020-03-23 17:28:08 -07:00