Releases: import-js/eslint-import-resolver-typescript
v3.8.3
Patch Changes
-
#360
8192976Thanks @carlocorradini! - Force tiniglobby to expand dot directories -
#360
8192976Thanks @carlocorradini! - Update tinyglobby to latest version
Full Changelog: v3.8.2...v3.8.3
v3.8.2
Patch Changes
- #357
5fd349eThanks @carlocorradini! - Update thetinyglobbyto the latest version to solve performance regressions.
Full Changelog: v3.8.1...v3.8.2
v3.8.1
Patch Changes
- #352
0c6303dThanks @carlocorradini! - Set cwd while resolving tsconfig include
Full Changelog: v3.8.0...v3.8.1
v3.8.0
Minor Changes
-
#345
fcc8883Thanks @carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator. -
#346
c124e87Thanks @carlocorradini! - Update get-tsconfig to the the latest version. We now support the${configDir}variable, introduced in TypeScript 5.5.
New Contributors
- @ueda-soma made their first contribution in #328
- @gatsinski made their first contribution in #338
Full Changelog: v3.7.0...v3.8.0
v3.7.0
Minor Changes
-
#326
93ea130Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescriptdirectly in your ESLint flat config:Previously
// eslint.config.js module.exports = { settings: { 'import-x/resolver': { typescript: { alwaysTryTypes: true, }, // or require.resolve('eslint-import-resolver-typescript'): alwaysTryTypes: true, } } } }
Now
// eslint.config.js const { createTypeScriptImportResolver, } = require('eslint-import-resolver-typescript') module.exports = { settings: { 'import-x/resolver-next': [ createTypeScriptImportResolver({ alwaysTryTypes: true, }), ], }, }
Note that this only works with
eslint-plugin-import-x@>=4.5.0. You can't usecreateTypeScriptImportResolverwith the older versions ofeslint-plugin-import-xor any existing versions ofeslint-plugin-import.
Full Changelog: v3.6.3...v3.7.0
v3.6.3
Patch Changes
-
#305
f8d7b82Thanks @SukkaW! - Fix resolve fornode:test,node:sea, andnode:sqlitewithout sacrificing installation size -
#288
a4c6c78Thanks @SunsetTechuila! - fix: ignore bun built-in modules
New Contributors
- @RobinTail made their first contribution in #294
- @wojtekmaj made their first contribution in #295
- @SunsetTechuila made their first contribution in #288
Full Changelog: v3.6.1...v3.6.3
v3.6.1
v3.6.0
Minor Changes
Full Changelog: v3.5.5...v3.6.0
v3.5.5
Patch Changes
Full Changelog: v3.5.4...v3.5.5
v3.5.4
Patch Changes
-
25f3920Thanks @JounQin! - fix: enhanced-resolve is commonjs only - close #213 -
#219
0bf6ffbThanks @lsmurray! - fix: check if cwd changed to bust mapper cache
New Contributors
- @okuramasafumi made their first contribution in #212
- @lsmurray made their first contribution in #219
Full Changelog: v3.5.3...v3.5.4