From 222c46f42f3adda19e18d4da06fc6fff3754e090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 21:46:17 +0800 Subject: [PATCH] bump(deps): update dependency ajv to ^8.14.0 (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | [`^8.13.0` -> `^8.14.0`](https://renovatebot.com/diffs/npm/ajv/8.13.0/8.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.13.0/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.13.0/8.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ajv-validator/ajv (ajv) ### [`v8.14.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.14.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0) #### What's Changed - readme: build badge by [@​epoberezkin](https://togithub.com/epoberezkin) in [https://github.com/ajv-validator/ajv/pull/2424](https://togithub.com/ajv-validator/ajv/pull/2424) - Update workflows by [@​rotu](https://togithub.com/rotu) in [https://github.com/ajv-validator/ajv/pull/2410](https://togithub.com/ajv-validator/ajv/pull/2410) - docs: add warning to maxLength / minLength by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2428](https://togithub.com/ajv-validator/ajv/pull/2428) - fix: broken link in docs warning by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2431](https://togithub.com/ajv-validator/ajv/pull/2431) - compileAsync a schema with discriminator and $ref, fixes [#​2427](https://togithub.com/ajv-validator/ajv/issues/2427) by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2433](https://togithub.com/ajv-validator/ajv/pull/2433) - bump version to 8.14.0 for publishing by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2440](https://togithub.com/ajv-validator/ajv/pull/2440) #### New Contributors - [@​rotu](https://togithub.com/rotu) made their first contribution in [https://github.com/ajv-validator/ajv/pull/2410](https://togithub.com/ajv-validator/ajv/pull/2410) **Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0
--- ### 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 becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fuxingloh/karfia). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/karfia-agent/package.json | 2 +- packages/karfia-definition/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/karfia-agent/package.json b/packages/karfia-agent/package.json index 921dba4..23cdd12 100644 --- a/packages/karfia-agent/package.json +++ b/packages/karfia-agent/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@trpc/server": "^10.45.2", - "ajv": "^8.13.0", + "ajv": "^8.14.0", "ajv-formats": "^3.0.1", "karfia-definition": "workspace:^", "trpc-openapi": "^1.2.0", diff --git a/packages/karfia-definition/package.json b/packages/karfia-definition/package.json index bfa7e3e..c55ef7f 100644 --- a/packages/karfia-definition/package.json +++ b/packages/karfia-definition/package.json @@ -38,7 +38,7 @@ "preset": "@workspace/jest-preset" }, "dependencies": { - "ajv": "^8.13.0", + "ajv": "^8.14.0", "ajv-formats": "^3.0.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 754f2b8..5e25155 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,11 +162,11 @@ importers: specifier: ^10.45.2 version: 10.45.2 ajv: - specifier: ^8.13.0 - version: 8.13.0 + specifier: ^8.14.0 + version: 8.14.0 ajv-formats: specifier: ^3.0.1 - version: 3.0.1(ajv@8.13.0) + version: 3.0.1(ajv@8.14.0) karfia-definition: specifier: workspace:^ version: link:../karfia-definition @@ -187,11 +187,11 @@ importers: packages/karfia-definition: dependencies: ajv: - specifier: ^8.13.0 - version: 8.13.0 + specifier: ^8.14.0 + version: 8.14.0 ajv-formats: specifier: ^3.0.1 - version: 3.0.1(ajv@8.13.0) + version: 3.0.1(ajv@8.14.0) devDependencies: '@workspace/jest-preset': specifier: workspace:* @@ -1499,7 +1499,7 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /ajv-formats@3.0.1(ajv@8.13.0): + /ajv-formats@3.0.1(ajv@8.14.0): resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} peerDependencies: ajv: ^8.0.0 @@ -1507,7 +1507,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.13.0 + ajv: 8.14.0 dev: false /ajv@6.12.6: @@ -1518,8 +1518,8 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv@8.13.0: - resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + /ajv@8.14.0: + resolution: {integrity: sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0