-
-
Notifications
You must be signed in to change notification settings - Fork 623
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: use static imports in @validateArgs()
, elaborate errors
#7407
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.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@zwave-js-bot pack this |
👋 Hey @AlCalzone! |
🎉 The packages have been published.
|
@zwave-js-bot automerge |
### Bugfixes * Fixed an issue where CC classes would have a different name when `zwave-js` was loaded as CommonJS, changing how those CCs were handled (#7426) ### Changes under the hood * Argument validation of CC APIs no longer uses `require` calls and explains the validation errors much better (#7407)
fixes #7404