build: update zone.js to 0.9.0 (#28219)
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 #28219
This commit is contained in:
committed by
Miško Hevery
parent
531fa00992
commit
17f7bdbd60
@@ -3,8 +3,8 @@
|
||||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime": 1497,
|
||||
"main": 164671,
|
||||
"polyfills": 38449
|
||||
"main": 164945,
|
||||
"polyfills": 43626
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -13,7 +13,7 @@
|
||||
"uncompressed": {
|
||||
"runtime": 1440,
|
||||
"main": 14106,
|
||||
"polyfills": 38390
|
||||
"polyfills": 43567
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -22,7 +22,7 @@
|
||||
"uncompressed": {
|
||||
"runtime": 1440,
|
||||
"main": 212976,
|
||||
"polyfills": 38390
|
||||
"polyfills": 43567
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"reflect-metadata": "0.1.12",
|
||||
"rxjs": "6.4.0",
|
||||
"tslib": "1.9.3",
|
||||
"zone.js": "0.8.26"
|
||||
"zone.js": "0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/bazel": "packages-dist:bazel",
|
||||
|
||||
@@ -3700,7 +3700,7 @@ z-schema@~3.18.3:
|
||||
optionalDependencies:
|
||||
commander "^2.7.1"
|
||||
|
||||
zone.js@0.8.26:
|
||||
version "0.8.26"
|
||||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.8.26.tgz#7bdd72f7668c5a7ad6b118148b4ea39c59d08d2d"
|
||||
integrity sha512-W9Nj+UmBJG251wkCacIkETgra4QgBo/vgoEkb4a2uoLzpQG7qF9nzwoLXWU5xj3Fg2mxGvEDh47mg24vXccYjA==
|
||||
zone.js@0.9.0:
|
||||
version "0.9.0"
|
||||
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.0.tgz#f42319d657f7616724ed40c5907d4614b4c683fa"
|
||||
integrity sha512-EfygvVnLxPSCMSgJ4h7SoY+XNr7ybdwvvwEQ70lvMFl9coNnciXSyWi8Kg6znK1ubyUSffkCKvleSQpLuUKw0Q==
|
||||
|
||||
Reference in New Issue
Block a user