Skip to content

Commit

Permalink
Update dependency conf to v12 (#538)
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 |
|---|---|---|---|---|---|
| [conf](https://github.com/sindresorhus/conf) | [`11.0.2` -> `12.0.0`](https://renovatebot.com/diffs/npm/conf/11.0.2/12.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/conf/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/conf/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/conf/11.0.2/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conf/11.0.2/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/conf (conf)</summary>

### [`v12.0.0`](https://github.com/sindresorhus/conf/releases/tag/v12.0.0)

[Compare Source](https://github.com/sindresorhus/conf/compare/v11.0.2...v12.0.0)

##### Breaking

-   Require Node.js 18  [`aa12658`](https://github.com/sindresorhus/conf/commit/aa12658)

</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).
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 40660b1 commit 70dc81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"async-retry": "1.3.3",
"ci-info": "watson/ci-info#54e74d014ebed90aa5684c9812d8e14f49c194b0",
"commander": "11.1.0",
"conf": "11.0.2",
"conf": "12.0.0",
"cross-spawn": "7.0.3",
"fast-glob": "3.3.1",
"got": "13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"client-only": "0.0.1",
"comment-json": "4.2.3",
"compression": "1.7.4",
"conf": "11.0.2",
"conf": "12.0.0",
"constants-browserify": "1.0.0",
"content-disposition": "0.5.4",
"content-type": "1.0.5",
Expand Down

0 comments on commit 70dc81e

Please sign in to comment.