Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

chore: Bump lerna from 3.8.0 to 3.10.7 #126

Merged
merged 1 commit into from Jan 24, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 23, 2019

Bumps lerna from 3.8.0 to 3.10.7.

Release notes

Sourced from lerna's releases.

v3.10.7

Bug Fixes

  • cli: Ensure exit code is always numeric (a2362b8)
  • npm-publish: Ensure process exits non-zero when libnpm/publish fails (9e9ce08)

v3.10.6

Bug Fixes

  • exec: Tweak description (68a0685)
  • import: Ensure compatibility with root-level package globs (#1875) (16ab98d), closes #1872
  • options: Document negated boolean options explicitly (8bc9669)
  • package-graph: Ensure cycle paths are always names, not objects (ae81a76)
  • package-graph: Use correct property when testing for duplicates (ef33cb7)
  • publish: Map packument requests concurrently directly from package graph (c79a827)
  • run: Re-order --npm-client in help output (bfa89bf)

v3.10.5

Bug Fixes

  • run-lifecycle: Do not customize npm_config_prefix during execution (79549c1), closes #1866

v3.10.4

Bug Fixes

  • add: Do not scope chained bootstrap (d9d4bc4)
  • bootstrap: Do not npm ci when hoisting (27516b9), closes #1865

v3.10.3

Bug Fixes

  • bootstrap: When filtering, only bootstrap filtered packages (71174e4), closes #1421 and #1766

v3.10.2

Bug Fixes

  • bootstrap: Remove fancy root lifecycle execution, it was foolish (9f80722), closes #1857

v3.10.1

Bug Fixes

  • collect-updates: Avoid improper bumps from prompt selections (06a1cff), closes #1357

v3.10.0

Bug Fixes

  • publish: Correctly determine canary version when --include-merged-tags present (fb2a1b2), closes #1820

Features

... (truncated)
Changelog

Sourced from lerna's changelog.

3.10.7 (2019-01-22)

Bug Fixes

  • cli: Ensure exit code is always numeric (a2362b8)
  • npm-publish: Ensure process exits non-zero when libnpm/publish fails (9e9ce08)

3.10.6 (2019-01-19)

Bug Fixes

  • exec: Tweak description (68a0685)
  • import: Ensure compatibility with root-level package globs (#1875) (16ab98d), closes #1872
  • options: Document negated boolean options explicitly (8bc9669)
  • package-graph: Ensure cycle paths are always names, not objects (ae81a76)
  • package-graph: Use correct property when testing for duplicates (ef33cb7)
  • publish: Map packument requests concurrently directly from package graph (c79a827)
  • run: Re-order --npm-client in help output (bfa89bf)

3.10.5 (2019-01-11)

Bug Fixes

  • run-lifecycle: Do not customize npm_config_prefix during execution (79549c1), closes #1866

3.10.4 (2019-01-10)

Bug Fixes

  • add: Do not scope chained bootstrap (d9d4bc4)
  • bootstrap: Do not npm ci when hoisting (27516b9), closes #1865
... (truncated)
Commits
  • b16451a chore(release): v3.10.7
  • 9e9ce08 fix(npm-publish): Ensure process exits non-zero when libnpm/publish fails
  • a2362b8 fix(cli): Ensure exit code is always numeric
  • d0ff473 test(cli): Add direct unit coverage
  • 5a7392e chore(release): v3.10.6
  • 743988d test(package-graph): Full unit coverage
  • ae81a76 fix(package-graph): Ensure cycle paths are always names, not objects
  • f0e3dba chore(package-graph): Add inspect helper to workaround Jest bug
  • ef33cb7 fix(package-graph): Use correct property when testing for duplicates
  • 16ab98d fix(import): Ensure compatibility with root-level package globs (#1875)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 23, 2019
@amaury1093
Copy link
Collaborator

@dependabot-bot rebase

Bumps [lerna](https://github.com/lerna/lerna) from 3.8.0 to 3.10.7.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md)
- [Commits](lerna/lerna@v3.8.0...v3.10.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/lerna-3.10.7 branch from 5649f9e to 8faf83e Compare January 24, 2019 09:46
@amaury1093 amaury1093 merged commit cb840d6 into master Jan 24, 2019
@amaury1093 amaury1093 deleted the dependabot/npm_and_yarn/lerna-3.10.7 branch January 24, 2019 10:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants