-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dependencies | January 29th 2024 #2549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file was generated after running husky init
after upgrading
every time husky init
is run, it's automatically generaterd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file deleted by running husky init
after upgrading
@@ -30,16 +30,16 @@ | |||
"build-storybook": "storybook build", | |||
"prettier": "prettier . --check", | |||
"prettier:fix": "prettier . --write", | |||
"prepare": "husky install", | |||
"prepare": "husky", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command was automatically changed after running husky init
after upgrading to v9, husky install
command also deprecated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What does this change?
Changes from previous #2547
@swc/*
packageshusky
to v9
Holds back the following (as in previous):
sharp
- no longer supports yarn 1, will update at the point we move topnpm
/npm
Tested