94 Commits

Author SHA1 Message Date
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
Alan Agius
1a1ceb609b build: update angular packages to 9.1.0-next.4 and TypeScript 3.8 2020-03-11 10:33:38 -07:00
Renovate Bot
1d9e9d6b81 build: update angular packages 2020-03-05 10:54:10 -08:00
Renovate Bot
2998e5e060 build: update angular packages 2020-02-28 12:28:15 -08:00
Renovate Bot
306ccfa063 build: update angular packages 2020-02-25 10:11:59 -08:00
renovate[bot]
3030b839c4
Merge pull request #16863 from angular/renovate/angular
build: update angular packages
2020-02-13 15:49:03 -08:00
Filipe Silva
815a025e93 build: update to 9.0.0 final 2020-02-11 09:01:58 -08:00
Renovate Bot
dc642df2bb build: update @angular/animations to version 9.0.0-rc.14 2020-02-04 07:18:35 -08:00
Filipe Silva
3e89d2eac3 build: update latest versions 2020-01-16 10:03:39 -08:00
Renovate Bot
14777e481b build: update @angular/animations to version 9.0.0-rc.8 2020-01-09 11:59:55 -08:00
Renovate Bot
3ba89181bc build: update rxjs to version 6.5.4 2020-01-07 10:26:56 -08:00
Renovate Bot
ce9cf6e8f8 build: update @angular/animations to version 9.0.0-rc.7 2020-01-02 11:39:38 -08:00
Renovate Bot
7150fd365a build: update @angular/animations to version 9.0.0-rc.6 2019-12-12 10:19:14 -08:00
Renovate Bot
d71eea1aed build: update @angular/animations to version 9.0.0-rc.5 2019-12-05 18:51:22 -08:00
Renovate Bot
0ea43cc5a1 build: update @angular/animations to version 9.0.0-rc.4 2019-12-02 10:15:15 -08:00
Vikram Subramanian
0478ec3ed8 build: update @angular version to 9.0.0-rc.3 2019-11-20 17:31:19 -08:00
Renovate Bot
e095e683c6 build: update @angular/animations to version 9.0.0-rc.2 2019-11-18 10:09:44 -08:00
Filipe Silva
b618c18853 fix(@angular-devkit/build-ng-packagr): add tsickle as optional peer dep
This way it'll be automatically updated if present.
2019-11-14 11:11:46 -08:00
renovate[bot]
2785222344 build: update @angular/animations to version 9.0.0-rc.1 (#15992) 2019-11-09 11:47:06 -08:00
Alan Agius
82fbda6255 build: update @angular to version 9.0.0-next.15 2019-11-05 16:28:40 -08:00
Renovate Bot
44c74df7e6 build: update @angular/animations to version 9.0.0-next.14 2019-10-28 10:06:21 -07:00
Renovate Bot
362cf5e640 build: update @angular/animations to version 9.0.0-next.13 2019-10-25 09:54:14 -07:00
Alan Agius
8d892160d3 feat(@angular-devkit/build-ng-packagr): limit support to version 9.0
ng-packagr version 9 removes support for previous versions of Angular.
2019-10-22 13:26:38 -07:00
Renovate Bot
987aebec14 build: update @angular/animations to version 9.0.0-next.12 2019-10-21 11:22:03 -07:00
Alan Agius
6b0aec4cc2 build: update framework packages to 9.0.0-next.11 2019-10-16 05:56:23 -07:00
Alan Agius
e847ee5c83 fix(@angular-devkit/build-angular): change the ngComponentDef to ɵcmp
Related to 64fd0d6db9
2019-10-16 05:56:23 -07:00
Renovate Bot
2b22e73990 build: update ng-packagr to version ~5.7.0 2019-10-15 11:23:32 -07:00
Filipe Silva
318396345a feat(@schematics/angular): use ngcc on postinstall (#15801)
* build: use FW 9.0.0-next.10

* feat(@schematics/angular): use ngcc on postinstall

This should improve the time first builds take.

Part of https://github.com/angular/angular/pull/32999

Blocked on an Angular release that includes https://github.com/angular/angular/pull/33049
2019-10-10 12:39:10 -07:00
Renovate Bot
3e5906baec build: update ng-packagr to version ~5.6.0 (#15793) 2019-10-09 11:06:11 -07:00
Renovate Bot
38823cf92c build: update @angular/animations to version 9.0.0-next.9 2019-10-02 13:13:25 -07:00
Renovate Bot
87153f159d build: update @angular/animations to version 9.0.0-next.8 2019-09-26 10:00:18 -07:00
Charles Lyding
6cb9f4df92 test: update to Angular 9.0.0-next.7
This requires localize polyfills for i18n support.
2019-09-25 10:54:25 -07:00
Alan Agius
ab5b1909d6 build: update rxjs to 6.5.3 2019-09-24 13:18:09 -07:00
Charles
0d0d124a6d build: yarn upgrade lock update (#15589)
* build: yarn upgrade lock update

* build: change sauce connect proxy name to avoid npm package shadowing

`sauce-connect` is an old npm package.  Using the name for the saucelabs proxy tool causes false security vulnerability warnings.

* build: update license exceptions

mainly removal of now unneeded exceptions
2019-09-17 08:34:09 -07:00
Alan Agius
5c823ce830 build: update angular dev packages 2019-08-30 00:11:14 +05:30
Filipe Silva
60f9b19ecd test: use Ivy by default, opt-in to VE 2019-08-28 22:54:52 +05:30
Alan Agius
ad8acb0d23 build: bump angular dev packages to latest next versions 2019-08-22 09:41:28 -07:00