Skip to content

build(deps-dev): bump ajv from 5.5.2 to 8.20.0#2957

Merged
schani merged 2 commits into
masterfrom
dependabot/npm_and_yarn/ajv-8.20.0
Jul 20, 2026
Merged

build(deps-dev): bump ajv from 5.5.2 to 8.20.0#2957
schani merged 2 commits into
masterfrom
dependabot/npm_and_yarn/ajv-8.20.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps ajv from 5.5.2 to 8.20.0.

Release notes

Sourced from ajv's releases.

v8.20.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.19.0...v8.20.0

v8.19.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.18.0...v8.19.0

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

v8.17.1

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (ajv-validator/ajv#2444)" by @​gurgunday in ajv-validator/ajv#2448 fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in ajv-validator/ajv#2455 docs: clarify behaviour of addVocabulary by @​jasoniangreen in ajv-validator/ajv#2454 docs: refactor to improve legibility by @​blottn in ajv-validator/ajv#2432 Fix grammatical typo in managing-schemas.md by @​wetneb in ajv-validator/ajv#2305 docs: Fix broken strict-mode link by @​alexanderjsx in ajv-validator/ajv#2459 feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in ajv-validator/ajv#2449 fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in ajv-validator/ajv#2467 fixes ajv-validator/ajv#2217 - clarify custom keyword naming by @​jasoniangreen in ajv-validator/ajv#2457

v8.17.0

... (truncated)

Commits
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
Bumps [ajv](https://github.com/ajv-validator/ajv) from 5.5.2 to 8.20.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v5.5.2...v8.20.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.20.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ajv-8.20.0 branch from abbc8bf to cc3c3b0 Compare July 20, 2026 12:21
Ajv 8 removed the `format` and `unknownFormats` constructor options and
no longer bundles the draft-06 meta-schema that our generated schemas
declare. Update the JSONSchemaJSONFixture validation accordingly:

- register the draft-06 meta-schema shipped in ajv/dist/refs
- install format validators from the new ajv-formats package (its
  default "full" mode matches the old `format: "full"` option); our
  custom date-time format is registered afterwards so it still wins
- declare the quicktype-specific schema keywords qt-uri-protocols and
  qt-uri-extensions as a vocabulary so strict mode accepts them
- register the "integer" and "boolean" pseudo-formats as always-valid
  (`true`), replacing `unknownFormats: ["integer", "boolean"]`

Verified with QUICKTEST=true FIXTURE=schema-json-csharp script/test
(45/45 passing) and the unit test suite.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@schani
schani merged commit 5f0e4a9 into master Jul 20, 2026
27 checks passed
@schani
schani deleted the dependabot/npm_and_yarn/ajv-8.20.0 branch July 20, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant