-
Notifications
You must be signed in to change notification settings - Fork 16
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(mojaloop/#2092)!: upgrade nodeJS version for core services #125
Conversation
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.
+1
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.
Please align linting to https://github.com/mojaloop/typescript-svc-template.
Note that some updates are needed to the the template, which have been made in this PR: mojaloop/event-sdk#67
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.
re-reviewing
feat(mojaloop/#2092): upgrade nodeJS version for core services - mojaloop/project#2092 - removed unused files - removed unused dependencies - re-aligned package.json - added replace dependency - added IGNORE and test/result patterns to gitignore - removed .versionrc.js for consistency
- renamed ncurc.json to js so TODO comment could be added - added @mojaloop/* dependencies as DEV dependencies. This will ensure that the versioning will be managed by dep:update script - fixed issue with pretest script using npx instead of npm - also added an emitter event for disconnects that was missing from the consumer & producer implementations
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.
+1
feat(mojaloop/#2092): upgrade nodeJS version for core services - mojaloop/project#2092
Notes:
node-rdkafka
>=2.11 to support node 16 which one of the 3ppi services depends on.BREAKING CHANGE: major version bump for node v16 LTS support, and re-structuring of project directories to align to core Mojaloop repositories!