|
1 | 1 | { |
2 | 2 | "name": "@masknet/eslint-plugin", |
3 | | - "packageManager": "pnpm@8.15.1", |
| 3 | + "packageManager": "pnpm@10.14.0", |
4 | 4 | "type": "module", |
5 | 5 | "version": "0.3.0", |
6 | 6 | "description": "eslint plugin for masknet", |
|
33 | 33 | "lib/", |
34 | 34 | "!src/scripts", |
35 | 35 | "!lib/scripts", |
| 36 | + "!scripts", |
36 | 37 | "!src/spec.ts", |
37 | 38 | "!lib/spec.*", |
38 | 39 | "!lib/**/*.spec.js", |
39 | 40 | "!lib/**/*.spec.d.ts" |
40 | 41 | ], |
41 | 42 | "scripts": { |
42 | | - "generate": "node --loader ts-node/esm/transpile-only ./src/scripts/generate/index.ts", |
| 43 | + "generate": "node ./scripts/index.ts", |
43 | 44 | "lint": "eslint . --fix", |
44 | 45 | "markdownlint": "markdownlint .", |
45 | 46 | "prepare": "husky install", |
|
54 | 55 | ] |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | | - "@changesets/cli": "^2.27.1", |
58 | | - "@commitlint/config-conventional": "^19.2.2", |
59 | | - "@eslint/js": "^9.0.0", |
| 58 | + "@changesets/cli": "^2.29.5", |
| 59 | + "@commitlint/config-conventional": "^19.8.1", |
| 60 | + "@eslint/js": "^9.32.0", |
60 | 61 | "@masknet/config": "^0.2.1", |
61 | | - "@types/glob": "^8.1.0", |
62 | | - "commitlint": "^19.2.2", |
63 | | - "cspell": "^8.7.0", |
64 | | - "eslint": "^9.0.0", |
65 | | - "eslint-plugin-eslint-plugin": "^6.0.0", |
66 | | - "eslint-plugin-import": "^2.29.1", |
67 | | - "glob": "^10.3.12", |
68 | | - "globals": "^15.0.0", |
69 | | - "husky": "^9.0.11", |
70 | | - "json-schema-to-typescript": "^13.1.2", |
71 | | - "lint-staged": "^15.2.2", |
72 | | - "markdownlint-cli": "^0.39.0", |
73 | | - "prettier": "^3.2.5", |
| 62 | + "@typescript-eslint/parser": "^8.39.0", |
| 63 | + "@typescript-eslint/rule-tester": "^8.39.0", |
| 64 | + "@typescript-eslint/scope-manager": "^8.39.0", |
| 65 | + "@typescript-eslint/types": "^8.39.0", |
| 66 | + "@typescript-eslint/utils": "^8.39.0", |
| 67 | + "commitlint": "^19.8.1", |
| 68 | + "cspell": "^9.2.0", |
| 69 | + "eslint": "^9.32.0", |
| 70 | + "eslint-plugin-eslint-plugin": "^7.0.0", |
| 71 | + "eslint-plugin-import": "^2.32.0", |
| 72 | + "glob": "^11.0.3", |
| 73 | + "globals": "^16.3.0", |
| 74 | + "husky": "^9.1.7", |
| 75 | + "json-schema-to-typescript": "^15.0.4", |
| 76 | + "lint-staged": "^16.1.4", |
| 77 | + "markdownlint-cli": "^0.45.0", |
| 78 | + "prettier": "^3.6.2", |
74 | 79 | "ts-dedent": "^2.2.0", |
75 | | - "ts-node": "^10.9.2", |
76 | | - "typescript": "^5.4.5", |
77 | | - "typescript-eslint": "^7.6.0", |
78 | | - "vitest": "^1.5.0" |
| 80 | + "typescript": "^5.9.2", |
| 81 | + "typescript-eslint": "^8.39.0", |
| 82 | + "vitest": "^3.2.4" |
79 | 83 | }, |
80 | 84 | "peerDependencies": { |
81 | | - "eslint": ">= 8" |
| 85 | + "eslint": ">= 9" |
82 | 86 | }, |
83 | 87 | "engines": { |
84 | | - "node": ">= 18" |
| 88 | + "node": ">= 22" |
85 | 89 | } |
86 | 90 | } |
0 commit comments