Skip to content

chore(deps-dev): bump lerna from 9.0.4 to 10.0.0 in /superset-frontend - #42829

Merged
hainenber merged 1 commit into
masterfrom
dependabot/npm_and_yarn/superset-frontend/lerna-10.0.0
Aug 8, 2026
Merged

chore(deps-dev): bump lerna from 9.0.4 to 10.0.0 in /superset-frontend#42829
hainenber merged 1 commit into
masterfrom
dependabot/npm_and_yarn/superset-frontend/lerna-10.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps lerna from 9.0.7 to 10.0.0.

Release notes

Sourced from lerna's releases.

v10.0.0

10.0.0 (2026-07-29)

  • feat!: throw error in case of stale remote for CI mode (#4369) (3e81682), closes #4369
  • feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (#4390) (a148ba2), closes #4390
  • fix(core)!: replace deprecated conventional-changelog dependencies (#4332) (b1ff72f), closes #4332

Bug Fixes

  • core: remove p-map-series, p-pipe, p-reduce, and p-waterfall (#4321) (fe066cb)
  • core: remove upath dependency (#4317) (aa65470)
  • core: support changelog presets that only expose the ESM import condition (#4385) (294e33a)
  • core: support OIDC trusted publishing on CircleCI (#4383) (a0963b9)
  • publish: show output from publish and postpublish lifecycle scripts (#4330) (9e87a34)

Features

  • core: add bun as supported package manager (#4264) (4ca7d2c)

BREAKING CHANGES

  • In CI, EBEHIND will 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) or command.version.ciBehindBehavior in lerna.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.

Changelog

Sourced from lerna's changelog.

10.0.0 (2026-07-29)

  • feat!: throw error in case of stale remote for CI mode (#4369) (3e81682), closes #4369
  • feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (#4390) (a148ba2), closes #4390
  • fix(core)!: replace deprecated conventional-changelog dependencies (#4332) (b1ff72f), closes #4332

Bug Fixes

  • core: remove p-map-series, p-pipe, p-reduce, and p-waterfall (#4321) (fe066cb)
  • core: remove upath dependency (#4317) (aa65470)

Features

  • core: add bun as supported package manager (#4264) (4ca7d2c)

BREAKING CHANGES

  • In CI, EBEHIND will 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) or command.version.ciBehindBehavior in lerna.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.

Commits
  • 5f43163 chore(misc): publish 10.0.0
  • 138260c chore: nx 23.1 floor instead of 23.0 (#4403)
  • 14bb535 chore(deps): bump js-yaml to 4.3.0 and tar to 7.5.20 (#4397)
  • 3e81682 feat!: throw error in case of stale remote for CI mode (#4369)
  • a148ba2 feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (#...
  • b1ff72f fix(core)!: replace deprecated conventional-changelog dependencies (#4332)
  • 1f7e109 chore(repo): migrate from jest to vitest (#4389)
  • 4ca7d2c feat(core): add bun as supported package manager (#4264)
  • 474e774 feat!: require node ^22.12.0 || ^24.0.0 || ^26.0.0, nx ^23.0.0 (#4387)
  • 8334afa chore: consolidate dependency updates (#4379)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for lerna since your current version.


@dependabot dependabot Bot added dependabot npm Dependabot - npm related PRs labels Aug 6, 2026
@dosubot dosubot Bot added dependencies:npm risk:breaking-change Issues or PRs that will introduce breaking changes labels Aug 6, 2026
@bito-code-review

bito-code-review Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.37%. Comparing base (8683d16) to head (62b5f18).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #42829   +/-   ##
=======================================
  Coverage   66.36%   66.37%           
=======================================
  Files        2857     2857           
  Lines      161048   161048           
  Branches    37046    37046           
=======================================
+ Hits       106887   106889    +2     
+ Misses      52145    52143    -2     
  Partials     2016     2016           
Flag Coverage Δ
javascript 73.19% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sadpandajoe
sadpandajoe requested a review from rusackas August 6, 2026 17:23
@rusackas

rusackas commented Aug 7, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 9.0.7 to 10.0.0.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v10.0.0/packages/lerna)

---
updated-dependencies:
- dependency-name: lerna
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/superset-frontend/lerna-10.0.0 branch from e1ae572 to 62b5f18 Compare August 7, 2026 12:57
@rusackas rusackas changed the title chore(deps-dev): bump lerna from 9.0.7 to 10.0.0 in /superset-frontend chore(deps-dev): bump lerna from 9.0.4 to 10.0.0 in /superset-frontend Aug 7, 2026
@hainenber

Copy link
Copy Markdown
Contributor

The biggest breaking change, throwing validation error in case of stale remote, is only applicable to CI and as far as the codebase describes, we do not run release commands in CI. So the change is nullified.

Outside of that, this should be good to go.

@hainenber
hainenber merged commit a6c478c into master Aug 8, 2026
77 checks passed
@hainenber
hainenber deleted the dependabot/npm_and_yarn/superset-frontend/lerna-10.0.0 branch August 8, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies:npm npm Dependabot - npm related PRs risk:breaking-change Issues or PRs that will introduce breaking changes size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants