-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore(deps): updating Spectral packages so that Arazzo and AsyncAPI #240
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.
Might want to bump the minimum version of node that is supported in the node engines field, if any of the new packages mandate versions greater
Line 113 in a5c5dcc
"node": "^12.20 || >= 14.13" |
Apart from that looks good, will be good to allow users of this extension the benefit of validating AsyncAPI and the new Arazzo based documents
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.
Generally looks good. Might want to add a test for arazzo or could just create an issue for it as there are none for asyncapi either.
Also should update the readme to add Arazzo and new Async version |
@mnaumanali94 - I created #241 for this request |
@mnaumanali94 - nice spot. I've updated the ReadMe. |
Fixes #234
Fixes #216
Checklist
Does this PR introduce a breaking change?
Updating Spectral packages so that Arazzo and AsyncAPI linting is included in the VSCode extension.
Also bump node versions on github actions.