Skip to content

Bump tsc-alias from 1.9.2 to 1.9.4 in the dev-deps group - #42

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-deps-f9b11f68fd
Open

Bump tsc-alias from 1.9.2 to 1.9.4 in the dev-deps group#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-deps-f9b11f68fd

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-deps group with 1 update: tsc-alias.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-deps group with 1 update: [tsc-alias](https://github.com/justkey007/tsc-alias).


Updates `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
  dependency-group: dev-deps
...

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 9, 2026
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.

0 participants