Skip to content

Commit 94e25b3

Browse files
Bump tsc-alias from 1.8.13 to 1.8.14 (#569)
Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.13 to 1.8.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/justkey007/tsc-alias/releases">tsc-alias's releases</a>.</em></p> <blockquote> <h2>v1.8.14 (2025-04-08)</h2> <h2>What's Changed</h2> <ul> <li>Does not work properly with tsconfig.json with extends by <a href="https://github.com/justkey007"><code>@​justkey007</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/240">justkey007/tsc-alias#240</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.13...v1.8.14">https://github.com/justkey007/tsc-alias/compare/v1.8.13...v1.8.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/justkey007/tsc-alias/commit/cc00f6f683361f2a0d81fb8cde020d62c43e10b9"><code>cc00f6f</code></a> 1.8.14</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/44d8c03482a080aabee394e81ccee537d3b496b1"><code>44d8c03</code></a> Does not work properly with tsconfig.json with extends (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/240">#240</a>)</li> <li>See full diff in <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.13...v1.8.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tsc-alias&package-manager=npm_and_yarn&previous-version=1.8.13&new-version=1.8.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 7a331ca commit 94e25b3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sort-package-json": "^3.0.0",
6363
"ts-jest": "^29.3.1",
6464
"ts-node": "^10.9.2",
65-
"tsc-alias": "^1.8.13",
65+
"tsc-alias": "^1.8.14",
6666
"typescript": "^5.8.3"
6767
},
6868
"packageManager": "[email protected]"

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ __metadata:
839839
sort-package-json: "npm:^3.0.0"
840840
ts-jest: "npm:^29.3.1"
841841
ts-node: "npm:^10.9.2"
842-
tsc-alias: "npm:^1.8.13"
842+
tsc-alias: "npm:^1.8.14"
843843
typescript: "npm:^5.8.3"
844844
unified: "npm:^11.0.5"
845845
languageName: unknown
@@ -6986,19 +6986,20 @@ __metadata:
69866986
languageName: node
69876987
linkType: hard
69886988

6989-
"tsc-alias@npm:^1.8.13":
6990-
version: 1.8.13
6991-
resolution: "tsc-alias@npm:1.8.13"
6989+
"tsc-alias@npm:^1.8.14":
6990+
version: 1.8.14
6991+
resolution: "tsc-alias@npm:1.8.14"
69926992
dependencies:
69936993
chokidar: "npm:^3.5.3"
69946994
commander: "npm:^9.0.0"
6995+
get-tsconfig: "npm:^4.10.0"
69956996
globby: "npm:^11.0.4"
69966997
mylas: "npm:^2.1.9"
69976998
normalize-path: "npm:^3.0.0"
69986999
plimit-lit: "npm:^1.2.6"
69997000
bin:
70007001
tsc-alias: dist/bin/index.js
7001-
checksum: 3f27c5cd92eb2704b5705b72b76fa08a187e7149f573fb0af26d38a757b88563a891150738c35e9f09d5825bffbbdecf536baa39b17c5f7906ea5eb658cffab8
7002+
checksum: d6d4290dce310ece0e059a702a513388ae0fadfbdb58810cfb172d04da6d3bf064295d2ecffc0b3ddc8fc571d4765aa77c73ff14a3fb84a6d827f8ac1205a272
70027003
languageName: node
70037004
linkType: hard
70047005

0 commit comments

Comments
 (0)