Skip to content

Commit

Permalink
chore(deps): update get-tsconfig to latest version (#346)
Browse files Browse the repository at this point in the history
* chore(deps): update get-tsconfig to latest version

* chore(deps): yarn dedupe

* chore: changeset
  • Loading branch information
carlocorradini authored Feb 14, 2025
1 parent fcc8883 commit c124e87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-insects-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-import-resolver-typescript': minor
---

Update get-tsconfig to the the latest version. We now support the `${configDir}` variable, introduced in TypeScript 5.5.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@nolyfill/is-core-module": "1.0.39",
"debug": "^4.3.7",
"enhanced-resolve": "^5.15.0",
"get-tsconfig": "^4.7.5",
"get-tsconfig": "^4.10.0",
"is-bun-module": "^1.0.2",
"stable-hash": "^0.0.4",
"tinyglobby": "^0.2.10"
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3724,16 +3724,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.0.0":
version: 18.19.67
resolution: "@types/node@npm:18.19.67"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 7bb1d06cd1483dd02462a3dd2894790e5c27ba0fa4cdd4a3da1062d66ed47b66affaab314aa72b346ff3e5538a74d5c3cb14bb1a634547504a1643679738f494
languageName: node
linkType: hard

"@types/node@npm:^18.19.74":
"@types/node@npm:^18.0.0, @types/node@npm:^18.19.74":
version: 18.19.74
resolution: "@types/node@npm:18.19.74"
dependencies:
Expand Down Expand Up @@ -6169,7 +6160,7 @@ __metadata:
eslint-import-resolver-typescript: "link:."
eslint-plugin-import: "npm:eslint-plugin-i@^2.29.1"
eslint-plugin-import-x: "npm:^4.5.0"
get-tsconfig: "npm:^4.7.5"
get-tsconfig: "npm:^4.10.0"
is-bun-module: "npm:^1.0.2"
lint-staged: "npm:^13.3.0"
npm-run-all2: "npm:^5.0.2"
Expand Down Expand Up @@ -7331,12 +7322,12 @@ __metadata:
languageName: node
linkType: hard

"get-tsconfig@npm:^4.7.0, get-tsconfig@npm:^4.7.2, get-tsconfig@npm:^4.7.3, get-tsconfig@npm:^4.7.5":
version: 4.8.1
resolution: "get-tsconfig@npm:4.8.1"
"get-tsconfig@npm:^4.10.0, get-tsconfig@npm:^4.7.0, get-tsconfig@npm:^4.7.2, get-tsconfig@npm:^4.7.3":
version: 4.10.0
resolution: "get-tsconfig@npm:4.10.0"
dependencies:
resolve-pkg-maps: "npm:^1.0.0"
checksum: 3fb5a8ad57b9633eaea085d81661e9e5c9f78b35d8f8689eaf8b8b45a2a3ebf3b3422266d4d7df765e308cc1e6231648d114803ab3d018332e29916f2c1de036
checksum: 5259b5c99a1957114337d9d0603b4a305ec9e29fa6cac7d2fbf634ba6754a0cc88bfd281a02416ce64e604b637d3cb239185381a79a5842b17fb55c097b38c4b
languageName: node
linkType: hard

Expand Down

0 comments on commit c124e87

Please sign in to comment.