Releases: import-js/eslint-import-resolver-typescript
v4.2.0
Minor Changes
-
#391
c8121e5Thanks @JounQin! - feat: markis-bun-moduleas optional peer dependencyTechnically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects
bunusers,bun --bun eslinteven works without this dependency, so I'd consider this as a minor change.So for
Bunusers, there are three options:- install
is-bun-moduledependency manually and usebun: trueoption - run
eslintwithbun --bun eslintw/obun: trueoption - enable
run#buninbunfig.tomlw/obun: trueoption
- install
Full Changelog: v4.1.1...v4.2.0
v4.1.1
Patch Changes
- #389
1b97d8aThanks @JounQin! - fix: should prefermodule.isBuiltinwhenprocess.versions.bunavailable
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Minor Changes
-
#387
ef5cd10Thanks @JounQin! - feat: add a newbun?: booleanoption forbunusers - close #386process.versions.bunis unavailable even withbun eslintdue to its own design,
but checkingbunmodules for non-bun users is incorrect behavior and just wasting time,
so a new option is added for such case, you can still run withbun --bun eslintwithout this option enabled
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Major Changes
-
#368
2fd7c2eThanks @JounQin! - feat!: rewrite, speed up by usingrspack-resolverwhich supportsreferencesnatively under the hoodBREAKING CHANGES:
- drop Node 14 support, Node
^16.17.0 || >=18.6is now required alwaysTryTypesis enabled by default, you can set it asfalseto opt-out- array type of
projectis discouraged but still supported, singleprojectwithreferencesis encouraged for better performance, you can enablenoWarnOnMultipleProjectsoption to supress the warning message - root
tsconfig.jsonorjsconfig.jsonwill be used automatically if noprojectprovided
- drop Node 14 support, Node
Full Changelog: v3.9.1...v4.0.0
v3.9.1
Patch Changes
- #382
4a9176eThanks @JounQin! - fix: userspack-resolverfork for pnp support
Full Changelog: v3.9.0...v3.9.1
v3.9.0
Minor Changes
Full Changelog: v3.8.7...v3.9.0
v3.8.7
Patch Changes
- #377
a14fdd9Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute paths
Full Changelog: v3.8.6...v3.8.7
v3.8.6
Patch Changes
Full Changelog: v3.8.5...v3.8.6
v3.8.5
Patch Changes
- #372
366eeafThanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.
Full Changelog: v3.8.4...v3.8.5
v3.8.4
Patch Changes
Full Changelog: v3.8.3...v3.8.4