What changed in eslint-import-resolver-typescript from 3 to 4

9 releases numbered after v3.10.1 up to and including v4.4.5, stable releases only. v3.10.1 and v4.4.5 are the newest stable releases of 3 and 4 we track; this page follows them as new ones ship.

11 changes across 9 releases

Added 1

v4.4.0

  • integrate eslint-import-context to get correct context.cwd
Changed 3

v4.4.4

  • Bump stable-hash-x to v0.2.0

v4.4.3

  • Migrate stable-hash to stable-hash-x

v4.3.3

  • Bump unrs-resolver to v1.6.0
Fixed 7

v4.4.5

  • Check tsconfig matching before using resolver

v4.4.4

  • Include options hash in cache key for options normalization

v4.4.2

  • Always sort projects by affinity before iterating

v4.4.1

  • Bump eslint-import-context to v0.1.5

v4.3.5

  • Remove buggy module-sync exports field

v4.3.4

  • Add more extension aliases for TypeScript source and declaration files
  • Bump unrs-resolver dependency to resolve module resolution issues

Original release notes, newest first

The list above is our reading of these notes; the originals from eslint-import-resolver-typescript are here, one fold per release.

v4.4.5
Patch Changes

View originalPermalink

v4.4.4
Patch Changes
  • #468 93b39d2 Thanks @renovate! - chore(deps): bump stable-hash-x v0.2.0

  • #466 799f1ce Thanks @anomiex! - fix: include options hash in cache key for options normalization

New Contributors

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4

View originalPermalink

v4.4.3
Patch Changes

View originalPermalink

v4.4.2
Patch Changes
  • #459 f16150b Thanks @carlocorradini and @JounQin! - fix: always sort projects by affinity before iterating

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.1...v4.4.2

View originalPermalink

v4.4.1
Patch Changes
  • #457 d9f3e68 Thanks @JounQin! - fix(deps): bump eslint-import-context to v0.1.5

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.0...v4.4.1

View originalPermalink

v4.4.0
Minor Changes
  • #453 7d87517 Thanks @JounQin! - feat: integrate eslint-import-context to get correct context.cwd

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.5...v4.4.0

View originalPermalink

v4.3.5
Patch Changes
  • #450 3f1aab1 Thanks @JounQin! - fix: remove buggy module-sync exports field

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5

View originalPermalink

v4.3.4
Patch Changes
  • #442 57611d9 Thanks @JounQin! - fix: add more extension aliases for ts source/declaration files

  • #444 bd45fcd Thanks @JounQin! - fix(deps): bump unrs-resolver which resolves #406, #409, #437

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.3...v4.3.4

View originalPermalink

v4.3.3
Patch Changes
  • #433 834b11e Thanks @JounQin! - chore: bump unrs-resolver to v1.6.0

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.2...v4.3.3

View originalPermalink