ove / ove-asset-services

Asset Management for OVE
MIT License
1 stars 1 forks source link

Update dependency lerna to v3.13.1 #89

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
lerna devDependencies minor 3.10.8 -> 3.13.1 source

Release Notes

lerna/lerna ### [`v3.13.1`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3131httpsgithubcomlernalernacomparev3130v3131-2019-02-26) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.13.0...v3.13.1) ##### Bug Fixes - **deps:** cosmiconfig ^5.1.0 ([ed48950](https://togithub.com/lerna/lerna/commit/ed48950)) - **deps:** npm-packlist ^1.4.1 ([aaf822e](https://togithub.com/lerna/lerna/commit/aaf822e)), closes [#​1932](https://togithub.com/lerna/lerna/issues/1932) - **deps:** pacote ^9.5.0 ([cdc2e17](https://togithub.com/lerna/lerna/commit/cdc2e17)) - **deps:** Upgrade octokit libs ([ea490cd](https://togithub.com/lerna/lerna/commit/ea490cd)) - **list:** Restore empty `--json` array output when no results ([2c925bd](https://togithub.com/lerna/lerna/commit/2c925bd)), closes [#​1945](https://togithub.com/lerna/lerna/issues/1945) ### [`v3.13.0`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3130httpsgithubcomlernalernacomparev3121v3130-2019-02-15) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.12.1...v3.13.0) ##### Features - **conventional-commits:** Bump conventional-changelog dependencies to pick up security fixes ([d632d1b](https://togithub.com/lerna/lerna/commit/d632d1b)) - **listable:** Output newline-delimited JSON with `--ndjson` ([742781b](https://togithub.com/lerna/lerna/commit/742781b)) - **meta:** Add `repository.directory` field to package.json ([aec5023](https://togithub.com/lerna/lerna/commit/aec5023)) - **meta:** Normalize package.json `homepage` field ([abeb4dc](https://togithub.com/lerna/lerna/commit/abeb4dc)) #### [3.12.1](https://togithub.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14) ##### Bug Fixes - **collect-updates:** Do not skip change detection when `--since` provided ([6ff53d6](https://togithub.com/lerna/lerna/commit/6ff53d6)), closes [#​1927](https://togithub.com/lerna/lerna/issues/1927) - **list:** Do not emit empty stdout when there are no results ([ba54439](https://togithub.com/lerna/lerna/commit/ba54439)) ### [`v3.12.1`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3130httpsgithubcomlernalernacomparev3121v3130-2019-02-15) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.12.0...v3.12.1) ##### Features - **conventional-commits:** Bump conventional-changelog dependencies to pick up security fixes ([d632d1b](https://togithub.com/lerna/lerna/commit/d632d1b)) - **listable:** Output newline-delimited JSON with `--ndjson` ([742781b](https://togithub.com/lerna/lerna/commit/742781b)) - **meta:** Add `repository.directory` field to package.json ([aec5023](https://togithub.com/lerna/lerna/commit/aec5023)) - **meta:** Normalize package.json `homepage` field ([abeb4dc](https://togithub.com/lerna/lerna/commit/abeb4dc)) #### [3.12.1](https://togithub.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14) ##### Bug Fixes - **collect-updates:** Do not skip change detection when `--since` provided ([6ff53d6](https://togithub.com/lerna/lerna/commit/6ff53d6)), closes [#​1927](https://togithub.com/lerna/lerna/issues/1927) - **list:** Do not emit empty stdout when there are no results ([ba54439](https://togithub.com/lerna/lerna/commit/ba54439)) ### [`v3.12.0`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3120httpsgithubcomlernalernacomparev3111v3120-2019-02-14) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.11.1...v3.12.0) ##### Bug Fixes - **collect-updates:** Clarify logging in context ([9b8dd9c](https://togithub.com/lerna/lerna/commit/9b8dd9c)) - **conventional-commits:** Improve logging during preset resolution ([d4a16a5](https://togithub.com/lerna/lerna/commit/d4a16a5)) - **publish:** Check for git describe error explicitly ([237d1c5](https://togithub.com/lerna/lerna/commit/237d1c5)) - **publish:** Make the missing license warning clearer and more actionable ([#​1921](https://togithub.com/lerna/lerna/issues/1921)) ([8a71ac4](https://togithub.com/lerna/lerna/commit/8a71ac4)) - **publish:** Revert foolhardy refactoring ([`5e975e0`](https://togithub.com/lerna/lerna/commit/5e975e0)) ([a6733a2](https://togithub.com/lerna/lerna/commit/a6733a2)) - **version:** Log message when git repository validation is skipped ([2c40ffd](https://togithub.com/lerna/lerna/commit/2c40ffd)) ##### Features - **global-options:** Default concurrency to logical CPU count ([#​1931](https://togithub.com/lerna/lerna/issues/1931)) ([2c487fe](https://togithub.com/lerna/lerna/commit/2c487fe)) - **publish:** Add `--git-head` option to preserve gitless `from-package` metadata ([3d18f2f](https://togithub.com/lerna/lerna/commit/3d18f2f)), closes [#​1933](https://togithub.com/lerna/lerna/issues/1933) - **publish:** Allow `from-package` positional to run without a git repo ([df49bfc](https://togithub.com/lerna/lerna/commit/df49bfc)), closes [#​1933](https://togithub.com/lerna/lerna/issues/1933) - **version:** Skip repository validation when git is unused ([#​1908](https://togithub.com/lerna/lerna/issues/1908)) ([b9e887e](https://togithub.com/lerna/lerna/commit/b9e887e)), closes [#​1869](https://togithub.com/lerna/lerna/issues/1869) #### [3.11.1](https://togithub.com/lerna/lerna/compare/v3.11.0...v3.11.1) (2019-02-11) ##### Bug Fixes - **version:** Exit with an error when `--github-release` is combined with `--no-changelog` ([030de9d](https://togithub.com/lerna/lerna/commit/030de9d)) - **version:** Passing `--no-changelog` should not disable root versioning ([83c33a3](https://togithub.com/lerna/lerna/commit/83c33a3)) ### [`v3.11.1`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3120httpsgithubcomlernalernacomparev3111v3120-2019-02-14) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.11.0...v3.11.1) ##### Bug Fixes - **collect-updates:** Clarify logging in context ([9b8dd9c](https://togithub.com/lerna/lerna/commit/9b8dd9c)) - **conventional-commits:** Improve logging during preset resolution ([d4a16a5](https://togithub.com/lerna/lerna/commit/d4a16a5)) - **publish:** Check for git describe error explicitly ([237d1c5](https://togithub.com/lerna/lerna/commit/237d1c5)) - **publish:** Make the missing license warning clearer and more actionable ([#​1921](https://togithub.com/lerna/lerna/issues/1921)) ([8a71ac4](https://togithub.com/lerna/lerna/commit/8a71ac4)) - **publish:** Revert foolhardy refactoring ([`5e975e0`](https://togithub.com/lerna/lerna/commit/5e975e0)) ([a6733a2](https://togithub.com/lerna/lerna/commit/a6733a2)) - **version:** Log message when git repository validation is skipped ([2c40ffd](https://togithub.com/lerna/lerna/commit/2c40ffd)) ##### Features - **global-options:** Default concurrency to logical CPU count ([#​1931](https://togithub.com/lerna/lerna/issues/1931)) ([2c487fe](https://togithub.com/lerna/lerna/commit/2c487fe)) - **publish:** Add `--git-head` option to preserve gitless `from-package` metadata ([3d18f2f](https://togithub.com/lerna/lerna/commit/3d18f2f)), closes [#​1933](https://togithub.com/lerna/lerna/issues/1933) - **publish:** Allow `from-package` positional to run without a git repo ([df49bfc](https://togithub.com/lerna/lerna/commit/df49bfc)), closes [#​1933](https://togithub.com/lerna/lerna/issues/1933) - **version:** Skip repository validation when git is unused ([#​1908](https://togithub.com/lerna/lerna/issues/1908)) ([b9e887e](https://togithub.com/lerna/lerna/commit/b9e887e)), closes [#​1869](https://togithub.com/lerna/lerna/issues/1869) #### [3.11.1](https://togithub.com/lerna/lerna/compare/v3.11.0...v3.11.1) (2019-02-11) ##### Bug Fixes - **version:** Exit with an error when `--github-release` is combined with `--no-changelog` ([030de9d](https://togithub.com/lerna/lerna/commit/030de9d)) - **version:** Passing `--no-changelog` should not disable root versioning ([83c33a3](https://togithub.com/lerna/lerna/commit/83c33a3)) ### [`v3.11.0`](https://togithub.com/lerna/lerna/blob/master/CHANGELOG.md#​3110httpsgithubcomlernalernacomparev3108v3110-2019-02-08) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.10.8...v3.11.0) ##### Bug Fixes - **collect-updates:** Improve logging, making ignored globs explicit ([42e4a5c](https://togithub.com/lerna/lerna/commit/42e4a5c)) - **collect-updates:** Match dotfiles when ignoring changes ([99eadc6](https://togithub.com/lerna/lerna/commit/99eadc6)) - **create:** Bump camelcase ([e58a1d0](https://togithub.com/lerna/lerna/commit/e58a1d0)) - **deps:** Explicit libnpmaccess ^3.0.1 ([6ba3d1d](https://togithub.com/lerna/lerna/commit/6ba3d1d)) - **deps:** Explicit libnpmpublish ^1.1.1 ([a506d96](https://togithub.com/lerna/lerna/commit/a506d96)) - **deps:** Explicit npm-lifecycle ^2.1.0 ([506ad6d](https://togithub.com/lerna/lerna/commit/506ad6d)) - **deps:** Explicit npm-package-arg ^6.1.0 ([4b20791](https://togithub.com/lerna/lerna/commit/4b20791)) - **deps:** Explicit npm-registry-fetch ^3.9.0 ([a83c487](https://togithub.com/lerna/lerna/commit/a83c487)) - **deps:** Explicit npmlog ^4.1.2 ([571c2e2](https://togithub.com/lerna/lerna/commit/571c2e2)) - **deps:** Explicit pacote ^9.4.1 ([44d05bf](https://togithub.com/lerna/lerna/commit/44d05bf)) - **deps:** Explicit read-package-json ^2.0.13 ([2695a90](https://togithub.com/lerna/lerna/commit/2695a90)) - **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://togithub.com/lerna/lerna/commit/1caeb28)) - **filter-options:** Require arguments to --scope and --ignore ([4b81dad](https://togithub.com/lerna/lerna/commit/4b81dad)) - **publish:** Correct silly log heading ([f1dc3fc](https://togithub.com/lerna/lerna/commit/f1dc3fc)) ##### Features - **version:** Create Github releases with `--github-release` ([#​1864](https://togithub.com/lerna/lerna/issues/1864)) ([f84a631](https://togithub.com/lerna/lerna/commit/f84a631)), closes [#​1513](https://togithub.com/lerna/lerna/issues/1513) #### [3.10.8](https://togithub.com/lerna/lerna/compare/v3.10.7...v3.10.8) (2019-02-01) ##### Bug Fixes - **conventional-commits:** Support legacy callback presets ([60647b4](https://togithub.com/lerna/lerna/commit/60647b4)), closes [#​1896](https://togithub.com/lerna/lerna/issues/1896) - **publish:** Skip private package lookup ([#​1905](https://togithub.com/lerna/lerna/issues/1905)) ([f9e18fa](https://togithub.com/lerna/lerna/commit/f9e18fa)) - **version:** Fix negated option links in readme ([0908212](https://togithub.com/lerna/lerna/commit/0908212)) #### [3.10.7](https://togithub.com/lerna/lerna/compare/v3.10.6...v3.10.7) (2019-01-22) ##### Bug Fixes - **cli:** Ensure exit code is always numeric ([a2362b8](https://togithub.com/lerna/lerna/commit/a2362b8)) - **npm-publish:** Ensure process exits non-zero when `libnpm/publish` fails ([9e9ce08](https://togithub.com/lerna/lerna/commit/9e9ce08)) #### [3.10.6](https://togithub.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19) ##### Bug Fixes - **exec:** Tweak description ([68a0685](https://togithub.com/lerna/lerna/commit/68a0685)) - **import:** Ensure compatibility with root-level package globs ([#​1875](https://togithub.com/lerna/lerna/issues/1875)) ([16ab98d](https://togithub.com/lerna/lerna/commit/16ab98d)), closes [#​1872](https://togithub.com/lerna/lerna/issues/1872) - **options:** Document negated boolean options explicitly ([8bc9669](https://togithub.com/lerna/lerna/commit/8bc9669)) - **package-graph:** Ensure cycle paths are always names, not objects ([ae81a76](https://togithub.com/lerna/lerna/commit/ae81a76)) - **package-graph:** Use correct property when testing for duplicates ([ef33cb7](https://togithub.com/lerna/lerna/commit/ef33cb7)) - **publish:** Map packument requests concurrently directly from package graph ([c79a827](https://togithub.com/lerna/lerna/commit/c79a827)) - **run:** Re-order --npm-client in help output ([bfa89bf](https://togithub.com/lerna/lerna/commit/bfa89bf)) #### [3.10.5](https://togithub.com/lerna/lerna/compare/v3.10.4...v3.10.5) (2019-01-11) ##### Bug Fixes - **run-lifecycle:** Do not customize npm_config_prefix during execution ([79549c1](https://togithub.com/lerna/lerna/commit/79549c1)), closes [#​1866](https://togithub.com/lerna/lerna/issues/1866) #### [3.10.4](https://togithub.com/lerna/lerna/compare/v3.10.3...v3.10.4) (2019-01-10) ##### Bug Fixes - **add:** Do not scope chained bootstrap ([d9d4bc4](https://togithub.com/lerna/lerna/commit/d9d4bc4)) - **bootstrap:** Do not `npm ci` when hoisting ([27516b9](https://togithub.com/lerna/lerna/commit/27516b9)), closes [#​1865](https://togithub.com/lerna/lerna/issues/1865) #### [3.10.3](https://togithub.com/lerna/lerna/compare/v3.10.2...v3.10.3) (2019-01-10) ##### Bug Fixes - **bootstrap:** When filtering, only bootstrap filtered packages ([71174e4](https://togithub.com/lerna/lerna/commit/71174e4)), closes [#​1421](https://togithub.com/lerna/lerna/issues/1421) [#​1766](https://togithub.com/lerna/lerna/issues/1766) #### [3.10.2](https://togithub.com/lerna/lerna/compare/v3.10.1...v3.10.2) (2019-01-09) ##### Bug Fixes - **bootstrap:** Remove fancy root lifecycle execution, it was foolish ([9f80722](https://togithub.com/lerna/lerna/commit/9f80722)), closes [#​1857](https://togithub.com/lerna/lerna/issues/1857) #### [3.10.1](https://togithub.com/lerna/lerna/compare/v3.10.0...v3.10.1) (2019-01-09) ##### Bug Fixes - **collect-updates:** Avoid improper bumps from prompt selections ([06a1cff](https://togithub.com/lerna/lerna/commit/06a1cff)), closes [#​1357](https://togithub.com/lerna/lerna/issues/1357)

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 if you modify the PR title to begin with "rebase!".

:no_bell: 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.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (3.13.1). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.