flowtip
flowtip copied to clipboard
Update dependency lerna to v3.20.2
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| lerna | devDependencies | minor | 3.13.1 -> 3.20.2 |
Release Notes
lerna/lerna
v3.20.2
Bug Fixes
v3.20.1
Bug Fixes
-
version: Support git clients that do not support
git push --atomic(2b9b210)
v3.20.0
Bug Fixes
- collect-dependents: Avoid skipping dependents of cyclic dependencies (#2380) (bd19a34)
-
version: pass
--atomictogit push(#2393) (ec0f92a), closes #2392
Features
-
cli: Add new
infocommand to output information about local environment (#2106) (7abfe43) -
publish: Add
--legacy-authflag (#2347) (0e9bda7) - Add
--profileoption tolerna execandlerna run(#2376) (6290174)
v3.19.0
Features
3.18.5 (2019-11-20)
Bug Fixes
- Auto-fix prettier formatting (5344820)
-
cli: Bump yargs to
^14.2.2(51365b8) -
command: Do not mutate
argvparameter (8ca85a4), closes #2348 -
conventional-commits: Ensure potential
ValidationErroringetChangelogConfig()is propagated correctly (406ba5a)
3.18.4 (2019-11-08)
Bug Fixes
- changed: Copy relevant options from version, do not inherit (6bd77ba)
-
filter-options: Clarify
--sincedescription (b649b35) -
filter-options: Ensure
--include-merged-tagsis available to all--since-filterable commands (287bcd8), closes #2332 -
version: Clarify
--include-merged-tagsdescription (b0bbfcf)
3.18.3 (2019-10-22)
Bug Fixes
- version: Correct warning message (384cd15)
-
version: Workaround yargs bug with spurious
--arguments (46be9dc), closes #2315
3.18.2 (2019-10-21)
Bug Fixes
3.18.1 (2019-10-15)
Bug Fixes
- npm-dist-tag: Port upstream npm/cli#235 (5a1d229)
-
npm-dist-tag: Respect
npm_config_dry_runenv var (1fd5e18)
v3.18.5
Bug Fixes
- Auto-fix prettier formatting (5344820)
-
cli: Bump yargs to
^14.2.2(51365b8) -
command: Do not mutate
argvparameter (8ca85a4), closes #2348 -
conventional-commits: Ensure potential
ValidationErroringetChangelogConfig()is propagated correctly (406ba5a)
v3.18.4
Bug Fixes
- changed: Copy relevant options from version, do not inherit (6bd77ba)
-
filter-options: Clarify
--sincedescription (b649b35) -
filter-options: Ensure
--include-merged-tagsis available to all--since-filterable commands (287bcd8), closes #2332 -
version: Clarify
--include-merged-tagsdescription (b0bbfcf)
v3.18.3
Bug Fixes
- version: Correct warning message (384cd15)
-
version: Workaround yargs bug with spurious
--arguments (46be9dc), closes #2315
v3.18.2
Bug Fixes
v3.18.1
Bug Fixes
- npm-dist-tag: Port upstream npm/cli#235 (5a1d229)
-
npm-dist-tag: Respect
npm_config_dry_runenv var (1fd5e18)
v3.18.0
Bug Fixes
- bootstrap: Move all filter logging into get-filtered-packages method (54dca56)
-
options: Explicit
--conventional-graduate(f73e6ed) -
options: Explicit
--conventional-prerelease(f3581ae) -
options: Explicit
--force-local(6948a11) -
options: Explicit
--force-publish(343a751) -
options: Explicit
--ignore-prepublish(fa21723) -
options: Explicit
--ignore-scripts(efcb3bd) -
options: Explicit
--pre-dist-tag(1d9552c) -
options: Explicit
--use-workspaces(ac8385d)
Features
-
filter-options: Add
--exclude-dependentsoption (ff50e29), closes #2198 - filter-options: Allow command to continue if no packages are matched (#2280) (a706023)
-
filter-options: Rename
--include-filtered-*options (f2c3a92) - filter-options: Use figgy-pudding in getFilteredPackages() (73badee)
- Remove unused @lerna/batch-packages (d136fb5)
- Remove unused @lerna/run-parallel-batches (ec95403)
- Upgrade to yargs@14 (5e60213)
-
package-graph: Deprecate method
pruneCycleNodes()(ccf32e1)
v3.17.0
Features
-
link: Use
publishConfig.directoryas symlink source if it exists to allow linking sub-directories (#2274) (d04ce8e)
3.16.5 (2019-10-07)
Bug Fixes
- bootstrap: Run lifecycle scripts in topological queue instead of batches (#2224) (d8d33f7)
- child-process: Use Set to manage book-keeping instead of mutable integer (5dbea32)
3.16.4 (2019-07-24)
Bug Fixes
-
conventional-commits: Avoid duplicate root changelog entries with custom
--tag-version-prefix(8adeac1), closes #2197 - conventional-commits: Preserve tag prefix in fixed changelog comparison links (11cf6d2), closes #2197
- pack-directory: Use correct property when packing subdirectories (1575396)
- publish: Pass correct arguments to packDirectory() (b1aade3)
3.16.3 (2019-07-23)
Bug Fixes
-
publish: Identify tagged packages correctly with custom
--tag-version-prefix(f4cbd4d), closes #2195
3.16.2 (2019-07-22)
Bug Fixes
- create-symlink: Generate shims for missing bin scripts for Windows (c3f7998)
- create-symlink: Use octal notation for chmod values (03f80b7)
-
deps:
npm-lifecycle@^3.1.2(25edebf), closes #2189 -
deps: Switch to actively-maintained
@zkochan/cmd-shim(60d1100) - integration: Limit concurrency of bootstrap --hoist test (f25854d)
3.16.1 (2019-07-19)
Bug Fixes
-
deps: Pin exact
[email protected]to avoid Windows regression in >=3.1.0 (af0569d), closes #2189
v3.16.5
Bug Fixes
- bootstrap: Run lifecycle scripts in topological queue instead of batches (#2224) (d8d33f7)
- child-process: Use Set to manage book-keeping instead of mutable integer (5dbea32)
v3.16.4
Bug Fixes
-
conventional-commits: Avoid duplicate root changelog entries with custom
--tag-version-prefix(8adeac1), closes #2197 - conventional-commits: Preserve tag prefix in fixed changelog comparison links (11cf6d2), closes #2197
- pack-directory: Use correct property when packing subdirectories (1575396)
- publish: Pass correct arguments to packDirectory() (b1aade3)
v3.16.3
Bug Fixes
-
publish: Identify tagged packages correctly with custom
--tag-version-prefix(f4cbd4d), closes #2195
v3.16.2
Bug Fixes
- create-symlink: Generate shims for missing bin scripts for Windows (c3f7998)
- create-symlink: Use octal notation for chmod values (03f80b7)
-
deps:
npm-lifecycle@^3.1.2(25edebf), closes #2189 -
deps: Switch to actively-maintained
@zkochan/cmd-shim(60d1100) - integration: Limit concurrency of bootstrap --hoist test (f25854d)
v3.16.1
Bug Fixes
-
deps: Pin exact
[email protected]to avoid Windows regression in >=3.1.0 (af0569d), closes #2189
v3.16.0
Bug Fixes
- command: Bump minimum range of lodash, silence dumb 'security' warning (c405871)
- conventional-commits: Hard-pin lodash.template dependency to silence 'helpful' security warning (c54ad68)
-
deps: Bump
@evocateur/pacote(03e4797) - deps: Update forked npm libs (4d67426)
- npm-conf: OTP should default to undefined, figgy pudding is very strict (2fa02a8)
- pack-directory: Bump npm-packlist + tar dependencies (59ebd19)
- package-graph: Flatten cycles to avoid skipping packages (#2185) (b335763)
-
project: Ensure deprecated
githubReleaseconfig is also remapped fromcommand.publishnamespace (a3d264e), closes #2177 -
publish: Add
--graph-typeoption to control packages included in topological sort (#2152) (ae87669), closes #1437 -
publish: Allow
--no-verify-accessto prevent checking for account-level 2FA (ce58d8f) - publish: OTP cache should be seeded from conf value, not CLI directly (cf56622)
- publish: Propagate root license into custom publish directories (d410a58), closes #2157
Features
-
bootstrap: Add
--strictoption to enable throwing when--hoistwarns (#2140) (91437b5) -
deps:
@octokit/plugin-enterprise-rest@^3.6.1(74a3890) -
deps:
@octokit/rest@^16.28.4(5f09f50) -
deps:
byte-size@^5.0.1(ed51ddd) -
deps:
conventional-recommended-bump@^5.0.0(2a0ed60) -
deps:
fs-extra@^8.1.0(313287f) -
deps:
get-port@^4.2.0(778ae6a) -
deps:
glob-parent@^5.0.0(c6bc218) -
deps:
globby@^9.2.0(d9aa249) -
deps:
import-local@^2.0.0(14d2c66) -
deps:
is-ci@^2.0.0(ab2ad83) -
deps:
load-json-file@^5.3.0(3718cc9) -
deps:
multimatch@^3.0.0(968b0d7) -
deps:
p-map@^2.1.0(9e58394) -
deps:
pify@^4.0.1(f8ee7e6) -
deps:
semver@^6.2.0(d8016d9) -
deps:
slash@^2.0.0(bedd6af) -
deps:
write-json-file@^3.2.0(4fa7dea) -
listable: Output JSON adjacency list with
--graph(9457a21), closes #1970 - otplease: Expose getOneTimePassword() helper (44b9f70)
- publish: Eager prompt for OTP when account-level 2FA is enabled (4f893d1)
-
run-lifecycle: Upgrade
npm-lifecycle@^3.1.0(e015a74)
v3.15.0
Bug Fixes
- deps: Consume forked npm libs (bdd4fa1)
Features
3.14.2 (2019-06-09)
Bug Fixes
-
bootstrap: Respect
--force-localoption (#2104) (c2fb639) - child-process: Ensure adjacent prefixes are always a different color (5a10146)
- npm-publish: Use generated manifest when publishing subdirectory (b922766), closes #2113
- publish: Allow per-leaf subdirectory publishing (ea861d9), closes #2109
- version: Remove unused dependency (285bd7e)
3.14.1 (2019-05-15)
Bug Fixes
v3.14.2
Bug Fixes
-
bootstrap: Respect
--force-localoption (#2104) (c2fb639) - child-process: Ensure adjacent prefixes are always a different color (5a10146)
- npm-publish: Use generated manifest when publishing subdirectory (b922766), closes #2113
- publish: Allow per-leaf subdirectory publishing (ea861d9), closes #2109
- version: Remove unused dependency (285bd7e)
v3.14.1
Bug Fixes
v3.14.0
Bug Fixes
- add: Never pass filter options to nested bootstrap (9a5a29c), closes #1989
-
run-lifecycle: Bump
npm-lifecycledependency to avoid noisy audit warning (ea7c20d)
Features
- conventional-commits: Add conventional prerelease/graduation (#1991) (5d84b61), closes #1433 #1675
- dist-tag: Prompt for OTP when required (af870bb)
- exec: Add just-in-time queue management (23736e5)
-
import: Add
--preserve-commitoption (#2079) (6a7448d) - link: generate shims for missing 'bin' scripts (#2059) (90acdde), closes #1444
- listable: Use QueryGraph.toposort() helper (84ce674)
-
publish: Add
--otpoption (6fcbc36), closes #2076 - publish: Add just-in-time queue management (ae6471c)
- publish: Add OTP prompt during publish (#2084) (c56bda1), closes #1091
- publish: Display uncommitted changes when validation fails (#2066) (ea41fe9)
- query-graph: Add toposort() helper (90759c2)
- run: Add just-in-time queue management (#2045) (6eca172)
-
run: Extract
@lerna/run-topologically(3a8b175) - version: Add just-in-time queue management (290539b)
3.13.4 (2019-04-24)
Bug Fixes
-
import: Avoid "unrecognized input" error from colors when using
--flatten(#2037) (51625fa), closes #1644 - version: Resolve prerelease for version without bump (#2041) (aa11325)
- version: Search for complete tag prefix when composing GitHub releases (024a6ab), closes #2038
3.13.3 (2019-04-17)
Bug Fixes
-
child-process: Centralize
exitCodetranslation from string codes into numbers (09c0103), closes #2031 -
docs: Add missing docs for
--tag-version-prefix(#2035) (ff9c476), closes #1924 - exec: Handle node string error codes before setting process.exitCode (#2031) (c599c64)
3.13.2 (2019-04-08)
Bug Fixes
- lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)
3.13.1 (2019-02-26)
Bug Fixes
- deps: cosmiconfig ^5.1.0 (ed48950)
- deps: npm-packlist ^1.4.1 (aaf822e), closes #1932
- deps: pacote ^9.5.0 (cdc2e17)
- deps: Upgrade octokit libs (ea490cd)
-
list: Restore empty
--jsonarray output when no results (2c925bd), closes #1945
v3.13.4
Bug Fixes
-
import: Avoid "unrecognized input" error from colors when using
--flatten(#2037) (51625fa), closes #1644 - version: Resolve prerelease for version without bump (#2041) (aa11325)
- version: Search for complete tag prefix when composing GitHub releases (024a6ab), closes #2038
v3.13.3
Bug Fixes
-
child-process: Centralize
exitCodetranslation from string codes into numbers (09c0103), closes #2031 -
docs: Add missing docs for
--tag-version-prefix(#2035) (ff9c476), closes #1924 - exec: Handle node string error codes before setting process.exitCode (#2031) (c599c64)
v3.13.2
Bug Fixes
- lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.