dependabot[bot] opened a new pull request, #42829: URL: https://github.com/apache/superset/pull/42829
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 9.0.7 to 10.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/releases">lerna's releases</a>.</em></p> <blockquote> <h2>v10.0.0</h2> <h1><a href="https://github.com/lerna/lerna/compare/v9.0.7...v10.0.0">10.0.0</a> (2026-07-29)</h1> <ul> <li>feat!: throw error in case of stale remote for CI mode (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4369">#4369</a>) (<a href="https://github.com/lerna/lerna/commit/3e816822837edb0a1f70cd52c90207f520461907">3e81682</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4369">#4369</a></li> <li>feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4390">#4390</a>) (<a href="https://github.com/lerna/lerna/commit/a148ba23882e4e3d201b0198eefc37d6f18196d9">a148ba2</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4390">#4390</a></li> <li>fix(core)!: replace deprecated conventional-changelog dependencies (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4332">#4332</a>) (<a href="https://github.com/lerna/lerna/commit/b1ff72f7053870eaf661b06af9759c9fe6c0c5d6">b1ff72f</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4332">#4332</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> remove p-map-series, p-pipe, p-reduce, and p-waterfall (<a href="https://redirect.github.com/lerna/lerna/issues/4321">#4321</a>) (<a href="https://github.com/lerna/lerna/commit/fe066cb52fa47a590022108a098a9ba5fb108af2">fe066cb</a>)</li> <li><strong>core:</strong> remove upath dependency (<a href="https://redirect.github.com/lerna/lerna/issues/4317">#4317</a>) (<a href="https://github.com/lerna/lerna/commit/aa654700fdfb3bfe79e79a38cabbe3ff078a5f5b">aa65470</a>)</li> <li><strong>core:</strong> support changelog presets that only expose the ESM import condition (<a href="https://redirect.github.com/lerna/lerna/issues/4385">#4385</a>) (<a href="https://github.com/lerna/lerna/commit/294e33a2a6885bb34fdd8e48125eaf80d1058db1">294e33a</a>)</li> <li><strong>core:</strong> support OIDC trusted publishing on CircleCI (<a href="https://redirect.github.com/lerna/lerna/issues/4383">#4383</a>) (<a href="https://github.com/lerna/lerna/commit/a0963b909d7aea85cfef74ec1f3b65ff3df9d264">a0963b9</a>)</li> <li><strong>publish:</strong> show output from publish and postpublish lifecycle scripts (<a href="https://redirect.github.com/lerna/lerna/issues/4330">#4330</a>) (<a href="https://github.com/lerna/lerna/commit/9e87a343d88ecb717e08841d1461072a7928c90d">9e87a34</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>core:</strong> add bun as supported package manager (<a href="https://redirect.github.com/lerna/lerna/issues/4264">#4264</a>) (<a href="https://github.com/lerna/lerna/commit/4ca7d2cc46feef31641d6877cf32f420d2ebc897">4ca7d2c</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>In CI, <code>EBEHIND</code> 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.</p> <p>If you wish to opt into the old behavior, you can do so by setting <code>--ci-behind-behavior</code> (error | skip, default error) or <code>command.version.ciBehindBehavior</code> in <code>lerna.json</code>.</p> </li> <li> <p>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.</p> </li> <li> <p>Lerna now uses the current conventional-changelog APIs instead of the deprecated conventional-changelog-core stack.</p> <p>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.</p> <p>CLI options and version-bump behavior remain unchanged.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/lerna/lerna/compare/v9.0.7...v10.0.0">10.0.0</a> (2026-07-29)</h1> <ul> <li>feat!: throw error in case of stale remote for CI mode (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4369">#4369</a>) (<a href="https://github.com/lerna/lerna/commit/3e816822837edb0a1f70cd52c90207f520461907">3e81682</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4369">#4369</a></li> <li>feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4390">#4390</a>) (<a href="https://github.com/lerna/lerna/commit/a148ba23882e4e3d201b0198eefc37d6f18196d9">a148ba2</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4390">#4390</a></li> <li>fix(core)!: replace deprecated conventional-changelog dependencies (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4332">#4332</a>) (<a href="https://github.com/lerna/lerna/commit/b1ff72f7053870eaf661b06af9759c9fe6c0c5d6">b1ff72f</a>), closes <a href="https://redirect.github.com/lerna/lerna/issues/4332">#4332</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> remove p-map-series, p-pipe, p-reduce, and p-waterfall (<a href="https://redirect.github.com/lerna/lerna/issues/4321">#4321</a>) (<a href="https://github.com/lerna/lerna/commit/fe066cb52fa47a590022108a098a9ba5fb108af2">fe066cb</a>)</li> <li><strong>core:</strong> remove upath dependency (<a href="https://redirect.github.com/lerna/lerna/issues/4317">#4317</a>) (<a href="https://github.com/lerna/lerna/commit/aa654700fdfb3bfe79e79a38cabbe3ff078a5f5b">aa65470</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>core:</strong> add bun as supported package manager (<a href="https://redirect.github.com/lerna/lerna/issues/4264">#4264</a>) (<a href="https://github.com/lerna/lerna/commit/4ca7d2cc46feef31641d6877cf32f420d2ebc897">4ca7d2c</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>In CI, <code>EBEHIND</code> 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.</p> <p>If you wish to opt into the old behavior, you can do so by setting <code>--ci-behind-behavior</code> (error | skip, default error) or <code>command.version.ciBehindBehavior</code> in <code>lerna.json</code>.</p> </li> <li> <p>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.</p> </li> <li> <p>Lerna now uses the current conventional-changelog APIs instead of the deprecated conventional-changelog-core stack.</p> <p>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.</p> <p>CLI options and version-bump behavior remain unchanged.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lerna/lerna/commit/5f43163692731b80100fc69f73856bf6c440acbd"><code>5f43163</code></a> chore(misc): publish 10.0.0</li> <li><a href="https://github.com/lerna/lerna/commit/138260cc408a50cf5c61d44d95c0ea328b17eedb"><code>138260c</code></a> chore: nx 23.1 floor instead of 23.0 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4403">#4403</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/14bb53576ba8728f441b1c4d228c0cd0d4dac57b"><code>14bb535</code></a> chore(deps): bump js-yaml to 4.3.0 and tar to 7.5.20 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4397">#4397</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/3e816822837edb0a1f70cd52c90207f520461907"><code>3e81682</code></a> feat!: throw error in case of stale remote for CI mode (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4369">#4369</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/a148ba23882e4e3d201b0198eefc37d6f18196d9"><code>a148ba2</code></a> feat!: support node ^22.13.0 || ^24.0.0 || ^26.0.0, ship lerna as ESM-only (#...</li> <li><a href="https://github.com/lerna/lerna/commit/b1ff72f7053870eaf661b06af9759c9fe6c0c5d6"><code>b1ff72f</code></a> fix(core)!: replace deprecated conventional-changelog dependencies (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4332">#4332</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/1f7e1095893f644e560e51b1e094cc8ae4b5720f"><code>1f7e109</code></a> chore(repo): migrate from jest to vitest (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4389">#4389</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/4ca7d2cc46feef31641d6877cf32f420d2ebc897"><code>4ca7d2c</code></a> feat(core): add bun as supported package manager (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4264">#4264</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/474e774073ec12e59b86663f6d0d26eacca75d20"><code>474e774</code></a> feat!: require node ^22.12.0 || ^24.0.0 || ^26.0.0, nx ^23.0.0 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4387">#4387</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/8334afab3956457ea27d27f3d1ba337d74eb2ea4"><code>8334afa</code></a> chore: consolidate dependency updates (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4379">#4379</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lerna/lerna/commits/v10.0.0/packages/lerna">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for lerna since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
