Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).*
> ## v2.11.0 (2018-04-24)
>
> #### :rocket: Enhancement
> * [#1396](https://github-redirect.dependabot.com/lerna/lerna/pull/1396) Add `--include-filtered-dependents` option. ([@TheNeuralBit](https://github.com/TheNeuralBit))
>
> #### :bug: Bug Fix
> * [#1389](https://github-redirect.dependabot.com/lerna/lerna/pull/1389) Configure `--dev` as boolean option for `lerna add`. ([@bochen2014](https://github.com/bochen2014))
>
> #### Committers: 2
> - Bo Chen ([bochen2014](https://github.com/bochen2014))
> - Brian Hulette ([TheNeuralBit](https://github.com/TheNeuralBit))
>
> ## v2.10.2 (2018-04-16)
>
> #### :bug: Bug Fix
> * [#1376](https://github-redirect.dependabot.com/lerna/lerna/pull/1376) Pass --no-verify to `git push`. ([@hjylewis](https://github.com/hjylewis))
>
> #### Committers: 1
> - Henry Lewis ([hjylewis](https://github.com/hjylewis))
>
> ## v2.10.1
> This release reverts [#1363](https://github.com/lerna/lerna/tree/HEAD/core/lerna/issues/1363), as it resulted in unintentional breaking changes.
>
> Please note that lerna 2.x is in maintenance mode, and new features will not be actively ported from lerna 3.x (currently `lerna@next`).
>
> ## v2.10.0 (2018-04-06)
>
> #### :rocket: Enhancement
> * [#1363](https://github-redirect.dependabot.com/lerna/lerna/pull/1363) Allow custom conventional-changelog config or preset. ([[@bertho](https://github.com/bertho)-zero](https://github.com/bertho-zero))
>
> #### Committers: 1
> - Kévin Berthommier ([bertho-zero](https://github.com/bertho-zero))
>
> ## v2.9.1 (2018-03-29)
>
> #### :rocket: Enhancement
> * [#1352](https://github-redirect.dependabot.com/lerna/lerna/pull/1352) feat: Support --no-prefix for streaming output. ([@raymondfeng](https://github.com/raymondfeng))
>
> #### Committers: 1
> - Raymond Feng ([raymondfeng](https://github.com/raymondfeng))
>
> ## v2.9.0 (2018-02-14)
>
> #### :rocket: Enhancement
> * [#1254](https://github-redirect.dependabot.com/lerna/lerna/pull/1254) Add support for new yarn workspaces config format. ([@detrohutt](https://github.com/detrohutt))
> * [#1227](https://github-redirect.dependabot.com/lerna/lerna/pull/1227) Add --ignore-scripts flag to bootstrap command. ([@Andarist](https://github.com/Andarist))
>
> #### :memo: Documentation
> * [#1248](https://github-redirect.dependabot.com/lerna/lerna/pull/1248) Document another potential cause of git initialization failure. ([[@fritz](https://github.com/fritz)-c](https://github.com/fritz-c))
>
> ... (truncated)
Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).*
> # Change Log
>
> All notable changes to this project will be documented in this file.
> See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
>
> ## [3.14.1](https://github.com/lerna/lerna/compare/v3.14.0...v3.14.1) (2019-05-15)
>
>
> ### Bug Fixes
>
> * **collect-uncommitted:** Call `git` with correct arguments, test properly ([551e6e4](https://github.com/lerna/lerna/commit/551e6e4)), closes [#2091](https://github-redirect.dependabot.com/lerna/lerna/issues/2091)
>
>
>
>
>
> # [3.14.0](https://github.com/lerna/lerna/compare/v3.13.4...v3.14.0) (2019-05-14)
>
>
> ### Bug Fixes
>
> * **add:** Never pass filter options to nested bootstrap ([9a5a29c](https://github.com/lerna/lerna/commit/9a5a29c)), closes [#1989](https://github-redirect.dependabot.com/lerna/lerna/issues/1989)
> * **run-lifecycle:** Bump `npm-lifecycle` dependency to avoid noisy audit warning ([ea7c20d](https://github.com/lerna/lerna/commit/ea7c20d))
>
>
> ### Features
>
> * **conventional-commits:** Add conventional prerelease/graduation ([#1991](https://github-redirect.dependabot.com/lerna/lerna/issues/1991)) ([5d84b61](https://github.com/lerna/lerna/commit/5d84b61)), closes [#1433](https://github-redirect.dependabot.com/lerna/lerna/issues/1433) [#1675](https://github-redirect.dependabot.com/lerna/lerna/issues/1675)
> * **dist-tag:** Prompt for OTP when required ([af870bb](https://github.com/lerna/lerna/commit/af870bb))
> * **exec:** Add just-in-time queue management ([23736e5](https://github.com/lerna/lerna/commit/23736e5))
> * **import:** Add `--preserve-commit` option ([#2079](https://github-redirect.dependabot.com/lerna/lerna/issues/2079)) ([6a7448d](https://github.com/lerna/lerna/commit/6a7448d))
> * **link:** generate shims for missing 'bin' scripts ([#2059](https://github-redirect.dependabot.com/lerna/lerna/issues/2059)) ([90acdde](https://github.com/lerna/lerna/commit/90acdde)), closes [#1444](https://github-redirect.dependabot.com/lerna/lerna/issues/1444)
> * **listable:** Use QueryGraph.toposort() helper ([84ce674](https://github.com/lerna/lerna/commit/84ce674))
> * **publish:** Add `--otp` option ([6fcbc36](https://github.com/lerna/lerna/commit/6fcbc36)), closes [#2076](https://github-redirect.dependabot.com/lerna/lerna/issues/2076)
> * **publish:** Add just-in-time queue management ([ae6471c](https://github.com/lerna/lerna/commit/ae6471c))
> * **publish:** Add OTP prompt during publish ([#2084](https://github-redirect.dependabot.com/lerna/lerna/issues/2084)) ([c56bda1](https://github.com/lerna/lerna/commit/c56bda1)), closes [#1091](https://github-redirect.dependabot.com/lerna/lerna/issues/1091)
> * **publish:** Display uncommitted changes when validation fails ([#2066](https://github-redirect.dependabot.com/lerna/lerna/issues/2066)) ([ea41fe9](https://github.com/lerna/lerna/commit/ea41fe9))
> * **query-graph:** Add toposort() helper ([90759c2](https://github.com/lerna/lerna/commit/90759c2))
> * **run:** Add just-in-time queue management ([#2045](https://github-redirect.dependabot.com/lerna/lerna/issues/2045)) ([6eca172](https://github.com/lerna/lerna/commit/6eca172))
> * **run:** Extract `@lerna/run-topologically` ([3a8b175](https://github.com/lerna/lerna/commit/3a8b175))
> * **version:** Add just-in-time queue management ([290539b](https://github.com/lerna/lerna/commit/290539b))
>
>
>
>
>
> ## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24)
>
>
> ### Bug Fixes
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/lerna/lerna/commits/v2.11.0/core/lerna)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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](https://app.dependabot.com):
- 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.
Bumps lerna from 2.0.0 to 2.11.0.
Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).* > ## v2.11.0 (2018-04-24) > > #### :rocket: Enhancement > * [#1396](https://github-redirect.dependabot.com/lerna/lerna/pull/1396) Add `--include-filtered-dependents` option. ([@TheNeuralBit](https://github.com/TheNeuralBit)) > > #### :bug: Bug Fix > * [#1389](https://github-redirect.dependabot.com/lerna/lerna/pull/1389) Configure `--dev` as boolean option for `lerna add`. ([@bochen2014](https://github.com/bochen2014)) > > #### Committers: 2 > - Bo Chen ([bochen2014](https://github.com/bochen2014)) > - Brian Hulette ([TheNeuralBit](https://github.com/TheNeuralBit)) > > ## v2.10.2 (2018-04-16) > > #### :bug: Bug Fix > * [#1376](https://github-redirect.dependabot.com/lerna/lerna/pull/1376) Pass --no-verify to `git push`. ([@hjylewis](https://github.com/hjylewis)) > > #### Committers: 1 > - Henry Lewis ([hjylewis](https://github.com/hjylewis)) > > ## v2.10.1 > This release reverts [#1363](https://github.com/lerna/lerna/tree/HEAD/core/lerna/issues/1363), as it resulted in unintentional breaking changes. > > Please note that lerna 2.x is in maintenance mode, and new features will not be actively ported from lerna 3.x (currently `lerna@next`). > > ## v2.10.0 (2018-04-06) > > #### :rocket: Enhancement > * [#1363](https://github-redirect.dependabot.com/lerna/lerna/pull/1363) Allow custom conventional-changelog config or preset. ([[@bertho](https://github.com/bertho)-zero](https://github.com/bertho-zero)) > > #### Committers: 1 > - Kévin Berthommier ([bertho-zero](https://github.com/bertho-zero)) > > ## v2.9.1 (2018-03-29) > > #### :rocket: Enhancement > * [#1352](https://github-redirect.dependabot.com/lerna/lerna/pull/1352) feat: Support --no-prefix for streaming output. ([@raymondfeng](https://github.com/raymondfeng)) > > #### Committers: 1 > - Raymond Feng ([raymondfeng](https://github.com/raymondfeng)) > > ## v2.9.0 (2018-02-14) > > #### :rocket: Enhancement > * [#1254](https://github-redirect.dependabot.com/lerna/lerna/pull/1254) Add support for new yarn workspaces config format. ([@detrohutt](https://github.com/detrohutt)) > * [#1227](https://github-redirect.dependabot.com/lerna/lerna/pull/1227) Add --ignore-scripts flag to bootstrap command. ([@Andarist](https://github.com/Andarist)) > > #### :memo: Documentation > * [#1248](https://github-redirect.dependabot.com/lerna/lerna/pull/1248) Document another potential cause of git initialization failure. ([[@fritz](https://github.com/fritz)-c](https://github.com/fritz-c)) > > ... (truncated)Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).* > # Change Log > > All notable changes to this project will be documented in this file. > See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. > > ## [3.14.1](https://github.com/lerna/lerna/compare/v3.14.0...v3.14.1) (2019-05-15) > > > ### Bug Fixes > > * **collect-uncommitted:** Call `git` with correct arguments, test properly ([551e6e4](https://github.com/lerna/lerna/commit/551e6e4)), closes [#2091](https://github-redirect.dependabot.com/lerna/lerna/issues/2091) > > > > > > # [3.14.0](https://github.com/lerna/lerna/compare/v3.13.4...v3.14.0) (2019-05-14) > > > ### Bug Fixes > > * **add:** Never pass filter options to nested bootstrap ([9a5a29c](https://github.com/lerna/lerna/commit/9a5a29c)), closes [#1989](https://github-redirect.dependabot.com/lerna/lerna/issues/1989) > * **run-lifecycle:** Bump `npm-lifecycle` dependency to avoid noisy audit warning ([ea7c20d](https://github.com/lerna/lerna/commit/ea7c20d)) > > > ### Features > > * **conventional-commits:** Add conventional prerelease/graduation ([#1991](https://github-redirect.dependabot.com/lerna/lerna/issues/1991)) ([5d84b61](https://github.com/lerna/lerna/commit/5d84b61)), closes [#1433](https://github-redirect.dependabot.com/lerna/lerna/issues/1433) [#1675](https://github-redirect.dependabot.com/lerna/lerna/issues/1675) > * **dist-tag:** Prompt for OTP when required ([af870bb](https://github.com/lerna/lerna/commit/af870bb)) > * **exec:** Add just-in-time queue management ([23736e5](https://github.com/lerna/lerna/commit/23736e5)) > * **import:** Add `--preserve-commit` option ([#2079](https://github-redirect.dependabot.com/lerna/lerna/issues/2079)) ([6a7448d](https://github.com/lerna/lerna/commit/6a7448d)) > * **link:** generate shims for missing 'bin' scripts ([#2059](https://github-redirect.dependabot.com/lerna/lerna/issues/2059)) ([90acdde](https://github.com/lerna/lerna/commit/90acdde)), closes [#1444](https://github-redirect.dependabot.com/lerna/lerna/issues/1444) > * **listable:** Use QueryGraph.toposort() helper ([84ce674](https://github.com/lerna/lerna/commit/84ce674)) > * **publish:** Add `--otp` option ([6fcbc36](https://github.com/lerna/lerna/commit/6fcbc36)), closes [#2076](https://github-redirect.dependabot.com/lerna/lerna/issues/2076) > * **publish:** Add just-in-time queue management ([ae6471c](https://github.com/lerna/lerna/commit/ae6471c)) > * **publish:** Add OTP prompt during publish ([#2084](https://github-redirect.dependabot.com/lerna/lerna/issues/2084)) ([c56bda1](https://github.com/lerna/lerna/commit/c56bda1)), closes [#1091](https://github-redirect.dependabot.com/lerna/lerna/issues/1091) > * **publish:** Display uncommitted changes when validation fails ([#2066](https://github-redirect.dependabot.com/lerna/lerna/issues/2066)) ([ea41fe9](https://github.com/lerna/lerna/commit/ea41fe9)) > * **query-graph:** Add toposort() helper ([90759c2](https://github.com/lerna/lerna/commit/90759c2)) > * **run:** Add just-in-time queue management ([#2045](https://github-redirect.dependabot.com/lerna/lerna/issues/2045)) ([6eca172](https://github.com/lerna/lerna/commit/6eca172)) > * **run:** Extract `@lerna/run-topologically` ([3a8b175](https://github.com/lerna/lerna/commit/3a8b175)) > * **version:** Add just-in-time queue management ([290539b](https://github.com/lerna/lerna/commit/290539b)) > > > > > > ## [3.13.4](https://github.com/lerna/lerna/compare/v3.13.3...v3.13.4) (2019-04-24) > > > ### Bug Fixes > ... (truncated)Commits
- See full diff in [compare view](https://github.com/lerna/lerna/commits/v2.11.0/core/lerna)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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](https://app.dependabot.com): - 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.