feat(build)!: prepare official Lerna-Lite 2.0 release#567
Merged
ghiscoding merged 55 commits intomainfrom Apr 14, 2023
Merged
Conversation
…540) * chore(version): remove sync lock support for npm version below 8.5.0 * chore: update `--sync-workspace-lock` docs & remove unused import
#545) * feat: remove all deprecated options tagged to be removed in next major * chore: remove unused unit tests since we removed some of these flags
* chore: add Node 19 to list of testing environment
…nd (#554) * feat(run)!: remove `--use-nx` (powered by Nx) option from `run` command
* chore(deps): test useNx with lower version of Nx * chore: fix failing unit test * chore: fix failing unit tests
…ses (#555) * feat(version): add `--skip-bump-only-release` to avoid empty gh releases
Codecov Report
@@ Coverage Diff @@
## main #567 +/- ##
==========================================
+ Coverage 97.45% 98.08% +0.64%
==========================================
Files 152 152
Lines 4577 11422 +6845
Branches 1062 2028 +966
==========================================
+ Hits 4460 11202 +6742
- Misses 117 219 +102
- Partials 0 1 +1
... and 58 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Description
Prepare the official v2.0 release of Lerna-Lite by merging the
nextbranch into themainbranch, see #262 for the list of all the changes and PRs that were pushed to thenextbranchNew Requirements
versionandpublishcommands are now optional and must be installed separatelyMotivation and Context
Go ahead with the official 2.0 release
How Has This Been Tested?
Types of changes
Checklist: