|
10 | 10 | ],
|
11 | 11 | "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts",
|
12 | 12 | "license": "ISC",
|
13 |
| - "packageManager": "yarn@4.0.2", |
| 13 | + "packageManager": "yarn@4.7.0", |
14 | 14 | "engines": {
|
15 | 15 | "node": "^14.18.0 || >=16.0.0"
|
16 | 16 | },
|
|
45 | 45 | "build": "run-p 'build:*'",
|
46 | 46 | "build:r": "r -f cjs,es2020",
|
47 | 47 | "build:ts": "tsc -b",
|
| 48 | + "eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --cache", |
48 | 49 | "lint": "run-p 'lint:*'",
|
49 |
| - "lint:es": "eslint src --cache -f friendly", |
| 50 | + "lint:es": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint src --cache", |
50 | 51 | "lint:tsc": "tsc --noEmit",
|
51 | 52 | "prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0",
|
52 | 53 | "release": "changeset publish",
|
53 | 54 | "test": "run-p 'test:*'",
|
54 |
| - "test:dotInclude": "eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"", |
55 |
| - "test:dotPaths": "eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"", |
56 |
| - "test:dotProject": "eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"", |
57 |
| - "test:importXResolverV3": "cross-env ESLINT_USE_FLAT_CONFIG=true eslint --config=tests/importXResolverV3/eslint.config.js tests/importXResolverV3", |
58 |
| - "test:multipleEslintrcs": "eslint --ext ts,tsx tests/multipleEslintrcs", |
59 |
| - "test:multipleTsconfigs": "eslint --ext ts,tsx tests/multipleTsconfigs", |
60 |
| - "test:nearestTsconfig": "eslint --ext ts,tsx tests/nearestTsconfig", |
61 |
| - "test:withJsExtension": "node tests/withJsExtension/test.js && eslint --ext ts,tsx tests/withJsExtension", |
62 |
| - "test:withJsconfig": "eslint --ext js tests/withJsconfig", |
63 |
| - "test:withPaths": "eslint --ext ts,tsx tests/withPaths", |
64 |
| - "test:withPathsAndNestedBaseUrl": "eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl", |
65 |
| - "test:withQuerystring": "eslint --ext ts,tsx tests/withQuerystring", |
66 |
| - "test:withoutPaths": "eslint --ext ts,tsx tests/withoutPaths", |
| 55 | + "test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"", |
| 56 | + "test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"", |
| 57 | + "test:dotProject": "yarn eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"", |
| 58 | + "test:importXResolverV3": "eslint --cache --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3", |
| 59 | + "test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs", |
| 60 | + "test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs", |
| 61 | + "test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig", |
| 62 | + "test:withJsExtension": "node tests/withJsExtension/test.js && yarn eslint --ext ts,tsx tests/withJsExtension", |
| 63 | + "test:withJsconfig": "yarn eslint --ext js tests/withJsconfig", |
| 64 | + "test:withPaths": "yarn eslint --ext ts,tsx tests/withPaths", |
| 65 | + "test:withPathsAndNestedBaseUrl": "yarn eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl", |
| 66 | + "test:withQuerystring": "yarn eslint --ext ts,tsx tests/withQuerystring", |
| 67 | + "test:withoutPaths": "yarn eslint --ext ts,tsx tests/withoutPaths", |
67 | 68 | "typecov": "type-coverage"
|
68 | 69 | },
|
69 | 70 | "peerDependencies": {
|
|
81 | 82 | },
|
82 | 83 | "dependencies": {
|
83 | 84 | "@nolyfill/is-core-module": "1.0.39",
|
84 |
| - "debug": "^4.3.7", |
| 85 | + "debug": "^4.4.0", |
85 | 86 | "get-tsconfig": "^4.10.0",
|
86 |
| - "is-bun-module": "^1.0.2", |
| 87 | + "is-bun-module": "^1.3.0", |
87 | 88 | "oxc-resolver": "^5.0.0",
|
88 | 89 | "stable-hash": "^0.0.5",
|
89 | 90 | "tinyglobby": "^0.2.12"
|
90 | 91 | },
|
91 | 92 | "devDependencies": {
|
92 |
| - "@1stg/eslint-config": "7.0.1", |
93 |
| - "@1stg/lib-config": "^12.0.1", |
| 93 | + "@1stg/lib-config": "^13.0.1", |
94 | 94 | "@changesets/changelog-github": "^0.5.1",
|
95 |
| - "@changesets/cli": "^2.27.12", |
96 |
| - "@commitlint/cli": "^17.8.1", |
97 |
| - "@mozilla/glean": "^3.0.0", |
98 |
| - "@pkgr/rollup": "^4.1.3", |
| 95 | + "@changesets/cli": "^2.28.1", |
| 96 | + "@commitlint/cli": "^19.8.0", |
| 97 | + "@mozilla/glean": "^5.0.3", |
| 98 | + "@pkgr/rollup": "^6.0.0", |
99 | 99 | "@types/debug": "^4.1.12",
|
100 |
| - "@types/node": "^18.19.78", |
101 |
| - "@types/unist": "^2.0.11", |
| 100 | + "@types/node": "^22.13.10", |
| 101 | + "@types/unist": "^3.0.3", |
102 | 102 | "cross-env": "^7.0.3",
|
103 | 103 | "dummy.js": "link:dummy.js",
|
104 |
| - "eslint": "^8.57.1", |
| 104 | + "eslint": "^9.22.0", |
105 | 105 | "eslint-import-resolver-typescript": "link:.",
|
106 |
| - "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1", |
107 | 106 | "eslint-plugin-import-x": "^4.7.0",
|
108 |
| - "lint-staged": "^13.3.0", |
109 |
| - "npm-run-all2": "^5.0.2", |
110 |
| - "prettier": "^2.8.8", |
111 |
| - "react": "^18.3.1", |
| 107 | + "lint-staged": "^15.5.0", |
| 108 | + "npm-run-all2": "^7.0.2", |
| 109 | + "prettier": "^3.5.3", |
| 110 | + "react": "^19.0.0", |
112 | 111 | "simple-git-hooks": "^2.11.1",
|
113 |
| - "size-limit": "^11.0.0", |
| 112 | + "size-limit": "^11.2.0", |
114 | 113 | "size-limit-preset-node-lib": "^0.3.0",
|
115 |
| - "type-coverage": "^2.27.0", |
| 114 | + "type-coverage": "^2.29.7", |
116 | 115 | "type-fest": "^4.37.0",
|
117 |
| - "typescript": "~5.1.0", |
| 116 | + "typescript": "~5.8.2", |
118 | 117 | "yarn-berry-deduplicate": "^6.1.1"
|
119 | 118 | },
|
120 | 119 | "resolutions": {
|
121 | 120 | "eslint-import-resolver-typescript": "link:.",
|
122 |
| - "prettier": "^2.8.8" |
| 121 | + "prettier": "^3.5.3" |
123 | 122 | },
|
124 | 123 | "typeCoverage": {
|
125 | 124 | "atLeast": 100,
|
|
0 commit comments