-
-
Notifications
You must be signed in to change notification settings - Fork 215
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!: bump zwave-js@15 and fix breaking changes #4136
Conversation
}, | ||
"engines": { | ||
"node": ">= 18.12" | ||
"node": ">= 20" |
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.
this will require a major bump on my side too
}, | ||
"engines": { | ||
"node": ">= 18.12" | ||
"node": ">= 20" |
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.
this will require a major bump on my side too
Pull Request Test Coverage Report for Build 13941786408Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
TODOs:
|
package.json
Outdated
@@ -66,7 +66,7 @@ | |||
"@kvaster/zwavejs-prom": "^0.0.3", | |||
"@mdi/js": "7.4.47", | |||
"@zwave-js/log-transport-json": "^3.0.0", | |||
"@zwave-js/server": "^1.40.2", | |||
"@zwave-js/server": "zwave-js/zwave-js-server#a10f638ea05756809884777d1c397b847b4ab293", |
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.
@AlCalzone do we have a zjs server release?
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.
Seems not: zwave-js/zwave-js-server#1394
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.
not yet. waiting on a review
BREAKING CHANGE: Drop support for Node.js < 20.0.0