Skip to content

Commit 294085e

Browse files
Merge pull request #1769 from ral-facilities/renovate/husky-9.x
Update dependency husky to v9
2 parents 0f76277 + 9acd808 commit 294085e

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

.husky/common.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
. "$(dirname "$0")/common.sh"
4-
51
yarn workspaces foreach --interlaced --verbose --jobs 1 run pre-commit

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*"
77
],
88
"dependencies": {
9-
"husky": "8.0.1"
9+
"husky": "9.1.7"
1010
},
1111
"resolutions": {
1212
"@types/react": "18.0.33",
@@ -24,7 +24,7 @@
2424
"datagateway-dataview": "yarn workspace datagateway-dataview dev",
2525
"datagateway-download": "yarn workspace datagateway-download dev",
2626
"datagateway-search": "yarn workspace datagateway-search dev",
27-
"postinstall": "husky install"
27+
"postinstall": "husky"
2828
},
2929
"packageManager": "yarn@3.8.7"
3030
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5033,7 +5033,7 @@ __metadata:
50335033
version: 0.0.0-use.local
50345034
resolution: "datagateway@workspace:."
50355035
dependencies:
5036-
husky: 8.0.1
5036+
husky: 9.1.7
50375037
languageName: unknown
50385038
linkType: soft
50395039

@@ -7044,12 +7044,12 @@ __metadata:
70447044
languageName: node
70457045
linkType: hard
70467046

7047-
"husky@npm:8.0.1":
7048-
version: 8.0.1
7049-
resolution: "husky@npm:8.0.1"
7047+
"husky@npm:9.1.7":
7048+
version: 9.1.7
7049+
resolution: "husky@npm:9.1.7"
70507050
bin:
7051-
husky: lib/bin.js
7052-
checksum: 943a73a13d0201318fd30e83d299bb81d866bd245b69e6277804c3b462638dc1921694cb94c2b8c920a4a187060f7d6058d3365152865406352e934c5fff70dc
7051+
husky: bin.js
7052+
checksum: c2412753f15695db369634ba70f50f5c0b7e5cb13b673d0826c411ec1bd9ddef08c1dad89ea154f57da2521d2605bd64308af748749b27d08c5f563bcd89975f
70537053
languageName: node
70547054
linkType: hard
70557055

0 commit comments

Comments
 (0)