Skip to content

Commit 1480aee

Browse files
chore(deps): update dependency lerna to v9 (#7771)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [lerna](https://lerna.js.org) ([source](https://redirect.github.com/lerna/lerna/tree/HEAD/packages/lerna)) | [`8.2.4` -> `9.0.0`](https://renovatebot.com/diffs/npm/lerna/8.2.4/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lerna/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lerna/8.2.4/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lerna/lerna (lerna)</summary> ### [`v9.0.0`](https://redirect.github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#900-2025-09-23) [Compare Source](https://redirect.github.com/lerna/lerna/compare/v8.2.4...v9.0.0) ##### Bug Fixes - **publish:** ensure README file names are populated on package.json ([#&#8203;4211](https://redirect.github.com/lerna/lerna/issues/4211)) ([362875d](https://redirect.github.com/lerna/lerna/commit/362875d7379a40f54fe75024c75946e41fb32d6e)) ##### Features - support OIDC trusted publishing ([d51e344](https://redirect.github.com/lerna/lerna/commit/d51e344e016ebc2308a2185ca7e660a0cb47d143)) OIDC trusted publishing is now supported by Lerna with no specification configuration required. - A new guide has been added: <https://lerna.js.org/docs/recipes/oidc-trusted-publishing> - A fully working example repo has been set up here <https://github.com/JamesHenry/lerna-v9-oidc-publishing-example> ##### BREAKING CHANGES > After updating we strongly recommend running `lerna repair` in your project. This will migrate your `lerna.json` to the latest and greatest and remove any outdated options. As this is a major release there are a few breaking changes to be aware of, which may or may not affect your lerna repos, depending on how you are using the tool. - **node v18 support is dropped because it is end of life** When a node version becomes end of life (EOL) it means that it does not receive any updates or maintenance whatsoever, even if critical security vulnerabilities have been uncovered. We strongly encourage all folks here to keep up with the maintenance LTS version of Node at an absolute minimum: <https://github.com/nodejs/release#release-schedule> The versions of node supported by lerna are now `^20.19.0 || ^22.12.0 || >=24.0.0`. - **The [@&#8203;lerna/legacy-package-management](https://redirect.github.com/lerna/legacy-package-management) package has been formally removed after 2 years of deprecation**. If you are still using `lerna add`, `lerna bootstrap` or `lerna link` commands, please migrate to using your package manager's long-supported workspaces feature. The updated guide should help with this <https://lerna.js.org/docs/legacy-package-management>\*\* #### [8.2.4](https://redirect.github.com/lerna/lerna/compare/v8.2.3...v8.2.4) (2025-07-27) ##### Bug Fixes - remove all remaining lodash usage ([#&#8203;4207](https://redirect.github.com/lerna/lerna/issues/4207)) ([8211512](https://redirect.github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246)) #### [8.2.3](https://redirect.github.com/lerna/lerna/compare/v8.2.2...v8.2.3) (2025-06-29) ##### Bug Fixes - use internal fork of unmaintained strong-log-transformer ([#&#8203;4195](https://redirect.github.com/lerna/lerna/issues/4195)) ([7115485](https://redirect.github.com/lerna/lerna/commit/71154858134982b6d8b829bad226b7b81b0c6498)) #### [8.2.2](https://redirect.github.com/lerna/lerna/compare/v8.2.1...v8.2.2) (2025-04-10) **Note:** Version bump only for package lerna #### [8.2.1](https://redirect.github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03) **Note:** Version bump only for package lerna </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <[email protected]>
1 parent c08a8b9 commit 1480aee

File tree

4 files changed

+1308
-669
lines changed

4 files changed

+1308
-669
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ cypress/downloads
3333
debug-storybook.log
3434

3535
.vscode
36+
.cursor/rules/nx-rules.mdc
37+
.github/instructions/nx.instructions.md

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ dist
77
temp
88
.out
99

10-
.nx
10+
.nx
11+
/.nx/cache
12+
/.nx/workspace-data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",
8888
"husky": "9.1.7",
89-
"lerna": "8.2.4",
89+
"lerna": "9.0.0",
9090
"lint-staged": "16.2.4",
9191
"npm-run-all2": "8.0.4",
9292
"postcss": "8.5.6",

0 commit comments

Comments
 (0)