Skip to content

Commit c124e87

Browse files
chore(deps): update get-tsconfig to latest version (#346)
* chore(deps): update get-tsconfig to latest version * chore(deps): yarn dedupe * chore: changeset
1 parent fcc8883 commit c124e87

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

.changeset/witty-insects-brake.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-import-resolver-typescript': minor
3+
---
4+
5+
Update get-tsconfig to the the latest version. We now support the `${configDir}` variable, introduced in TypeScript 5.5.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@nolyfill/is-core-module": "1.0.39",
8080
"debug": "^4.3.7",
8181
"enhanced-resolve": "^5.15.0",
82-
"get-tsconfig": "^4.7.5",
82+
"get-tsconfig": "^4.10.0",
8383
"is-bun-module": "^1.0.2",
8484
"stable-hash": "^0.0.4",
8585
"tinyglobby": "^0.2.10"

yarn.lock

+6-15
Original file line numberDiff line numberDiff line change
@@ -3724,16 +3724,7 @@ __metadata:
37243724
languageName: node
37253725
linkType: hard
37263726

3727-
"@types/node@npm:^18.0.0":
3728-
version: 18.19.67
3729-
resolution: "@types/node@npm:18.19.67"
3730-
dependencies:
3731-
undici-types: "npm:~5.26.4"
3732-
checksum: 7bb1d06cd1483dd02462a3dd2894790e5c27ba0fa4cdd4a3da1062d66ed47b66affaab314aa72b346ff3e5538a74d5c3cb14bb1a634547504a1643679738f494
3733-
languageName: node
3734-
linkType: hard
3735-
3736-
"@types/node@npm:^18.19.74":
3727+
"@types/node@npm:^18.0.0, @types/node@npm:^18.19.74":
37373728
version: 18.19.74
37383729
resolution: "@types/node@npm:18.19.74"
37393730
dependencies:
@@ -6169,7 +6160,7 @@ __metadata:
61696160
eslint-import-resolver-typescript: "link:."
61706161
eslint-plugin-import: "npm:eslint-plugin-i@^2.29.1"
61716162
eslint-plugin-import-x: "npm:^4.5.0"
6172-
get-tsconfig: "npm:^4.7.5"
6163+
get-tsconfig: "npm:^4.10.0"
61736164
is-bun-module: "npm:^1.0.2"
61746165
lint-staged: "npm:^13.3.0"
61756166
npm-run-all2: "npm:^5.0.2"
@@ -7331,12 +7322,12 @@ __metadata:
73317322
languageName: node
73327323
linkType: hard
73337324

7334-
"get-tsconfig@npm:^4.7.0, get-tsconfig@npm:^4.7.2, get-tsconfig@npm:^4.7.3, get-tsconfig@npm:^4.7.5":
7335-
version: 4.8.1
7336-
resolution: "get-tsconfig@npm:4.8.1"
7325+
"get-tsconfig@npm:^4.10.0, get-tsconfig@npm:^4.7.0, get-tsconfig@npm:^4.7.2, get-tsconfig@npm:^4.7.3":
7326+
version: 4.10.0
7327+
resolution: "get-tsconfig@npm:4.10.0"
73377328
dependencies:
73387329
resolve-pkg-maps: "npm:^1.0.0"
7339-
checksum: 3fb5a8ad57b9633eaea085d81661e9e5c9f78b35d8f8689eaf8b8b45a2a3ebf3b3422266d4d7df765e308cc1e6231648d114803ab3d018332e29916f2c1de036
7330+
checksum: 5259b5c99a1957114337d9d0603b4a305ec9e29fa6cac7d2fbf634ba6754a0cc88bfd281a02416ce64e604b637d3cb239185381a79a5842b17fb55c097b38c4b
73407331
languageName: node
73417332
linkType: hard
73427333

0 commit comments

Comments
 (0)