chore(repo): updated husky to v9.1.5 (#27665)
This commit is contained in:
parent
2f09285b30
commit
3c4fd355c7
@ -1,3 +1,2 @@
|
|||||||
#!/bin/sh
|
|
||||||
changedFiles="$(git diff-tree -r --name-only --no-commit-id $1 $2)"
|
changedFiles="$(git diff-tree -r --name-only --no-commit-id $1 $2)"
|
||||||
node ./scripts/notify-lockfile-changes.js $changedFiles
|
node ./scripts/notify-lockfile-changes.js $changedFiles
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
#!/bin/sh
|
|
||||||
changedFiles="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"
|
changedFiles="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)"
|
||||||
node ./scripts/notify-lockfile-changes.js $changedFiles
|
node ./scripts/notify-lockfile-changes.js $changedFiles
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
#!/usr/bin/env sh
|
pnpm check-lock-files
|
||||||
|
pnpm check-commit
|
||||||
pnpm check-lock-files &&
|
pnpm documentation
|
||||||
pnpm check-commit &&
|
pretty-quick --check
|
||||||
pnpm documentation &&
|
|
||||||
pnpm pretty-quick --check
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"local-registry": "nx local-registry @nx/nx-source",
|
"local-registry": "nx local-registry @nx/nx-source",
|
||||||
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/generators/main.ts && pnpm check-documentation-map",
|
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/generators/main.ts && pnpm check-documentation-map",
|
||||||
"submit-plugin": "node ./scripts/submit-plugin.js",
|
"submit-plugin": "node ./scripts/submit-plugin.js",
|
||||||
"prepare": "is-ci || husky install",
|
"prepare": "is-ci || husky",
|
||||||
"echo": "echo 123458",
|
"echo": "echo 123458",
|
||||||
"preinstall": "node ./scripts/preinstall.js",
|
"preinstall": "node ./scripts/preinstall.js",
|
||||||
"test": "nx run-many -t test",
|
"test": "nx run-many -t test",
|
||||||
@ -205,7 +205,7 @@
|
|||||||
"html-webpack-plugin": "5.5.0",
|
"html-webpack-plugin": "5.5.0",
|
||||||
"http-proxy-middleware": "^3.0.0",
|
"http-proxy-middleware": "^3.0.0",
|
||||||
"http-server": "14.1.0",
|
"http-server": "14.1.0",
|
||||||
"husky": "^8.0.1",
|
"husky": "^9.1.5",
|
||||||
"identity-obj-proxy": "3.0.0",
|
"identity-obj-proxy": "3.0.0",
|
||||||
"ignore": "^5.0.4",
|
"ignore": "^5.0.4",
|
||||||
"immer": "^9.0.6",
|
"immer": "^9.0.6",
|
||||||
|
|||||||
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@ -704,8 +704,8 @@ importers:
|
|||||||
specifier: 14.1.0
|
specifier: 14.1.0
|
||||||
version: 14.1.0
|
version: 14.1.0
|
||||||
husky:
|
husky:
|
||||||
specifier: ^8.0.1
|
specifier: ^9.1.5
|
||||||
version: 8.0.3
|
version: 9.1.5
|
||||||
identity-obj-proxy:
|
identity-obj-proxy:
|
||||||
specifier: 3.0.0
|
specifier: 3.0.0
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
@ -10835,9 +10835,9 @@ packages:
|
|||||||
humanize-ms@1.2.1:
|
humanize-ms@1.2.1:
|
||||||
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
|
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
|
||||||
|
|
||||||
husky@8.0.3:
|
husky@9.1.5:
|
||||||
resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
|
resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
hyperdyperid@1.2.0:
|
hyperdyperid@1.2.0:
|
||||||
@ -30024,7 +30024,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
||||||
husky@8.0.3: {}
|
husky@9.1.5: {}
|
||||||
|
|
||||||
hyperdyperid@1.2.0: {}
|
hyperdyperid@1.2.0: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user