Releases: import-js/eslint-import-resolver-typescript
v4.3.0
Minor Changes
Full Changelog: v4.2.7...v4.3.0
v4.2.7
Patch Changes
Full Changelog: v4.2.6...v4.2.7
v4.2.6
Patch Changes
Full Changelog: v4.2.5...v4.2.6
v4.2.5
Patch Changes
Full Changelog: v4.2.4...v4.2.5
v4.2.4
Patch Changes
-
#407
6b183ff
Thanks @JounQin! - chore: migrate to rebrandingunrs-resolver
with new targets supported:i686-pc-windows-msvc
armv7-unknown-linux-musleabihf
powerpc64le-unknown-linux-gnu
s390x-unknown-linux-gnu
New Contributors
- @karlhorky made their first contribution in #404
Full Changelog: v4.2.3...v4.2.4
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