build: update to rxjs@6.0.0-beta.0 (#22887)

PR Close #22887
This commit is contained in:
Igor Minar 2018-03-20 08:41:28 -07:00
parent fad86a67ca
commit 3cc5c2e4d0
7 changed files with 22 additions and 9 deletions

View File

@ -169,6 +169,7 @@ class NgPackagesInstaller {
// FIXME: Temporarily use RxJS from root `node_modules/`. // FIXME: Temporarily use RxJS from root `node_modules/`.
if (peerDependencies.rxjs) { if (peerDependencies.rxjs) {
peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`; peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`;
peerDependencies['rxjs-compat'] = '6.0.0-beta.0';
} }
return [mergedDependencies, peerDependencies]; return [mergedDependencies, peerDependencies];

View File

@ -3,8 +3,8 @@
"master": { "master": {
"uncompressed": { "uncompressed": {
"inline": 1508, "inline": 1508,
"main": "TODO(i): temporarily increase the payload size limit to 352346 from 155112, we need CLI v6 to bring the size down", "main": "TODO(i): temporarily increase the payload size limit to 257298 from 155112, we need CLI v6 to bring the size down",
"main": 251064, "main": 257298,
"polyfills": 59483 "polyfills": 59483
} }
} }
@ -12,8 +12,8 @@
"hello_world__closure": { "hello_world__closure": {
"master": { "master": {
"uncompressed": { "uncompressed": {
"bundle": "TODO(i): temporarily increase the payload size limit to 221852 from 105779 - we need CLI v6 to bring the size down", "bundle": "TODO(i): temporarily increase the payload size limit to 226340git from 105779 - we need CLI v6 to bring the size down",
"bundle": 221852 "bundle": 226340
} }
} }
}, },

View File

@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"core-js": "^2.4.1", "core-js": "^2.4.1",
"reflect-metadata": "^0.1.3", "reflect-metadata": "^0.1.3",
"rxjs": "6.0.0-alpha.4", "rxjs": "6.0.0-beta.0",
"tslib": "^1.7.1", "tslib": "^1.7.1",
"zone.js": "^0.8.12" "zone.js": "^0.8.12"
}, },

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rxjs": "^6.0.0-alpha.3", "rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.0",
"zone.js": "^0.8.4" "zone.js": "^0.8.4"
}, },
"repository": { "repository": {

View File

@ -95,6 +95,9 @@
{ {
"name": "__extends$20" "name": "__extends$20"
}, },
{
"name": "_enable_super_gross_mode_that_will_cause_bad_things"
},
{ {
"name": "_renderCompCount" "name": "_renderCompCount"
}, },
@ -179,6 +182,9 @@
{ {
"name": "hostElement" "name": "hostElement"
}, },
{
"name": "hostReportError"
},
{ {
"name": "initChangeDetectorIfExisting" "name": "initChangeDetectorIfExisting"
}, },

View File

@ -137,6 +137,9 @@
{ {
"name": "_currentInjector" "name": "_currentInjector"
}, },
{
"name": "_enable_super_gross_mode_that_will_cause_bad_things"
},
{ {
"name": "config" "name": "config"
}, },
@ -185,6 +188,9 @@
{ {
"name": "hasOnDestroy" "name": "hasOnDestroy"
}, },
{
"name": "hostReportError"
},
{ {
"name": "inject" "name": "inject"
}, },

View File

@ -6214,9 +6214,9 @@ rx-lite@^3.1.2:
version "3.1.2" version "3.1.2"
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
rxjs@6.0.0-alpha.4: rxjs@6.0.0-beta.0:
version "6.0.0-alpha.4" version "6.0.0-beta.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-alpha.4.tgz#e24afa7457d95a981f081d2979c3ba69b20c8ca3" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-beta.0.tgz#cf241936be39d8279ed0b2be4bf417777301f65a"
dependencies: dependencies:
tslib "^1.9.0" tslib "^1.9.0"