Skip to content

chore: add @lerna-lite/cli dependency#5121

Merged
longlho merged 1 commit intomainfrom
10-03-chore_add_lerna-lite_cli
Oct 3, 2025
Merged

chore: add @lerna-lite/cli dependency#5121
longlho merged 1 commit intomainfrom
10-03-chore_add_lerna-lite_cli

Conversation

@longlho
Copy link
Member

@longlho longlho commented Oct 3, 2025

TL;DR

Added @lerna-lite/cli as a development dependency to support monorepo management.

What changed?

Added @lerna-lite/cli version 4.9.0 to the project's development dependencies. This package provides a lightweight version of Lerna for managing JavaScript/TypeScript monorepos. The change also includes all the necessary transitive dependencies in the pnpm-lock.yaml file.

How to test?

  1. Run pnpm install to install the new dependency
  2. Verify that @lerna-lite/cli is available by running npx lerna --version
  3. Test basic lerna commands like npx lerna list to ensure the package is working correctly

Why make this change?

Adding Lerna Lite provides better tooling for managing this monorepo project. Lerna Lite offers features like versioning, publishing, and running commands across multiple packages in the repository, while being more lightweight than the full Lerna package. This will improve development workflows and make it easier to maintain consistency across packages in the monorepo.

Copy link
Member Author

longlho commented Oct 3, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • main - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@longlho longlho changed the title chore: add @lerna-lite/cli chore: add @lerna-lite/cli dependency Oct 3, 2025
@longlho longlho marked this pull request as ready for review October 3, 2025 21:19
@graphite-app
Copy link

graphite-app bot commented Oct 3, 2025

Merge activity

  • Oct 3, 9:19 PM UTC: longlho added this pull request to the Graphite merge queue.
  • Oct 3, 9:19 PM UTC: CI is running for this pull request on a draft pull request (#5122) due to your merge queue CI optimization settings.
  • Oct 3, 9:22 PM UTC: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (Unable to fast-forward merge trunk. To fix this, ensure that graphite-app is allowed to bypass required pull requests in your GitHub branch protection settings and/or rulesets.).

graphite-app bot pushed a commit that referenced this pull request Oct 3, 2025
### TL;DR

Added `@lerna-lite/cli` as a development dependency to support monorepo management.

### What changed?

Added `@lerna-lite/cli` version 4.9.0 to the project's development dependencies. This package provides a lightweight version of Lerna for managing JavaScript/TypeScript monorepos. The change also includes all the necessary transitive dependencies in the pnpm-lock.yaml file.

### How to test?

1. Run `pnpm install` to install the new dependency
2. Verify that `@lerna-lite/cli` is available by running `npx lerna --version`
3. Test basic lerna commands like `npx lerna list` to ensure the package is working correctly

### Why make this change?

Adding Lerna Lite provides better tooling for managing this monorepo project. Lerna Lite offers features like versioning, publishing, and running commands across multiple packages in the repository, while being more lightweight than the full Lerna package. This will improve development workflows and make it easier to maintain consistency across packages in the monorepo.
@longlho longlho merged commit 7257375 into main Oct 3, 2025
2 checks passed
@longlho longlho deleted the 10-03-chore_add_lerna-lite_cli branch October 3, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant