Skip to content

Commit

Permalink
Bump tsc-alias from 1.8.6 to 1.8.7 (#172)
Browse files Browse the repository at this point in the history
Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.8.6 to 1.8.7.
<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.7 (2023-07-03)</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: resolve aliases with ts extensions (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/178">#178</a>) by <a href="https://github.com/kalvenschraut"><code>@​kalvenschraut</code></a> in <a href="https://redirect.github.com/justkey007/tsc-alias/pull/179">justkey007/tsc-alias#179</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.6...v1.8.7">https://github.com/justkey007/tsc-alias/compare/v1.8.6...v1.8.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/justkey007/tsc-alias/commit/f3c62df789ab5c2d24d1cdb0803268687a6828b1"><code>f3c62df</code></a> 1.8.7</li>
<li><a href="https://github.com/justkey007/tsc-alias/commit/b8243bb111cda506f2a3e1871f202978acc2290e"><code>b8243bb</code></a> tests: add project24</li>
<li><a href="https://github.com/justkey007/tsc-alias/commit/d2939faa3b8360d147a6f54827f13e23619c495b"><code>d2939fa</code></a> feat: resolve aliases with ts extensions (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/178">#178</a>) (<a href="https://redirect.github.com/justkey007/tsc-alias/issues/179">#179</a>)</li>
<li>See full diff in <a href="https://github.com/justkey007/tsc-alias/compare/v1.8.6...v1.8.7">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.6&new-version=1.8.7)](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 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>
  • Loading branch information
labforward-kodiak[bot] authored Jul 4, 2023
2 parents c994dce + 4898546 commit c552df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"sort-package-json": "^2.5.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.6",
"tsc-alias": "^1.8.7",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4773,10 +4773,10 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsc-alias@^1.8.6:
version "1.8.6"
resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.6.tgz#28300ed398e90b1c600548ed956f58dfbecc1589"
integrity sha512-vq+i6VpE83IeMsSJVcFN03ZBofADhr8/gIJXjxpbnTRfN/MFXy0+SBaKG2o7p95QqXBGkeG98HYz3IkOOveFbg==
tsc-alias@^1.8.7:
version "1.8.7"
resolved "https://registry.yarnpkg.com/tsc-alias/-/tsc-alias-1.8.7.tgz#4f8721b031a31345fa9f1fa8d3cf209d925abb88"
integrity sha512-59Q/zUQa3miTf99mLbSqaW0hi1jt4WoG8Uhe5hSZJHQpSoFW9eEwvW7jlKMHXWvT+zrzy3SN9PE/YBhQ+WVydA==
dependencies:
chokidar "^3.5.3"
commander "^9.0.0"
Expand Down

0 comments on commit c552df8

Please sign in to comment.