-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Trying to release #191
Trying to release #191
Conversation
Maybe I'm wrong, but given error seems to be related to APIDevTools/json-schema-ref-parser#199 The test is validating The problem is that I assume some upgraded dependency (maybe js-yaml?) is breaking this relative paths. If you run I'm getting other errors with I'm new with swagger-parser library and I'm interested on getting OpenApi 3.1 support. |
The testing issue here was introduced with the update to This PR APIDevTools/json-schema-ref-parser#195 appears to introduce the breaking change, specifically around the Using the current I don't know enough about the interdependencies of these packages to dig deeper for a course of resolution but am also eager to see |
Trying to get this releases as there are laods of recent improvements, including OAS 3.1 support, but I am getting a few problems.
I've had to remove
npm run update
from release because of various dependency hell problems around libsass, npm-check and uuid being triggered by audit fix. We can solve that later.With that removed I'm seeing the following test fail:
I'm a little out of the loop and honestly don't know if this is broken or working as expected and expectations changed.
@JamesMessinger sorry to bug you but could you rescue me from this rabbithole?