Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ husky (8.0.1 → 8.0.3) · Repo · Changelog
Release Notes
8.0.3
8.0.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
8.0.3
fix: change message
fix: add git not installed error message (#1208)
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#1229)
chore: remove stale bot
chore: update package-lock.json
chore: update devDependencies
8.0.2
docs: remove deprecated npm set-script
chore: increase daysUntilStale
chore: update devDependencies
docs(readme): fix minor command typo (#1197)
docs: add double-hyphen flag between npx and the command to run (#1164)
docs: update deprecated npm command
docs: README update (#1154)
chore: npx option --no-install replaced with --no -- due to deprecation (#1149)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands