Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).*
> ## v3.10.5
> ### Bug Fixes
>
> * **run-lifecycle:** Do not customize `npm_config_prefix` during execution ([79549c1](https://github.com/lerna/lerna/commit/79549c1)), closes [#1866](https://github-redirect.dependabot.com/lerna/lerna/issues/1866)
>
> ## v3.10.4
> ### Bug Fixes
>
> * **add:** Do not scope chained bootstrap ([d9d4bc4](https://github.com/lerna/lerna/commit/d9d4bc4))
> * **bootstrap:** Do not `npm ci` when hoisting ([27516b9](https://github.com/lerna/lerna/commit/27516b9)), closes [#1865](https://github-redirect.dependabot.com/lerna/lerna/issues/1865)
>
> ## v3.10.3
> ### Bug Fixes
>
> * **bootstrap:** When filtering, only bootstrap filtered packages ([71174e4](https://github.com/lerna/lerna/commit/71174e4)), closes [#1421](https://github-redirect.dependabot.com/lerna/lerna/issues/1421) and [#1766](https://github-redirect.dependabot.com/lerna/lerna/issues/1766)
Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).*
> ## [3.10.5](https://github.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://github.com/lerna/lerna/commit/79549c1)), closes [#1866](https://github-redirect.dependabot.com/lerna/lerna/issues/1866)
>
>
>
>
>
> ## [3.10.4](https://github.com/lerna/lerna/compare/v3.10.3...v3.10.4) (2019-01-10)
>
>
> ### Bug Fixes
>
> * **add:** Do not scope chained bootstrap ([d9d4bc4](https://github.com/lerna/lerna/commit/d9d4bc4))
> * **bootstrap:** Do not `npm ci` when hoisting ([27516b9](https://github.com/lerna/lerna/commit/27516b9)), closes [#1865](https://github-redirect.dependabot.com/lerna/lerna/issues/1865)
>
>
>
>
>
> ## [3.10.3](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.3) (2019-01-10)
>
>
> ### Bug Fixes
>
> * **bootstrap:** When filtering, only bootstrap filtered packages ([71174e4](https://github.com/lerna/lerna/commit/71174e4)), closes [#1421](https://github-redirect.dependabot.com/lerna/lerna/issues/1421) [#1766](https://github-redirect.dependabot.com/lerna/lerna/issues/1766)
Commits
- [`713f72d`](https://github.com/lerna/lerna/commit/713f72d1d5bd358147bb50df65b203b43a4667f8) chore(release): v3.10.5
- [`79549c1`](https://github.com/lerna/lerna/commit/79549c1a56c20a61cfda0f838c165196ef6245e2) fix(run-lifecycle): Do not customize npm_config_prefix during execution
- [`d9ac62c`](https://github.com/lerna/lerna/commit/d9ac62c8dc6225b4571e233c286f4c6f60f54a98) chore(release): v3.10.4
- [`d9d4bc4`](https://github.com/lerna/lerna/commit/d9d4bc446329937cd59bce3856c660c73b711d2e) fix(add): Do not scope chained bootstrap
- [`27516b9`](https://github.com/lerna/lerna/commit/27516b97184d03825baf849b81a81c82e7794214) fix(bootstrap): Do not `npm ci` when hoisting
- [`a059afd`](https://github.com/lerna/lerna/commit/a059afd39e7d872b02ef8325486be1377b6e247f) chore(release): v3.10.3
- [`71174e4`](https://github.com/lerna/lerna/commit/71174e4709bb589fef2e9f835acb398a7918fdb0) fix(bootstrap): When filtering, only bootstrap filtered packages
- [`fc7463f`](https://github.com/lerna/lerna/commit/fc7463fe68ce493986902400910a277e251a5467) refactor(publish): Clarify intent of inverted boolean options via instance pr...
- [`5e975e0`](https://github.com/lerna/lerna/commit/5e975e0e36ef3e44dcf436fc1b2465916d25ab98) refactor(publish): DRY verification of working tree cleanliness
- See full diff in [compare view](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.5)
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](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 3.10.2 to 3.10.5.
Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).* > ## v3.10.5 > ### Bug Fixes > > * **run-lifecycle:** Do not customize `npm_config_prefix` during execution ([79549c1](https://github.com/lerna/lerna/commit/79549c1)), closes [#1866](https://github-redirect.dependabot.com/lerna/lerna/issues/1866) > > ## v3.10.4 > ### Bug Fixes > > * **add:** Do not scope chained bootstrap ([d9d4bc4](https://github.com/lerna/lerna/commit/d9d4bc4)) > * **bootstrap:** Do not `npm ci` when hoisting ([27516b9](https://github.com/lerna/lerna/commit/27516b9)), closes [#1865](https://github-redirect.dependabot.com/lerna/lerna/issues/1865) > > ## v3.10.3 > ### Bug Fixes > > * **bootstrap:** When filtering, only bootstrap filtered packages ([71174e4](https://github.com/lerna/lerna/commit/71174e4)), closes [#1421](https://github-redirect.dependabot.com/lerna/lerna/issues/1421) and [#1766](https://github-redirect.dependabot.com/lerna/lerna/issues/1766)Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).* > ## [3.10.5](https://github.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://github.com/lerna/lerna/commit/79549c1)), closes [#1866](https://github-redirect.dependabot.com/lerna/lerna/issues/1866) > > > > > > ## [3.10.4](https://github.com/lerna/lerna/compare/v3.10.3...v3.10.4) (2019-01-10) > > > ### Bug Fixes > > * **add:** Do not scope chained bootstrap ([d9d4bc4](https://github.com/lerna/lerna/commit/d9d4bc4)) > * **bootstrap:** Do not `npm ci` when hoisting ([27516b9](https://github.com/lerna/lerna/commit/27516b9)), closes [#1865](https://github-redirect.dependabot.com/lerna/lerna/issues/1865) > > > > > > ## [3.10.3](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.3) (2019-01-10) > > > ### Bug Fixes > > * **bootstrap:** When filtering, only bootstrap filtered packages ([71174e4](https://github.com/lerna/lerna/commit/71174e4)), closes [#1421](https://github-redirect.dependabot.com/lerna/lerna/issues/1421) [#1766](https://github-redirect.dependabot.com/lerna/lerna/issues/1766)Commits
- [`713f72d`](https://github.com/lerna/lerna/commit/713f72d1d5bd358147bb50df65b203b43a4667f8) chore(release): v3.10.5 - [`79549c1`](https://github.com/lerna/lerna/commit/79549c1a56c20a61cfda0f838c165196ef6245e2) fix(run-lifecycle): Do not customize npm_config_prefix during execution - [`d9ac62c`](https://github.com/lerna/lerna/commit/d9ac62c8dc6225b4571e233c286f4c6f60f54a98) chore(release): v3.10.4 - [`d9d4bc4`](https://github.com/lerna/lerna/commit/d9d4bc446329937cd59bce3856c660c73b711d2e) fix(add): Do not scope chained bootstrap - [`27516b9`](https://github.com/lerna/lerna/commit/27516b97184d03825baf849b81a81c82e7794214) fix(bootstrap): Do not `npm ci` when hoisting - [`a059afd`](https://github.com/lerna/lerna/commit/a059afd39e7d872b02ef8325486be1377b6e247f) chore(release): v3.10.3 - [`71174e4`](https://github.com/lerna/lerna/commit/71174e4709bb589fef2e9f835acb398a7918fdb0) fix(bootstrap): When filtering, only bootstrap filtered packages - [`fc7463f`](https://github.com/lerna/lerna/commit/fc7463fe68ce493986902400910a277e251a5467) refactor(publish): Clarify intent of inverted boolean options via instance pr... - [`5e975e0`](https://github.com/lerna/lerna/commit/5e975e0e36ef3e44dcf436fc1b2465916d25ab98) refactor(publish): DRY verification of working tree cleanliness - See full diff in [compare view](https://github.com/lerna/lerna/compare/v3.10.2...v3.10.5)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](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.