Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lerna from 3.8.5 to 3.10.5 #5229

Merged
merged 1 commit into from
Jan 14, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps lerna from 3.8.5 to 3.10.5.

Release notes

Sourced from lerna's releases.

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

  • lerna: Use --exact version ranges between sibling dependencies (02a067f)
  • version: Add --no-changelog option (#1854) (d73d823), closes #1852

v3.9.1

Bug Fixes

  • bootstrap: Don't pass --ignore-scripts to npm install (e602838), closes #1855
  • bootstrap: Prevent recursive execution from all install lifecycles (ea9dbbe)

v3.9.0

Bug Fixes

  • bootstrap: Only run install lifecycles once-per-package, in topological order (929ae22)
  • describe-ref: Properly handle sha-like tag names (#1853) (094a1cb)
  • run-lifecycle: Ensure all npm_package_* env vars are created (bab8e58), closes #1752
... (truncated)
Changelog

Sourced from lerna's changelog.

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

3.10.3 (2019-01-10)

Bug Fixes

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

3.10.2 (2019-01-09)

Bug Fixes

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

3.10.1 (2019-01-09)

Bug Fixes

... (truncated)
Commits
  • 713f72d chore(release): v3.10.5
  • 79549c1 fix(run-lifecycle): Do not customize npm_config_prefix during execution
  • d9ac62c chore(release): v3.10.4
  • d9d4bc4 fix(add): Do not scope chained bootstrap
  • 27516b9 fix(bootstrap): Do not npm ci when hoisting
  • a059afd chore(release): v3.10.3
  • 71174e4 fix(bootstrap): When filtering, only bootstrap filtered packages
  • fc7463f refactor(publish): Clarify intent of inverted boolean options via instance pr...
  • 5e975e0 refactor(publish): DRY verification of working tree cleanliness
  • 2580e72 chore(release): v3.10.2
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @ndelangen.


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.

@ndelangen
Copy link
Member

@dependabot rebase

@ndelangen
Copy link
Member

@dependabot merge

Bumps [lerna](https://github.com/lerna/lerna) from 3.8.5 to 3.10.5.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md)
- [Commits](lerna/lerna@v3.8.5...v3.10.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/lerna-3.10.5 branch from d7aa2d6 to 769df85 Compare January 14, 2019 09:55
@codecov
Copy link

codecov bot commented Jan 14, 2019

Codecov Report

Merging #5229 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #5229   +/-   ##
=======================================
  Coverage   30.05%   30.05%           
=======================================
  Files         608      608           
  Lines        8823     8823           
  Branches     1289     1275   -14     
=======================================
  Hits         2652     2652           
  Misses       5439     5439           
  Partials      732      732

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe972a9...769df85. Read the comment docs.

@ndelangen ndelangen merged commit 4f86cab into next Jan 14, 2019
@ndelangen ndelangen deleted the dependabot/npm_and_yarn/lerna-3.10.5 branch January 14, 2019 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants