ajv-validator / ajv-validator/ajv

Track fast-uri v4 migration (currently pinned to ^3.0.1)

Abierto
#2,660 2 comentarios 5 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
14.8k
Forks
1k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**What version of Ajv are you using?**
Latest (8.x)

**What problem do you want to solve?**
ajv pins `fast-uri` at `^3.0.1`. #2658 and PR #2654 track patching within the 3.x line (CVE-2026-16221, bumping to 3.1.4), but nothing tracks moving past the v3 major to fast-uri v4. Because ajv sits so deep in the dependency graph, this forces any downstream consumer that needs fast-uri v4 to carry a manual resolution/override pin instead of getting it through a normal ajv upgrade. This is the highest-impact single dependency override across our fleet — it currently affects 9 of our internal projects.

**What do you think is the correct solution to the problem?**
Open a dedicated tracking issue (separate from the 3.x patch work) for bumping to the fast-uri v4 major — acknowledging this may require a semver-major ajv release if fast-uri v4's API changed in breaking ways.

**Will you be able to implement it?**
No — flagging from the downstream/consumer side; happy to help test a release candidate.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.