64 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
George Kalpakas
ab09895810 build(docs-infra): update protractor/webdriver-manager to support latest Chrome ()
Update `protractor` and ensure that the latest version of
`webdriver-manager` (v12.1.7) is installed, which correctly installs a
ChromeDriver version that is compatible with the latest version of
Chrome.

With the previous version of `webdriver-manager`, ChromeDriver v75 would
be installed by default, which was not compatible with the latest
version of Chrome (v77).

PR Close 
2019-10-17 14:12:29 -04:00
Matias Niemelä
e4504a40bd revert: build(docs-infra): update protractor/webdriver-manager to support latest Chrome ()
This reverts commit b6574f24e1370238c9d6d1faa5a56fb4cb3adf79.

PR Close 
2019-10-17 02:42:45 -04:00
George Kalpakas
e71a93afb3 build(docs-infra): update protractor/webdriver-manager to support latest Chrome ()
Update `protractor` and ensure that the latest version of
`webdriver-manager` (v12.1.7) is installed, which correctly installs a
ChromeDriver version that is compatible with the latest version of
Chrome.

With the previous version of `webdriver-manager`, ChromeDriver v75 would
be installed by default, which was not compatible with the latest
version of Chrome (v77).

PR Close 
2019-10-16 19:02:43 -04:00
Santosh Yadav
393398e6f5 build(docs-infra): update in-memory-we-api and karma-jasmine-html-reporter version ()
The `karma-jasmine-html-reporter` update also includes a fix for
taras42/karma-jasmine-html-reporter#31.

Fixes 

PR Close 
2019-10-07 10:51:19 -07: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
Brandon
2b5d52fbdc docs: add tests for lazy loading angularjs example ()
PR Close 
2019-06-28 09:26:49 -07:00
Kapunahele Wong
02d98ed823 docs: fix testing example ()
PR Close 
2019-06-25 10:28:50 -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
Brandon
812c231b0c docs: update example dependencies to 8.x release ()
PR Close 
2019-06-04 11:53:55 -07:00
Brandon Roberts
661a57d9e2 docs: update docs example dependencies to version 8 ()
PR Close 
2019-05-17 14:16:55 -07:00
Santosh Yadav
34e0d621fd build(docs-infra): update http-server to 0.11.1 ()
Fixes 

PR Close 
2019-05-14 09:55:46 -07:00
JiaLiPassion
5ab809ddf9 build: upgrade zone.js to 0.9.1 ()
Close 30203

resolves the issue that zone-legacy XHR issue

PR Close 
2019-05-10 14:25:56 -07:00
George Kalpakas
e8d3246c6e build(docs-infra): upgrade RxJS in docs examples to 6.5.1 ()
Related to .

PR Close 
2019-04-24 10:41:37 -07:00
George Kalpakas
b2c03b8cd4 build(docs-infra): remove unused PhantomJS dependency ()
PhantomJS is [not being developed any more][1] and with modern
alternatives (such as Chrome headless) there is no reason to keep it as
a dependency.

[1]: https://github.com/ariya/phantomjs/issues/15344

PR Close 
2019-04-01 10:57:30 -07:00
JiaLiPassion
17f7bdbd60 build: update zone.js to 0.9.0 ()
The API changes are due to enabling strict checks in TypeScript (via `strict: true`).
The payload size changes in `polyfills.js` are due to more browser APIs being patched in recent versions (e.g. `fetch`, `customElement v1`).

PR Close 
2019-03-26 12:50:38 -07:00
Greg Magolan
e76cf8c775 build: fix aio test ()
PR Close 
2019-03-14 11:38:12 -04:00
Adam Plumer
6b6fdffc12 fixup! docs: update Universal guide ()
PR Close 
2019-03-11 10:52:18 -07:00
Adam Plumer
a29ce57732 docs: migrate examples from @angular/http to @angular/common/http ()
PR Close 
2019-03-11 10:52:17 -07:00
Brandon
99e3a04ea2 ci(docs-infra): test docs examples with Ivy ()
PR Close 
2019-02-11 17:16:52 +00:00
Pete Bacon Darwin
eb5d3088a4 build: update canonical-path dependency ()
This new version (1.0.0) provides a typings file!

PR Close 
2018-11-01 13:49:10 -07:00
Brandon Roberts
91d2368e37 docs: update example dependencies to Angular/CLI/Universal V7 releases ()
PR Close 
2018-10-30 13:44:24 -04: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
Brandon Roberts
72ff9c880c docs: sync boilerplate configuration with Angular CLI RC2 ()
Revers Jasmine version back to ~2.99.1

PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
3060b3e29b docs: bump Jasmine version, fix build scripts ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
ee28b64d74 docs: add webpack-cli back in shared example dependencies ()
PR Close 
2018-10-09 17:04:20 -07:00
Brandon Roberts
f922808b8d docs: update to latest Angular RC, CLI RC, and Jasmine releases ()
PR Close 
2018-10-09 17:04:19 -07:00
Brandon Roberts
2a14dfa4ba docs: update shared example dependencies to Angular 7 and CLI 7 ()
PR Close 
2018-10-09 17:04:19 -07:00
Ben Lesh
ffc6e199bf build: RxJS updated to 6.3 ()
PR Close 
2018-09-26 17:01:15 -07:00
Alex Eagle
34ec9244a6 build: update to Node 10 ()
PR Close 
2018-09-06 14:58:30 -07:00
Jan De Wilde
9be222f448 docs: fix elements example ()
PR Close 
2018-07-20 10:34:47 -07:00
Brandon Roberts
66e50f28d2 docs: include ts-loader as shared example dependency ()
Closes 

PR Close 
2018-06-28 15:01:00 -07:00
George Kalpakas
941d2cdaaf test(aio): fix upgrade-phonecat examples e2e tests ()
Closes 

PR Close 
2018-06-25 09:30:46 -07:00
Brandon Roberts
794584e353 docs: Remove outdated Webpack guide and example ()
A supporting Webpack guide will be introduced as part of the guidance
for ejecting from the Angular CLI.

Closes 

PR Close 
2018-06-18 15:03:22 -07:00
Brandon Roberts
db2329ef6a docs(aio): Add missing dependencies and files to testing zip file download ()
Closes 

PR Close 
2018-05-21 16:12:40 -04:00
Brandon Roberts
d01ec03f54 docs(aio): Upgrade example dependencies to Angular V6 ()
PR Close 
2018-05-08 13:56:48 -07:00
Brandon Roberts
2cf6244b1d docs(aio): Upgrade server-side rendering example to Angular V6 ()
PR Close 
2018-05-02 16:51:03 -07:00
Brandon Roberts
5a2ee7a6f5 docs(aio): Bump shared yarn.lock file for examples ()
PR Close 
2018-04-17 14:09:02 -07:00
Brandon Roberts
2278fe8f0e docs(aio): Upgrade examples to Angular 6 ()
PR Close 
2018-04-17 14:09:02 -07:00
Igor Minar
0f88fc73db build(aio): update examples to angular-in-memory-web-api@0.6.0 ()
PR Close 
2018-03-23 12:53:58 -04:00
Ward Bell
a7e1f236ff docs: testing guide for CLI ()
- updates tests
- heavy prose revisions
- uses HttpClient (with angular-in-memory-web-api)
- test HeroService using `HttpClientTestingModule`
- scrub away most By.CSS
- fake async observable with `asyncData()`
- extensive Twain work
- different take on retryWhen
- remove app barrels (& systemjs.extras) which troubled plunker/systemjs
- add dummy export const to hero.ts (plunkr/systemjs fails w/o it)
- shrink and re-organize TOC
- add marble testing package and tests
- demonstrate the "no beforeEach()" test coding style
- add section on Http service testing
- prepare for stackblitz
- confirm works in plunker except excluded marble test
- add tests for avoidFile class feature of CodeExampleComponent

PR Close 
2018-02-26 13:40:23 -08:00
Pete Bacon Darwin
d6d8fe829a build(aio): upgrade CLI version to cope with new Angular 6.0.0-beta.1 release ()
Before version 1.6 of Angular CLI there was a check that prevented use of Angular
compiler CLI with major version 6.

PR Close 
2018-01-25 13:38:12 -08:00
Ward Bell
8522546a8a build(aio): upgrade sample package.json files to jasmine@~2.8.0 ()
- Update tooling to support revised testing guide (PR ).
- Require jasmine upgrade for examples that use marble testing.
- Copy `cli/package.json` to `testing/` and add `jasmine-marbles`.
- Resolve merge conflicts created by `NgModules` guides.

PR Close 
2018-01-23 21:30:27 -08:00
George Kalpakas
d07760f5e3 build(aio): fix zips testing commands ()
PR Close 
2018-01-18 18:21:59 -06:00
Kapunahele Wong
9bbec42a6c docs(aio): add service worker guide content and update nav ()
PR Close 
2017-12-06 06:52:20 -08:00
George Kalpakas
b8bb2dd0f5 build(aio): update lockfile for examples
Installing dependencies for the docs examples fails, because the
lockfile is out-of-sync with the corresponding `package.json`.
This commit brings the lockfile in sync with `package.json`.

(For reference, this was accidentally broken in #20039.)
2017-11-02 00:15:59 +01:00
Jesus Rodriguez
ca129ba549 docs(aio): upgrade to v5 and cli 1.5
PR Close 
2017-11-01 14:14:08 -07:00
Ward Bell
2f63899be2 docs: ensure examples get rxjs ^5.5.0 ()
This change coincidentally updates other packages that were in `package.json`
because it regenerates `yarn.lock`. This too should be fine.

PR Close 
2017-10-27 22:27:27 -07:00
Peter Bacon Darwin
09b4244baf fix(aio): upgrade rxjs dependency to work with TS 2.4 ()
PR Close 
2017-10-13 09:18:41 -07:00