From 1a5f4f49078f6b7cc63c8103b0c2870b659d2ad7 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 8 Dec 2016 00:10:39 +0000 Subject: [PATCH] chore: update to 2.3.0 (#2942) * chore: update to 2.3.0 * add 2.3.0 versions in package.json * update _data.json * update angular-in-memory-web-api --- .travis.yml | 2 +- .../_boilerplate/systemjs.config.web.build.js | 2 +- .../_boilerplate/systemjs.config.web.js | 2 +- .../_examples/cb-aot-compiler/ts/.gitignore | 3 +- .../homepage-hello-world/ts/index.1.html | 2 +- .../_examples/homepage-tabs/ts/index.1.html | 2 +- .../_examples/homepage-todo/ts/index.1.html | 4 +-- public/docs/_examples/package.json | 36 +++++++++---------- .../_examples/quickstart/js/package.1.json | 24 ++++++------- .../_examples/quickstart/ts/package.1.json | 24 ++++++------- public/docs/_examples/toh-6/ts/.gitignore | 7 +++- .../upgrade-phonecat-2-hybrid/ts/.gitignore | 7 +++- .../ts/systemjs.config.1.js | 2 +- .../_examples/webpack/ts/package.webpack.json | 20 +++++------ public/docs/js/latest/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- tools/plunker-builder/indexHtmlTranslator.js | 4 +-- 17 files changed, 77 insertions(+), 68 deletions(-) diff --git a/.travis.yml b/.travis.yml index df6cca0fd7..e91ceab4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - DBUS_SESSION_BUS_ADDRESS=/dev/null - DISPLAY=:99.0 - CHROME_BIN=chromium-browser - - LATEST_RELEASE=2.2.3 + - LATEST_RELEASE=2.3.0 - TASK_FLAGS="--dgeni-log=warn" matrix: - TASK=lint diff --git a/public/docs/_examples/_boilerplate/systemjs.config.web.build.js b/public/docs/_examples/_boilerplate/systemjs.config.web.build.js index 7fae70c343..e9c3c5998e 100644 --- a/public/docs/_examples/_boilerplate/systemjs.config.web.build.js +++ b/public/docs/_examples/_boilerplate/systemjs.config.web.build.js @@ -60,7 +60,7 @@ '@angular/forms/testing': 'ng:forms-builds/master/bundles/forms-testing.umd.js', // other libraries - 'rxjs': 'npm:rxjs', + 'rxjs': 'npm:rxjs@5.0.0-rc.4', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js', 'typescript': 'npm:typescript@2.0.10/lib/typescript.js', diff --git a/public/docs/_examples/_boilerplate/systemjs.config.web.js b/public/docs/_examples/_boilerplate/systemjs.config.web.js index ea17c45d57..17a873f219 100644 --- a/public/docs/_examples/_boilerplate/systemjs.config.web.js +++ b/public/docs/_examples/_boilerplate/systemjs.config.web.js @@ -47,7 +47,7 @@ '@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js', // other libraries - 'rxjs': 'npm:rxjs', + 'rxjs': 'npm:rxjs@5.0.0-rc.4', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js', 'ts': 'npm:plugin-typescript@5.2.7/lib/plugin.js', 'typescript': 'npm:typescript@2.0.10/lib/typescript.js', diff --git a/public/docs/_examples/cb-aot-compiler/ts/.gitignore b/public/docs/_examples/cb-aot-compiler/ts/.gitignore index 2d0d839865..77e1d7b23c 100644 --- a/public/docs/_examples/cb-aot-compiler/ts/.gitignore +++ b/public/docs/_examples/cb-aot-compiler/ts/.gitignore @@ -1,5 +1,6 @@ **/*.ngfactory.ts +**/*.ngsummary.json **/*.metadata.json dist !app/tsconfig.json -!rollup-config.js \ No newline at end of file +!rollup-config.js 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 f46fc26c9c..c639f15033 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -11,7 +11,7 @@ - + diff --git a/public/docs/_examples/homepage-tabs/ts/index.1.html b/public/docs/_examples/homepage-tabs/ts/index.1.html index 35fb7769c0..6fb8ad3040 100644 --- a/public/docs/_examples/homepage-tabs/ts/index.1.html +++ b/public/docs/_examples/homepage-tabs/ts/index.1.html @@ -12,7 +12,7 @@ - + diff --git a/public/docs/_examples/homepage-todo/ts/index.1.html b/public/docs/_examples/homepage-todo/ts/index.1.html index e01b7219aa..6cb1935f65 100644 --- a/public/docs/_examples/homepage-todo/ts/index.1.html +++ b/public/docs/_examples/homepage-todo/ts/index.1.html @@ -12,9 +12,9 @@ - + - + diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index b773010ff5..5bdf9f8beb 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -11,28 +11,23 @@ "author": "", "license": "MIT", "dependencies": { - "@angular/common": "~2.2.0", - "@angular/compiler": "~2.2.0", - "@angular/compiler-cli": "~2.2.0", - "@angular/core": "~2.2.0", - "@angular/forms": "~2.2.0", - "@angular/http": "~2.2.0", - "@angular/platform-browser": "~2.2.0", - "@angular/platform-browser-dynamic": "~2.2.0", - "@angular/platform-server": "~2.2.0", - "@angular/router": "~3.2.0", - "@angular/upgrade": "~2.2.0", - - "angular-in-memory-web-api": "~0.1.16", - + "@angular/common": "~2.3.0", + "@angular/compiler": "~2.3.0", + "@angular/compiler-cli": "~2.3.0", + "@angular/core": "~2.3.0", + "@angular/forms": "~2.3.0", + "@angular/http": "~2.3.0", + "@angular/platform-browser": "~2.3.0", + "@angular/platform-browser-dynamic": "~2.3.0", + "@angular/platform-server": "~2.3.0", + "@angular/router": "~3.3.0", + "@angular/upgrade": "~2.3.0", + "angular-in-memory-web-api": "~0.1.17", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", - "rollup": "^0.36.0", - "rollup-plugin-node-resolve": "^2.0.0", - "rollup-plugin-uglify": "^1.0.1", - "rxjs": "5.0.0-beta.12", + "rxjs": "5.0.0-rc.4", "systemjs": "0.19.39", - "zone.js": "^0.6.25" + "zone.js": "^0.7.2" }, "devDependencies": { "@types/angular": "^1.5.16", @@ -75,7 +70,10 @@ "protractor": "4.0.9", "raw-loader": "^0.5.1", "rimraf": "^2.5.4", + "rollup": "^0.36.0", "rollup-plugin-commonjs": "^4.1.0", + "rollup-plugin-node-resolve": "^2.0.0", + "rollup-plugin-uglify": "^1.0.1", "source-map-explorer": "^1.3.2", "style-loader": "^0.13.1", "ts-node": "^1.3.0", diff --git a/public/docs/_examples/quickstart/js/package.1.json b/public/docs/_examples/quickstart/js/package.1.json index b2806609af..ea8a9f8d52 100644 --- a/public/docs/_examples/quickstart/js/package.1.json +++ b/public/docs/_examples/quickstart/js/package.1.json @@ -7,21 +7,21 @@ }, "license": "MIT", "dependencies": { - "@angular/common": "~2.2.0", - "@angular/compiler": "~2.2.0", - "@angular/core": "~2.2.0", - "@angular/forms": "~2.2.0", - "@angular/http": "~2.2.0", - "@angular/platform-browser": "~2.2.0", - "@angular/platform-browser-dynamic": "~2.2.0", - "@angular/router": "~3.2.0", - "@angular/upgrade": "~2.2.0", + "@angular/common": "~2.3.0", + "@angular/compiler": "~2.3.0", + "@angular/core": "~2.3.0", + "@angular/forms": "~2.3.0", + "@angular/http": "~2.3.0", + "@angular/platform-browser": "~2.3.0", + "@angular/platform-browser-dynamic": "~2.3.0", + "@angular/router": "~3.3.0", + "@angular/upgrade": "~2.3.0", - "angular-in-memory-web-api": "~0.1.15", + "angular-in-memory-web-api": "~0.1.16", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", - "rxjs": "5.0.0-beta.12", - "zone.js": "^0.6.25" + "rxjs": "5.0.0-rc.4", + "zone.js": "^0.7.2" }, "devDependencies": { "concurrently": "^3.0.0", diff --git a/public/docs/_examples/quickstart/ts/package.1.json b/public/docs/_examples/quickstart/ts/package.1.json index 73bfa671eb..096d0f3e1c 100644 --- a/public/docs/_examples/quickstart/ts/package.1.json +++ b/public/docs/_examples/quickstart/ts/package.1.json @@ -9,22 +9,22 @@ }, "license": "MIT", "dependencies": { - "@angular/common": "~2.2.0", - "@angular/compiler": "~2.2.0", - "@angular/core": "~2.2.0", - "@angular/forms": "~2.2.0", - "@angular/http": "~2.2.0", - "@angular/platform-browser": "~2.2.0", - "@angular/platform-browser-dynamic": "~2.2.0", - "@angular/router": "~3.2.0", - "@angular/upgrade": "~2.2.0", + "@angular/common": "~2.3.0", + "@angular/compiler": "~2.3.0", + "@angular/core": "~2.3.0", + "@angular/forms": "~2.3.0", + "@angular/http": "~2.3.0", + "@angular/platform-browser": "~2.3.0", + "@angular/platform-browser-dynamic": "~2.3.0", + "@angular/router": "~3.3.0", + "@angular/upgrade": "~2.3.0", - "angular-in-memory-web-api": "~0.1.15", + "angular-in-memory-web-api": "~0.1.16", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", - "rxjs": "5.0.0-beta.12", + "rxjs": "5.0.0-rc.4", "systemjs": "0.19.39", - "zone.js": "^0.6.25" + "zone.js": "^0.7.2" }, "devDependencies": { "@types/core-js": "^0.9.34", diff --git a/public/docs/_examples/toh-6/ts/.gitignore b/public/docs/_examples/toh-6/ts/.gitignore index 316ea7d8ab..804879d44a 100644 --- a/public/docs/_examples/toh-6/ts/.gitignore +++ b/public/docs/_examples/toh-6/ts/.gitignore @@ -1,3 +1,8 @@ -**/*.js aot/**/*.ts +**/*.ngfactory.ts +**/*.ngsummary.json +**/*.metadata.json +**/*.js +dist +!app/tsconfig.json !rollup-config.js diff --git a/public/docs/_examples/upgrade-phonecat-2-hybrid/ts/.gitignore b/public/docs/_examples/upgrade-phonecat-2-hybrid/ts/.gitignore index 316ea7d8ab..804879d44a 100644 --- a/public/docs/_examples/upgrade-phonecat-2-hybrid/ts/.gitignore +++ b/public/docs/_examples/upgrade-phonecat-2-hybrid/ts/.gitignore @@ -1,3 +1,8 @@ -**/*.js aot/**/*.ts +**/*.ngfactory.ts +**/*.ngsummary.json +**/*.metadata.json +**/*.js +dist +!app/tsconfig.json !rollup-config.js diff --git a/public/docs/_examples/upgrade-phonecat-3-final/ts/systemjs.config.1.js b/public/docs/_examples/upgrade-phonecat-3-final/ts/systemjs.config.1.js index 3c341b38e5..afb510f0a1 100644 --- a/public/docs/_examples/upgrade-phonecat-3-final/ts/systemjs.config.1.js +++ b/public/docs/_examples/upgrade-phonecat-3-final/ts/systemjs.config.1.js @@ -26,7 +26,7 @@ '@angular/upgrade/static': 'npm:@angular/upgrade/bundles/upgrade-static.umd.js', // other libraries - 'rxjs': 'npm:rxjs', + 'rxjs': 'npm:rxjs', 'angular-in-memory-web-api': 'npm:angular-in-memory-web-api', // #docregion paths }, diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index f56f0e394d..4ceb154005 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -9,17 +9,17 @@ }, "license": "MIT", "dependencies": { - "@angular/common": "~2.2.0", - "@angular/compiler": "~2.2.0", - "@angular/core": "~2.2.0", - "@angular/forms": "~2.2.0", - "@angular/http": "~2.2.0", - "@angular/platform-browser": "~2.2.0", - "@angular/platform-browser-dynamic": "~2.2.0", - "@angular/router": "~3.2.0", + "@angular/common": "~2.3.0", + "@angular/compiler": "~2.3.0", + "@angular/core": "~2.3.0", + "@angular/forms": "~2.3.0", + "@angular/http": "~2.3.0", + "@angular/platform-browser": "~2.3.0", + "@angular/platform-browser-dynamic": "~2.3.0", + "@angular/router": "~3.3.0", "core-js": "^2.4.1", - "rxjs": "5.0.0-beta.12", - "zone.js": "^0.6.25" + "rxjs": "5.0.0-rc.4", + "zone.js": "^0.7.2" }, "devDependencies": { "@types/node": "^6.0.45", diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index b55503dd4e..7a33953d03 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "JavaScript", "menuTitle": "Docs Home", - "banner": "The latest Angular release is 2.2. View the change log to see enhancements, fixes, and breaking changes." + "banner": "The latest Angular release is 2.3. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index a74eff6a53..2f3470f9d8 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "TypeScript", "menuTitle": "Docs Home", - "banner": "The latest Angular release is 2.2. Learn about the latest updates to the documentation. View the Angular change log for enhancements, fixes, and breaking changes in Angular itself." + "banner": "The latest Angular release is 2.3. Learn about the latest updates to the documentation. View the Angular change log for enhancements, fixes, and breaking changes in Angular itself." }, "cli-quickstart": { diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js index 44e8a7fd85..de2a915e30 100644 --- a/tools/plunker-builder/indexHtmlTranslator.js +++ b/tools/plunker-builder/indexHtmlTranslator.js @@ -57,7 +57,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/zone.js/dist/zone.js', - to: 'https://unpkg.com/zone.js@0.6.25?main=browser' + to: 'https://unpkg.com/zone.js@0.7.2?main=browser' }, { pattern: 'script', @@ -67,7 +67,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/rxjs/bundles/Rx.js', - to: 'https://unpkg.com/rxjs@5.0.0-beta.12/bundles/Rx.js' + to: 'https://unpkg.com/rxjs@5.0.0-rc.4/bundles/Rx.js' }, { pattern: 'script',