Commit 1480aee
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) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
([#​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
[@​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
([#​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
([#​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
4 files changed
+1308
-669
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments