Skip to content

Commit b812b4f

Browse files
Brandon ChenBrandon Chen
authored andcommitted
fix: downgrade tsc-alias to resolve CI build error
- Downgrade tsc-alias from 1.8.16 to 1.7.0 to fix commander option parsing error - Resolves GitHub Actions build failure while maintaining relative path functionality
1 parent 4476440 commit b812b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "3.3.2",
2525
"ts-node": "^10.9.2",
2626
"ts-pattern": "^5.5.0",
27-
"tsc-alias": "^1.8.16",
27+
"tsc-alias": "1.7.0",
2828
"tsconfig-paths": "4.2.0",
2929
"types": "^0.1.1",
3030
"typescript": "5.5.4",
@@ -3358,7 +3358,7 @@
33583358

33593359
"ts-pattern": ["ts-pattern@5.7.0", "", {}, "sha512-0/FvIG4g3kNkYgbNwBBW5pZBkfpeYQnH+2AA3xmjkCAit/DSDPKmgwC3fKof4oYUq6gupClVOJlFl+939VRBMg=="],
33603360

3361-
"tsc-alias": ["tsc-alias@1.8.16", "", { "dependencies": { "chokidar": "^3.5.3", "commander": "^9.0.0", "get-tsconfig": "^4.10.0", "globby": "^11.0.4", "mylas": "^2.1.9", "normalize-path": "^3.0.0", "plimit-lit": "^1.2.6" }, "bin": { "tsc-alias": "dist/bin/index.js" } }, "sha512-QjCyu55NFyRSBAl6+MTFwplpFcnm2Pq01rR/uxfqJoLMm6X3O14KEGtaSDZpJYaE1bJBGDjD0eSuiIWPe2T58g=="],
3361+
"tsc-alias": ["tsc-alias@1.7.0", "", { "dependencies": { "chokidar": "^3.5.3", "commander": "^9.0.0", "globby": "^11.0.4", "mylas": "^2.1.9", "normalize-path": "^3.0.0", "plimit-lit": "^1.2.6" }, "bin": { "tsc-alias": "dist/bin/index.js" } }, "sha512-n/K6g8S7Ec7Y/A2Z77Ikp2Uv1S1ERtT63ni69XV4W1YPT4rnNmz8ItgIiJYvKfFnKfqcZQ81UPjoKpMTxaC/rg=="],
33623362

33633363
"tsconfig-paths": ["tsconfig-paths@4.2.0", "", { "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", "strip-bom": "^3.0.0" } }, "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg=="],
33643364

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prettier": "3.3.2",
5656
"ts-node": "^10.9.2",
5757
"ts-pattern": "^5.5.0",
58-
"tsc-alias": "^1.8.16",
58+
"tsc-alias": "1.7.0",
5959
"tsconfig-paths": "4.2.0",
6060
"types": "^0.1.1",
6161
"typescript": "5.5.4",

0 commit comments

Comments
 (0)