Skip to content

Releases: import-js/eslint-import-resolver-typescript

v4.3.0

29 Mar 17:35
aba8654
Compare
Choose a tag to compare

Minor Changes

Full Changelog: v4.2.7...v4.3.0

v4.2.7

28 Mar 18:29
990805c
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v4.2.6...v4.2.7

v4.2.6

28 Mar 18:16
552e5d5
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v4.2.5...v4.2.6

v4.2.5

26 Mar 20:08
5588948
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v4.2.4...v4.2.5

v4.2.4

26 Mar 05:47
e4a3270
Compare
Choose a tag to compare

Patch Changes

  • #407 6b183ff Thanks @JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

New Contributors

Full Changelog: v4.2.3...v4.2.4

v3.10.0

26 Mar 22:50
a642b2d
Compare
Choose a tag to compare

Minor Changes

  • #413 89c2795 Thanks @JounQin! - chore: housekeeping, bump all (dev) deps

    Migrate rspack-resolver to rebranding unrs-resolver for more targets support and other bug fixes

Full Changelog: v3.9.1...v3.10.0

v4.2.3

25 Mar 09:45
72b2fbe
Compare
Choose a tag to compare

Patch Changes

  • #402 f21bf15 Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

New Contributors

Full Changelog: v4.2.2...v4.2.3

v4.2.2

19 Mar 02:08
288c53c
Compare
Choose a tag to compare

Patch Changes

  • #397 14a7688 Thanks @JounQin! - chore: bump rspack-resolver for better P'n'P support

    Now rspack-resolver resolves pnpapi natively.

Full Changelog: v4.2.1...v4.2.2

v4.2.1

18 Mar 12:25
0adca68
Compare
Choose a tag to compare

Patch Changes

Full Changelog: v4.2.0...v4.2.1

v4.2.0

18 Mar 03:17
3b0edff
Compare
Choose a tag to compare

Minor Changes

  • #391 c8121e5 Thanks @JounQin! - feat: mark is-bun-module as optional peer dependency

    Technically 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:

    1. install is-bun-module dependency manually and use bun: true option
    2. run eslint with bun --bun eslint w/o bun: true option
    3. enable run#bun in bunfig.toml w/o bun: true option

Full Changelog: v4.1.1...v4.2.0