Skip to content

Bump tsc-alias from 1.9.2 to 1.9.4 - #10

Merged
komed3 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tsc-alias-1.9.4
Sep 8, 2026
Merged

Bump tsc-alias from 1.9.2 to 1.9.4#10
komed3 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tsc-alias-1.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps tsc-alias from 1.9.2 to 1.9.4.

Release notes

Sourced from tsc-alias's releases.

v1.9.4(2026-09-02)

🛠️ Bug Fixes & Improvements

  • Type Declaration Dir Isolation: Resolved path calculation issues when declarationDir is nested inside outDir (#251).
  • ESM Dynamic Imports: Added support for dynamic imports with Import Attributes / Options (e.g. import('...', { with: { type: 'json' } })).
  • Path Matching in Monorepos: Improved project directory resolution in outDir using ancestor suffix matching to prevent folder name collisions.
  • fix(matcher): support .tsx, .jsx, .mts, .mjs, .cts, .cjs file extensions in import
  • Extended Module Extensions Support: Import path resolution now properly strips and handles modern TypeScript and JavaScript extensions including .tsx, .jsx, .mts, .mjs, .cts, and .cjs (previously limited to .js, .ts, and .json).
  • Code Quality & Performance: Internal refactoring.

🌟 New Features

🎯 Path Mapping & Wildcard Enhancements

  • Universal Wildcard & Suffix Pattern Matching (#233): Added full support for TypeScript wildcard mappings with suffixes in both alias keys and target paths (e.g. "@controllers/*": ["./src/controllers/*.controller"], "*-view": ["src/views/*"], or median wildcards "@api/*/v1").

🔗 TypeScript Project References

  • Added --follow-references flag to automatically resolve import aliases across your entire project references graph (tsc --build).

💖 Support the Project

If tsc-alias saves you time or helps your workflow, please consider:

  • Giving the project a ⭐️ on GitHub
  • Sponsoring on GitHub Sponsors Every bit of support helps keep this project maintained and evolving. Thank you! 🙏

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.3...v1.9.4

v1.9.3 (2026-08-31)

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.2...v1.9.3

Commits
  • 47f2b4c 1.9.4
  • 7ecc023 Merge pull request #273 from justkey007/issue233
  • 0766bab fix: support wildcard suffixes in alias paths and improve extension matching
  • 292231e Merge pull request #272 from justkey007/issue208
  • 1fec132 fix: resolve alias paths when baseUrl points to a nested subdirectory
  • 9d039eb Merge pull request #271 from justkey007/issue171
  • 3f6653e test: configure dependencies and build script for issue171 on CI
  • c196d56 feat: add support for TypeScript Project References via --follow-references
  • 88f32e7 Merge pull request #270 from justkey007/issue205
  • c70b558 fix: accurately detect project dir in outDir using ancestor suffix matching (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 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)

Bumps [tsc-alias](https://github.com/justkey007/tsc-alias) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/justkey007/tsc-alias/releases)
- [Commits](justkey007/tsc-alias@v1.9.2...v1.9.4)

---
updated-dependencies:
- dependency-name: tsc-alias
  dependency-version: 1.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@komed3
komed3 merged commit a6b0ffe into master Sep 8, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tsc-alias-1.9.4 branch September 8, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant