|
18 | 18 | "bump": "ncu -u -x coffeescript,execa,read-pkg-up,make-synchronous && pnpm update && pnpm dedupe",
|
19 | 19 | "clean": "shx rm -rf ./spec/fixtures/ ./dist",
|
20 | 20 | "format": "prettier --write .",
|
21 |
| - "lint": "eslint . --ignore-pattern ./spec/fixtures/ --fix", |
| 21 | + "lint": "eslint ./ --ignore dist --fix", |
22 | 22 | "prepare": "pnpm run build",
|
23 | 23 | "prepublishOnly": "pnpm run clean && pnpm run build",
|
24 | 24 | "test": "node ./spec/test.cjs",
|
|
31 | 31 | "@babel/eslint-parser": "^7.24.7",
|
32 | 32 | "@babel/plugin-syntax-flow": "^7.24.7",
|
33 | 33 | "@babel/plugin-syntax-jsx": "^7.24.7",
|
34 |
| - "@typescript-eslint/eslint-plugin": "7.13.0", |
35 |
| - "@typescript-eslint/parser": "7.13.0", |
| 34 | + "@typescript-eslint/parser": "^7.13.1", |
36 | 35 | "anymatch": "^3.1.3",
|
37 |
| - "eslint": "^8.57.0", |
| 36 | + "eslint": "^9.5.0", |
38 | 37 | "eslint-config-prettier": "^9.1.0",
|
39 |
| - "eslint-plugin-astro": "^0.34.0", |
| 38 | + "eslint-plugin-astro": "^1.2.2", |
40 | 39 | "eslint-plugin-html": "^8.1.1",
|
41 | 40 | "eslint-plugin-import": "^2.29.1",
|
42 |
| - "eslint-plugin-json": "^3.1.0", |
| 41 | + "eslint-plugin-json": "^4.0.0", |
43 | 42 | "eslint-plugin-node": "^11.1.0",
|
44 | 43 | "eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
|
45 | 44 | "eslint-plugin-optimize-regex": "^1.2.1",
|
46 |
| - "eslint-plugin-react": "^7.34.2", |
47 |
| - "eslint-plugin-solid": "^0.14.0", |
48 |
| - "eslint-plugin-yaml": "^0.5.0", |
| 45 | + "eslint-plugin-react": "^7.34.3", |
| 46 | + "eslint-plugin-solid": "^0.14.1", |
| 47 | + "eslint-plugin-yaml": "^1.0.2", |
49 | 48 | "globify-gitignore": "^1.0.3",
|
50 | 49 | "make-synchronous": "^0.1.1",
|
51 | 50 | "prettier": "3.3.2",
|
52 | 51 | "read-pkg-up": "^7.0.1",
|
53 | 52 | "semver": "^7.6.2",
|
54 |
| - "typescript": "^5.4.5" |
| 53 | + "typescript": "^5.4.5", |
| 54 | + "typescript-eslint": "^7.13.1" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 | 57 | "@types/babel__core": "^7.20.5",
|
|
65 | 65 | "@types/shelljs": "^0.8.15",
|
66 | 66 | "eslint-config-atomic": "link:",
|
67 | 67 | "execa": "^5.1.1",
|
68 |
| - "gitly": "^2.5.3", |
| 68 | + "gitly": "^3.0.0", |
69 | 69 | "npm-check-updates": "16.14.20",
|
70 | 70 | "prettier-config-atomic": "^4.0.0",
|
71 | 71 | "shelljs": "^0.8.5",
|
|
0 commit comments