Skip to content

Commit

Permalink
Update dependency ajv to v8.12.0 (#149)
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](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | [`8.11.0` -> `8.12.0`](https://renovatebot.com/diffs/npm/ajv/8.11.0/8.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.11.0/8.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v8.12.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.12.0)

[Compare Source](https://togithub.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://togithub.com/ajv-validator/ajv/issues/2190), [@&#8203;piliugin-anton](https://togithub.com/piliugin-anton))
-   empty JTD "values" schema ([#&#8203;2191](https://togithub.com/ajv-validator/ajv/issues/2191))
-   empty object to work with JTD utility type ([#&#8203;2158](https://togithub.com/ajv-validator/ajv/issues/2158), [@&#8203;erikbrinkman](https://togithub.com/erikbrinkman))
-   fix JTD "discriminator" schema for objects with more than 8 properties ([#&#8203;2194](https://togithub.com/ajv-validator/ajv/issues/2194))
-   correctly narrow "number" type to "integer" ([#&#8203;2192](https://togithub.com/ajv-validator/ajv/issues/2192), [@&#8203;JacobLey](https://togithub.com/JacobLey))
-   update Node.js versions in CI to 14, 16, 18 and 19

### [`v8.11.2`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.11.2)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.11.1...v8.11.2)

Update dependencies

Export ValidationError and MissingRefError ([ajv-validator/ajv#1840, [@&#8203;dannyb648](https://togithub.com/dannyb648))

### [`v8.11.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.11.1)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.11.0...v8.11.1)

Update dependencies

Export ValidationError and MissingRefError ([#&#8203;1840](https://togithub.com/ajv-validator/ajv/issues/1840), [@&#8203;dannyb648](https://togithub.com/dannyb648))

</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 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Sep 30, 2023
1 parent c5c11cc commit 2e001c8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -193,7 +193,7 @@
"@vercel/ncc": "0.38.0",
"@vercel/nft": "0.24.1",
"acorn": "8.5.0",
"ajv": "8.11.0",
"ajv": "8.12.0",
"amphtml-validator": "1.0.35",
"anser": "1.4.10",
"arg": "4.1.3",
Expand Down
50 changes: 32 additions & 18 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 2e001c8

Please sign in to comment.