chore(deps): update dependency lerna to v2.9.0 #47
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.
This Pull Request updates dependency lerna from
v2.1.2
tov2.9.0
Release Notes
v2.2.0
A new command, tweaks to logging and init scaffolding, and documentation!
π Enhancement
lerna link
command. ([@βInkdpixels])π Documentation
Committers: 5
v2.3.0
New options for
lerna import
andlerna publish
, set--loglevel
from lerna.json, and more!π Enhancement
--flatten
option to use when merge conflicts cannot be imported. ([@βdmaksimovic])--allow-branch
option to restrict publish to designated branches. ([@βFaHeymann])π Bug Fix
--canary=<value>
as prerelease tag, not commit-ish. ([@βachingbrain])--loglevel
config from lerna.json. ([@βevocateur])π Documentation
π Internal
npmPublishAsPrerelease
tonpmPublish
to avoid confusion. ([@βHypnosphi])Committers: 7
v2.3.1
This is what happens when you forget to pull from upstream before publishing.
π Polish
Committers: 1
v2.4.0
I inadvertently made
lerna bootstrap --hoist
really slow in v2.3.0, so that's fixed. Big thanks to all the contributors!π Enhancement
π Bug Fix
process.exitCode
instead of callingprocess.exit(code)
. ([@βevocateur])π Polish
π Documentation
Committers: 4
v2.5.0
A new command (
lerna add
), new flags for bootstrap and link commands, and a much-improved experience when publishing "final" releases after a series of prereleases!π Enhancement
lerna add <pkg>[@​version] [--dev]
. ([@βmarionebl])π Bug Fix
π Documentation
π Internal
Committers: 11
v2.5.1
A quick bugfix for an overlooked case in
lerna add
.π Bug Fix
Committers: 1
v2.6.0
Happy 2018! π
π Enhancement
--stream
option tolerna exec
. ([@βalan-agius4])--changelog-preset
option to customize--conventional-commits
output. ([@βalan-agius4])π Bug Fix
git add
in respect to OS/environment. ([@βzenflow])packages
locations when resetting canary changes. ([@βjwickens])π Documentation
Committers: 10
v2.7.0
π Enhancement
π Bug Fix
π Documentation
π Internal
Committers: 7
v2.7.1
π Bug Fix
Committers: 3
v2.7.2
π Enhancement
--message
. ([@βmojavelinux])π Bug Fix
Committers: 2
v2.8.0
v2.8.0 (2018-01-19)
This is the first release on the
2.x
branch, which has been created to facilitate maintenance releases while v3.0 is in development onmaster
. Efforts will be made to backport fixes frommaster
, but no guarantees about release cadence.π Enhancement
π Bug Fix
git commit
. ([@βevocateur])Committers: 3
v2.9.0
v2.9.0 (2018-02-14)
π Enhancement
π Documentation
Committers: 3
This PR has been generated by Renovate Bot.