-
Notifications
You must be signed in to change notification settings - Fork 401
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: update dependencies #2260
Conversation
f2df091
to
3f32330
Compare
⚠ Performance RegressionBest has detected that there is a Please click here to see more details. Click to view significantly changed benchmarks@lwc/engine-dom
@lwc/engine-server
|
.husky/commit-msg
Outdated
@@ -0,0 +1,2 @@ | |||
npx --no-install commitlint --edit $1 |
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.
This file does run twice commitlint, remove the duplicate.
npx --no-install commitlint --edit $1 |
.husky/pre-commit
Outdated
@@ -0,0 +1,2 @@ | |||
npx --no-install lint-staged |
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.
Ditto
npx --no-install lint-staged |
package.json
Outdated
@@ -56,7 +57,7 @@ | |||
"rollup-plugin-typescript": "^1.0.1", | |||
"semver": "^7.3.4", | |||
"tslib": "^2.1.0", | |||
"typescript": "^4.1.5", | |||
"typescript": "^4.2.2", | |||
"worker-farm": "^1.7.0" | |||
}, | |||
"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.
Remove the hooks defined here.
package.json
Outdated
@@ -18,34 +18,35 @@ | |||
"test:integration": "lerna exec --scope integration-tests -- yarn sauce", | |||
"test:performance": "lerna exec --scope perf-benchmarks -- best --runner default", | |||
"release:publish:ci": "./scripts/release/publish.js", | |||
"release:version": "./scripts/release/version.js" | |||
"release:version": "./scripts/release/version.js", | |||
"postinstall": "husky install" |
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.
Move it to “prepare” step instead of postinstall
https://github.com/typicode/husky/tree/main/docs#install
Related discussion: typicode/husky#888
typicode/husky#884
Details
Weekly dependency update.
Does this PR introduce breaking changes?
No, it does not introduce breaking changes.
The PR fulfills these requirements:
GUS work item
W-7258582