Skip to content

Commit f4c19e7

Browse files
chore(deps): update dependency lerna to v7 (#4710)
[![Mend Renovate](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://github.com/lerna/lerna)) | [`^6.0.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/lerna/6.6.2/7.0.0) | [![age](https://badges.renovateapi.com/packages/npm/lerna/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/lerna/7.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/lerna/7.0.0/compatibility-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/lerna/7.0.0/confidence-slim/6.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lerna/lerna</summary> ### [`v7.0.0`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#&#8203;700-httpsgithubcomlernalernacompare700-alpha0700-2023-06-08) [Compare Source](https://github.com/lerna/lerna/compare/6.6.2...7.0.0) ##### Bug Fixes - bump cosmiconfig to v8 ([#&#8203;3701](https://github.com/lerna/lerna/issues/3701)) ([898923d](https://github.com/lerna/lerna/commit/898923d198319d76ed5e37e553bfe3b27e43604c)) - internal cli.js should not be bundled ([53d73c6](https://github.com/lerna/lerna/commit/53d73c6aa9833e5a5bf60c2c78896456e77fab40)) - migration building/publishing issues ([27bf800](https://github.com/lerna/lerna/commit/27bf800b6e7670ea1ec5576fdf008e8d09897d4b)) - **publish:** use correct version in log messages ([#&#8203;3702](https://github.com/lerna/lerna/issues/3702)) ([4be9188](https://github.com/lerna/lerna/commit/4be9188e68c5d4c320c0946e6e386cbee95a8efe)) - support nx 16.3.1+ ([#&#8203;3707](https://github.com/lerna/lerna/issues/3707)) ([647dbb5](https://github.com/lerna/lerna/commit/647dbb512bf6a873cab6362c434b420b18af0ad4)) ##### Features - add migration for adding $schema, increase some strictness ([73ceac3](https://github.com/lerna/lerna/commit/73ceac3dc2cf0e1246d4433cb101d1e794b2cca3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <[email protected]>
1 parent 74ffd67 commit f4c19e7

File tree

3 files changed

+484
-1041
lines changed

3 files changed

+484
-1041
lines changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"useWorkspaces": true,
43
"version": "1.16.1",
54
"npmClient": "yarn",
65
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"handlebars": "^4.7.7",
7676
"husky": "^8.0.0",
7777
"identity-obj-proxy": "^3.0.0",
78-
"lerna": "^6.0.1",
78+
"lerna": "^7.0.0",
7979
"lint-staged": "^13.0.0",
8080
"npm-run-all": "^4.1.5",
8181
"prettier": "^2.8.4",

0 commit comments

Comments
 (0)