hainenber opened a new pull request, #37222: URL: https://github.com/apache/superset/pull/37222
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> build(dev-deps): replace monolithic Lerna with lightweight `@lerna-lite` ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR is to replace monorepo tooling Lerna with a lightweight alternative, API-compliant and modular `@lerna-lite/*` packages. - `@lerna-lite/exec` - `@lerna-lite/version` - `@lerna-lite/publish` Once this PR gets merged, there would be a reduction of approximately 100+ dev deps. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Confirm that `npm plugins:create-*` commands that utilizes `lerna version` in dry mode <img width="1071" height="672" alt="Screenshot 2026-01-17 at 14 55 27" src="https://github.com/user-attachments/assets/9757a3bf-f0bd-4b07-93a3-0384b1e9e0b9" /> `lerna exec` is executed in CI so expect the CI should be green for acceptance criterion. I might need help with `lerna publish` though. ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> For write access maintainers: - Run `npm run plugins:release-from-tag` to test out publishing functionality is still intact. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
