keystonejs / keystone

The most powerful headless CMS for Node.js — built with GraphQL and React
https://keystonejs.com
MIT License
8.98k stars 1.13k forks source link

fix(deps): update dependency conf to v13 #9174

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
conf ^10.2.0 -> ^13.0.0 age adoption passing confidence

Release Notes

sindresorhus/conf (conf) ### [`v13.0.1`](https://togithub.com/sindresorhus/conf/releases/tag/v13.0.1) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v13.0.0...v13.0.1) - Fix validation being incorrectly run before schema change ([#​194](https://togithub.com/sindresorhus/conf/issues/194)) [`529e762`](https://togithub.com/sindresorhus/conf/commit/529e762) ### [`v13.0.0`](https://togithub.com/sindresorhus/conf/releases/tag/v13.0.0) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v12.0.0...v13.0.0) ##### Breaking - Switch from JSON Schema draft-v7 to [draft-2020-12](https://json-schema.org/draft/2020-12/release-notes#2020-12-release-notes) - Please [read about](https://ajv.js.org/json-schema.html#draft-2020-12) the breaking changes. *This is only a breaking change if you use the `schema` option.* ### [`v12.0.0`](https://togithub.com/sindresorhus/conf/releases/tag/v12.0.0) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v11.0.2...v12.0.0) ##### Breaking - Require Node.js 18 [`aa12658`](https://togithub.com/sindresorhus/conf/commit/aa12658) ### [`v11.0.2`](https://togithub.com/sindresorhus/conf/releases/tag/v11.0.2) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v11.0.1...v11.0.2) - Fix types for `.delete()` to allow access by dot notation ([#​182](https://togithub.com/sindresorhus/conf/issues/182)) [`5b9a6e3`](https://togithub.com/sindresorhus/conf/commit/5b9a6e3) ### [`v11.0.1`](https://togithub.com/sindresorhus/conf/releases/tag/v11.0.1) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v11.0.0...v11.0.1) - Fix paths in `package.json`'s exports ([#​172](https://togithub.com/sindresorhus/conf/issues/172)) [`99732a0`](https://togithub.com/sindresorhus/conf/commit/99732a0) ### [`v11.0.0`](https://togithub.com/sindresorhus/conf/releases/tag/v11.0.0) [Compare Source](https://togithub.com/sindresorhus/conf/compare/v10.2.0...v11.0.0) ##### Breaking - Require Node.js 14 [`cea3d68`](https://togithub.com/sindresorhus/conf/commit/cea3d68) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - The `projectName` option is now required unless you use the `cwd` option. - Previously, the package fetched the package name from the closest package.json, but this is no longer possible with ESM. - If you target Node.js 18 or later, it's quite easy to [read package.json](https://togithub.com/sindresorhus/conf/issues/171). - The `projectVersion` option is now required if you use the `migration` option. - Remove [encryption migration](https://togithub.com/sindresorhus/conf/releases/tag/v5.0.0) [`80e1ff0`](https://togithub.com/sindresorhus/conf/commit/80e1ff0) - Make sure to upgrade to v10 first if you upgrade from a version earlier than [v5](https://togithub.com/sindresorhus/conf/releases/tag/v5.0.0).

Configuration

📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.



This PR has been generated by Mend Renovate. View repository job log here.