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

fix: schema validation is broken on node 16 #120

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

iliapolo
Copy link
Contributor

@iliapolo iliapolo commented Jan 8, 2025

Latest upgrade broke schema validation on node 16 because it bumped us to a faulty version of jsonschema.

See tdegrunt/jsonschema#405

@iliapolo iliapolo marked this pull request as ready for review January 8, 2025 16:47
bundledDeps: [
// restricting to minor 4 because of https://github.com/tdegrunt/jsonschema/issues/405
// which breaks our canaries on node 16.
'jsonschema@~1.4.1',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not great but this is currently breaking our customers and I don't want to wait on an upstream fix.

@mergify mergify bot merged commit 8fd6d6c into main Jan 8, 2025
16 checks passed
@mergify mergify bot deleted the epolon/pin-jsonschema-to-patch branch January 8, 2025 16:58
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.

2 participants