|
25 | 25 | "changelog": "node ./bin/cli.js",
|
26 | 26 | "clean": "rimraf lib",
|
27 | 27 | "fix": "pnpm lint --fix",
|
28 |
| - "lint": "eslint src --ext ts --format stylish", |
| 28 | + "lint": "pnpm run '/lint:.*/'", |
| 29 | + "lint:js": "eslint src --ext ts --format stylish", |
| 30 | + "lint:types": "tsc --noEmit", |
29 | 31 | "prepare": "pnpm build",
|
30 | 32 | "prettier": "prettier --write 'src/**/*.ts'",
|
31 | 33 | "test": "vitest",
|
|
41 | 43 | },
|
42 | 44 | "dependencies": {
|
43 | 45 | "@manypkg/get-packages": "^2.2.0",
|
| 46 | + "@octokit/plugin-throttling": "^9.4.0", |
| 47 | + "@octokit/rest": "^21.1.0", |
44 | 48 | "chalk": "^4.0.0",
|
45 | 49 | "cli-highlight": "^2.1.11",
|
46 | 50 | "execa": "^5.0.0",
|
47 | 51 | "hosted-git-info": "^4.0.0",
|
48 |
| - "make-fetch-happen": "^9.0.0", |
49 | 52 | "p-map": "^3.0.0",
|
50 | 53 | "progress": "^2.0.0",
|
51 | 54 | "yargs": "^17.1.0"
|
52 | 55 | },
|
53 | 56 | "devDependencies": {
|
| 57 | + "@types/fs-extra": "^11.0.4", |
| 58 | + "@types/hosted-git-info": "^3.0.5", |
54 | 59 | "@types/node": "22.10.10",
|
| 60 | + "@types/yargs": "^17.0.33", |
55 | 61 | "@typescript-eslint/eslint-plugin": "5.62.0",
|
56 | 62 | "@typescript-eslint/parser": "5.62.0",
|
57 | 63 | "eslint": "8.55.0",
|
|
62 | 68 | "release-plan": "^0.11.0",
|
63 | 69 | "rimraf": "3.0.2",
|
64 | 70 | "typescript": "5.0.4",
|
65 |
| - "vitest": "^3.0.4" |
| 71 | + "vitest": "^3.0.7" |
66 | 72 | },
|
67 | 73 | "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
|
68 | 74 | "engines": {
|
|
0 commit comments