|
10 | 10 | "test": "vitest run", |
11 | 11 | "test-python": "vitest run -t '.*\\[python\\]'", |
12 | 12 | "test:cucumber": "cross-env NODE_OPTIONS=\"--import tsx\" cucumber-js", |
13 | | - "lint": "eslint src test .yarn/plugins --ext .ts,.cjs,.mjs", |
14 | | - "lint:fix": "eslint src test .yarn/plugins --fix --ext .ts,.cjs,.mjs", |
| 13 | + "lint": "eslint src test --ext .ts,.cjs,.mjs", |
| 14 | + "lint:fix": "eslint src test --fix --ext .ts,.cjs,.mjs", |
15 | 15 | "format": "biome format . && prettier --check \"**/*.{md,yml,yaml}\"", |
16 | 16 | "format:fix": "biome format --write . && prettier --write \"**/*.{md,yml,yaml}\"", |
17 | 17 | "clean": "rimraf dist", |
|
102 | 102 | "which": "^5.0.0" |
103 | 103 | }, |
104 | 104 | "devDependencies": { |
105 | | - "@apify/eslint-config": "^0.4.0", |
106 | | - "@apify/eslint-config-ts": "^0.4.1", |
107 | | - "@apify/tsconfig": "^0.1.0", |
108 | | - "@biomejs/biome": "^1.8.3", |
| 105 | + "@apify/eslint-config": "^1.0.0", |
| 106 | + "@apify/tsconfig": "^0.1.1", |
| 107 | + "@biomejs/biome": "^1.9.4", |
109 | 108 | "@crawlee/types": "^3.11.1", |
110 | 109 | "@cucumber/cucumber": "^11.0.0", |
111 | 110 | "@oclif/test": "^4.0.8", |
|
124 | 123 | "@types/node": "^22.0.0", |
125 | 124 | "@types/semver": "^7.5.8", |
126 | 125 | "@types/which": "^3.0.4", |
127 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
128 | | - "@typescript-eslint/parser": "^7.0.2", |
129 | 126 | "@yarnpkg/core": "^4.1.2", |
130 | 127 | "apify": "^3.2.4", |
131 | 128 | "chai": "^4.4.1", |
132 | 129 | "cross-env": "^7.0.3", |
133 | | - "eslint": "^8.57.0", |
134 | | - "eslint-config-prettier": "^10.0.0", |
135 | | - "lint-staged": "^15.2.8", |
| 130 | + "eslint": "^9.25.1", |
| 131 | + "eslint-config-prettier": "^10.1.2", |
| 132 | + "lint-staged": "^15.5.1", |
136 | 133 | "mdast-util-from-markdown": "^2.0.2", |
137 | 134 | "mock-stdin": "^1.0.0", |
138 | 135 | "oclif": "^4.14.15", |
139 | | - "prettier": "^3.3.3", |
| 136 | + "prettier": "^3.5.3", |
140 | 137 | "tsx": "^4.16.5", |
141 | | - "typescript": "^5.5.4", |
| 138 | + "typescript": "^5.8.3", |
| 139 | + "typescript-eslint": "^8.31.0", |
142 | 140 | "vitest": "^3.0.0" |
143 | 141 | }, |
144 | 142 | "oclif": { |
|
0 commit comments