mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update dependency husky to v9 (#5302)
Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
ecbec3d61a
commit
b489224dd3
4 changed files with 7 additions and 13 deletions
|
@ -1,4 +1 @@
|
||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npx --no-install commitlint --edit ""
|
npx --no-install commitlint --edit ""
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
# Keep concurrency 1 to avoid lint-staged issue
|
# Keep concurrency 1 to avoid lint-staged issue
|
||||||
# Which may cause ALL your work LOST WITHOUT STASH
|
# Which may cause ALL your work LOST WITHOUT STASH
|
||||||
FORCE_COLOR=1 pnpm -r --workspace-concurrency 1 --filter "[HEAD]" precommit
|
FORCE_COLOR=1 pnpm -r --workspace-concurrency 1 --filter "[HEAD]" precommit
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"pnpm:devPreinstall": "cd packages/connectors && node templates/sync-preset.js",
|
"pnpm:devPreinstall": "cd packages/connectors && node templates/sync-preset.js",
|
||||||
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky install ; fi",
|
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky ; fi",
|
||||||
"prepack": "pnpm -r prepack",
|
"prepack": "pnpm -r prepack",
|
||||||
"dev": "pnpm -r prepack && pnpm start:dev",
|
"dev": "pnpm -r prepack && pnpm start:dev",
|
||||||
"dev:cloud": "IS_CLOUD=1 CONSOLE_PUBLIC_URL=/ pnpm dev",
|
"dev:cloud": "IS_CLOUD=1 CONSOLE_PUBLIC_URL=/ pnpm dev",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"@commitlint/config-conventional": "^18.0.0",
|
"@commitlint/config-conventional": "^18.0.0",
|
||||||
"@commitlint/types": "^18.0.0",
|
"@commitlint/types": "^18.0.0",
|
||||||
"@types/pg": "^8.6.6",
|
"@types/pg": "^8.6.6",
|
||||||
"husky": "^8.0.0",
|
"husky": "^9.0.0",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,8 +28,8 @@ importers:
|
||||||
specifier: ^8.6.6
|
specifier: ^8.6.6
|
||||||
version: 8.6.6
|
version: 8.6.6
|
||||||
husky:
|
husky:
|
||||||
specifier: ^8.0.0
|
specifier: ^9.0.0
|
||||||
version: 8.0.1
|
version: 9.0.7
|
||||||
pg:
|
pg:
|
||||||
specifier: ^8.8.0
|
specifier: ^8.8.0
|
||||||
version: 8.8.0
|
version: 8.8.0
|
||||||
|
@ -14307,9 +14307,9 @@ packages:
|
||||||
resolution: {integrity: sha1-EcCvakcWQ2M1iFiASPF5lUFInBg=}
|
resolution: {integrity: sha1-EcCvakcWQ2M1iFiASPF5lUFInBg=}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/husky@8.0.1:
|
/husky@9.0.7:
|
||||||
resolution: {integrity: sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==}
|
resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue