This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
forked from segmentio/analytics.js-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency husky to v5 (master) #72
Open
appcues-wss
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/master-husky-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Mar 27, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Mar 30, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Apr 4, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Apr 5, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
May 24, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
May 25, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Jun 15, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Jun 18, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Jul 5, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Jul 6, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Aug 16, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Aug 17, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Aug 18, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Aug 18, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Sep 12, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Sep 12, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Sep 22, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Sep 22, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master)
Update dependency husky to v5 (master) - autoclosed
Sep 23, 2023
appcues-wss
bot
changed the title
Update dependency husky to v5 (master) - autoclosed
Update dependency husky to v5 (master)
Sep 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.8
->^5.0.0
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
typicode/husky (husky)
v5.0.0
Compare Source
👉 See https://typicode.github.io/husky for breaking changes and new installation instructions.
Note about the license
Husky 5 is released under The Parity Public License.
It doesn't affect you if you're using husky in an Open Source project or if you're a sponsor. You're free to use it as usual and I hope you'll enjoy this new release ❤️
If you're using husky in a commercial project, you may want to consider becoming a sponsor to support the project. You can also try it for 30 days.
This is only for a limited time, husky will be MIT again later.
Migrating
Important Husky v5 brings a lot of improvements but is also very different from v4. Git hooks won't work if you only upgrade husky dependency, existing config needs to be migrated too.
The best way to switch to v5 is to follow the new installation instructions and migrate existing hooks command using
husky add
.