Skip to content

Commit

Permalink
chore(deps): update dependency husky to v9 (#1149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vincent Germain <[email protected]>
  • Loading branch information
renovate[bot] and Vinzius authored Feb 15, 2024
1 parent ce255bb commit 937a075
Show file tree
Hide file tree
Showing 7 changed files with 5,584 additions and 2,184 deletions.
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

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

. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

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

. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

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

. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doc": "typedoc",
"format": "prettier --write '**/*.ts'",
"lint": "eslint --cache --ext ts .",
"prepare": "husky install",
"prepare": "husky",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
Expand Down Expand Up @@ -44,40 +44,40 @@
]
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@scaleway/eslint-config-react": "^3.17.3",
"@babel/core": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@scaleway/eslint-config-react": "3.17.3",
"@vitest/coverage-istanbul": "1.2.2",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"cross-env": "^7.0.3",
"cross-fetch": "^4.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.3",
"lerna": "^7.4.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"read-pkg": "^9.0.1",
"rollup": "^4.10.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"vite": "5.1.0",
"babel-plugin-annotate-pure-calls": "0.4.0",
"cross-env": "7.0.3",
"cross-fetch": "4.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint-plugin-tsdoc": "0.2.17",
"husky": "9.0.11",
"lerna": "7.4.2",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"read-pkg": "9.0.1",
"rollup": "4.10.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-visualizer": "5.12.0",
"typedoc": "0.25.8",
"typescript": "5.3.3",
"vite": "5.1.2",
"vitest": "1.2.2"
},
"packageManager": "[email protected]",
"dependencies": {
"jsdom": "^24.0.0"
"jsdom": "24.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"type": "module",
"dependencies": {
"@scaleway/random-name": "^4.0.3"
"@scaleway/random-name": "4.0.3"
},
"bundledDependencies": [
"@scaleway/random-name"
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"type": "module",
"devDependencies": {
"@types/node": "^18.11.18"
"@types/node": "18.11.18"
}
}
Loading

0 comments on commit 937a075

Please sign in to comment.