From c5df9ce474064b197b96575b9195405cb939601a Mon Sep 17 00:00:00 2001 From: JiaLiPassion Date: Tue, 24 Mar 2020 10:22:41 +0900 Subject: [PATCH] build(zone.js): update zone.js version to 0.10.3 (#36214) PR Close #36214 --- aio/package.json | 2 +- .../examples/shared/boilerplate/systemjs/package.json | 4 +--- aio/yarn.lock | 8 ++++---- integration/bazel/package.json | 2 +- integration/bazel/yarn.lock | 8 ++++---- integration/cli-hello-world-ivy-compat/yarn.lock | 2 +- integration/cli-hello-world-ivy-i18n/yarn.lock | 2 +- integration/cli-hello-world-ivy-minimal/yarn.lock | 2 +- integration/cli-hello-world-lazy-rollup/yarn.lock | 2 +- integration/cli-hello-world-lazy/yarn.lock | 2 +- integration/cli-hello-world/yarn.lock | 2 +- integration/dynamic-compiler/yarn.lock | 2 +- integration/hello_world__closure/yarn.lock | 2 +- integration/hello_world__systemjs_umd/yarn.lock | 2 +- integration/i18n/yarn.lock | 2 +- integration/injectable-def/yarn.lock | 2 +- integration/ivy-i18n/yarn.lock | 2 +- integration/ng_elements/yarn.lock | 2 +- integration/ng_update/yarn.lock | 2 +- integration/ng_update_migrations/yarn.lock | 2 +- integration/ngcc/yarn.lock | 2 +- integration/platform-server/yarn.lock | 2 +- integration/service-worker-schema/yarn.lock | 2 +- integration/terser/yarn.lock | 2 +- integration/typings_test_ts36/yarn.lock | 2 +- integration/typings_test_ts37/yarn.lock | 2 +- integration/typings_test_ts38/yarn.lock | 2 +- packages/core/package.json | 6 +++--- scripts/release/post-check | 2 +- scripts/release/post-check-next | 2 +- 30 files changed, 38 insertions(+), 40 deletions(-) diff --git a/aio/package.json b/aio/package.json index 4645a2b6dc..5316812276 100644 --- a/aio/package.json +++ b/aio/package.json @@ -102,7 +102,7 @@ "@webcomponents/custom-elements": "1.2.1", "rxjs": "^6.5.3", "tslib": "^1.10.0", - "zone.js": "~0.10.2" + "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "0.900.1", diff --git a/aio/tools/examples/shared/boilerplate/systemjs/package.json b/aio/tools/examples/shared/boilerplate/systemjs/package.json index 5f1a830d67..8bee75863e 100644 --- a/aio/tools/examples/shared/boilerplate/systemjs/package.json +++ b/aio/tools/examples/shared/boilerplate/systemjs/package.json @@ -19,12 +19,10 @@ "pretest:once": "npm run build", "test:once": "karma start karma.conf.js --single-run", "lint": "tslint ./src/**/*.ts -t verbose", - "build:upgrade": "tsc", "serve:upgrade": "http-server", "build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup-config.js", "serve:aot": "lite-server -c bs-config.aot.json", - "copy-dist-files": "node ./copy-dist-files.js" }, "keywords": [], @@ -42,7 +40,7 @@ "@angular/upgrade": "~9.0.3", "rxjs": "~6.5.4", "tslib": "^1.10.0", - "zone.js": "~0.10.2" + "zone.js": "~0.10.3" }, "devDependencies": { "@angular/compiler-cli": "~9.0.3", diff --git a/aio/yarn.lock b/aio/yarn.lock index 66019a47f2..e76383732a 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -13032,7 +13032,7 @@ zip-stream@^2.1.2: compress-commons "^2.1.1" readable-stream "^3.4.0" -zone.js@~0.10.2: - version "0.10.2" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.2.tgz#67ca084b3116fc33fc40435e0d5ea40a207e392e" - integrity sha512-UAYfiuvxLN4oyuqhJwd21Uxb4CNawrq6fPS/05Su5L4G+1TN+HVDJMUHNMobVQDFJRir2cLAODXwluaOKB7HFg== +zone.js@~0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16" + integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg== diff --git a/integration/bazel/package.json b/integration/bazel/package.json index b9517b79c2..2ec53ac0a4 100644 --- a/integration/bazel/package.json +++ b/integration/bazel/package.json @@ -16,7 +16,7 @@ "reflect-metadata": "0.1.12", "rxjs": "file:../../node_modules/rxjs", "tslib": "file:../../node_modules/tslib", - "zone.js": "0.10.2" + "zone.js": "0.10.3" }, "devDependencies": { "@angular/bazel": "file:../../dist/packages-dist/bazel", diff --git a/integration/bazel/yarn.lock b/integration/bazel/yarn.lock index e2ad61f985..3234081c24 100644 --- a/integration/bazel/yarn.lock +++ b/integration/bazel/yarn.lock @@ -2700,7 +2700,7 @@ z-schema@~3.18.3: optionalDependencies: commander "^2.7.1" -zone.js@0.10.2: - version "0.10.2" - resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.2.tgz#67ca084b3116fc33fc40435e0d5ea40a207e392e" - integrity sha512-UAYfiuvxLN4oyuqhJwd21Uxb4CNawrq6fPS/05Su5L4G+1TN+HVDJMUHNMobVQDFJRir2cLAODXwluaOKB7HFg== +zone.js@0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16" + integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg== diff --git a/integration/cli-hello-world-ivy-compat/yarn.lock b/integration/cli-hello-world-ivy-compat/yarn.lock index 4b3eb4f1f9..a9b3ba8f71 100644 --- a/integration/cli-hello-world-ivy-compat/yarn.lock +++ b/integration/cli-hello-world-ivy-compat/yarn.lock @@ -9470,4 +9470,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/cli-hello-world-ivy-i18n/yarn.lock b/integration/cli-hello-world-ivy-i18n/yarn.lock index 3e1ccb8077..db8afee3a5 100644 --- a/integration/cli-hello-world-ivy-i18n/yarn.lock +++ b/integration/cli-hello-world-ivy-i18n/yarn.lock @@ -9393,4 +9393,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/cli-hello-world-ivy-minimal/yarn.lock b/integration/cli-hello-world-ivy-minimal/yarn.lock index 4b3eb4f1f9..a9b3ba8f71 100644 --- a/integration/cli-hello-world-ivy-minimal/yarn.lock +++ b/integration/cli-hello-world-ivy-minimal/yarn.lock @@ -9470,4 +9470,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/cli-hello-world-lazy-rollup/yarn.lock b/integration/cli-hello-world-lazy-rollup/yarn.lock index 064f1f2696..f622c33cac 100644 --- a/integration/cli-hello-world-lazy-rollup/yarn.lock +++ b/integration/cli-hello-world-lazy-rollup/yarn.lock @@ -9045,4 +9045,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/cli-hello-world-lazy/yarn.lock b/integration/cli-hello-world-lazy/yarn.lock index 064f1f2696..f622c33cac 100644 --- a/integration/cli-hello-world-lazy/yarn.lock +++ b/integration/cli-hello-world-lazy/yarn.lock @@ -9045,4 +9045,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/cli-hello-world/yarn.lock b/integration/cli-hello-world/yarn.lock index b790bbb84f..5d07c26fe8 100644 --- a/integration/cli-hello-world/yarn.lock +++ b/integration/cli-hello-world/yarn.lock @@ -10007,4 +10007,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/dynamic-compiler/yarn.lock b/integration/dynamic-compiler/yarn.lock index 1970e297e6..9bd3256ed9 100644 --- a/integration/dynamic-compiler/yarn.lock +++ b/integration/dynamic-compiler/yarn.lock @@ -3777,4 +3777,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/hello_world__closure/yarn.lock b/integration/hello_world__closure/yarn.lock index ce10897b7f..adb6bfa7c7 100644 --- a/integration/hello_world__closure/yarn.lock +++ b/integration/hello_world__closure/yarn.lock @@ -4501,4 +4501,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/hello_world__systemjs_umd/yarn.lock b/integration/hello_world__systemjs_umd/yarn.lock index eaa4596dda..b2cb772e30 100644 --- a/integration/hello_world__systemjs_umd/yarn.lock +++ b/integration/hello_world__systemjs_umd/yarn.lock @@ -2533,4 +2533,4 @@ yeast@0.1.2: resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/i18n/yarn.lock b/integration/i18n/yarn.lock index 83ab2e0abc..5bd6915145 100644 --- a/integration/i18n/yarn.lock +++ b/integration/i18n/yarn.lock @@ -3734,4 +3734,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/injectable-def/yarn.lock b/integration/injectable-def/yarn.lock index 560d8e3529..6226f0a31c 100644 --- a/integration/injectable-def/yarn.lock +++ b/integration/injectable-def/yarn.lock @@ -2860,4 +2860,4 @@ yeast@0.1.2: resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/ivy-i18n/yarn.lock b/integration/ivy-i18n/yarn.lock index 3e1ccb8077..db8afee3a5 100644 --- a/integration/ivy-i18n/yarn.lock +++ b/integration/ivy-i18n/yarn.lock @@ -9393,4 +9393,4 @@ yn@^3.0.0: integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/ng_elements/yarn.lock b/integration/ng_elements/yarn.lock index 56d748992c..fa26bd5864 100644 --- a/integration/ng_elements/yarn.lock +++ b/integration/ng_elements/yarn.lock @@ -3527,4 +3527,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/ng_update/yarn.lock b/integration/ng_update/yarn.lock index 5fc4704d53..5fc241b94f 100644 --- a/integration/ng_update/yarn.lock +++ b/integration/ng_update/yarn.lock @@ -640,4 +640,4 @@ yargs@13.1.0: yargs-parser "^13.0.0" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/ng_update_migrations/yarn.lock b/integration/ng_update_migrations/yarn.lock index 6ef1f8a8d1..bd6d6037aa 100644 --- a/integration/ng_update_migrations/yarn.lock +++ b/integration/ng_update_migrations/yarn.lock @@ -8662,4 +8662,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/ngcc/yarn.lock b/integration/ngcc/yarn.lock index 2e1b49e367..bb53f3ac79 100644 --- a/integration/ngcc/yarn.lock +++ b/integration/ngcc/yarn.lock @@ -3677,4 +3677,4 @@ yeast@0.1.2: integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/platform-server/yarn.lock b/integration/platform-server/yarn.lock index e57c215266..134fd16666 100644 --- a/integration/platform-server/yarn.lock +++ b/integration/platform-server/yarn.lock @@ -4590,4 +4590,4 @@ yauzl@2.4.1: fd-slicer "~1.0.1" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/service-worker-schema/yarn.lock b/integration/service-worker-schema/yarn.lock index bd15cb087c..e6488235d8 100644 --- a/integration/service-worker-schema/yarn.lock +++ b/integration/service-worker-schema/yarn.lock @@ -22,4 +22,4 @@ tslib@^1.9.0: integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/terser/yarn.lock b/integration/terser/yarn.lock index 078eecb5ee..6125bf4471 100644 --- a/integration/terser/yarn.lock +++ b/integration/terser/yarn.lock @@ -629,4 +629,4 @@ yargs@13.1.0: yargs-parser "^13.0.0" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/typings_test_ts36/yarn.lock b/integration/typings_test_ts36/yarn.lock index 6bf9eca15c..5d1b417ce8 100644 --- a/integration/typings_test_ts36/yarn.lock +++ b/integration/typings_test_ts36/yarn.lock @@ -659,4 +659,4 @@ yargs@13.1.0: yargs-parser "^13.0.0" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/typings_test_ts37/yarn.lock b/integration/typings_test_ts37/yarn.lock index 447a2a2ef8..22c5a59ec6 100644 --- a/integration/typings_test_ts37/yarn.lock +++ b/integration/typings_test_ts37/yarn.lock @@ -659,4 +659,4 @@ yargs@13.1.0: yargs-parser "^13.0.0" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/integration/typings_test_ts38/yarn.lock b/integration/typings_test_ts38/yarn.lock index 0105c7d5f5..6c3fd3dfdb 100644 --- a/integration/typings_test_ts38/yarn.lock +++ b/integration/typings_test_ts38/yarn.lock @@ -660,4 +660,4 @@ yargs@13.1.0: yargs-parser "^13.0.0" "zone.js@file:../../dist/zone.js-dist/zone.js": - version "0.10.2" + version "0.10.3" diff --git a/packages/core/package.json b/packages/core/package.json index d0bbdd9760..e2de2562ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "rxjs": "^6.5.3", "tslib": "^1.10.0", - "zone.js": "~0.10.2" + "zone.js": "~0.10.3" }, "repository": { "type": "git", @@ -27,7 +27,7 @@ "packageGroup": "NG_UPDATE_PACKAGE_GROUP" }, "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" + "publishConfig": { + "registry": "https://wombat-dressing-room.appspot.com" } } diff --git a/scripts/release/post-check b/scripts/release/post-check index 8fa0f4e833..f1624ecde8 100755 --- a/scripts/release/post-check +++ b/scripts/release/post-check @@ -7,7 +7,7 @@ mkdir tmp cd tmp npm init -y -npm install typescript@~3.7.4 rxjs@^6.5.3 zone.js@~0.10.2 @bazel/typescript@^1.0.0 rollup@^1.20.0 rollup-plugin-commonjs@^9.0.0 rollup-plugin-node-resolve@^4.2.0 rollup-plugin-sourcemaps@0.4.0 @angular/{animations,bazel,common,compiler,compiler-cli,core,elements,forms,language-service,localize,platform-browser,platform-browser-dynamic,platform-server,platform-webworker,platform-webworker-dynamic,router,service-worker,upgrade} --save +npm install typescript@~3.7.4 rxjs@^6.5.3 zone.js@~0.10.3 @bazel/typescript@^1.0.0 rollup@^1.20.0 rollup-plugin-commonjs@^9.0.0 rollup-plugin-node-resolve@^4.2.0 rollup-plugin-sourcemaps@0.4.0 @angular/{animations,bazel,common,compiler,compiler-cli,core,elements,forms,language-service,localize,platform-browser,platform-browser-dynamic,platform-server,platform-webworker,platform-webworker-dynamic,router,service-worker,upgrade} --save cd .. rm -rf tmp diff --git a/scripts/release/post-check-next b/scripts/release/post-check-next index c05e3cfb45..2bb6248b3d 100755 --- a/scripts/release/post-check-next +++ b/scripts/release/post-check-next @@ -7,7 +7,7 @@ mkdir tmp cd tmp npm init -y -npm install typescript@~3.7.4 rxjs@^6.5.3 zone.js@~0.10.2 @bazel/typescript@^1.0.0 rollup@^1.20.0 rollup-plugin-commonjs@^9.0.0 rollup-plugin-node-resolve@^4.2.0 rollup-plugin-sourcemaps@0.4.0 @angular/{animations,bazel,common,compiler,compiler-cli,core,elements,forms,language-service,localize,platform-browser,platform-browser-dynamic,platform-server,platform-webworker,platform-webworker-dynamic,router,service-worker,upgrade}@next --save +npm install typescript@~3.7.4 rxjs@^6.5.3 zone.js@~0.10.3 @bazel/typescript@^1.0.0 rollup@^1.20.0 rollup-plugin-commonjs@^9.0.0 rollup-plugin-node-resolve@^4.2.0 rollup-plugin-sourcemaps@0.4.0 @angular/{animations,bazel,common,compiler,compiler-cli,core,elements,forms,language-service,localize,platform-browser,platform-browser-dynamic,platform-server,platform-webworker,platform-webworker-dynamic,router,service-worker,upgrade}@next --save cd .. rm -rf tmp