crazyfactory/ts-react-boilerplate

An in-range update of husky is breaking the build 🚨

Closed this issue Β· 10 comments

The devDependency husky was updated from 4.0.8 to 4.0.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

husky is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v4.0.9
  • Fix: read stdin from hook script (#645)
Commits

The new version differs by 2 commits ahead by 2, behind by 2.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

  • The devDependency husky was updated from 4.0.9 to 4.0.10.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 2 commits.

See the full diff

After pinning to 4.0.8 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency husky was updated from 4.0.10 to 4.1.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.1.0
  • Improve speed and refactor hooks
Commits

The new version differs by 11 commits.

See the full diff

  • The devDependency husky was updated from 4.1.0 to 4.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.0
  • Check Git version during install and log an error if it's <2.13.0
Commits

The new version differs by 15 commits.

See the full diff

  • The devDependency husky was updated from 4.2.0 to 4.2.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.1
  • Fix: support spaces in path to husky.local.sh #658
Commits

The new version differs by 18 commits.

There are 18 commits in total.

See the full diff

  • The devDependency husky was updated from 4.2.1 to 4.2.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.2
  • Fix #662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • Fix do not install update, pre/post-receive hooks
Commits

The new version differs by 25 commits.

  • c16aa78 4.2.2
  • 9e65360 update snapshot
  • 015f3aa fix husky.sh syntax error
  • 7791433 Fix #662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • 7e79d16 Fix: do not install server hooks
  • b05fe3b Added husky.config.js (#595)
  • 2998c95 Update README.md
  • d1f182b 4.2.1
  • fa3a7d7 support spaces in path to husky.local.sh (#658)
  • 9891528 Update README.md and mention husky.config.js file
  • 9c49f39 4.2.0
  • c7976df Remove version check in gitRevParse.ts
  • d561a88 Update message
  • 3d3c9cc Check Git version during install (#656)
  • ef5b965 4.1.0

There are 25 commits in total.

See the full diff

  • The devDependency husky was updated from 4.2.2 to 4.2.3.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.3
  • Fix: check for husky.config.js not .huskyrc.config.js #669
Commits

The new version differs by 27 commits.

  • df75e8a 4.2.3
  • d9d8de3 fix: husky.config.js not .huskyrc.config.js (#669)
  • c16aa78 4.2.2
  • 9e65360 update snapshot
  • 015f3aa fix husky.sh syntax error
  • 7791433 Fix #662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • 7e79d16 Fix: do not install server hooks
  • b05fe3b Added husky.config.js (#595)
  • 2998c95 Update README.md
  • d1f182b 4.2.1
  • fa3a7d7 support spaces in path to husky.local.sh (#658)
  • 9891528 Update README.md and mention husky.config.js file
  • 9c49f39 4.2.0
  • c7976df Remove version check in gitRevParse.ts
  • d561a88 Update message

There are 27 commits in total.

See the full diff

  • The devDependency husky was updated from 4.2.3 to 4.2.4.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.4
  • When Node version is unsupported, log actual version in addition to the error message #701
  • Fix: support cnpm package manager #687
  • Fix: always use sh to run scripts and avoid inconsistencies #707
  • Fix: don't throw error if files are already removed during uninstall #708
Commits

The new version differs by 35 commits.

  • 17c012d 4.2.4
  • b1d4c32 Don't throw error during uninstall if file doesn't exist (#708)
  • 4e1d440 fix: cnpm fails due to $packgeManager not matched (#687)
  • 56c611d Fix usage of SHELL environment variable can cause unexpected behavior #683
  • cbacd2e npm audit fix
  • 8bb9911 Show runtime node version when exit (#701)
  • 1bddecd Bump acorn from 5.7.3 to 5.7.4 (#688)
  • 1f7d02d Update CHANGELOG.md
  • df75e8a 4.2.3
  • d9d8de3 fix: husky.config.js not .huskyrc.config.js (#669)
  • c16aa78 4.2.2
  • 9e65360 update snapshot
  • 015f3aa fix husky.sh syntax error
  • 7791433 Fix #662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • 7e79d16 Fix: do not install server hooks

There are 35 commits in total.

See the full diff

  • The devDependency husky was updated from 4.2.4 to 4.2.5.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.2.5
  • Fix wrong error message #709
  • Update dependencies #710
Commits

The new version differs by 39 commits.

  • 85a4704 4.2.5
  • 5baf3d2 lint fix
  • 81f7d05 Prettier and deps update (#710)
  • a403be4 fix wrong error message (#709)
  • 17c012d 4.2.4
  • b1d4c32 Don't throw error during uninstall if file doesn't exist (#708)
  • 4e1d440 fix: cnpm fails due to $packgeManager not matched (#687)
  • 56c611d Fix usage of SHELL environment variable can cause unexpected behavior #683
  • cbacd2e npm audit fix
  • 8bb9911 Show runtime node version when exit (#701)
  • 1bddecd Bump acorn from 5.7.3 to 5.7.4 (#688)
  • 1f7d02d Update CHANGELOG.md
  • df75e8a 4.2.3
  • d9d8de3 fix: husky.config.js not .huskyrc.config.js (#669)
  • c16aa78 4.2.2

There are 39 commits in total.

See the full diff

Closed by #338