yarnhook

Run `yarn install`, `npm install` or `pnpm install` on git hooks automatically

MIT License

Downloads
97.8K
Stars
216
Committers
12

Bot releases are hidden (Show)

yarnhook - v0.6.1 support for bun Latest Release

Published by frontsideair 11 months ago

yarnhook now supports bun as a package manager, thanks @rwu823 for the contribution!

yarnhook - No --no-optional

Published by frontsideair over 2 years ago

This release removes the default --no-optional flag, see thread for context.

This is a major release with breaking changes if you were relying on not installing the optional dependencies. While having more dependencies should be backwards compatible, if those optional dependencies fail to be installed on your machine, it may break your workflow. Changing branches can also feel slower. Test before you upgrade.

yarnhook - pnpm v7 support

Published by frontsideair over 2 years ago

This version fixes the broken behavior at pnpm version 7, thanks to @TxHawks for reporting!

yarnhook - Support pnpm-lock.yaml

Published by frontsideair about 5 years ago

Support for pnpm-lock.yaml thanks to @mathdroid!

yarnhook - Fixed another security issue

Published by frontsideair about 5 years ago

Don't forget to upgrade!

yarnhook - Fixed a small security issue

Published by frontsideair over 5 years ago

Please upgrade!

yarnhook - npm --no-save

Published by frontsideair over 5 years ago

Thanks to @straub we now don't change lockfile for npm.

yarnhook - Faster and safer yarnhook✨

Published by frontsideair about 6 years ago

Thanks to @christophehurpeau, yarnhook is now faster and safer! More optimized package install options are used (#25) and an edge case resulting in detached head is handled gracefully (#27).

Please let us know if this release made your branch switches faster.

yarnhook - pnpm support! 🎉

Published by frontsideair over 6 years ago

It's time to party because yarnhook gained support for another major package manager, pnpm! 🎉 Thanks, @zkochan for the PR.

We also added another flag called YARNHOOK_DRYRUN which you can use if you're not comfortable with yarnhook installing dependencies for you, but want to be notified when there's a need.

yarnhook - npm lockfile support

Published by frontsideair almost 7 years ago

This release adds support for npm lockfiles, which makes yarnhook a misnomer. 😄 We'll think about a name change. Contributor: @allybee

yarnhook - Streaming output

Published by frontsideair almost 7 years ago

With this release yarnhook streams yarn output so you'll see the output even before yarn terminates. Also it'll retain color! Contributor: @Rowno