Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency schema-utils2 to v4 (#412)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [schema-utils2](https://togithub.com/webpack/schema-utils) | [`2.7.1` -> `4.2.0`](https://renovatebot.com/diffs/npm/schema-utils2/2.7.1/4.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/schema-utils2/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/schema-utils2/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/schema-utils2/2.7.1/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/schema-utils2/2.7.1/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/schema-utils (schema-utils2)</summary> ### [`v4.2.0`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#420-2023-06-14) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v4.1.0...v4.2.0) ##### Features - added API to disable and enable validation ([#​180](https://togithub.com/webpack/schema-utils/issues/180)) ([d6b9c9e](https://togithub.com/webpack/schema-utils/commit/d6b9c9e14bc5304f28f713b3bbf0497461bb117e)) ##### Bug Fixes - lazy loading some modules ([#​178](https://togithub.com/webpack/schema-utils/issues/178)) ([3806c65](https://togithub.com/webpack/schema-utils/commit/3806c65167f880051a331b8b728ea03ad0632840)) ### [`v4.1.0`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#410-2023-06-07) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v4.0.1...v4.1.0) ##### Features - implement `undefinedAsNull` keyword for `enum` type ([#​175](https://togithub.com/webpack/schema-utils/issues/175)) ([1265eac](https://togithub.com/webpack/schema-utils/commit/1265eac8621cddf2f4dad342efc2d76a169912f7)) ##### [4.0.1](https://togithub.com/webpack/schema-utils/compare/v4.0.0...v4.0.1) (2023-04-15) ##### Bug Fixes - (perf) improved initial start time ### [`v4.0.1`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#401-2023-04-15) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v4.0.0...v4.0.1) ### [`v4.0.0`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#400-2021-11-16) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.3.0...v4.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `>= 12.13.0` - update `ajv` to `8.8.0` version, please read [internal changes](https://togithub.com/ajv-validator/ajv/releases), `postFormatter` require attention due some properties were changed - logic for `formatExclusiveMaximum` and `formatExclusiveMinimum` was changed (due usage `ajv-formats` package) ##### [3.1.1](https://togithub.com/webpack/schema-utils/compare/v3.1.0...v3.1.1) (2021-07-19) ##### Bug Fixes - update error message for `integer` ([#​136](https://togithub.com/webpack/schema-utils/issues/136)) ([2daa97e](https://togithub.com/webpack/schema-utils/commit/2daa97eae87e6790b92711746a6a527b859ac13b)) ### [`v3.3.0`](https://togithub.com/webpack/schema-utils/releases/tag/v3.3.0) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.2.0...v3.3.0) ##### Features - added API to disable and enable validation ([#​183](https://togithub.com/webpack/schema-utils/issues/183)) ([d4d334f](https://togithub.com/webpack/schema-utils/commit/d4d334f0ba22eb6b6564b1119e8f3ea439e1f2bb)) ##### Bug Fixes - **perf:** cache compiled schema ([#​182](https://togithub.com/webpack/schema-utils/issues/182)) ([02aa068](https://togithub.com/webpack/schema-utils/commit/02aa068df80d99cc576a5ed385f947eb5204c5db)) ### [`v3.2.0`](https://togithub.com/webpack/schema-utils/releases/tag/v3.2.0) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.1.2...v3.2.0) ##### Features - implement `undefinedAsNull` keyword for `enum` type ([#​176](https://togithub.com/webpack/schema-utils/issues/176)) ([95826eb](https://togithub.com/webpack/schema-utils/commit/95826eb9e14bc4b10ab95f962ac2bdca447880a3)) ### [`v3.1.2`](https://togithub.com/webpack/schema-utils/releases/tag/v3.1.2) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.1.1...v3.1.2) ##### [3.1.2](https://togithub.com/webpack/schema-utils/compare/v3.1.1...v3.1.2) (2023-04-15) ##### Bug Fixes - **perf:** reduced initial start time ([#​170](https://togithub.com/webpack/schema-utils/issues/170)) ([8d052e6](https://togithub.com/webpack/schema-utils/commit/8d052e6764dc9247e7d5b7b1ae8f87ca5047b2b0)) ### [`v3.1.1`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#311-2021-07-19) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#310-2021-06-30) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v3.0.0...v3.1.0) ##### Features - added the `link` property in validation error ([589aa59](https://togithub.com/webpack/schema-utils/commit/589aa5993424a8bc45ec22b67dff55be92c456a9)) ##### Bug Fixes - non-empty validation error message ([#​116](https://togithub.com/webpack/schema-utils/issues/116)) ([c51abef](https://togithub.com/webpack/schema-utils/commit/c51abefa4d4d62e1346b3a105182d36675595077)) ### [`v3.0.0`](https://togithub.com/webpack/schema-utils/blob/HEAD/CHANGELOG.md#300-2020-10-05) [Compare Source](https://togithub.com/webpack/schema-utils/compare/v2.7.1...v3.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `10.13.0`, - the packages exports was changed, please use `const { validate } = require('schema-utils');` - the `ValidateError` export was removed in favor the `ValidationError` export, please use `const { ValidationError } = require('schema-utils');` ##### [2.7.1](https://togithub.com/webpack/schema-utils/compare/v2.7.0...v2.7.1) (2020-08-31) ##### Bug Fixes - remove esModuleInterop from tsconfig ([#​110](https://togithub.com/webpack/schema-utils/issues/110)) ([#​111](https://togithub.com/webpack/schema-utils/issues/111)) ([2f40154](https://togithub.com/webpack/schema-utils/commit/2f40154b91e45b393258ae9dd8f10cc3b8590b7d)) </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).