Skip to content

Commit

Permalink
Update dependency husky to v9
Browse files Browse the repository at this point in the history
Update husky from 8.0.3 to 9.0.11

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Apr 13, 2024
1 parent e153934 commit 8d5929c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pretest": "npm run prepare && npx tsc --noEmit odata-parser.d.ts",
"test": "mocha",
"posttest": "npm run lint",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && peggy --source-map --extra-options-file odata-parser.config.json --output odata-parser.js odata-parser.pegjs",
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && peggy --source-map --extra-options-file odata-parser.config.json --output odata-parser.js odata-parser.pegjs",
"prettify": "balena-lint -e ts -e js --typescript --fix odata-parser.d.ts test"
},
"repository": "https://github.com/balena-io-modules/odata-parser.git",
Expand All @@ -20,7 +20,7 @@
"@types/lodash": "^4.14.194",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 8d5929c

Please sign in to comment.