chore(deps): update dependency lerna to v9 #147

Open
kjuulh wants to merge 1 commits from renovate/lerna-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
lerna (source) devDependencies major ^8.0.0 -> ^9.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lerna/lerna (lerna)

v9.0.3

Compare Source

Note: Version bump only for package lerna

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
  • publish: ensure README file names are populated on package.json (#​4211) (362875d)
Features
  • support OIDC trusted publishing (d51e344)

OIDC trusted publishing is now supported by Lerna with no specification configuration required.

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.

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 (2025-07-27)

Bug Fixes

8.2.3 (2025-06-29)

Bug Fixes
  • use internal fork of unmaintained strong-log-transformer (#​4195) (7115485)

8.2.2 (2025-04-10)

Note: Version bump only for package lerna

8.2.1 (2025-03-03)

Note: Version bump only for package lerna

v8.2.4

Compare Source

Bug Fixes

v8.2.3

Compare Source

Bug Fixes
  • use internal fork of unmaintained strong-log-transformer (#​4195) (7115485)

v8.2.2

Compare Source

Note: Version bump only for package lerna


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lerna](https://lerna.js.org) ([source](https://github.com/lerna/lerna/tree/HEAD/packages/lerna)) | devDependencies | major | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/lerna/8.2.1/9.0.3) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lerna/lerna (lerna)</summary> ### [`v9.0.3`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#903-2025-11-27) [Compare Source](https://github.com/lerna/lerna/compare/v9.0.1...v9.0.3) **Note:** Version bump only for package lerna ### [`v9.0.1`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#901-2025-11-14) [Compare Source](https://github.com/lerna/lerna/compare/v9.0.0...v9.0.1) ##### Bug Fixes - expand version range to include nx v22.x ([#&#8203;4242](https://github.com/lerna/lerna/issues/4242)) ([0cca286](https://github.com/lerna/lerna/commit/0cca28612be720d39f55cc278a9a4a93e112d1e1)) ### [`v9.0.0`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#900-2025-09-23) [Compare Source](https://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://github.com/lerna/lerna/issues/4211)) ([362875d](https://github.com/lerna/lerna/commit/362875d7379a40f54fe75024c75946e41fb32d6e)) ##### Features - support OIDC trusted publishing ([d51e344](https://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://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://github.com/lerna/lerna/compare/v8.2.3...v8.2.4) (2025-07-27) ##### Bug Fixes - remove all remaining lodash usage ([#&#8203;4207](https://github.com/lerna/lerna/issues/4207)) ([8211512](https://github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246)) #### [8.2.3](https://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://github.com/lerna/lerna/issues/4195)) ([7115485](https://github.com/lerna/lerna/commit/71154858134982b6d8b829bad226b7b81b0c6498)) #### [8.2.2](https://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://github.com/lerna/lerna/compare/v8.2.0...v8.2.1) (2025-03-03) **Note:** Version bump only for package lerna ### [`v8.2.4`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#824-2025-07-27) [Compare Source](https://github.com/lerna/lerna/compare/v8.2.3...v8.2.4) ##### Bug Fixes - remove all remaining lodash usage ([#&#8203;4207](https://github.com/lerna/lerna/issues/4207)) ([8211512](https://github.com/lerna/lerna/commit/8211512df9b4ced9be48e62ba0672de261fc2246)) ### [`v8.2.3`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#823-2025-06-29) [Compare Source](https://github.com/lerna/lerna/compare/v8.2.2...v8.2.3) ##### Bug Fixes - use internal fork of unmaintained strong-log-transformer ([#&#8203;4195](https://github.com/lerna/lerna/issues/4195)) ([7115485](https://github.com/lerna/lerna/commit/71154858134982b6d8b829bad226b7b81b0c6498)) ### [`v8.2.2`](https://github.com/lerna/lerna/blob/HEAD/packages/lerna/CHANGELOG.md#822-2025-04-10) [Compare Source](https://github.com/lerna/lerna/compare/v8.2.1...v8.2.2) **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-04-11 02:02:05 +02:00
kjuulh force-pushed renovate/lerna-monorepo from 13a833f0f0 to 905c8c147b 2025-04-12 02:02:03 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 905c8c147b to 2600f95fa4 2025-04-13 02:02:22 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 2600f95fa4 to fa061e994b 2025-04-15 02:02:02 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from fa061e994b to fe70506a23 2025-04-16 02:01:56 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from fe70506a23 to dee17c4dae 2025-04-25 02:02:11 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from dee17c4dae to 377c19d6f4 2025-04-25 05:01:56 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 377c19d6f4 to 9b8a6fda53 2025-05-01 02:01:40 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 9b8a6fda53 to b3ae930369 2025-05-10 02:01:50 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from b3ae930369 to 8dacdc00c5 2025-05-13 02:01:49 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 8dacdc00c5 to b0b3d96444 2025-05-14 02:01:47 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from b0b3d96444 to a4393d8773 2025-05-17 02:01:37 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from a4393d8773 to 777456a4a5 2025-06-06 02:01:40 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 777456a4a5 to 918bc07e6d 2025-06-10 05:01:08 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 918bc07e6d to 2277f2c692 2025-06-12 02:01:36 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 2277f2c692 to afd60bb938 2025-06-18 02:01:14 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from afd60bb938 to 2cec86f0bd 2025-06-27 02:01:09 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 2cec86f0bd to c13ef6b362 2025-06-28 02:01:09 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from c13ef6b362 to ae33d644ed 2025-06-30 02:01:07 +02:00 Compare
kjuulh changed title from chore(deps): update dependency lerna to v8.2.2 to chore(deps): update dependency lerna to v8.2.3 2025-06-30 02:01:09 +02:00
kjuulh force-pushed renovate/lerna-monorepo from ae33d644ed to bb8a78ccdd 2025-07-07 02:01:10 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from bb8a78ccdd to e50945eb13 2025-07-08 02:00:56 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from e50945eb13 to ce230bdd16 2025-07-11 05:01:21 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from ce230bdd16 to 1b5d450e4a 2025-07-12 02:01:06 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 1b5d450e4a to 1d96820ffd 2025-07-18 02:01:09 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 1d96820ffd to 9396f1a35f 2025-07-19 02:01:05 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 9396f1a35f to 8c077a1229 2025-07-24 02:00:51 +02:00 Compare
kjuulh force-pushed renovate/lerna-monorepo from 8c077a1229 to 1c40ffba37 2025-11-13 02:18:19 +01:00 Compare
kjuulh changed title from chore(deps): update dependency lerna to v8.2.3 to chore(deps): update dependency lerna to v9 2025-11-13 02:18:23 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/lerna-monorepo:renovate/lerna-monorepo
git checkout renovate/lerna-monorepo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/backstage#147
No description provided.