From 36b8f861fcf6683a5119a723209417b56ef5a4bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:27:19 +0800 Subject: [PATCH] fix(deps): update dependency ajv-formats to v3 (#1186) 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-formats](https://togithub.com/ajv-validator/ajv-formats) | [`2.1.1` -> `3.0.1`](https://renovatebot.com/diffs/npm/ajv-formats/2.1.1/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv-formats/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv-formats/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv-formats/2.1.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv-formats/2.1.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ajv-validator/ajv-formats (ajv-formats) ### [`v3.0.1`](https://togithub.com/ajv-validator/ajv-formats/compare/v3.0.0...1fb3fa7d967f919ff924bb34aef73a2f39ab0de3) [Compare Source](https://togithub.com/ajv-validator/ajv-formats/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0) [Compare Source](https://togithub.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai, 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/PKUHPC/SCOW). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs/libconfig/package.json | 2 +- pnpm-lock.yaml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/libs/libconfig/package.json b/libs/libconfig/package.json index 6beee5426e..f812b20810 100644 --- a/libs/libconfig/package.json +++ b/libs/libconfig/package.json @@ -19,7 +19,7 @@ "dependencies": { "@sinclair/typebox": "0.32.13", "ajv": "8.12.0", - "ajv-formats": "2.1.1", + "ajv-formats": "3.0.1", "envalid": "8.0.0", "js-yaml": "4.1.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0d3e742f4..35175ed2dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1312,8 +1312,8 @@ importers: specifier: 8.12.0 version: 8.12.0 ajv-formats: - specifier: 2.1.1 - version: 2.1.1(ajv@8.12.0) + specifier: 3.0.1 + version: 3.0.1(ajv@8.12.0) envalid: specifier: 8.0.0 version: 8.0.0 @@ -8137,6 +8137,17 @@ packages: ajv: 8.12.0 dev: false + /ajv-formats@3.0.1(ajv@8.12.0): + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + dependencies: + ajv: 8.12.0 + dev: false + /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: