Skip to content
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

Merged
merged 8 commits into from
Oct 16, 2024

Conversation

frankkilcommins
Copy link
Contributor

@frankkilcommins frankkilcommins commented Oct 5, 2024

Fixes #234
Fixes #216

Checklist

  • Tests added / updated
  • Docs added / updated

Does this PR introduce a breaking change?

  • Yes
  • No

Updating Spectral packages so that Arazzo and AsyncAPI linting is included in the VSCode extension.
Also bump node versions on github actions.

@frankkilcommins frankkilcommins changed the title Master chore(deps): updating Spectral packages so that Arazzo and AsyncAPI Oct 5, 2024
Copy link

@YOU54F YOU54F left a 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

"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

.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
@mnaumanali94 mnaumanali94 self-requested a review October 11, 2024 09:11
Copy link
Contributor

@mnaumanali94 mnaumanali94 left a 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.

@mnaumanali94
Copy link
Contributor

Also should update the readme to add Arazzo and new Async version

@frankkilcommins
Copy link
Contributor Author

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.

@mnaumanali94 - I created #241 for this request

@frankkilcommins
Copy link
Contributor Author

Also should update the readme to add Arazzo and new Async version

@mnaumanali94 - nice spot. I've updated the ReadMe.

@mnaumanali94 mnaumanali94 merged commit 95a6943 into stoplightio:master Oct 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support AsyncAPI 2.6.0 in vscode extension Update to use latest spectral core
3 participants