-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix: bump dependencies, fix tests, fix imports from deps #261
Conversation
Thank you! |
Yeah I removed the browser tests. I was thinking of just moving over to testing with vitest and jsdom. It won't be as comprehensive but the web is a lot more standardized now than it was when the package was originally published, and I doubt web usage is all that high anyways. I think its a worthwhile tradeoff to make for now. |
gotcha, thanks. we need to remove the check then |
This should fix CI and also fix the issues with the latest version of json-schema-ref-parser.
I'm inclined to release this as a breaking change, since theres a lot of internals that changed in the TS rewrite
BREAKING CHANGE: Upgrade dependencies, refactor test runner, fix implementation based on new version of json schema ref parser