From 4c85f0a91ddca5d20c1f6c68fdf05d1a10a82ed4 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 21 Oct 2016 22:31:09 +0100 Subject: [PATCH] chore: update to 2.1.1 (#2650) --- .travis.yml | 3 +-- .../systemjs.config.plunker.build.js | 2 +- .../_boilerplate/systemjs.config.plunker.js | 2 +- .../homepage-hello-world/ts/index.1.html | 2 +- .../_examples/homepage-tabs/ts/index.1.html | 2 +- public/docs/_examples/package.json | 22 +++++++++---------- .../_examples/quickstart/js/package.1.json | 18 +++++++-------- .../_examples/quickstart/ts/package.1.json | 18 +++++++-------- .../_examples/webpack/ts/package.webpack.json | 18 +++++++-------- public/docs/ts/latest/guide/change-log.jade | 3 +++ tools/plunker-builder/indexHtmlTranslator.js | 4 ++-- 11 files changed, 48 insertions(+), 46 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4be0d614e0..394e81297a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,7 @@ env: - DBUS_SESSION_BUS_ADDRESS=/dev/null - DISPLAY=:99.0 - CHROME_BIN=chromium-browser - # using SHA instead of version to fix build-compile issue - - LATEST_RELEASE=2.1.0 + - LATEST_RELEASE=2.1.1 - TASK_FLAGS="--dgeni-log=warn" matrix: - TASK=lint diff --git a/public/docs/_examples/_boilerplate/systemjs.config.plunker.build.js b/public/docs/_examples/_boilerplate/systemjs.config.plunker.build.js index 1741a7b0a6..e89a192c77 100644 --- a/public/docs/_examples/_boilerplate/systemjs.config.plunker.build.js +++ b/public/docs/_examples/_boilerplate/systemjs.config.plunker.build.js @@ -53,7 +53,7 @@ 'rxjs': 'npm:rxjs', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@4.0.10/lib/plugin.js', - 'typescript': 'npm:typescript@2.0.2/lib/typescript.js', + 'typescript': 'npm:typescript@2.0.3/lib/typescript.js', }, // packages tells the System loader how to load when no filename and/or no extension diff --git a/public/docs/_examples/_boilerplate/systemjs.config.plunker.js b/public/docs/_examples/_boilerplate/systemjs.config.plunker.js index ecfd4afaa7..4504d87d72 100644 --- a/public/docs/_examples/_boilerplate/systemjs.config.plunker.js +++ b/public/docs/_examples/_boilerplate/systemjs.config.plunker.js @@ -40,7 +40,7 @@ 'rxjs': 'npm:rxjs', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@4.0.10/lib/plugin.js', - 'typescript': 'npm:typescript@2.0.2/lib/typescript.js', + 'typescript': 'npm:typescript@2.0.3/lib/typescript.js', }, // packages tells the System loader how to load when no filename and/or no extension diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index da3cd256c2..7ea19e1842 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -13,7 +13,7 @@ - + diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html index bd3342ee3f..5ca7d182a6 100644 --- a/public/docs/_examples/homepage-tabs/ts/index.1.html +++ b/public/docs/_examples/homepage-tabs/ts/index.1.html @@ -14,7 +14,7 @@ - + diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 10e5c4b1a3..db852bd6de 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -15,17 +15,17 @@ } ], "dependencies": { - "@angular/common": "~2.1.0", - "@angular/compiler": "~2.1.0", - "@angular/compiler-cli": "~2.1.0", - "@angular/core": "~2.1.0", - "@angular/forms": "~2.1.0", - "@angular/http": "~2.1.0", - "@angular/platform-browser": "~2.1.0", - "@angular/platform-browser-dynamic": "~2.1.0", - "@angular/platform-server": "~2.1.0", - "@angular/router": "~3.1.0", - "@angular/upgrade": "~2.1.0", + "@angular/common": "~2.1.1", + "@angular/compiler": "~2.1.1", + "@angular/compiler-cli": "~2.1.1", + "@angular/core": "~2.1.1", + "@angular/forms": "~2.1.1", + "@angular/http": "~2.1.1", + "@angular/platform-browser": "~2.1.1", + "@angular/platform-browser-dynamic": "~2.1.1", + "@angular/platform-server": "~2.1.1", + "@angular/router": "~3.1.1", + "@angular/upgrade": "~2.1.1", "angular-in-memory-web-api": "~0.1.13", "bootstrap": "^3.3.7", diff --git a/public/docs/_examples/quickstart/js/package.1.json b/public/docs/_examples/quickstart/js/package.1.json index 5c88b0bb5e..9caf49c837 100644 --- a/public/docs/_examples/quickstart/js/package.1.json +++ b/public/docs/_examples/quickstart/js/package.1.json @@ -12,15 +12,15 @@ } ], "dependencies": { - "@angular/common": "~2.1.0", - "@angular/compiler": "~2.1.0", - "@angular/core": "~2.1.0", - "@angular/forms": "~2.1.0", - "@angular/http": "~2.1.0", - "@angular/platform-browser": "~2.1.0", - "@angular/platform-browser-dynamic": "~2.1.0", - "@angular/router": "~3.1.0", - "@angular/upgrade": "~2.1.0", + "@angular/common": "~2.1.1", + "@angular/compiler": "~2.1.1", + "@angular/core": "~2.1.1", + "@angular/forms": "~2.1.1", + "@angular/http": "~2.1.1", + "@angular/platform-browser": "~2.1.1", + "@angular/platform-browser-dynamic": "~2.1.1", + "@angular/router": "~3.1.1", + "@angular/upgrade": "~2.1.1", "angular-in-memory-web-api": "~0.1.5", "bootstrap": "^3.3.7", diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index 04ac976c3c..f0b77ec217 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -14,15 +14,15 @@ } ], "dependencies": { - "@angular/common": "~2.1.0", - "@angular/compiler": "~2.1.0", - "@angular/core": "~2.1.0", - "@angular/forms": "~2.1.0", - "@angular/http": "~2.1.0", - "@angular/platform-browser": "~2.1.0", - "@angular/platform-browser-dynamic": "~2.1.0", - "@angular/router": "~3.1.0", - "@angular/upgrade": "~2.1.0", + "@angular/common": "~2.1.1", + "@angular/compiler": "~2.1.1", + "@angular/core": "~2.1.1", + "@angular/forms": "~2.1.1", + "@angular/http": "~2.1.1", + "@angular/platform-browser": "~2.1.1", + "@angular/platform-browser-dynamic": "~2.1.1", + "@angular/router": "~3.1.1", + "@angular/upgrade": "~2.1.1", "angular-in-memory-web-api": "~0.1.13", "bootstrap": "^3.3.7", diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index ba63c17ef7..ed36c0f33f 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -14,14 +14,14 @@ } ], "dependencies": { - "@angular/common": "~2.1.0", - "@angular/compiler": "~2.1.0", - "@angular/core": "~2.1.0", - "@angular/forms": "~2.1.0", - "@angular/http": "~2.1.0", - "@angular/platform-browser": "~2.1.0", - "@angular/platform-browser-dynamic": "~2.1.0", - "@angular/router": "~3.1.0", + "@angular/common": "~2.1.1", + "@angular/compiler": "~2.1.1", + "@angular/core": "~2.1.1", + "@angular/forms": "~2.1.1", + "@angular/http": "~2.1.1", + "@angular/platform-browser": "~2.1.1", + "@angular/platform-browser-dynamic": "~2.1.1", + "@angular/router": "~3.1.1", "core-js": "^2.4.1", "rxjs": "5.0.0-beta.12", "zone.js": "^0.6.25" @@ -48,7 +48,7 @@ "raw-loader": "^0.5.1", "rimraf": "^2.5.2", "style-loader": "^0.13.1", - "typescript": "^2.0.2", + "typescript": "^2.0.3", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", "webpack-merge": "^0.14.0" diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 75fc000f98..5b37b8f0bb 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -7,6 +7,9 @@ block includes The Angular documentation is a living document with continuous improvements. This log calls attention to recent significant changes. + ## Sync with Angular v.2.1.1 (2016-10-21) + Docs and code samples updated and tested with Angular v.2.1.0 + ## npm _@types_ packages replace _typings_ (2016-10-20) Documentation samples now get TypeScript type information for 3rd party libraries from npm `@types` packages rather than with the _typings_ tooling. diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js index dea281f4f2..f5550d2729 100644 --- a/tools/plunker-builder/indexHtmlTranslator.js +++ b/tools/plunker-builder/indexHtmlTranslator.js @@ -50,7 +50,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/reflect-metadata/Reflect.js', - to: 'https://unpkg.com/reflect-metadata@0.1.3' + to: 'https://unpkg.com/reflect-metadata@0.1.8' }, { pattern: 'script', @@ -60,7 +60,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/systemjs/dist/system.src.js', - to: 'https://unpkg.com/systemjs@0.19.27/dist/system.src.js' + to: 'https://unpkg.com/systemjs@0.19.39/dist/system.src.js' }, { pattern: 'script',