Closed greenkeeper[bot] closed 6 years ago
Update to this version instead π
Update to this version instead π
--conventional-commits
when choosing version (a74c866)The new version differs by 9 commits.
784d64e
chore(release): publish v3.0.2
e330f6f
fix(conventional-commits): Provide fallback bump when releaseType is missing
a74c866
fix(version): Positional bump supersedes --conventional-commits
when choosing version
8ed7d83
fix(conventional-commits): Pass --tag-version-prefix to changelog utilities
0bfdff5
fix(publish): Allow disabling of registry and package verification
f159442
fix(publish): Add default for --tag-version-prefix
bb1cfb5
fix(version): Allow config files to override defaults
f15b6fb
fix(run): Allow config files to override defaults
2335149
fix(exec): Allow config files to override defaults
See the full diff
Update to this version instead π
Update to this version instead π
The new version differs by 8 commits.
eea9c5f
chore(release): publish v3.0.4
3d348ec
fix(publish): Run publish from leaf nodes again
516b381
chore(publish): correct coverage ignore
42f4fdd
fix(publish): Do not ping third-party registries
1a4afda
test(publish): Full coverage of verification methods
609e824
test(version): Use correct snapshot serializer
71babce
fix(publish): Only pass --json
to npm pack
when npm >= 5.10.0
9af362d
refactor(bootstrap): Extract @lerna/has-npm-version predicate
See the full diff
Update to this version instead π
--private
to be configured from file (21e134c)--sort
to be configured from file (f4aed75)-y
alias for --yes
(3ea460c)The new version differs by 17 commits.
882b52e
chore(release): publish v3.0.5
009b113
chore(ci): Run ci script instead of sequential copypasta
fec8d4a
chore(travis): Prettier has opinions
ef6edbd
chore(build): Always run integration tests with --maxWorkers=2
6b005f0
test(bootstrap): Split bootstrap integration tests to get faster feedback on slow tests
f5ae298
chore(helpers): Extract commitChangeToPackage()
853d03f
test(publish): Split publish integration tests to get faster feedback on slow tests
936ce03
test(publish): Move option validation into unit tests
89645b7
fix(version): Log skipped publish when composed
a97262c
fix(collect-updates): Remove period from committish log message
21e134c
fix(filter-options): Allow --private to be configured from file
f4aed75
fix(global-options): Allow --sort to be configured from file
3ea460c
fix(options): Provide -y alias for --yes
da2f886
fix(help): Insert line break before describing boolean negations
47766e5
fix(publish): Add confirmation prompt before execution
There are 17 commits in total.
See the full diff
Update to this version instead π
whatwg-url
instead of node 8.x-dependent URL class (8701b79)--preid
over existing prerelease ID (#1568) (f2c470a)--preid
to selection prompt (23a30a0), closes #1214The new version differs by 13 commits.
f2e67db
chore(release): publish v3.0.6
23a30a0
fix(version): Pass --preid to selection prompt
c027246
fix(npm-publish): Tip-toe around logging when emitting chunk to stdout
89e31d2
fix(init): Consume lernaVersion from options, not instance property
12b4280
fix(command): Silence goalpost logging when running a composed command
8701b79
fix(create): Use whatwg-url instead of node 8.x-dependent URL class
a3c2ce3
chore(deps): Upgrade eslint-plugin-node
bf83c2b
chore: prettier has opinions about yaml, i guess
bc76aa2
chore(deps): Upgrade eslint-config-prettier
3cbeeab
chore(helpers): Pass explicit diff prefixes to avoid localized variation in snapshots
f2c470a
fix(version): Prioritize --preid
over existing prerelease ID (#1568)
4c83735
chore: bump transitive dependencies
90cbca2
chore: bump dev dependencies
See the full diff
Update to this version instead π
The new version differs by 15 commits.
7f97c7b
chore(release): publish v3.1.0
86ba7a0
refactor(describe-ref): lastTag -> lastTagName
3488385
chore(describe-ref): Add logging
f5e8332
refactor(describe-ref): Coerce boolean isDirty
0449a8e
refactor(check-working-tree): Move validators into named exports for partial validation
f98190a
test(integration): inline snapshots with serializer that doesn't recurse infinitely
d8ee1cf
fix(version): Throw errors if tree is unclean or duplicating tagged release
5da0e42
fix(publish): Throw errors if --canary attempted on unclean tree or tagged release
98cd41f
feat: Create @lerna/check-working-tree
1f96aa1
refactor(version): Extract breaking change management into chained instance method
c72993b
refactor(publish): Use utils/describe-ref for canary versioning
082d876
fix(collect-updates): Report no changes when on a release commit
8c11b75
feat: Create @lerna/describe-ref
67494e7
fix(command): Log lerna CLI version with less ambiguity
1e51b39
fix(command): Detect composed commands more accurately
See the full diff
Version 3.0.0 of lerna was just published.
The version 3.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of lerna.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v3.0.0Bug Fixes
file:
specifiers (ffe354f)file:
specifiers (41f231f)npm pack
experience (627cfc2)Features
@lerna/listable
utility (bf56018)npm pack
beforenpm publish
(8d80b2c)@lerna/log-packed
module, extracted from npm (9c767ac)lerna version
from oflerna publish
(#1522) (8b97394),closes #277 #936 #956 #961 #1056 #1118 #1385 #1483 #1494
BREAKING CHANGES
lerna changed
lerna ls
lerna ls
no longer shows version strings or private packages.lerna la
resembles the old output, with the addition of relative path to the packagelerna ll
is a shortcut for the new--long
option--parseable
option has been added to aid magical piping incantationslerna publish
--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, justas 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.FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: