Skip to content

Commit 4bf7611

Browse files
Update dependency conf to v15 (#2069)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [conf](https://redirect.github.com/sindresorhus/conf) | [`14.0.0` -> `15.0.0`](https://renovatebot.com/diffs/npm/conf/14.0.0/15.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/conf/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conf/14.0.0/15.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sindresorhus/conf (conf)</summary> ### [`v15.0.0`](https://redirect.github.com/sindresorhus/conf/releases/tag/v15.0.0) [Compare Source](https://redirect.github.com/sindresorhus/conf/compare/v14.0.0...v15.0.0) There are no known breaking changes, but it's a major release since it contains a large refactor, and that introduces risk. - Add [`.appendToArray()`](https://redirect.github.com/sindresorhus/conf?tab=readme-ov-file#appendtoarraykey-value) method [`a1dbf86`](https://redirect.github.com/sindresorhus/conf/commit/a1dbf86) - Fix constructor validation preventing migrations from fixing invalid schema data [`a1b43e6`](https://redirect.github.com/sindresorhus/conf/commit/a1b43e6) - Fix `clear()` method to emit single change event [`9b83a9d`](https://redirect.github.com/sindresorhus/conf/commit/9b83a9d) - Fix store setter to preserve internal migration data [`ceefe13`](https://redirect.github.com/sindresorhus/conf/commit/ceefe13) *** </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
1 parent 4745dbd commit 4bf7611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"chalk": "5.6.2",
4444
"ci-info": "watson/ci-info#688b9c25d246ee129ddd49f8e83449031f886ab6",
4545
"commander": "14.0.1",
46-
"conf": "14.0.0",
46+
"conf": "15.0.0",
4747
"cpy": "12.0.1",
4848
"cross-spawn": "7.0.6",
4949
"glob": "11.0.3",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
"client-only": "0.0.1",
194194
"comment-json": "4.2.5",
195195
"compression": "1.8.1",
196-
"conf": "14.0.0",
196+
"conf": "15.0.0",
197197
"constants-browserify": "1.0.0",
198198
"content-disposition": "0.5.4",
199199
"content-type": "1.0.5",

0 commit comments

Comments
 (0)