Skip to content

Commit

Permalink
Update dependency schema-utils3 to v3.3.0 (#203)
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 |
|---|---|---|---|---|---|
| [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

<details>
<summary>webpack/schema-utils (schema-utils3)</summary>

### [`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 ([#&#8203;183](https://togithub.com/webpack/schema-utils/issues/183)) ([d4d334f](https://togithub.com/webpack/schema-utils/commit/d4d334f0ba22eb6b6564b1119e8f3ea439e1f2bb))

##### Bug Fixes

-   **perf:** cache compiled schema ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;116](https://togithub.com/webpack/schema-utils/issues/116)) ([c51abef](https://togithub.com/webpack/schema-utils/commit/c51abefa4d4d62e1346b3a105182d36675595077))

</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/Canary-nextjs).
  • Loading branch information
renovate[bot] committed Sep 30, 2023
1 parent 493661d commit e4ac604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit e4ac604

Please sign in to comment.