From e4ac6042ecabee7e1a9ad303683e34ec274cdc60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:48:37 +0000 Subject: [PATCH] Update dependency schema-utils3 to v3.3.0 (#203) 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 | |---|---|---|---|---|---| | [schema-utils3](https://togithub.com/webpack/schema-utils) | [`3.0.0` -> `3.3.0`](https://renovatebot.com/diffs/npm/schema-utils3/3.0.0/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/schema-utils3/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/schema-utils3/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/schema-utils3/3.0.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/schema-utils3/3.0.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
webpack/schema-utils (schema-utils3) ### [`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))
--- ### 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/Canary-nextjs). --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index ec50476bc3..b7a9505ed4 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -259,7 +259,7 @@ "regenerator-runtime": "0.14.0", "sass-loader": "12.6.0", "schema-utils2": "npm:schema-utils@2.7.1", - "schema-utils3": "npm:schema-utils@3.0.0", + "schema-utils3": "npm:schema-utils@3.3.0", "semver": "7.3.2", "send": "0.17.1", "server-only": "0.0.1",