forked from import-js/eslint-plugin-import
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: bump typescript-eslint to v8 (#112)
Co-authored-by: merrywhether <[email protected]> Co-authored-by: Risto Keravuori <[email protected]>
- Loading branch information
1 parent
ea7c13e
commit 4ba14da
Showing
60 changed files
with
3,108 additions
and
2,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"eslint-plugin-import-x": major | ||
--- | ||
|
||
Use typescript-eslint v8. The minimum supported ESLint version is now >= 8.57.0 and the minimum required Node.js version is now 18.18.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16" | ||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||
}, | ||
"main": "lib/index.js", | ||
"exports": { | ||
|
@@ -35,7 +35,7 @@ | |
"codesandbox:install": "yarn --ignore-engines", | ||
"lint": "run-p lint:*", | ||
"lint:docs": "yarn update:eslint-docs --check", | ||
"lint:es": "eslint . --cache", | ||
"lint:es": "ESLINT_USE_FLAT_CONFIG=false eslint . --cache", | ||
"lint:tsc": "tsc -p tsconfig.base.json --noEmit", | ||
"prepare": "patch-package", | ||
"release": "changeset publish", | ||
|
@@ -45,57 +45,60 @@ | |
"watch": "yarn test --watch" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^8.56.0 || ^9.0.0-0" | ||
"eslint": "^8.57.0 || ^9.0.0" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^7.4.0", | ||
"@typescript-eslint/utils": "^8.1.0", | ||
"debug": "^4.3.4", | ||
"doctrine": "^3.0.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"get-tsconfig": "^4.7.3", | ||
"is-glob": "^4.0.3", | ||
"minimatch": "^9.0.3", | ||
"semver": "^7.6.0", | ||
"semver": "^7.6.3", | ||
"stable-hash": "^0.0.4", | ||
"tslib": "^2.6.2" | ||
"tslib": "^2.6.3" | ||
}, | ||
"devDependencies": { | ||
"@1stg/prettier-config": "^4.0.1", | ||
"@1stg/tsconfig": "^2.3.3", | ||
"@angular-eslint/template-parser": "^17.3.0", | ||
"@babel/core": "^7.24.3", | ||
"@babel/eslint-parser": "^7.24.1", | ||
"@babel/plugin-proposal-decorators": "^7.24.1", | ||
"@babel/plugin-proposal-export-default-from": "^7.24.1", | ||
"@babel/preset-env": "^7.24.3", | ||
"@babel/preset-flow": "^7.24.1", | ||
"@babel/preset-react": "^7.24.1", | ||
"@babel/preset-typescript": "^7.24.1", | ||
"@babel/register": "^7.23.7", | ||
"@angular-eslint/template-parser": "^17.5.2", | ||
"@babel/core": "^7.25.2", | ||
"@babel/eslint-parser": "^7.25.1", | ||
"@babel/plugin-proposal-decorators": "^7.24.7", | ||
"@babel/plugin-proposal-export-default-from": "^7.24.7", | ||
"@babel/preset-env": "^7.25.3", | ||
"@babel/preset-flow": "^7.24.7", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/register": "^7.24.6", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped", | ||
"@swc-node/jest": "^1.8.0", | ||
"@swc/core": "^1.4.11", | ||
"@swc/helpers": "^0.5.7", | ||
"@swc-node/jest": "^1.8.12", | ||
"@swc/core": "^1.7.6", | ||
"@swc/helpers": "^0.5.12", | ||
"@test-scope/some-module": "link:./test/fixtures/symlinked-module", | ||
"@total-typescript/ts-reset": "^0.5.1", | ||
"@types/debug": "^4.1.12", | ||
"@types/doctrine": "^0.0.9", | ||
"@types/eslint": "^8.56.6", | ||
"@types/eslint": "^9.6.0", | ||
"@types/eslint8.56": "npm:@types/eslint@^8.56.11", | ||
"@types/eslint9": "npm:@types/eslint@^9.6.0", | ||
"@types/is-glob": "^4.0.4", | ||
"@types/jest": "^29.5.12", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.4.0", | ||
"@typescript-eslint/parser": "^7.4.0", | ||
"@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"@typescript-eslint/parser": "^8.1.0", | ||
"@typescript-eslint/rule-tester": "^8.1.0", | ||
"@unts/patch-package": "^8.0.0", | ||
"cross-env": "^7.0.3", | ||
"enhanced-resolve": "^5.16.0", | ||
"escope": "^4.0.0", | ||
"eslint": "^7.2.0 || ^8", | ||
"eslint": "^9.9.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-doc-generator": "^1.7.0", | ||
"eslint-doc-generator": "^1.7.1", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-import-resolver-webpack": "^0.13.8", | ||
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect", | ||
|
@@ -106,14 +109,17 @@ | |
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"eslint8.56": "npm:eslint@^8.56.0", | ||
"eslint9": "npm:eslint@^9.8.0", | ||
"hermes-eslint": "^0.23.1", | ||
"jest": "^29.7.0", | ||
"npm-run-all2": "^6.1.2", | ||
"prettier": "^3.2.5", | ||
"redux": "^5.0.1", | ||
"rimraf": "^5.0.5", | ||
"rimraf": "^5.0.10", | ||
"svelte": "^4.2.12", | ||
"ts-node": "^10.9.2", | ||
"type-fest": "^4.14.0", | ||
"typescript": "^5.4.3" | ||
"typescript": "^5.5.4" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.