Skip to content

chore(deps): update dependency eslint-import-resolver-typescript to v4 #553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.5",
"eslint-formatter-summary": "1.1.0",
"eslint-import-resolver-typescript": "3.10.1",
"eslint-import-resolver-typescript": "4.3.4",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
Expand Down
22 changes: 7 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2084,7 +2084,7 @@ __metadata:
eslint: "npm:8.57.1"
eslint-config-prettier: "npm:10.1.5"
eslint-formatter-summary: "npm:1.1.0"
eslint-import-resolver-typescript: "npm:3.10.1"
eslint-import-resolver-typescript: "npm:4.3.4"
eslint-plugin-eslint-comments: "npm:3.2.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jest: "npm:28.11.0"
Expand Down Expand Up @@ -2196,13 +2196,6 @@ __metadata:
languageName: node
linkType: hard

"@nolyfill/is-core-module@npm:1.0.39":
version: 1.0.39
resolution: "@nolyfill/is-core-module@npm:1.0.39"
checksum: 10c0/34ab85fdc2e0250879518841f74a30c276bca4f6c3e13526d2d1fe515e1adf6d46c25fcd5989d22ea056d76f7c39210945180b4859fc83b050e2da411aa86289
languageName: node
linkType: hard

"@npmcli/agent@npm:^2.0.0":
version: 2.2.1
resolution: "@npmcli/agent@npm:2.2.1"
Expand Down Expand Up @@ -9948,17 +9941,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:3.10.1":
version: 3.10.1
resolution: "eslint-import-resolver-typescript@npm:3.10.1"
"eslint-import-resolver-typescript@npm:4.3.4":
version: 4.3.4
resolution: "eslint-import-resolver-typescript@npm:4.3.4"
dependencies:
"@nolyfill/is-core-module": "npm:1.0.39"
debug: "npm:^4.4.0"
get-tsconfig: "npm:^4.10.0"
is-bun-module: "npm:^2.0.0"
stable-hash: "npm:^0.0.5"
tinyglobby: "npm:^0.2.13"
unrs-resolver: "npm:^1.6.2"
unrs-resolver: "npm:^1.6.3"
peerDependencies:
eslint: "*"
eslint-plugin-import: "*"
Expand All @@ -9968,7 +9960,7 @@ __metadata:
optional: true
eslint-plugin-import-x:
optional: true
checksum: 10c0/02ba72cf757753ab9250806c066d09082e00807b7b6525d7687e1c0710bc3f6947e39120227fe1f93dabea3510776d86fb3fd769466ba3c46ce67e9f874cb702
checksum: 10c0/dba14e699855a7c32756e5c5258075e787a6e7938123ace553d69e8f84cefb4e6364fb1935d6d5500f96de82cee79662fee1e826fa45c0672a83841c27cf6abe
languageName: node
linkType: hard

Expand Down Expand Up @@ -19197,7 +19189,7 @@ __metadata:
languageName: node
linkType: hard

"unrs-resolver@npm:^1.6.2":
"unrs-resolver@npm:^1.6.3":
version: 1.7.2
resolution: "unrs-resolver@npm:1.7.2"
dependencies:
Expand Down
Loading