From a73ccb6a438bac62e03000c4dbf9020c3faefd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:01:20 +0000 Subject: [PATCH] Update dependency lerna to v7.4.2 (#736) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lerna](https://lerna.js.org) ([source](https://togithub.com/lerna/lerna)) | [`8.0.0` -> `7.4.2`](https://renovatebot.com/diffs/npm/lerna/7.4.1/7.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lerna/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lerna/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lerna/7.4.1/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lerna/7.4.1/7.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lerna/lerna (lerna) ### [`v7.4.2`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#742-2023-10-27) [Compare Source](https://togithub.com/lerna/lerna/compare/04772e60871ac909c5c5e1a93fff8df0aa905c7d...b25dc5e8029d50895e2e508c62a7ce9b2b8ce32e) ##### Bug Fixes - **version:** support changelog-presets using async factory funcs ([#​3873](https://togithub.com/lerna/lerna/issues/3873)) ([bb5e7d7](https://togithub.com/lerna/lerna/commit/bb5e7d7a35de6c801943c8349832558f1e6adb50))
--- ### 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). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6012933438..b5ad690f24 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "json5": "2.2.3", "ky": "1.1.3", "ky-universal": "0.12.0", - "lerna": "8.0.0", + "lerna": "7.4.2", "lint-staged": "15.1.0", "lodash": "4.17.21", "lost": "9.0.2",