Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Jan 16, 2020 · 9 comments
Open

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

greenkeeper bot opened this issue Jan 16, 2020 · 9 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jan 16, 2020

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

  • 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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 16, 2020

After pinning to 4.0.8 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency husky was updated from 4.0.10 to 4.1.0.

Your tests are still failing with this version. Compare changes

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

The new version differs by 11 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency husky was updated from 4.1.0 to 4.2.0.

Your tests are still failing with this version. Compare changes

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 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 23, 2020

  • 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 3 commits.

  • d1f182b 4.2.1
  • fa3a7d7 support spaces in path to husky.local.sh (#658)
  • 9891528 Update README.md and mention husky.config.js file

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2020

  • 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 10 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2020

  • 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 12 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2020

  • 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 20 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 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2020

  • 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 24 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 24 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants