Skip to content

Commit 8a45d22

Browse files
authored
Merge pull request #221 from pascaliske/renovate/husky-9.x
2 parents 1782673 + e4ad879 commit 8a45d22

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.husky/commit-msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
# -*- coding: utf-8 -*-
33

44
# lint commit messages
55
yarn commitlint --edit $1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"private": true,
1919
"scripts": {
20-
"prepare": "husky install",
20+
"prepare": "husky",
2121
"start": "ng serve --ssl",
2222
"start:ssr": "ng run docker-traefik-errors:serve-ssr",
2323
"build": "ng build",
@@ -70,7 +70,7 @@
7070
"@typescript-eslint/eslint-plugin": "^6.0.0",
7171
"@typescript-eslint/parser": "^6.0.0",
7272
"eslint": "^8.28.0",
73-
"husky": "^8.0.3",
73+
"husky": "^9.0.0",
7474
"prettier": "^3.0.0",
7575
"standard-changelog": "^5.0.0",
7676
"ts-node": "^10.9.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5082,10 +5082,10 @@ humanize-ms@^1.2.1:
50825082
dependencies:
50835083
ms "^2.0.0"
50845084

5085-
husky@^8.0.3:
5086-
version "8.0.3"
5087-
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
5088-
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
5085+
husky@^9.0.0:
5086+
version "9.0.6"
5087+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.6.tgz#cee0245d60480b12279cf492ec6cfc1aeb7fa759"
5088+
integrity sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==
50895089

50905090
iconv-lite@0.4.24, iconv-lite@^0.4.24:
50915091
version "0.4.24"

0 commit comments

Comments
 (0)