-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore(deps): update dependency husky to v1 #1728
Conversation
c4e0a27
to
5ebdd6f
Compare
👋 @rarkins This is an ...And if so, and I wanted to re-trigger this, am I correct in understanding that this instruction:
...means:
|
@abernix I'm not certain of the cause, but I do know a much easier way to try again. You can simply add the label "rebase" to this PR and Renovate will recreate/rebase it on the next cycle (hourly). |
That is a much easier way. Thank you, @rarkins! |
5ebdd6f
to
00e1623
Compare
d6a82c9
to
16b5042
Compare
@abernix seems that this problem is not entirely ephemeral. My best guess is that this might be a disk space issue even though (a) I'm not seeing any explicit mention of that in the above log, (b) I'm not getting disk space alerts from AWS, and (c) I'm not sure what would have changed in the past couple of days to take up more disk space. Obviously the change to using a "full" install a few weeks back because of the npm bug would have caused a major increase in disk used, but we didn't see this problem then. |
Maybe it's not disk space. Searches in the npm repos and npm.community lead to the best hope being that this PR might fix it once landed in a release: npm/cli#40 I'm not 100% sure though |
@abernix maybe you could consider a manual refresh of your |
8d13c54
to
e6debb9
Compare
Codecov Report
@@ Coverage Diff @@
## master #1728 +/- ##
=======================================
Coverage 73.82% 73.82%
=======================================
Files 29 29
Lines 1150 1150
Branches 288 288
=======================================
Hits 849 849
Misses 291 291
Partials 10 10 Continue to review full report at Codecov.
|
@abernix looks like it autofixed itself eventually.. merge it while it's hot ;) |
a93823e
to
c427d03
Compare
04264da
to
8a6a336
Compare
8a6a336
to
cff3fb1
Compare
|
6513b4e
to
07a6919
Compare
07a6919
to
ab712a4
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label |
This PR contains the following updates:
0.14.3
->1.1.1
Release Notes
typicode/husky
v1.1.1
Compare Source
HUSKY_SKIP_INSTALL
value first before checking if.git
existsv1.1.0
Compare Source
.git/hooks
if it doesn't existv1.0.1
Compare Source
husky-upgrade
changes (#362, #360, #359)v1.0.0
Compare Source
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 between1.0.0-rc.15
and1.0.0
.Hooks
sendemail-validate
hookConfig
scripts
field tohusky
fieldpre-commit
rather thanprecommit
).huskyrc
configPackage managers
Environment variables
HUSKY_SKIP_INSTALL
environment variable for skipping git hooks installationHUSKY_GIT_STDIN
environment variable forpre-push
,pre-receive
,post-receive
andpost-rewrite
to access arguments passed by Git via stdinGIT_PARAMS
toHUSKY_GIT_PARAMS
Messages
--no-verify
message more accurate and only show it for hooks that can be skippedUpgrade
husky-upgrade
command to automatically migrate hooks inpackage.json
scripts
Other
Node 4
supportnvm
support (see Node version management in docs)Credits
Huge thanks to all the Contributors and Patreon Supporters! 🙏
Renovate configuration
📅 Schedule: "after 6pm every weekday,before 8am every weekday" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 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.