-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade rxjs to ^7.4.0 #2074
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
base: master
Are you sure you want to change the base?
Upgrade rxjs to ^7.4.0 #2074
Conversation
|
+1 |
|
is this going to be merged? |
|
please merge it asap |
|
+1 |
2 similar comments
|
+1 |
|
+1 |
|
Please merge |
|
+1. Needed for using ngx-datatables with latest versions of Angular. |
|
Please merge |
|
+1 |
1 similar comment
|
+1 |
|
Hi Team, Please merge this PR ASAP. Lot of people are waiting for this update it seems. |
At this point, I honestly believe there's no "Team" behind this anymore. This project seems abandoned by maintainers. |
|
Any update here? |
|
Can this be merged? |
|
Please find some time to merge 👍 |

re: #2073, #2042
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
Since the upgrade to angular 13, installing the package warns that one needs to install
^rxjs@6.6.3when one already hasrxjs@7.4.0, which is what angular 13+ now runs on.What is the new behavior?
Now that we've upgraded the package to support
rxjs@^7.4.0, Angular 13+ users shouldn't see false positive warnings when installing the package.Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: