Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/smart-timers-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-import-x": patch
---

chore(deps): bump `@typescript-eslint/utils` and `unrs-resolver`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We haven't resolved all the issues yet, but we are working on them, which could
So what are the differences from `eslint-plugin-import` exactly?

- we target [Node `^18.18.0 || ^20.9.0 || >=21.1.0`](https://github.com/un-ts/eslint-plugin-import-x/blob/8b2d6d3b612eb57fb68c3fddec25b02fc622df7c/package.json#L12) + [ESLint `^8.57.0 || ^9.0.0`](https://github.com/un-ts/eslint-plugin-import-x/blob/8b2d6d3b612eb57fb68c3fddec25b02fc622df7c/package.json#L71), while `eslint-plugin-import` targets [Node `>=4`](https://github.com/import-js/eslint-plugin-import/blob/da5f6ec13160cb288338db0c2a00c34b2d932f0d/package.json#L6) and [ESLint `^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9`](https://github.com/import-js/eslint-plugin-import/blob/da5f6ec13160cb288338db0c2a00c34b2d932f0d/package.json#L115C16-L115C64)
- we don't depend on old and outdated dependencies, so [we have 49 dependencies](https://npmgraph.js.org/?q=eslint-plugin-import-x) compared to [117 dependencies for `eslint-plugin-import`](https://npmgraph.js.org/?q=eslint-plugin-import)
- we don't depend on old and outdated dependencies, so [we have 43 dependencies](https://npmgraph.js.org/?q=eslint-plugin-import-x) compared to [117 dependencies for `eslint-plugin-import`](https://npmgraph.js.org/?q=eslint-plugin-import)
- `eslint-plugin-import` uses `tsconfig-paths` + `typescript` itself to load `tsconfig`s while we use the single `get-tsconfig` instead, which is much faster and cleaner
- `eslint-plugin-import` uses [`resolve`] which doesn't support the `exports` field in `package.json` while we build our own rust-based resolver [`unrs-resolver`] instead, which is feature-rich and way more performant.
- Our [v3 resolver](./resolvers/README.md#v3) interface shares a single `resolver` instance by default which is used all across resolving chains so it would benefit from caching and memoization out-of-the-box
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^8.32.1",
"@typescript-eslint/utils": "^8.33.0",
"comment-parser": "^1.4.1",
"debug": "^4.4.1",
"eslint-import-context": "^0.1.6",
"is-glob": "^4.0.3",
"minimatch": "^9.0.3 || ^10.0.1",
"semver": "^7.7.2",
"stable-hash": "^0.0.5",
"unrs-resolver": "^1.7.5"
"unrs-resolver": "^1.7.8"
},
"devDependencies": {
"@1stg/commitlint-config": "^5.0.6",
Expand All @@ -90,8 +90,8 @@
"@1stg/remark-preset": "^3.1.1",
"@1stg/simple-git-hooks": "^2.0.1",
"@1stg/tsconfig": "^3.0.3",
"@angular-eslint/template-parser": "^19.5.0",
"@babel/core": "^7.27.1",
"@angular-eslint/template-parser": "^19.6.0",
"@babel/core": "^7.27.3",
"@babel/eslint-parser": "^7.27.1",
"@babel/plugin-proposal-decorators": "^7.27.1",
"@babel/plugin-proposal-export-default-from": "^7.27.1",
Expand All @@ -117,11 +117,11 @@
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^22.15.21",
"@types/node": "^22.15.27",
"@types/pnpapi": "^0.0.5",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@typescript-eslint/rule-tester": "^8.32.1",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"@typescript-eslint/rule-tester": "^8.33.0",
"@unts/patch-package": "^8.1.1",
"clean-pkg-json": "^1.3.0",
"eslint": "^9.27.0",
Expand All @@ -132,18 +132,18 @@
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-plugin-import-x": "link:.",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jest": "^28.12.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-mdx": "^3.4.2",
"eslint-plugin-n": "^17.18.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-unicorn": "^59.0.1",
"eslint-plugin-yml": "^1.18.0",
"eslint8.56": "npm:eslint@~8.56.0",
"eslint9": "npm:eslint@^9.27.0",
"globals": "^16.2.0",
"hermes-eslint": "^0.28.1",
"jest": "^30.0.0-alpha.7",
"jest": "^30.0.0-beta.5",
"klaw-sync": "^7.0.0",
"nano-staged": "^0.8.0",
"npm-run-all2": "^8.0.4",
Expand All @@ -154,10 +154,10 @@
"simple-git-hooks": "^2.13.0",
"tinyexec": "^1.0.1",
"ts-node": "^10.9.2",
"tsdown": "^0.12.3",
"tsdown": "^0.12.5",
"type-fest": "^4.41.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.33.0",
"yarn-berry-deduplicate": "^6.1.3",
"zod": "~3.24.4"
},
Expand Down
Loading