Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to rxjs@6.0.0-rc.0 #23106

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions aio/package.json
Expand Up @@ -89,8 +89,8 @@
"core-js": "^2.4.1",
"jasmine": "^2.6.0",
"ng-pwa-tools": "^0.0.10",
"rxjs": "6.0.0-beta.4",
"rxjs-compat": "6.0.0-beta.4",
"rxjs": "6.0.0-rc.0",
"rxjs-compat": "6.0.0-rc.0",
"tslib": "^1.9.0",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion aio/scripts/_payload-limits.json
Expand Up @@ -3,7 +3,7 @@
"master": {
"uncompressed": {
"inline": 1971,
"main": 567849,
"main": 565539,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it makes me cry so much that this is checked into VCS, I can't wait to switch to buildsize.org - @Toxicable we need the red status to be posted to PRs so that we can switch!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully I have time this weekend! It's near my top priority

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly don't mind that much, but I'll never say no to an improved workflow as long as it helps us to effectively catch size regressions

"polyfills": 40272,
"prettify": 14886
}
Expand Down
12 changes: 6 additions & 6 deletions aio/yarn.lock
Expand Up @@ -7528,13 +7528,13 @@ rx@2.3.24:
version "2.3.24"
resolved "https://registry.yarnpkg.com/rx/-/rx-2.3.24.tgz#14f950a4217d7e35daa71bbcbe58eff68ea4b2b7"

rxjs-compat@6.0.0-beta.4:
version "6.0.0-beta.4"
resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.0.0-beta.4.tgz#078654f3a38109cb354d1bf54f7d295194e59e28"
rxjs-compat@6.0.0-rc.0:
version "6.0.0-rc.0"
resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.0.0-rc.0.tgz#c9d5c3d8846fc2cb01ddd7ebc1bc2ece00d3655a"

rxjs@6.0.0-beta.4:
version "6.0.0-beta.4"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-beta.4.tgz#6506fde30f0f0ca1c94eb948629ac4aa73c0b0c8"
rxjs@6.0.0-rc.0:
version "6.0.0-rc.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-rc.0.tgz#3fed5454dfaf5a01005c973de857f860826d3eac"
dependencies:
tslib "^1.9.0"

Expand Down
4 changes: 2 additions & 2 deletions integration/_payload-limits.json
Expand Up @@ -12,8 +12,8 @@
"hello_world__closure": {
"master": {
"uncompressed": {
"bundle": "TODO(i): temporarily increase the payload size limit to 226340git from 105779 - we need CLI v6 to bring the size down",
"bundle": 226340
"bundle": "TODO(i): temporarily increase the payload size limit to 226340 from 105779 - we need CLI v6 to bring the size down",
"bundle": 223894
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "6.0.0-beta.4",
"rxjs": "6.0.0-rc.0",
"tslib": "^1.7.1",
"zone.js": "^0.8.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/benchpress/package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@angular/core": "^2.0.0-rc.7",
"reflect-metadata": "^0.1.2",
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"jpm": "1.1.4",
"firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -17,7 +17,7 @@
},
"locales": "locales",
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"zone.js": "~0.8.20"
},
"repository": {
Expand Down
Expand Up @@ -2,9 +2,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CLEAN_PROMISE"
},
Expand Down Expand Up @@ -122,9 +119,6 @@
{
"name": "SubscriptionDelaySubscriber"
},
{
"name": "TimeInterval"
},
{
"name": "UNDEFINED_RENDERER_TYPE_ID"
},
Expand Down
Expand Up @@ -5,9 +5,6 @@
{
"name": "AnonymousSubject"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
Expand Down Expand Up @@ -149,9 +146,6 @@
{
"name": "THROW_IF_NOT_FOUND"
},
{
"name": "TimeInterval"
},
{
"name": "USE_VALUE$1"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/core/test/bundling/todo/bundle.golden_symbols.json
Expand Up @@ -8,9 +8,6 @@
{
"name": "AppState"
},
{
"name": "ArgumentOutOfRangeError"
},
{
"name": "CIRCULAR$1"
},
Expand Down Expand Up @@ -212,9 +209,6 @@
{
"name": "TemplateRef$1"
},
{
"name": "TimeInterval"
},
{
"name": "ToDoAppComponent"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.0.0-beta.4"
"rxjs": "^6.0.0-rc.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Expand Up @@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Expand Up @@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-beta.4",
"rxjs": "^6.0.0-rc.0",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Expand Up @@ -31,7 +31,7 @@
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.0.0-beta.4"
"rxjs": "^6.0.0-rc.0"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -5083,9 +5083,9 @@ rollup@0.47.4:
version "0.47.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.47.4.tgz#e3a55de83a78221d232ce29619a8d68189ae845e"

rxjs@6.0.0-beta.4:
version "6.0.0-beta.4"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-beta.4.tgz#6506fde30f0f0ca1c94eb948629ac4aa73c0b0c8"
rxjs@6.0.0-rc.0:
version "6.0.0-rc.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-rc.0.tgz#3fed5454dfaf5a01005c973de857f860826d3eac"
dependencies:
tslib "^1.9.0"

Expand Down