Skip to content

Commit cb0b282

Browse files
committed
fix: handle circular tsconfig files
Update dependency so that circular `tsconfig` files no longer cause crashes.
1 parent 202a58f commit cb0b282

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"import-sort": "^6.0.0",
5757
"import-sort-config": "^6.0.0",
5858
"import-sort-parser-typescript": "^6.0.0",
59-
"import-sort-style-custom": "^2.1.1",
59+
"import-sort-style-custom": "^2.1.2",
6060
"tiny-invariant": "^1.1.0"
6161
},
6262
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4374,15 +4374,15 @@ import-sort-parser@^6.0.0:
43744374
resolved "https://registry.yarnpkg.com/import-sort-parser/-/import-sort-parser-6.0.0.tgz#0d901f264d98ed7caaae71f66128a686f828f2f4"
43754375
integrity sha512-H5L+d6HnqHvThB0GmAA3/43Sv74oCwL0iMk3/ixOv0LRJ69rCyHXeG/+UadMHrD2FefEmgPIWboEPAG7gsQrkA==
43764376

4377-
import-sort-style-custom@^2.1.1:
4378-
version "2.1.1"
4379-
resolved "https://registry.yarnpkg.com/import-sort-style-custom/-/import-sort-style-custom-2.1.1.tgz#e05373afe1892676036a19a9624554110166577d"
4380-
integrity sha512-rUBz/9y4tWeebXBIM7H1AhxcJlApn5NUthaafupCRhx7zKlx2U8EMamwXLiBV80Xht3HAwRG0fXzBJ5JazKy+g==
4377+
import-sort-style-custom@^2.1.2:
4378+
version "2.1.2"
4379+
resolved "https://registry.yarnpkg.com/import-sort-style-custom/-/import-sort-style-custom-2.1.2.tgz#263dcc2a5be1536d593cc272e227f366c1773a06"
4380+
integrity sha512-hp7tvkKlpCZ61qrPJSHiBP9+se79R1p1A3AEilkHA6ckyJaqA6kGgV2cUFXfca5SBWbz5jqsbyFqm0Ij1qNn6Q==
43814381
dependencies:
43824382
escape-string-regexp "^2.0.0"
43834383
import-sort-parser "^6.0.0"
43844384
import-sort-style "^6.0.0"
4385-
tsconfig-resolver "^2.1.1"
4385+
tsconfig-resolver "^2.2.0"
43864386

43874387
import-sort-style@^6.0.0:
43884388
version "6.0.0"
@@ -8940,10 +8940,10 @@ ts-jest@^24.0.2:
89408940
semver "^5.5"
89418941
yargs-parser "10.x"
89428942

8943-
tsconfig-resolver@^2.1.1:
8944-
version "2.1.1"
8945-
resolved "https://registry.yarnpkg.com/tsconfig-resolver/-/tsconfig-resolver-2.1.1.tgz#71e3cc763b3466fd54bbf41e205db803a3d97998"
8946-
integrity sha512-7HJQgbQ+RhUrbvQ5QCf7X++oMq0O2CTp4sK/06VgA9c2wSq1MDir/sjKa97cSAZSBeZuVx1gmhkouplYytnpaw==
8943+
tsconfig-resolver@^2.2.0:
8944+
version "2.2.0"
8945+
resolved "https://registry.yarnpkg.com/tsconfig-resolver/-/tsconfig-resolver-2.2.0.tgz#025d85206b06844bae1845368e8a99c92456dafa"
8946+
integrity sha512-Imw1t5hpIOGeAhtDPuSldXZkoTCc1w4D3ldGVWNecJ62ABDnp6zgqGSzUhPc9o3mO/XHm8DN+eaHBmNmp6gBDQ==
89478947
dependencies:
89488948
"@types/json5" "^0.0.30"
89498949
"@types/resolve" "^1.14.0"

0 commit comments

Comments
 (0)