Skip to content

Commit

Permalink
fix(deps): update dependency ajv-formats to v3 (#1186)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>ajv-validator/ajv-formats (ajv-formats)</summary>

###
[`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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 601442f commit 36b8f86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/libconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
15 changes: 13 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36b8f86

Please sign in to comment.