chore(deps): update dependency lerna to v10 - #959
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
October 29, 2025 00:11
9f7345a to
505bc51
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
November 14, 2025 11:06
f748171 to
5fde822
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
November 20, 2025 20:51
2cdc2c0 to
1291e8f
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
December 3, 2025 17:16
78b45a4 to
f069542
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
December 31, 2025 19:31
4a441dc to
687db3d
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
January 8, 2026 18:31
687db3d to
e37ab7a
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
January 23, 2026 19:10
e244395 to
004dba9
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
February 2, 2026 21:08
004dba9 to
721ed62
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
February 17, 2026 16:30
e0dae8d to
ffda7f9
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
March 5, 2026 16:08
e021e95 to
320620c
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
3 times, most recently
from
March 13, 2026 22:05
2adc550 to
73c24e0
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
April 1, 2026 17:31
73c24e0 to
9346a64
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
April 8, 2026 19:16
9346a64 to
c769f44
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
April 29, 2026 10:56
c769f44 to
e7a7f65
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
2 times, most recently
from
May 18, 2026 09:41
16bb4a7 to
0ab17a4
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
May 28, 2026 14:16
0ab17a4 to
f019ea0
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
3 times, most recently
from
July 30, 2026 17:39
9cd7f41 to
010e8aa
Compare
renovate
Bot
force-pushed
the
renovate/major-lerna-monorepo
branch
from
July 31, 2026 10:55
010e8aa to
7a1be0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.2.4→10.0.0Release Notes
lerna/lerna (lerna)
v10.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
In CI,
EBEHINDwill now be thrown during versioning and publishing if the checkout is behind the latest on the remote. This previously only occurred outside of CI environments.If you wish to opt into the old behavior, you can do so by setting
--ci-behind-behavior(error | skip, default error) orcommand.version.ciBehindBehaviorinlerna.json.Lerna is now shipped as ESM-only and the lowest supported node version has changed to 22.13.0, because on this version CommonJS consumers can still require in its entry points without any additional flags or warnings.
Lerna now uses the current conventional-changelog APIs instead of the deprecated conventional-changelog-core stack.
Generated CHANGELOG.md output may differ, including normalized whitespace and URL-encoded tag names. Projects using custom changelog presets should verify their output; Lerna retains compatibility for legacy parser/writer option names and Handlebars string templates.
CLI options and version-bump behavior remain unchanged.
9.0.7 (2026-03-13)
Bug Fixes
9.0.6 (2026-03-11)
Bug Fixes
9.0.5 (2026-02-28)
Bug Fixes
9.0.4 (2026-02-10)
Bug Fixes
9.0.3 (2025-11-27)
Note: Version bump only for package lerna
9.0.2 (2025-11-27)
Note: Version bump only for package lerna
9.0.1 (2025-11-14)
Bug Fixes
v9.0.7Compare Source
Bug Fixes
v9.0.6Compare Source
Bug Fixes
v9.0.5Compare Source
Bug Fixes
v9.0.4Compare Source
Bug Fixes
v9.0.3Compare Source
Note: Version bump only for package lerna
v9.0.1Compare Source
Bug Fixes
v9.0.0Compare Source
Bug Fixes
Features
OIDC trusted publishing is now supported by Lerna with no specification configuration required.
BREAKING CHANGES
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.
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 bootstraporlerna linkcommands, 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
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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.