You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What results did you expect?
Validates successfully, no console output
Are you going to resolve the issue?
Yes, patch is already written, PR incoming
Additional context
v8 11.7.72 changed the message templates for JSON parsing related error messages (https://chromium-review.googlesource.com/c/v8/v8/+/4652014)
This breaks parseJson() and leads to parsing errors if utilizing additionalProperties in a JSONTypeDefinition (other issues not specifically tested). npm test also produces several errors with the mentioned v8 version.
This can be tested with NodeJS v21.0.0 or newer and deno v1.36.1 or newer since those versions updated their respective v8 versions past the affected version
The text was updated successfully, but these errors were encountered:
What version of Ajv are you using? Does the issue happen if you use the latest version?
v8.12.0
Ajv options object
not used
JSON Schema
Sample data
Your code
Console output
What results did you expect?
Validates successfully, no console output
Are you going to resolve the issue?
Yes, patch is already written, PR incoming
Additional context
v8 11.7.72 changed the message templates for JSON parsing related error messages (https://chromium-review.googlesource.com/c/v8/v8/+/4652014)
This breaks
parseJson()
and leads to parsing errors if utilizingadditionalProperties
in a JSONTypeDefinition (other issues not specifically tested).npm test
also produces several errors with the mentioned v8 version.This can be tested with NodeJS v21.0.0 or newer and deno v1.36.1 or newer since those versions updated their respective v8 versions past the affected version
The text was updated successfully, but these errors were encountered: