Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).*
> ## v3.8.4
> ### Bug Fixes
>
> * **publish:** Pass username to `access.lsPackages()` ([31982a1](https://github.com/lerna/lerna/commit/31982a1))
>
> This release includes the changes from the failed v3.8.3 publish.
>
> ## v3.8.3
> ### Bug Fixes
>
> * **publish:** Give up trying to validate third-party registries ([b44f2f9](https://github.com/lerna/lerna/commit/b44f2f9)), closes [#1685](https://github-redirect.dependabot.com/lerna/lerna/issues/1685) [#1687](https://github-redirect.dependabot.com/lerna/lerna/issues/1687)
>
> ### NOTE
>
> This version failed to publish due to an oversight. Good thing we're dogfooding this, yeah?
>
> The change above is published in a subsequent patch.
>
> ## v3.8.2
> ### Bug Fixes
>
> * **bootstrap:** Bail out of hoisted recursive lifecycles ([169c943](https://github.com/lerna/lerna/commit/169c943)), closes [#1125](https://github-redirect.dependabot.com/lerna/lerna/issues/1125)
> * **publish:** Avoid recursive root lifecycle execution ([e133134](https://github.com/lerna/lerna/commit/e133134))
> * **publish:** Run root prepublish lifecycle if it exists ([c5676bb](https://github.com/lerna/lerna/commit/c5676bb))
> * **run-lifecycle:** Short-circuit ignore options ([ae29097](https://github.com/lerna/lerna/commit/ae29097))
> * **version:** Avoid recursive root lifecycle execution ([089392d](https://github.com/lerna/lerna/commit/089392d)), closes [#1844](https://github-redirect.dependabot.com/lerna/lerna/issues/1844)
Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).*
> ## [3.8.4](https://github.com/lerna/lerna/compare/v3.8.3...v3.8.4) (2019-01-03)
>
>
> ### Bug Fixes
>
> * **publish:** Pass username to access.lsPackages() ([31982a1](https://github.com/lerna/lerna/commit/31982a1))
>
>
>
>
>
> ## [3.8.3](https://github.com/lerna/lerna/compare/v3.8.2...v3.8.3) (2019-01-03)
>
>
> ### Bug Fixes
>
> * **publish:** Give up trying to validate third-party registries ([b44f2f9](https://github.com/lerna/lerna/commit/b44f2f9)), closes [#1685](https://github-redirect.dependabot.com/lerna/lerna/issues/1685) [#1687](https://github-redirect.dependabot.com/lerna/lerna/issues/1687)
>
>
>
>
>
> ## [3.8.2](https://github.com/lerna/lerna/compare/v3.8.1...v3.8.2) (2019-01-03)
>
>
> ### Bug Fixes
>
> * **bootstrap:** Bail out of hoisted recursive lifecycles ([169c943](https://github.com/lerna/lerna/commit/169c943)), closes [#1125](https://github-redirect.dependabot.com/lerna/lerna/issues/1125)
> * **publish:** Avoid recursive root lifecycle execution ([e133134](https://github.com/lerna/lerna/commit/e133134))
> * **publish:** Run root prepublish lifecycle if it exists ([c5676bb](https://github.com/lerna/lerna/commit/c5676bb))
> * **run-lifecycle:** Short-circuit ignore options ([ae29097](https://github.com/lerna/lerna/commit/ae29097))
> * **version:** Avoid recursive root lifecycle execution ([089392d](https://github.com/lerna/lerna/commit/089392d)), closes [#1844](https://github-redirect.dependabot.com/lerna/lerna/issues/1844)
Commits
- [`c7fa580`](https://github.com/lerna/lerna/commit/c7fa58029f7e0f057ed89b29caae36bc28e48f73) chore(release): publish v3.8.4
- [`31982a1`](https://github.com/lerna/lerna/commit/31982a153d1cf50e094400d64b7bcff3eccf1fa6) fix(publish): Pass username to access.lsPackages()
- [`4300a07`](https://github.com/lerna/lerna/commit/4300a0704c6fd2722ec4b0ee54371f0d4ef8a823) chore(release): publish v3.8.3
- [`b44f2f9`](https://github.com/lerna/lerna/commit/b44f2f9a802aadfcc7700ac643826235f8c8858b) fix(publish): Give up trying to validate third-party registries
- [`25da088`](https://github.com/lerna/lerna/commit/25da088856170d0a84bee356af9ffa8b3df0978b) chore(release): publish v3.8.2
- [`c5676bb`](https://github.com/lerna/lerna/commit/c5676bb69f1d52006084e544016a97c7d58706a3) fix(publish): Run root prepublish lifecycle if it exists
- [`e133134`](https://github.com/lerna/lerna/commit/e1331344dcd849bd8550a7115115dfe7c4d28afc) fix(publish): Avoid recursive root lifecycle execution
- [`089392d`](https://github.com/lerna/lerna/commit/089392d242b6326f4865f81a8083ea858ed4091b) fix(version): Avoid recursive root lifecycle execution
- [`b7255da`](https://github.com/lerna/lerna/commit/b7255daedf184b67f94ad7d26172ce745976a3ca) refactor(run-lifecycle): Reasonable default for opts.unsafe-perm
- [`ae29097`](https://github.com/lerna/lerna/commit/ae29097b167c5f80b5ca7f4fd0800b2e882a3476) fix(run-lifecycle): Short-circuit ignore options
- Additional commits viewable in [compare view](https://github.com/lerna/lerna/compare/v3.8.1...v3.8.4)
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.8.1 to 3.8.4.
Release notes
*Sourced from [lerna's releases](https://github.com/lerna/lerna/releases).* > ## v3.8.4 > ### Bug Fixes > > * **publish:** Pass username to `access.lsPackages()` ([31982a1](https://github.com/lerna/lerna/commit/31982a1)) > > This release includes the changes from the failed v3.8.3 publish. > > ## v3.8.3 > ### Bug Fixes > > * **publish:** Give up trying to validate third-party registries ([b44f2f9](https://github.com/lerna/lerna/commit/b44f2f9)), closes [#1685](https://github-redirect.dependabot.com/lerna/lerna/issues/1685) [#1687](https://github-redirect.dependabot.com/lerna/lerna/issues/1687) > > ### NOTE > > This version failed to publish due to an oversight. Good thing we're dogfooding this, yeah? > > The change above is published in a subsequent patch. > > ## v3.8.2 > ### Bug Fixes > > * **bootstrap:** Bail out of hoisted recursive lifecycles ([169c943](https://github.com/lerna/lerna/commit/169c943)), closes [#1125](https://github-redirect.dependabot.com/lerna/lerna/issues/1125) > * **publish:** Avoid recursive root lifecycle execution ([e133134](https://github.com/lerna/lerna/commit/e133134)) > * **publish:** Run root prepublish lifecycle if it exists ([c5676bb](https://github.com/lerna/lerna/commit/c5676bb)) > * **run-lifecycle:** Short-circuit ignore options ([ae29097](https://github.com/lerna/lerna/commit/ae29097)) > * **version:** Avoid recursive root lifecycle execution ([089392d](https://github.com/lerna/lerna/commit/089392d)), closes [#1844](https://github-redirect.dependabot.com/lerna/lerna/issues/1844)Changelog
*Sourced from [lerna's changelog](https://github.com/lerna/lerna/blob/master/CHANGELOG.md).* > ## [3.8.4](https://github.com/lerna/lerna/compare/v3.8.3...v3.8.4) (2019-01-03) > > > ### Bug Fixes > > * **publish:** Pass username to access.lsPackages() ([31982a1](https://github.com/lerna/lerna/commit/31982a1)) > > > > > > ## [3.8.3](https://github.com/lerna/lerna/compare/v3.8.2...v3.8.3) (2019-01-03) > > > ### Bug Fixes > > * **publish:** Give up trying to validate third-party registries ([b44f2f9](https://github.com/lerna/lerna/commit/b44f2f9)), closes [#1685](https://github-redirect.dependabot.com/lerna/lerna/issues/1685) [#1687](https://github-redirect.dependabot.com/lerna/lerna/issues/1687) > > > > > > ## [3.8.2](https://github.com/lerna/lerna/compare/v3.8.1...v3.8.2) (2019-01-03) > > > ### Bug Fixes > > * **bootstrap:** Bail out of hoisted recursive lifecycles ([169c943](https://github.com/lerna/lerna/commit/169c943)), closes [#1125](https://github-redirect.dependabot.com/lerna/lerna/issues/1125) > * **publish:** Avoid recursive root lifecycle execution ([e133134](https://github.com/lerna/lerna/commit/e133134)) > * **publish:** Run root prepublish lifecycle if it exists ([c5676bb](https://github.com/lerna/lerna/commit/c5676bb)) > * **run-lifecycle:** Short-circuit ignore options ([ae29097](https://github.com/lerna/lerna/commit/ae29097)) > * **version:** Avoid recursive root lifecycle execution ([089392d](https://github.com/lerna/lerna/commit/089392d)), closes [#1844](https://github-redirect.dependabot.com/lerna/lerna/issues/1844)Commits
- [`c7fa580`](https://github.com/lerna/lerna/commit/c7fa58029f7e0f057ed89b29caae36bc28e48f73) chore(release): publish v3.8.4 - [`31982a1`](https://github.com/lerna/lerna/commit/31982a153d1cf50e094400d64b7bcff3eccf1fa6) fix(publish): Pass username to access.lsPackages() - [`4300a07`](https://github.com/lerna/lerna/commit/4300a0704c6fd2722ec4b0ee54371f0d4ef8a823) chore(release): publish v3.8.3 - [`b44f2f9`](https://github.com/lerna/lerna/commit/b44f2f9a802aadfcc7700ac643826235f8c8858b) fix(publish): Give up trying to validate third-party registries - [`25da088`](https://github.com/lerna/lerna/commit/25da088856170d0a84bee356af9ffa8b3df0978b) chore(release): publish v3.8.2 - [`c5676bb`](https://github.com/lerna/lerna/commit/c5676bb69f1d52006084e544016a97c7d58706a3) fix(publish): Run root prepublish lifecycle if it exists - [`e133134`](https://github.com/lerna/lerna/commit/e1331344dcd849bd8550a7115115dfe7c4d28afc) fix(publish): Avoid recursive root lifecycle execution - [`089392d`](https://github.com/lerna/lerna/commit/089392d242b6326f4865f81a8083ea858ed4091b) fix(version): Avoid recursive root lifecycle execution - [`b7255da`](https://github.com/lerna/lerna/commit/b7255daedf184b67f94ad7d26172ce745976a3ca) refactor(run-lifecycle): Reasonable default for opts.unsafe-perm - [`ae29097`](https://github.com/lerna/lerna/commit/ae29097b167c5f80b5ca7f4fd0800b2e882a3476) fix(run-lifecycle): Short-circuit ignore options - Additional commits viewable in [compare view](https://github.com/lerna/lerna/compare/v3.8.1...v3.8.4)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.