Changelog
*Sourced from [husky's changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md).*
> ## 2.6.0
>
> * Optional `HUSKY_USE_YARN` setting to use Yarn to run Husky
> * Add more debug information
> * Show a warning for Node `<= 8.6.0`
Commits
- [`ae5700e`](https://github.com/typicode/husky/commit/ae5700e8cfb82e68c254549c0f7467a9e68a0d00) 2.6.0
- [`e85d280`](https://github.com/typicode/husky/commit/e85d280c22d48815e914228c867feffbb1ff29da) update CHANGELOG.md
- [`8d4f833`](https://github.com/typicode/husky/commit/8d4f8334540aaff9a34716f4311d2c16cee45745) Merge branch 'master' of https://github.com/typicode/husky
- [`449a615`](https://github.com/typicode/husky/commit/449a615d721607a2bd47568b8d1063c1d3b12929) adds an optional settings to use Yarn to run Husky ([#511](https://github-redirect.dependabot.com/typicode/husky/issues/511))
- [`0f68515`](https://github.com/typicode/husky/commit/0f685157f9252dcacc95f68477cb1296816afa8f) add more debug messages
- [`1255096`](https://github.com/typicode/husky/commit/12550968ca4a344ba50733c6bf8d4682e6e1174e) Open Collective integration
- [`f7029a1`](https://github.com/typicode/husky/commit/f7029a1a35735dc3ff47d57aa864464a48fc3461) Update CHANGELOG.md
- [`fa449ed`](https://github.com/typicode/husky/commit/fa449edc6f26d0168a27861117d05afa45094ddb) update engines node in package.json ([#512](https://github-redirect.dependabot.com/typicode/husky/issues/512))
- [`f276923`](https://github.com/typicode/husky/commit/f276923e0426868d168e7aa6a78e61735a7e77b3) Update CHANGELOG.md
- See full diff in [compare view](https://github.com/typicode/husky/compare/v2.5.0...v2.6.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 husky from 2.5.0 to 2.6.0.
Changelog
*Sourced from [husky's changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md).* > ## 2.6.0 > > * Optional `HUSKY_USE_YARN` setting to use Yarn to run Husky > * Add more debug information > * Show a warning for Node `<= 8.6.0`Commits
- [`ae5700e`](https://github.com/typicode/husky/commit/ae5700e8cfb82e68c254549c0f7467a9e68a0d00) 2.6.0 - [`e85d280`](https://github.com/typicode/husky/commit/e85d280c22d48815e914228c867feffbb1ff29da) update CHANGELOG.md - [`8d4f833`](https://github.com/typicode/husky/commit/8d4f8334540aaff9a34716f4311d2c16cee45745) Merge branch 'master' of https://github.com/typicode/husky - [`449a615`](https://github.com/typicode/husky/commit/449a615d721607a2bd47568b8d1063c1d3b12929) adds an optional settings to use Yarn to run Husky ([#511](https://github-redirect.dependabot.com/typicode/husky/issues/511)) - [`0f68515`](https://github.com/typicode/husky/commit/0f685157f9252dcacc95f68477cb1296816afa8f) add more debug messages - [`1255096`](https://github.com/typicode/husky/commit/12550968ca4a344ba50733c6bf8d4682e6e1174e) Open Collective integration - [`f7029a1`](https://github.com/typicode/husky/commit/f7029a1a35735dc3ff47d57aa864464a48fc3461) Update CHANGELOG.md - [`fa449ed`](https://github.com/typicode/husky/commit/fa449edc6f26d0168a27861117d05afa45094ddb) update engines node in package.json ([#512](https://github-redirect.dependabot.com/typicode/husky/issues/512)) - [`f276923`](https://github.com/typicode/husky/commit/f276923e0426868d168e7aa6a78e61735a7e77b3) Update CHANGELOG.md - See full diff in [compare view](https://github.com/typicode/husky/compare/v2.5.0...v2.6.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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.