fix(deps): update dependency ajv to v8.17.1 #117

Merged
jank merged 1 commit from renovate/dependencies-(major-and-minor) into main 2025-04-02 10:03:53 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ajv (source) 8.8.0 -> 8.17.1 age adoption passing confidence

Release Notes

ajv-validator/ajv (ajv)

v8.17.1

Compare Source

What's Changed

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

v8.16.0

Compare Source

What's Changed

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0

v8.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0

v8.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

v8.13.0

Compare Source

  • add named exports
  • update dependencies
  • update node.js

v8.12.0

Compare Source

v8.11.2

Compare Source

Update dependencies

Export ValidationError and MissingRefError (https://github.com/ajv-validator/ajv/pull/1840, @​dannyb648)

v8.11.1

Compare Source

Update dependencies

Export ValidationError and MissingRefError (#​1840, @​dannyb648)

v8.11.0

Compare Source

Use root schemaEnv when resolving references in oneOf (#​1901, @​asprouse)

Only use equal function in generated code when it is used (#​1922, @​bhvngt)

v8.10.0

Compare Source

uriResolver option (@​zekth, #​1862)

v8.9.0

Compare Source

Option code.esm to generate ESM exports for standalone validation functions (@​rehanvdm, #​1861)
Support discriminator keyword with $ref in oneOf subschemas (@​dfeufel, #​1815)

v8.8.2

Compare Source

Use full RegExp string (with flags) as cache key, related to https://github.com/ajv-validator/ajv-keywords/issues/220

v8.8.1

Compare Source

Fix minContains: 0 (#​1819)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ajv](https://ajv.js.org) ([source](https://github.com/ajv-validator/ajv)) | [`8.8.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.8.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.8.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.8.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ajv-validator/ajv (ajv)</summary> ### [`v8.17.1`](https://github.com/ajv-validator/ajv/releases/tag/v8.17.1) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1) #### What's Changed - bump version to 8.17.1 by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2472 **Full Changelog**: https://github.com/ajv-validator/ajv/compare/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 (https://github.com/ajv-validator/ajv/pull/2444)" by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/ajv-validator/ajv/pull/2448 fix: ignore new eslint error for [@&#8203;typescript-eslint/no-extraneous-class](https://github.com/typescript-eslint/no-extraneous-class) by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2455 docs: clarify behaviour of addVocabulary by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2454 docs: refactor to improve legibility by [@&#8203;blottn](https://github.com/blottn) in https://github.com/ajv-validator/ajv/pull/2432 Fix grammatical typo in managing-schemas.md by [@&#8203;wetneb](https://github.com/wetneb) in https://github.com/ajv-validator/ajv/pull/2305 docs: Fix broken strict-mode link by [@&#8203;alexanderjsx](https://github.com/alexanderjsx) in https://github.com/ajv-validator/ajv/pull/2459 feat: add test for encoded refs and bump fast-uri by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2449 fix: changes for [@&#8203;typescript-eslint/array-type](https://github.com/typescript-eslint/array-type) rule by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2467 fixes https://github.com/ajv-validator/ajv/issues/2217 - clarify custom keyword naming by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2457 ### [`v8.16.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.16.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) #### What's Changed - Revert fast-uri change by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2444 **Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0 ### [`v8.15.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.15.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0) #### What's Changed - Replace `uri-js` with `fast-uri` by [@&#8203;vixalien](https://github.com/vixalien) in https://github.com/ajv-validator/ajv/pull/2415 - Bump to 8.15.0 by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2442 #### New Contributors - [@&#8203;vixalien](https://github.com/vixalien) made their first contribution in https://github.com/ajv-validator/ajv/pull/2415 **Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0 ### [`v8.14.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.14.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0) #### What's Changed - readme: build badge by [@&#8203;epoberezkin](https://github.com/epoberezkin) in https://github.com/ajv-validator/ajv/pull/2424 - Update workflows by [@&#8203;rotu](https://github.com/rotu) in https://github.com/ajv-validator/ajv/pull/2410 - docs: add warning to maxLength / minLength by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2428 - fix: broken link in docs warning by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2431 - compileAsync a schema with discriminator and $ref, fixes [#&#8203;2427](https://github.com/ajv-validator/ajv/issues/2427) by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2433 - bump version to 8.14.0 for publishing by [@&#8203;jasoniangreen](https://github.com/jasoniangreen) in https://github.com/ajv-validator/ajv/pull/2440 #### New Contributors - [@&#8203;rotu](https://github.com/rotu) made their first contribution in https://github.com/ajv-validator/ajv/pull/2410 **Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0 ### [`v8.13.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.13.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.12.0...v8.13.0) - add named exports - update dependencies - update node.js ### [`v8.12.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.12.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.11.2...v8.12.0) - fix JTD serialisation (remove leading comma in objects with only optional properties) ([#&#8203;2190](https://github.com/ajv-validator/ajv/issues/2190), [@&#8203;piliugin-anton](https://github.com/piliugin-anton)) - empty JTD "values" schema ([#&#8203;2191](https://github.com/ajv-validator/ajv/issues/2191)) - empty object to work with JTD utility type ([#&#8203;2158](https://github.com/ajv-validator/ajv/issues/2158), [@&#8203;erikbrinkman](https://github.com/erikbrinkman)) - fix JTD "discriminator" schema for objects with more than 8 properties ([#&#8203;2194](https://github.com/ajv-validator/ajv/issues/2194)) - correctly narrow "number" type to "integer" ([#&#8203;2192](https://github.com/ajv-validator/ajv/issues/2192), [@&#8203;JacobLey](https://github.com/JacobLey)) - update Node.js versions in CI to 14, 16, 18 and 19 ### [`v8.11.2`](https://github.com/ajv-validator/ajv/releases/tag/v8.11.2) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.11.1...v8.11.2) Update dependencies Export ValidationError and MissingRefError (https://github.com/ajv-validator/ajv/pull/1840, [@&#8203;dannyb648](https://github.com/dannyb648)) ### [`v8.11.1`](https://github.com/ajv-validator/ajv/releases/tag/v8.11.1) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.11.0...v8.11.1) Update dependencies Export ValidationError and MissingRefError ([#&#8203;1840](https://github.com/ajv-validator/ajv/issues/1840), [@&#8203;dannyb648](https://github.com/dannyb648)) ### [`v8.11.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.11.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.10.0...v8.11.0) Use root schemaEnv when resolving references in oneOf ([#&#8203;1901](https://github.com/ajv-validator/ajv/issues/1901), [@&#8203;asprouse](https://github.com/asprouse)) Only use equal function in generated code when it is used ([#&#8203;1922](https://github.com/ajv-validator/ajv/issues/1922), [@&#8203;bhvngt](https://github.com/bhvngt)) ### [`v8.10.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.10.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.9.0...v8.10.0) `uriResolver` option ([@&#8203;zekth](https://github.com/zekth), [#&#8203;1862](https://github.com/ajv-validator/ajv/issues/1862)) ### [`v8.9.0`](https://github.com/ajv-validator/ajv/releases/tag/v8.9.0) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.8.2...v8.9.0) Option `code.esm` to generate ESM exports for standalone validation functions ([@&#8203;rehanvdm](https://github.com/rehanvdm), [#&#8203;1861](https://github.com/ajv-validator/ajv/issues/1861)) Support discriminator keyword with $ref in oneOf subschemas ([@&#8203;dfeufel](https://github.com/dfeufel), [#&#8203;1815](https://github.com/ajv-validator/ajv/issues/1815)) ### [`v8.8.2`](https://github.com/ajv-validator/ajv/releases/tag/v8.8.2) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.8.1...v8.8.2) Use full RegExp string (with flags) as cache key, related to https://github.com/ajv-validator/ajv-keywords/issues/220 ### [`v8.8.1`](https://github.com/ajv-validator/ajv/releases/tag/v8.8.1) [Compare Source](https://github.com/ajv-validator/ajv/compare/v8.8.0...v8.8.1) Fix `minContains: 0` ([#&#8203;1819](https://github.com/ajv-validator/ajv/issues/1819)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate added 1 commit 2025-04-02 10:01:42 +00:00
fix(deps): update dependency ajv to v8.17.1
All checks were successful
CI / Get Changed Files (pull_request) Successful in 7s
CI / Checkstyle Main (pull_request) Has been skipped
CI / eslint (pull_request) Successful in 31s
CI / test-build (pull_request) Successful in 40s
CI / prettier (pull_request) Successful in 45s
ab80f5d285
jank approved these changes 2025-04-02 10:03:47 +00:00
jank merged commit 4c3f42d347 into main 2025-04-02 10:03:53 +00:00
jank deleted branch renovate/dependencies-(major-and-minor) 2025-04-02 10:03:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/casino#117
No description provided.