From c2e98883e9f1e8f5451451585574768642419399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 09:31:54 +0000 Subject: [PATCH] Update dependency lerna to v8 (#747) 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)) | [`7.4.2` -> `8.0.0`](https://renovatebot.com/diffs/npm/lerna/7.4.1/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lerna/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lerna/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lerna/7.4.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lerna/7.4.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
lerna/lerna (lerna) ### [`v8.0.0`](https://togithub.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#800-2023-11-23) [Compare Source](https://togithub.com/lerna/lerna/compare/v7.4.2...v8.0.0) ##### Features - **version:** add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages ([#​3876](https://togithub.com/lerna/lerna/issues/3876)) ([3b05947](https://togithub.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef)) ### [`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/v7.4.1...v7.4.2) ##### 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 b5ad690f24..6012933438 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": "7.4.2", + "lerna": "8.0.0", "lint-staged": "15.1.0", "lodash": "4.17.21", "lost": "9.0.2",