-
Notifications
You must be signed in to change notification settings - Fork 88
fix esm parsing issue in test with node 22.00 by upgrading mocha, and fix "rxjs" package version consistency issue #1418
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
fix esm parsing issue in test with node 22.00 by upgrading mocha, and fix "rxjs" package version consistency issue #1418
Conversation
This PR will fix blocked PR #1377 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and thank you for finding the issue 👍
I will try later whether it fixes also the issues we are seeing in #1377
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than @danielpeintner's suggestion, we can go.
b28d4ee
to
2ddd776
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1418 +/- ##
==========================================
- Coverage 77.58% 77.04% -0.54%
==========================================
Files 79 79
Lines 15331 15329 -2
Branches 1445 1439 -6
==========================================
- Hits 11894 11810 -84
- Misses 3414 3496 +82
Partials 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ready to merge ! |
5cdc083
to
d9e7e2b
Compare
Okay let's go with it, even though I am not sure why the inconsistency didn't show up before. |
This will fix recurring failing tests in CI/CD with newest revision of nodeJS.
Two changes, in two separate commits
- update mocha to latest version
- fix rxjs": "^5.5.11" consitency issue