Skip to content

Commit

Permalink
build(deps-dev): bump husky from 8.0.3 to 9.1.4 (#3952)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump husky from 8.0.3 to 9.1.4

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update husky config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fb55 committed Aug 6, 2024
1 parent e739aad commit 816cff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
lint-staged
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"lint:es": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"lint:prettier": "npm run format:prettier:raw -- --check",
"lint:ts": "tsc --noEmit",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "npm run build",
"test": "npm run lint && npm run test:vi",
"test:vi": "vitest run",
Expand Down Expand Up @@ -142,7 +142,7 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
"husky": "^8.0.3",
"husky": "^9.1.4",
"jquery": "^3.7.1",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.8",
Expand Down

0 comments on commit 816cff3

Please sign in to comment.