Skip to content

chore: bump the development-dependencies group with 3 updates - #290

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-fb8d9258a5
Open

chore: bump the development-dependencies group with 3 updates#290
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-fb8d9258a5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 3 updates: @types/node, tsc-alias and tsx.

Updates @types/node from 26.4.0 to 26.4.1

Commits

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

Updates tsx from 4.23.12 to 4.23.13

Release notes

Sourced from tsx's releases.

v4.23.13

4.23.13 (2026-08-30)

Bug Fixes

  • cache: bound shared transform cache memory (#835) (28e1f12)

This release is also available on:

Commits

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 development-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [tsc-alias](https://github.com/justkey007/tsc-alias) and [tsx](https://github.com/privatenumber/tsx).


Updates `@types/node` from 26.4.0 to 26.4.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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)

Updates `tsx` from 4.23.12 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.12...v4.23.13)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsc-alias
  dependency-version: 1.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-version: 4.23.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants