Closed renovate[bot] closed 5 years ago
Merging #601 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #601 +/- ##
=======================================
Coverage 83.09% 83.09%
=======================================
Files 15 15
Lines 2058 2058
Branches 423 423
=======================================
Hits 1710 1710
Misses 346 346
Partials 2 2
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 e7acf54...fdf160c. Read the comment docs.
This PR contains the following updates:
Release Notes
typicode/husky
### [`v2.7.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#270) [Compare Source](https://togithub.com/typicode/husky/compare/v2.6.0...df97af21254ca033a05346df3deb61c046b9ea12) Due to issues with Git `< 2.13.2`, this version is a rollback and is the same as husky `v2.4.1`. Changes introduced in `v2.5.0` and `v2.6.0` will be published in `v3.0.0`. ### [`v2.6.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#260) [Compare Source](https://togithub.com/typicode/husky/compare/v2.5.0...v2.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` **Deprecated** ### [`v2.5.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#250) [Compare Source](https://togithub.com/typicode/husky/compare/v2.4.1...v2.5.0) - Use more accurate git hooks directory resolution - Add `CWD` in debug messages **Deprecated** ### [`v2.4.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#241) [Compare Source](https://togithub.com/typicode/husky/compare/v2.4.0...v2.4.1) - Fix husky crash on install/uninstall with very old Node versions ### [`v2.4.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#240) [Compare Source](https://togithub.com/typicode/husky/compare/v2.3.0...v2.4.0) - Add `HUSKY_SKIP_HOOKS` to skip all hooks ### [`v2.3.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#230) [Compare Source](https://togithub.com/typicode/husky/compare/v2.2.0...v2.3.0) - Make `HUSKY_DEBUG=1` effective like `HUSKY_DEBUG=true` - Refactor script to point to `run-node/run-node` rather than `.bin/run-node` ### [`v2.2.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#220) [Compare Source](https://togithub.com/typicode/husky/compare/v2.1.0...v2.2.0) - Improve Git worktree support ### [`v2.1.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#210) [Compare Source](https://togithub.com/typicode/husky/compare/v2.0.0...v2.1.0) - Improve shell script portability by using `.` rather than `source` ### [`v2.0.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#200) [Compare Source](https://togithub.com/typicode/husky/compare/v1.3.1...v2.0.0) - Update dependencies - Update messages - **Breaking change** drop `Node 6` support ### [`v1.3.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#131) [Compare Source](https://togithub.com/typicode/husky/compare/v1.3.0...v1.3.1) - Update docs - Upgrade `is-ci` and support more CIs - Disable `1.3.0` change related to `stdin` due to a bug on Windows ### [`v1.3.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#130) [Compare Source](https://togithub.com/typicode/husky/compare/v1.2.1...v1.3.0) - Enable `stdin` if hook is running in a terminal ### [`v1.2.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#121) [Compare Source](https://togithub.com/typicode/husky/compare/v1.2.0...v1.2.1) - Fix don't fail if directory in project contains whitespace ### [`v1.2.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#120) [Compare Source](https://togithub.com/typicode/husky/compare/v1.1.4...v1.2.0) - Add comments to generated hooks to specify which package has installed husky and when ### [`v1.1.4`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#114) [Compare Source](https://togithub.com/typicode/husky/compare/v1.1.3...v1.1.4) - Upgrade `execa` dependency ### [`v1.1.3`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#113) [Compare Source](https://togithub.com/typicode/husky/compare/v1.1.2...v1.1.3) - Fix don't fail if `package.json` doesn't exist ### [`v1.1.2`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#112) [Compare Source](https://togithub.com/typicode/husky/compare/v1.1.1...v1.1.2) - Add debug message ### [`v1.1.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#111) [Compare Source](https://togithub.com/typicode/husky/compare/v1.1.0...v1.1.1) - Check `HUSKY_SKIP_INSTALL` value first before checking if `.git` exists - Check Node version before running hooks ### [`v1.1.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#110) [Compare Source](https://togithub.com/typicode/husky/compare/v1.0.1...v1.1.0) - Create `.git/hooks` if it doesn't exist ### [`v1.0.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#101) [Compare Source](https://togithub.com/typicode/husky/compare/v1.0.0...v1.0.1) - Various `husky-upgrade` changes ([#362](https://togithub.com/typicode/husky/pull/362), [#360](https://togithub.com/typicode/husky/pull/360), [#359](https://togithub.com/typicode/husky/pull/359)) ### [`v1.0.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#100) [Compare Source](https://togithub.com/typicode/husky/compare/v0.14.3...v1.0.0) After a year of pre-releases and a complete rewrite, this marks the first stable release of husky πΆπ. ##### Notable changes Below you'll find consolidated changes since `0.14.3`. There's no change in code between `1.0.0-rc.15` and `1.0.0`. - Hooks - Add `sendemail-validate` hook - Config - Move hooks config from `scripts` field to `husky` field - Prefer raw names for hooks (e.g. `pre-commit` rather than `precommit`) - Support `.huskyrc` config - Package managers - Support environments where [yarn](https://togithub.com/yarnpkg/yarn/) is the only package manager installed - Support [pnpm](https://togithub.com/pnpm/pnpm) package manager - Environment variables - Add `HUSKY_SKIP_INSTALL` environment variable for skipping git hooks installation - Add `HUSKY_GIT_STDIN` environment variable for `pre-push`, `pre-receive`, `post-receive` and `post-rewrite` to access arguments passed by Git via stdin - Rename `GIT_PARAMS` to `HUSKY_GIT_PARAMS` - Messages - Add many more messages in case of errors - Add [please-upgrade-node](https://togithub.com/typicode/please-upgrade-node) message if using with unsupported Node version - Make `--no-verify` message more accurate and only show it for hooks that can be skipped - Upgrade - Add `husky-upgrade` command to automatically migrate hooks in `package.json` - Add deprecation warning for hooks that are still defined in `scripts` - Other - Drop `Node 4` support - Drop integrated `nvm` support (see Node version management in docs) ##### Credits Huge thanks to all the Contributors and [Patreon Supporters](https://thanks.typicode.com)! π ### [`v0.14.3`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#0143) [Compare Source](https://togithub.com/typicode/husky/compare/v0.14.2...v0.14.3) - Fix handle space in `PATH` [#150](https://togithub.com/typicode/husky/pull/114) ### [`v0.14.2`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#0142) [Compare Source](https://togithub.com/typicode/husky/compare/v0.14.1...v0.14.2) - Fix handle space in `HOME` ### [`v0.14.1`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#0141) [Compare Source](https://togithub.com/typicode/husky/compare/v0.14.0...v0.14.1) - Fix Git hooks install on Windows - Fix hook script when `nvm` was installed with BrewRenovate configuration
:date: Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.