Skip to content

Releases: jcoreio/eslint-plugin-implicit-dependencies

v1.2.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 05 Jun 18:07

1.2.0 (2025-06-05)

Bug Fixes

  • check TSImportType nodes (aa7aec9)

Features

  • add ignoreTypeOnlyImports option (7a990b1)

v1.1.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Mar 15:10

1.1.1 (2024-03-19)

Bug Fixes

  • ignore package name self-reference with subpath imports (3764b41)

v1.1.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 19 Mar 15:04

1.1.0 (2024-03-19)

Features

  • ignore invalid module names and add custom ignore option (728105d)

v1.0.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 11 Mar 05:31

1.0.2 (2024-03-11)

Bug Fixes

  • crash in ExportNamedDeclaration:exit (83b039d)

v1.0.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 11 Mar 05:20

1.0.1 (2024-03-11)

Bug Fixes

  • ignore package name self-references (a15493f)

v1.0.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 11 Mar 05:12

1.0.0 (2024-03-11)

Bug Fixes

  • switch to pkg-up (5e9104a)
  • update repo urls in package.json (aec1cda)

Features