build(zone.js): update zone.js to 0.10.2 (#31975)

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. #31699, 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 #31660

PR Close #31975
This commit is contained in:
JiaLiPassion 2019-08-02 18:58:31 -06:00 committed by Andrew Kushnir
parent 4c3b791ff3
commit ee486233e9
23 changed files with 46 additions and 46 deletions

View File

@ -97,7 +97,7 @@
"@types/lunr": "^2.3.2",
"@webcomponents/custom-elements": "^1.2.0",
"rxjs": "^6.5.2",
"zone.js": "^0.9.1"
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.801.0-beta.2",

View File

@ -6,8 +6,8 @@
"runtime-es2015": 3048,
"main-es5": 511052,
"main-es2015": 450562,
"polyfills-es5": 129161,
"polyfills-es2015": 53295
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
@ -18,8 +18,8 @@
"runtime-es2015": 3048,
"main-es5": 499085,
"main-es2015": 438296,
"polyfills-es5": 129161,
"polyfills-es2015": 53295
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
@ -30,9 +30,9 @@
"runtime-es2015": 2938,
"main-es5": 560811,
"main-es2015": 499846,
"polyfills-es5": 129161,
"polyfills-es2015": 53295
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
}
}
}

View File

@ -27,7 +27,7 @@
"rxjs": "^6.5.1",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",

View File

@ -25,7 +25,7 @@
"rxjs": "^6.5.1",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",

View File

@ -27,7 +27,7 @@
"core-js": "^2.5.4",
"rxjs": "^6.5.1",
"web-animations-js": "^2.3.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",

View File

@ -25,7 +25,7 @@
"core-js": "^2.5.4",
"rxjs": "^6.5.1",
"web-animations-js": "^2.3.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",

View File

@ -31,7 +31,7 @@
"core-js": "^2.5.4",
"rxjs": "^6.5.1",
"web-animations-js": "^2.3.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",

View File

@ -41,7 +41,7 @@
"systemjs": "0.19.39",
"web-animations-js": "^2.3.1",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.800.0",

View File

@ -8479,7 +8479,7 @@ yn@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
zone.js@~0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==
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==

View File

@ -11798,7 +11798,7 @@ zip-stream@^1.1.0, zip-stream@^1.2.0:
lodash "^4.8.0"
readable-stream "^2.0.0"
zone.js@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==
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==

View File

@ -4,7 +4,7 @@
"uncompressed": {
"runtime": 1497,
"main": 166799,
"polyfills": 43626
"polyfills": 45399
}
}
},
@ -12,8 +12,8 @@
"master": {
"uncompressed": {
"runtime": 1440,
"main": 13517,
"polyfills": 43567
"main": 13498,
"polyfills": 45340
}
}
},
@ -21,8 +21,8 @@
"master": {
"uncompressed": {
"runtime": 1440,
"main": 136380,
"polyfills": 43567
"main": 136390,
"polyfills": 45340
}
}
},
@ -34,4 +34,4 @@
}
}
}
}
}

View File

@ -16,7 +16,7 @@
"reflect-metadata": "0.1.12",
"rxjs": "6.4.0",
"tslib": "1.9.3",
"zone.js": "0.9.1"
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/bazel": "file:../../dist/packages-dist/bazel",

View File

@ -3474,7 +3474,7 @@ z-schema@~3.18.3:
optionalDependencies:
commander "^2.7.1"
zone.js@0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==
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==

View File

@ -8898,4 +8898,4 @@ yn@^2.0.0:
integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -2539,4 +2539,4 @@ yeast@0.1.2:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -3625,4 +3625,4 @@ yeast@0.1.2:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -2405,4 +2405,4 @@ yeast@0.1.2:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -2477,4 +2477,4 @@ yeast@0.1.2:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -2474,4 +2474,4 @@ yeast@0.1.2:
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -3640,4 +3640,4 @@ yeast@0.1.2:
integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
"zone.js@file:../../node_modules/zone.js":
version "0.9.1"
version "0.10.2"

View File

@ -111,7 +111,7 @@
"typescript": "~3.5.3",
"xhr2": "0.1.4",
"yargs": "13.1.0",
"zone.js": "^0.9.1"
"zone.js": "^0.10.2"
},
"optionalDependencies": {
"fsevents": "2.0.1"

View File

@ -17,7 +17,7 @@
},
"peerDependencies": {
"rxjs": "^6.4.0",
"zone.js": "~0.9.1"
"zone.js": "~0.10.2"
},
"repository": {
"type": "git",

View File

@ -12035,7 +12035,7 @@ zip-stream@^1.0.0, zip-stream@^1.1.0, zip-stream@^1.2.0:
lodash "^4.8.0"
readable-stream "^2.0.0"
zone.js@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==
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==