|
43 | 43 | "eslint": "ESLINT_USE_FLAT_CONFIG=false eslint", |
44 | 44 | "lint": "run-p 'lint:*'", |
45 | 45 | "lint:es": "eslint . --cache", |
46 | | - "lint:tsc": "tsc --noEmit", |
| 46 | + "lint:tsc": "tsc -b --noEmit", |
47 | 47 | "prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0", |
48 | 48 | "release": "clean-pkg-json && changeset publish", |
49 | 49 | "test": "run-p 'test:*'", |
|
54 | 54 | "test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs", |
55 | 55 | "test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs", |
56 | 56 | "test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig", |
| 57 | + "test:unit": "vitest --run", |
57 | 58 | "test:withJsExtension": "node tests/withJsExtension/test.js && yarn eslint --ext ts,tsx tests/withJsExtension", |
58 | 59 | "test:withJsconfig": "yarn eslint --ext js tests/withJsconfig", |
59 | 60 | "test:withPaths": "yarn eslint --ext ts,tsx tests/withPaths", |
|
82 | 83 | "dependencies": { |
83 | 84 | "debug": "^4.4.0", |
84 | 85 | "get-tsconfig": "^4.10.0", |
85 | | - "rspack-resolver": "^1.2.0", |
| 86 | + "rspack-resolver": "^1.2.2", |
86 | 87 | "stable-hash": "^0.0.5", |
87 | 88 | "tinyglobby": "^0.2.12" |
88 | 89 | }, |
|
98 | 99 | "@types/node": "^22.13.10", |
99 | 100 | "@types/pnpapi": "^0.0.5", |
100 | 101 | "@types/unist": "^3.0.3", |
| 102 | + "@vitest/coverage-v8": "3.0.9", |
101 | 103 | "clean-pkg-json": "^1.2.1", |
102 | 104 | "dummy.js": "link:dummy.js", |
103 | 105 | "eslint": "^9.22.0", |
104 | 106 | "eslint-import-resolver-typescript": "link:.", |
105 | | - "eslint-plugin-import-x": "^4.8.0", |
| 107 | + "eslint-plugin-import-x": "^4.9.0", |
106 | 108 | "is-bun-module": "^1.3.0", |
107 | 109 | "lint-staged": "^15.5.0", |
108 | 110 | "npm-run-all2": "^7.0.2", |
| 111 | + "path-serializer": "^0.3.4", |
109 | 112 | "prettier": "^3.5.3", |
110 | 113 | "react": "^19.0.0", |
111 | 114 | "simple-git-hooks": "^2.11.1", |
112 | 115 | "size-limit": "^11.2.0", |
113 | 116 | "size-limit-preset-node-lib": "^0.3.0", |
| 117 | + "tinyexec": "^1.0.0", |
114 | 118 | "type-coverage": "^2.29.7", |
115 | 119 | "typescript": "~5.8.2", |
| 120 | + "vitest": "^3.0.9", |
116 | 121 | "yarn-berry-deduplicate": "^6.1.1" |
117 | 122 | }, |
118 | 123 | "resolutions": { |
|
0 commit comments