typescript-transform-paths
typescript-transform-paths copied to clipboard
Transforms module resolution paths using TypeScript path mapping and/or custom paths
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
- depends on #218
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.7.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.3.0 to 8.9.0. Release notes Sourced from typescript-eslint's releases. v8.9.0 8.9.0 (2024-10-14) 🚀 Features rule-tester: hooks for test cases (#10109) 🩹 Fixes eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. Changelog Sourced from minimatch's changelog. change log 10.0 Require node 20 or 22 and higher 9.0 No default export, only named exports. 8.0 Recursive...
Hello, There is an issue with src/transformer.ts, when the TypeScript version is parsed if the major or minor version is 0 it will throw an error due to 0 being...
Failed to compile `transform-typescript-paths` due to many TypeScript compilation errors. Therefore, don't know whether this PR is valid or not. Hope your strict your review @nonara. Instead, tested on my...
I know typescript 5.6 isn't GA yet but I was curious to see our project worked with it. Unfortunately it looks like typescript-transform-paths may not work with it at this...