Skip to content

build: update dev-dependency tsc-alias from 1.8.16 to 1.9.4 - #54

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm/tsc-alias-1.x
Open

build: update dev-dependency tsc-alias from 1.8.16 to 1.9.4#54
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm/tsc-alias-1.x

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence OpenSSF
tsc-alias (source) 1.8.161.9.4 age adoption passing confidence OpenSSF Scorecard

Release Notes

justkey007/tsc-alias (tsc-alias)

v1.9.4: (2026-09-02)

Compare Source

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

Compare Source

What's Changed

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

v1.9.2: (2026-08-17)

Compare Source

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

Fix #​263

v1.9.1: (2026-07-13)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.0...v1.9.1

v1.9.0: (2026-07-04)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.17...v1.9.0

v1.8.17: (2025-04-30)

Compare Source

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.16...v1.8.17


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot labels May 4, 2026
@renovate
renovate Bot requested a review from codeismyid as a code owner May 4, 2026 10:09
@renovate renovate Bot added dependency Additions or changes involving dependency bot Bot involvement renovate Anything from renovatebot labels May 4, 2026
@renovate
renovate Bot force-pushed the renovate/npm/tsc-alias-1.x branch from 70234c3 to 8eb1d8e Compare July 26, 2026 00:04
@renovate renovate Bot changed the title build: update dev-dependency tsc-alias from 1.8.16 to 1.8.17 build: update dev-dependency tsc-alias from 1.8.16 to 1.9.1 Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/npm/tsc-alias-1.x branch from 8eb1d8e to 75dc60a Compare August 20, 2026 14:38
@renovate renovate Bot changed the title build: update dev-dependency tsc-alias from 1.8.16 to 1.9.1 build: update dev-dependency tsc-alias from 1.8.16 to 1.9.2 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/npm/tsc-alias-1.x branch from 75dc60a to 2cc596c Compare September 4, 2026 00:49
@renovate renovate Bot changed the title build: update dev-dependency tsc-alias from 1.8.16 to 1.9.2 build: update dev-dependency tsc-alias from 1.8.16 to 1.9.3 Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/npm/tsc-alias-1.x branch from 2cc596c to d1b32c5 Compare September 5, 2026 16:56
@renovate renovate Bot changed the title build: update dev-dependency tsc-alias from 1.8.16 to 1.9.3 build: update dev-dependency tsc-alias from 1.8.16 to 1.9.4 Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Bot involvement dependency Additions or changes involving dependency renovate Anything from renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants