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

feat: add support for RxJS 7.x #3109

Merged
merged 1 commit into from
Oct 14, 2021
Merged

feat: add support for RxJS 7.x #3109

merged 1 commit into from
Oct 14, 2021

Conversation

brandonroberts
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #3059

What is the new behavior?

Supports RxJS 6/7 as a peer dependency

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@ngrxbot
Copy link
Collaborator

ngrxbot commented Aug 6, 2021

Preview docs changes for f8cb134 at https://previews.ngrx.io/pr3109-f8cb1340/

@CrazyBaran
Copy link

Up :) We waiting :)

@brandonroberts brandonroberts mentioned this pull request Sep 21, 2021
3 tasks
@brandonroberts brandonroberts force-pushed the rxjs7 branch 2 times, most recently from ef830e7 to c3e8d0e Compare October 14, 2021 15:59
@brandonroberts brandonroberts changed the title WIP: feat: add support for RxJS 7.x feat: add support for RxJS 7.x Oct 14, 2021
package.json Outdated
@@ -222,7 +222,8 @@
"listr": "^0.14.2",
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"jasmine-marbles": "0.9.1"
Copy link
Member

Choose a reason for hiding this comment

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

The jasmine-marbles dependency is added twice 👀

Copy link
Member Author

Choose a reason for hiding this comment

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

That's a resolution override because Nx is pinned on jasmine-marbles 0.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for rxjs 7
5 participants