Releases: import-js/eslint-import-resolver-typescript
v3.10.0
Minor Changes
-
#413
89c2795
Thanks @JounQin! - chore: housekeeping, bump all (dev) depsMigrate
rspack-resolver
to rebrandingunrs-resolver
for more targets support and other bug fixes
Full Changelog: v3.9.1...v3.10.0
v4.2.3
Patch Changes
-
#402
f21bf15
Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules inbun
is-bun-module
is marked asdependency
, again, for correctness, seeisBunImplementedNodeModule
for more detailsFor
Bun
users: you don't need to installis-bun-module
any more butbun: true
option is still required if you're running withoutbun --bun
norrun#bun
enabled
New Contributors
- @rothsandro made their first contribution in #399
Full Changelog: v4.2.2...v4.2.3
v4.2.2
Patch Changes
-
#397
14a7688
Thanks @JounQin! - chore: bumprspack-resolver
for better P'n'P supportNow
rspack-resolver
resolvespnpapi
natively.
Full Changelog: v4.2.1...v4.2.2
v4.2.1
v4.2.0
Minor Changes
-
#391
c8121e5
Thanks @JounQin! - feat: markis-bun-module
as optional peer dependencyTechnically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects
bun
users,bun --bun eslint
even works without this dependency, so I'd consider this as a minor change.So for
Bun
users, there are three options:- install
is-bun-module
dependency manually and usebun: true
option - run
eslint
withbun --bun eslint
w/obun: true
option - enable
run#bun
inbunfig.toml
w/obun: true
option
- install
Full Changelog: v4.1.1...v4.2.0
v4.1.1
Patch Changes
- #389
1b97d8a
Thanks @JounQin! - fix: should prefermodule.isBuiltin
whenprocess.versions.bun
available
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Minor Changes
-
#387
ef5cd10
Thanks @JounQin! - feat: add a newbun?: boolean
option forbun
users - close #386process.versions.bun
is unavailable even withbun eslint
due to its own design,
but checkingbun
modules 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 eslint
without this option enabled
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Major Changes
-
#368
2fd7c2e
Thanks @JounQin! - feat!: rewrite, speed up by usingrspack-resolver
which supportsreferences
natively under the hoodBREAKING CHANGES:
- drop Node 14 support, Node
^16.17.0 || >=18.6
is now required alwaysTryTypes
is enabled by default, you can set it asfalse
to opt-out- array type of
project
is discouraged but still supported, singleproject
withreferences
is encouraged for better performance, you can enablenoWarnOnMultipleProjects
option to supress the warning message - root
tsconfig.json
orjsconfig.json
will be used automatically if noproject
provided
- drop Node 14 support, Node
Full Changelog: v3.9.1...v4.0.0
v3.9.1
Patch Changes
- #382
4a9176e
Thanks @JounQin! - fix: userspack-resolver
fork for pnp support
Full Changelog: v3.9.0...v3.9.1
v3.9.0
Minor Changes
Full Changelog: v3.8.7...v3.9.0