Skip to content

Commit 5e40ff9

Browse files
Bump tsc-alias from 1.8.11 to 1.8.13 (#563)
Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.11 to 1.8.13. <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.13 (2025-03-29)</h2> <h2>What's Changed</h2> <ul> <li>fix: latest version not compatible with node 20+ by <a href="https://github.com/justkey007"><code>@​justkey007</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/239">justkey007/tsc-alias#239</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.12...v1.8.13">https://github.com/justkey007/tsc-alias/compare/v1.8.12...v1.8.13</a></p> <h2>v1.8.12 (2025-03-29)</h2> <h2>What's Changed</h2> <ul> <li>fix: Don't replace .d.ts paths by <a href="https://github.com/LukeAbby"><code>@​LukeAbby</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/234">justkey007/tsc-alias#234</a></li> <li>CI/CD by <a href="https://github.com/justkey007"><code>@​justkey007</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/237">justkey007/tsc-alias#237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LukeAbby"><code>@​LukeAbby</code></a> made their first contribution in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/234">justkey007/tsc-alias#234</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.11...v1.8.12">https://github.com/justkey007/tsc-alias/compare/v1.8.11...v1.8.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/justkey007/tsc-alias/commit/10b37888ec6e4c15c1cdbc1d9f54e2af35fe153c"><code>10b3788</code></a> 1.8.13</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/e0f63abb498b3040da97ba198501415778dc220f"><code>e0f63ab</code></a> Latest version not compatible with node 20+ (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/239">#239</a>)</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/cd703f5d1f771b2fcd730899a5105f79a2b67207"><code>cd703f5</code></a> 1.8.12</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/756aa8f802994f9f1d0d307fe5c7887e3dd7c90d"><code>756aa8f</code></a> CI/CD (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/237">#237</a>)</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/8ebd8b5cce57fa985882bf1436255bfa5c0a2d6d"><code>8ebd8b5</code></a> fix: Don't replace .d.ts paths (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/234">#234</a>)</li> <li><a href="https://github.com/justkey007/tsc-alias/commit/cdd3e1fa3a9585e51ce10f2d44d7e9dd0e897b5c"><code>cdd3e1f</code></a> format</li> <li>See full diff in <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.11...v1.8.13">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.11&new-version=1.8.13)](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 a07d8c6 commit 5e40ff9

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.0",
6464
"ts-node": "^10.9.2",
65-
"tsc-alias": "^1.8.11",
65+
"tsc-alias": "^1.8.13",
6666
"typescript": "^5.8.2"
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.0"
841841
ts-node: "npm:^10.9.2"
842-
tsc-alias: "npm:^1.8.11"
842+
tsc-alias: "npm:^1.8.13"
843843
typescript: "npm:^5.8.2"
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.11":
6990-
version: 1.8.11
6991-
resolution: "tsc-alias@npm:1.8.11"
6989+
"tsc-alias@npm:^1.8.13":
6990+
version: 1.8.13
6991+
resolution: "tsc-alias@npm:1.8.13"
69926992
dependencies:
69936993
chokidar: "npm:^3.5.3"
69946994
commander: "npm:^9.0.0"
@@ -6998,7 +6998,7 @@ __metadata:
69986998
plimit-lit: "npm:^1.2.6"
69996999
bin:
70007000
tsc-alias: dist/bin/index.js
7001-
checksum: 73b58ad9c0ecffa1ed36337a3125ad14fc464f4e2345969ca080aae7004878658e30738100650f2cde05a8b08ceffc921f3c3743369539221fcfa2e93eb332c6
7001+
checksum: 3f27c5cd92eb2704b5705b72b76fa08a187e7149f573fb0af26d38a757b88563a891150738c35e9f09d5825bffbbdecf536baa39b17c5f7906ea5eb658cffab8
70027002
languageName: node
70037003
linkType: hard
70047004

0 commit comments

Comments
 (0)