Skip to content

Commit b417226

Browse files
Bump tsc-alias from 1.8.14 to 1.8.15 (#570)
Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.14 to 1.8.15. <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.15 (2025-04-10)</h2> <h2>What's Changed</h2> <ul> <li>fix: compilerOptions.outDir is not set error by <a href="https://github.com/justkey007"><code>@​justkey007</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/242">justkey007/tsc-alias#242</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.14...v1.8.15">https://github.com/justkey007/tsc-alias/compare/v1.8.14...v1.8.15</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/justkey007/tsc-alias/commit/abc7d5952a0581cda53b3c08da5671e02ffcce7e"><code>abc7d59</code></a> 1.8.15</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/3e55ed9a8fc14a9a59ec490f2a0ecedc8dd509ea"><code>3e55ed9</code></a> fix: compilerOptions.outDir is not set error (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/242">#242</a>)</li> <li>See full diff in <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.14...v1.8.15">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.14&new-version=1.8.15)](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 94e25b3 commit b417226

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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.14",
65+
"tsc-alias": "^1.8.15",
6666
"typescript": "^5.8.3"
6767
},
6868
"packageManager": "[email protected]"

yarn.lock

Lines changed: 5 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.14"
842+
tsc-alias: "npm:^1.8.15"
843843
typescript: "npm:^5.8.3"
844844
unified: "npm:^11.0.5"
845845
languageName: unknown
@@ -6986,9 +6986,9 @@ __metadata:
69866986
languageName: node
69876987
linkType: hard
69886988

6989-
"tsc-alias@npm:^1.8.14":
6990-
version: 1.8.14
6991-
resolution: "tsc-alias@npm:1.8.14"
6989+
"tsc-alias@npm:^1.8.15":
6990+
version: 1.8.15
6991+
resolution: "tsc-alias@npm:1.8.15"
69926992
dependencies:
69936993
chokidar: "npm:^3.5.3"
69946994
commander: "npm:^9.0.0"
@@ -6999,7 +6999,7 @@ __metadata:
69996999
plimit-lit: "npm:^1.2.6"
70007000
bin:
70017001
tsc-alias: dist/bin/index.js
7002-
checksum: d6d4290dce310ece0e059a702a513388ae0fadfbdb58810cfb172d04da6d3bf064295d2ecffc0b3ddc8fc571d4765aa77c73ff14a3fb84a6d827f8ac1205a272
7002+
checksum: 071b6aae4732cd01ececcbff7e6c3d2a24ff20c077e2927d0180aed35fe8455719c5f54f7be38de51f319a630723f4d4b6ef4919d1f9f82d6ae7c27d8a4e72db
70037003
languageName: node
70047004
linkType: hard
70057005

0 commit comments

Comments
 (0)