build: Expand lerna version range to accept v6#3417
Merged
escapedcat merged 1 commit intoconventional-changelog:masterfrom Nov 1, 2022
JaneJeon:patch-1
Merged
build: Expand lerna version range to accept v6#3417escapedcat merged 1 commit intoconventional-changelog:masterfrom JaneJeon:patch-1
escapedcat merged 1 commit intoconventional-changelog:masterfrom
JaneJeon:patch-1
Conversation
See #3409. Even with the peerDependencies: optional, npm will *still* kick and scream and end your process if you try to use this with lerna v6.
Member
:D That's what it does. Thanks for the PR! Will do a release. |
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.
See #3409.
Even with the peerDependencies: optional, npm will still kick and scream and end your process if you try to use this with lerna v6.
Note that this is NOT a breaking change - and simply allows people with lerna v6 to work with the package. People on lerna v5 will not even notice the difference.
Description
Allows this package to work with lerna v6
Motivation and Context
See above
Usage examples
How Has This Been Tested?
Types of changes
Checklist: