digitalbazaar / digitalbazaar/bedrock-validation
Upgrade ajv
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- Avg merge
- 17h 1m
- Merged PRs (30d)
- 1
Description
Currently, still using ajv@6 here and they are currently at 8. Thankfully, they are providing a nice upgrade guide:
https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md
The change list is long, and it's going to take some effort to assess the impacts of an upgrade.
https://github.com/ajv-validator/ajv/releases/tag/v8.0.0
https://github.com/ajv-validator/ajv/releases/tag/v7.0.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked AJV v6-to-v8 migration guide and the v7 and v8 release notes, then inspect the repository's dependency and validation entry points to assess compatibility. Done means AJV is upgraded from v6 and the existing validation behavior remains supported, with any affected tests or consumers updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100