|
13 | 13 | ],
|
14 | 14 | "scripts": {
|
15 | 15 | "build": "build-ts app",
|
| 16 | + "check-all": "yarn cleanup && yarn typecheck && yarn test", |
16 | 17 | "cleanup": "yarn format && yarn lint-fix",
|
17 | 18 | "format": "sort-package-json && yarn prettify",
|
18 | 19 | "postinstall": "husky || true",
|
|
55 | 56 | "@types/micromatch": "4.0.9",
|
56 | 57 | "@types/node": "22.13.5",
|
57 | 58 | "@types/yargs": "17.0.33",
|
58 |
| - "@typescript-eslint/eslint-plugin": "8.24.1", |
59 |
| - "@typescript-eslint/parser": "8.24.1", |
| 59 | + "@typescript-eslint/eslint-plugin": "8.25.0", |
| 60 | + "@typescript-eslint/parser": "8.25.0", |
60 | 61 | "@willbooster/eslint-config-ts": "10.6.1",
|
61 | 62 | "@willbooster/prettier-config": "9.1.3",
|
62 | 63 | "@yarnpkg/core": "4.2.0",
|
63 | 64 | "build-ts": "13.1.24",
|
64 | 65 | "conventional-changelog-conventionalcommits": "8.0.0",
|
65 | 66 | "eslint": "8.57.0",
|
66 |
| - "eslint-config-prettier": "10.0.1", |
| 67 | + "eslint-config-prettier": "10.0.2", |
67 | 68 | "eslint-import-resolver-typescript": "3.8.3",
|
68 | 69 | "eslint-plugin-import": "2.31.0",
|
69 | 70 | "eslint-plugin-sort-class-members": "1.21.0",
|
70 | 71 | "eslint-plugin-sort-destructure-keys": "2.0.0",
|
71 |
| - "eslint-plugin-unicorn": "56.0.1", |
| 72 | + "eslint-plugin-unicorn": "57.0.0", |
72 | 73 | "husky": "9.1.7",
|
73 | 74 | "jest": "29.7.0",
|
74 | 75 | "lint-staged": "15.4.3",
|
75 | 76 | "micromatch": "4.0.8",
|
76 | 77 | "pinst": "3.0.0",
|
77 | 78 | "prettier": "3.5.2",
|
78 | 79 | "semantic-release": "24.2.3",
|
79 |
| - "sort-package-json": "2.14.0", |
| 80 | + "sort-package-json": "2.15.0", |
80 | 81 | "ts-node": "10.9.2",
|
81 | 82 | "type-fest": "4.35.0",
|
82 | 83 | "typescript": "5.7.3",
|
|
0 commit comments