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 PR contains the following updates:
^2.10.2
->^3.0.0
Release Notes
lerna/lerna
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
v3.4.0
Compare Source
Features
3.3.2 (2018-09-12)
Bug Fixes
--force-publish
in a canary release (b97d9a3), closes #1638--force-publish
to work on tagged releases (7971bf3), closes #1667 #16713.3.1 (2018-09-11)
Bug Fixes
v3.3.2
Compare Source
Features
3.3.2 (2018-09-12)
Bug Fixes
--force-publish
in a canary release (b97d9a3), closes #1638--force-publish
to work on tagged releases (7971bf3), closes #1667 #16713.3.1 (2018-09-11)
Bug Fixes
v3.3.1
Compare Source
Bug Fixes
--force-publish
in a canary release (b97d9a3), closes #1638--force-publish
to work on tagged releases (7971bf3), closes #1667 #1671v3.3.0
Compare Source
Bug Fixes
Features
3.2.1 (2018-08-28)
Bug Fixes
v3.2.1
Compare Source
Bug Fixes
Features
3.2.1 (2018-08-28)
Bug Fixes
v3.2.0
Compare Source
Bug Fixes
--no-git-tag-version
passed (bd948cc), closes #1613Features
--help
output (#1612) (2ab62c1), closes #16083.1.4 (2018-08-21)
Bug Fixes
3.1.3 (2018-08-21)
Bug Fixes
3.1.2 (2018-08-20)
Bug Fixes
3.1.1 (2018-08-17)
Bug Fixes
pacote
to resolve third-party registry authentication woes (a0fbf46), closes #1572 #1539v3.1.4
Compare Source
Bug Fixes
--no-git-tag-version
passed (bd948cc), closes #1613Features
--help
output (#1612) (2ab62c1), closes #16083.1.4 (2018-08-21)
Bug Fixes
3.1.3 (2018-08-21)
Bug Fixes
3.1.2 (2018-08-20)
Bug Fixes
3.1.1 (2018-08-17)
Bug Fixes
pacote
to resolve third-party registry authentication woes (a0fbf46), closes #1572 #1539v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
Bug Fixes
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Bug Fixes
Features
[@lerna](https://renovatebot.com/gh/lerna)/check-working-tree
(98cd41f)[@lerna](https://renovatebot.com/gh/lerna)/describe-ref
(8c11b75)3.0.6 (2018-08-16)
Bug Fixes
--preid
over existing prerelease ID (#1568) (f2c470a)3.0.5 (2018-08-15)
Bug Fixes
3.0.4 (2018-08-14)
Bug Fixes
--json
tonpm pack
when npm >= 5.10.0 (71babce), closes #15583.0.3 (2018-08-11)
Bug Fixes
--skip-npm
functionality (cb47cb6), closes #15533.0.2 (2018-08-11)
Bug Fixes
--conventional-commits
when choosing version (a74c866)3.0.1 (2018-08-10)
Bug Fixes
v3.0.6
Compare Source
Bug Fixes
Features
[@lerna](https://renovatebot.com/gh/lerna)/check-working-tree
(98cd41f)[@lerna](https://renovatebot.com/gh/lerna)/describe-ref
(8c11b75)3.0.6 (2018-08-16)
Bug Fixes
--preid
over existing prerelease ID (#1568) (f2c470a)3.0.5 (2018-08-15)
Bug Fixes
3.0.4 (2018-08-14)
Bug Fixes
--json
tonpm pack
when npm >= 5.10.0 (71babce), closes #15583.0.3 (2018-08-11)
Bug Fixes
--skip-npm
functionality (cb47cb6), closes #15533.0.2 (2018-08-11)
Bug Fixes
--conventional-commits
when choosing version (a74c866)3.0.1 (2018-08-10)
Bug Fixes
v3.0.5
Compare Source
Bug Fixes
--preid
over existing prerelease ID (#1568) (f2c470a)v3.0.4
Compare Source
Bug Fixes
v3.0.3
Compare Source
Bug Fixes
--json
tonpm pack
when npm >= 5.10.0 (71babce), closes #1558v3.0.2
Compare Source
Bug Fixes
--skip-npm
functionality (cb47cb6), closes #1553v3.0.1
Compare Source
Bug Fixes
--conventional-commits
when choosing version (a74c866)v3.0.0
Compare Source
Bug Fixes
npm pack
experience (627cfc2)Features
npm pack
beforenpm publish
(8d80b2c)lerna version
from oflerna publish
(#1522) (8b97394), closes #277 #936 #956 #961 #1056 #1118 #1385 #1483 #1494BREAKING CHANGES
changed: The package names emitted to stdout are no longer prefixed by a "- ", and private packages are no longer displayed by default.
list: The default output of
lerna ls
no longer shows version strings or private packages.The new alias
lerna la
resembles the old output, with the addition of relative path to the packageThe new alias
lerna ll
is a shortcut for the new--long
optionA new
--parseable
option has been added to aid magical piping incantations--preid
now defaults to "alpha" during prereleases:The previous default for this option was undefined, which led to an awkward "1.0.1-0" result when passed to
semver.inc()
.The new default "alpha" yields a much more useful "1.0.1-alpha.0" result. Any previous prerelease ID will be preserved, just as it was before.
--no-verify
is no longer passed togit commit
by default, but controlled by the new--commit-hooks
option:The previous behavior was too overzealous, and the new option operates exactly like the corresponding npm version option of the same name.
As long as your pre-commit hooks are properly scoped to ignore changes in package.json files, this change should not affect you. If that is not the case, you may pass
--no-commit-hooks
to restore the previous behavior.Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.