Skip to content

Commit 937a075

Browse files
chore(deps): update dependency husky to v9 (scaleway#1149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vincent Germain <[email protected]>
1 parent ce255bb commit 937a075

File tree

7 files changed

+5584
-2184
lines changed

7 files changed

+5584
-2184
lines changed

.husky/commit-msg

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
[ -n "$CI" ] && exit 0
44

5-
. "$(dirname "$0")/_/husky.sh"
6-
75
pnpm commitlint --edit $1

.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
[ -n "$CI" ] && exit 0
44

5-
. "$(dirname "$0")/_/husky.sh"
6-
75
pnpm lint-staged

.husky/pre-push

-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22

33
[ -n "$CI" ] && exit 0
44

5-
. "$(dirname "$0")/_/husky.sh"
6-
75
pnpm lint-staged

package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"doc": "typedoc",
1717
"format": "prettier --write '**/*.ts'",
1818
"lint": "eslint --cache --ext ts .",
19-
"prepare": "husky install",
19+
"prepare": "husky",
2020
"test": "vitest run",
2121
"test:coverage": "vitest run --coverage",
2222
"test:ui": "vitest --ui"
@@ -44,40 +44,40 @@
4444
]
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.23.9",
48-
"@babel/plugin-transform-runtime": "^7.23.9",
49-
"@babel/preset-env": "^7.23.9",
50-
"@babel/preset-typescript": "^7.23.3",
51-
"@commitlint/cli": "^18.6.0",
52-
"@commitlint/config-conventional": "^18.6.0",
53-
"@rollup/plugin-babel": "^6.0.4",
54-
"@rollup/plugin-commonjs": "^25.0.7",
55-
"@rollup/plugin-node-resolve": "^15.2.3",
56-
"@scaleway/eslint-config-react": "^3.17.3",
47+
"@babel/core": "7.23.9",
48+
"@babel/plugin-transform-runtime": "7.23.9",
49+
"@babel/preset-env": "7.23.9",
50+
"@babel/preset-typescript": "7.23.3",
51+
"@commitlint/cli": "18.6.1",
52+
"@commitlint/config-conventional": "18.6.0",
53+
"@rollup/plugin-babel": "6.0.4",
54+
"@rollup/plugin-commonjs": "25.0.7",
55+
"@rollup/plugin-node-resolve": "15.2.3",
56+
"@scaleway/eslint-config-react": "3.17.3",
5757
"@vitest/coverage-istanbul": "1.2.2",
5858
"@vitest/coverage-v8": "1.2.2",
5959
"@vitest/ui": "1.2.2",
60-
"babel-plugin-annotate-pure-calls": "^0.4.0",
61-
"cross-env": "^7.0.3",
62-
"cross-fetch": "^4.0.0",
63-
"cz-conventional-changelog": "^3.3.0",
64-
"eslint": "^8.56.0",
65-
"eslint-plugin-tsdoc": "^0.2.17",
66-
"husky": "^8.0.3",
67-
"lerna": "^7.4.2",
68-
"lint-staged": "^15.2.2",
69-
"prettier": "^3.2.5",
70-
"read-pkg": "^9.0.1",
71-
"rollup": "^4.10.0",
72-
"rollup-plugin-dts": "^6.1.0",
73-
"rollup-plugin-visualizer": "^5.12.0",
74-
"typedoc": "^0.25.8",
75-
"typescript": "^5.3.3",
76-
"vite": "5.1.0",
60+
"babel-plugin-annotate-pure-calls": "0.4.0",
61+
"cross-env": "7.0.3",
62+
"cross-fetch": "4.0.0",
63+
"cz-conventional-changelog": "3.3.0",
64+
"eslint": "8.56.0",
65+
"eslint-plugin-tsdoc": "0.2.17",
66+
"husky": "9.0.11",
67+
"lerna": "7.4.2",
68+
"lint-staged": "15.2.2",
69+
"prettier": "3.2.5",
70+
"read-pkg": "9.0.1",
71+
"rollup": "4.10.0",
72+
"rollup-plugin-dts": "6.1.0",
73+
"rollup-plugin-visualizer": "5.12.0",
74+
"typedoc": "0.25.8",
75+
"typescript": "5.3.3",
76+
"vite": "5.1.2",
7777
"vitest": "1.2.2"
7878
},
7979
"packageManager": "[email protected]",
8080
"dependencies": {
81-
"jsdom": "^24.0.0"
81+
"jsdom": "24.0.0"
8282
}
8383
}

packages/clients/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"type": "module",
3232
"dependencies": {
33-
"@scaleway/random-name": "^4.0.3"
33+
"@scaleway/random-name": "4.0.3"
3434
},
3535
"bundledDependencies": [
3636
"@scaleway/random-name"

packages/configuration-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"type": "module",
2121
"devDependencies": {
22-
"@types/node": "^18.11.18"
22+
"@types/node": "18.11.18"
2323
}
2424
}

0 commit comments

Comments
 (0)