21 Commits

Author SHA1 Message Date
Igor Minar
86e1e6c082 feat: typescript 3.6 support ()
BREAKING CHANGE: typescript 3.4 and 3.5 are no longer supported, please update to typescript 3.6

Fixes 

PR Close 
2019-10-18 13:15:16 -04:00
JiaLiPassion
ee486233e9 build(zone.js): update zone.js to 0.10.2 ()
Bundle size changed in both zone.js(legacy) and zone-evergreen.js

- zone.js(legacy) package increased a little because the following feature and fixes.
1. , handle MSPointer events PR
2. https://github.com/angular/zone.js/pull/1219 to add __zone_symbol__ customization support

- zone-evergreen.js package decreased because
1. the MSPointer PR only for legacy
2. the Object.defineProperty patch is moved to legacy 

PR Close 
2019-08-16 09:56:41 -07:00
Adrien Crivelli
0386c964b5 build: secure yarn lock files ()
See https://yarnpkg.com/blog/2019/07/12/recommended-security-update/

PR Close 
2019-07-29 16:10:23 -07:00
Paul Gschwendtner
e0969b2480 ci: update nodejs version to v10.16.0 ()
Updates the NodeJS version to the latest stable version at the time of
writing (v10.16.0). We need to update our image to use a minimum NodeJS
version of v10.15.0 because new CLI apps automatically install a non-locked
version of selenium-webdriver that now requires NodeJS >= 10.15.0 since the
latest release of 17th June 2019 (4.0.0-alpha.3).

See CI failures: https://circleci.com/gh/angular/angular/359077

PR Close 
2019-06-17 13:07:27 -07:00
Kara Erickson
bf031fc56b test(ivy): update devkit in hello world tests to rc.2 ()
PR Close 
2019-05-09 11:24:52 -07:00
Alex Eagle
03d914a6c2 build: hide @angular/http for Angular v8 ()
Currently our plan is to skip the publish, docgen, and update steps for this package.
During RC, we'll determine if the breaking change is too difficult for users, in which case we might restore the package for another major.

PR Close 
2019-04-02 10:55:31 -07:00
George Kalpakas
94e305f48e build: upgrade cli-hello-world[-ivy] integration projects to @angular/cli@7.2.1 ()
PR Close 
2019-01-22 12:02:10 -08:00
Keen Yee Liau
80967ce82c build(bazel): Use @angular/cli from root package.json ()
A few integration tests now depend on @angular/cli.

This commit changes the affected tests to use the dependency
on @angular/cli defined at root package.json.

PR Close 
2019-01-16 17:37:22 -08:00
George Kalpakas
387db75003 build: upgrade @angular/cli in cli-hello-world integration test ()
PR Close 
2018-11-02 10:37:35 -07:00
George Kalpakas
9e32dc7c95 build: upgrade @types/jasminewd2 to 2.0.4 ()
This commit also removes the extra jasminewd2 typings, since the changes
have been merged in the official typings with
DefinitelyTyped/DefinitelyTyped#28957.

PR Close 
2018-10-12 14:11:11 -07:00
Matias Niemelä
0c344715e5 feat(ivy): expose a series of helpful application inspection tools ()
PR Close 
2018-09-25 09:46:12 -07:00
Alex Eagle
34ec9244a6 build: update to Node 10 ()
PR Close 
2018-09-06 14:58:30 -07:00
Alex Eagle
c2b5ebfa24 build: update buildifier to latest ()
this matches the version in ngcontainer:0.3.1

PR Close 
2018-06-12 11:42:35 -07:00
Olivier Combe
8062f7de9e test: add i18n to cli-hello-world integration test ()
PR Close 
2018-04-27 07:24:35 -07:00
Igor Minar
08fc4f3ad8 build: update to rxjs@6.0.0-tactical-rc.1 ()
PR Close 
2018-04-17 14:09:02 -07:00
Igor Minar
6837491f08 test: update cli-hello-world to cli@6.0.0-rc.2 ()
PR Close 
2018-04-17 14:09:02 -07:00
Igor Minar
dae4689b1c test: upgrade cli-hello-world to cli 6.0.0-rc.0 ()
PR Close 
2018-04-04 17:47:47 -07:00
Igor Minar
1aebee42eb test: update cli-hello-world to @angular/cli@1.7.x ()
PR Close 
2018-04-04 17:47:47 -07:00
Igor Minar
b43f8bc7d3 feat(core): upgrade rxjs to 6.0.0-alpha.4 ()
PR Close 
2018-03-19 21:51:51 -07:00
Chuck Jazdzewski
8449eb8d62 build: upgrade to TypeScript 2.7 ()
Fixes: 

PR Close 
2018-03-12 09:27:23 -07:00
Alex Eagle
08aa54e1d9 ci: Add back the CLI integration test with pinning ()
The CLI app is now checked in, rather than generated dynamically with
`ng new`. This loses some assertion power, but gains hermeticity.
It also checks in lock files for all integration tests, avoiding
floating version numbers.

We'll need another place to integration test between changes in
the various repositories - but the angular/angular PR-blocking status
is not the right place to do this.

PR Close 
2018-01-25 22:18:55 -08:00