Skip to content

Releases: uhyo/eslint-plugin-import-access

v2.2.2

27 Jun 14:15
Compare
Choose a tag to compare

What's Changed

  • fix: fix flat config typing by @uhyo in #75

Full Changelog: v2.2.1...v2.2.2

v2.2.1

30 Apr 14:39
Compare
Choose a tag to compare

This version adds support for ESLint v9!

What's Changed

  • feat: support ESLint v9 by @uhyo in #33
  • fix: imporve error message for no type information by @uhyo in #26
  • chore: upgrade typescript-eslint by @uhyo in #34
  • build(deps-dev): bump @babel/preset-typescript from 7.22.5 to 7.24.1 by @dependabot in #21
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #22
  • build(deps-dev): bump espree from 9.6.1 to 10.0.1 by @dependabot in #23
  • build(deps-dev): bump @babel/traverse from 7.22.8 to 7.24.1 by @dependabot in #25
  • build(deps-dev): bump babel-jest from 29.6.1 to 29.7.0 by @dependabot in #29
  • build(deps-dev): bump jest and @types/jest by @dependabot in #28
  • build(deps-dev): bump @babel/core from 7.24.4 to 7.24.5 by @dependabot in #35

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

11 Apr 13:22
Compare
Choose a tag to compare

What's Changed

  • feat: support Flat Config support (non-breaking) by @uhyo in #20

Full Changelog: v2.1.2...v2.2.0

v2.1.2

14 Oct 11:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

15 Aug 11:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

10 Aug 12:56
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.1.0

What's Changed

  • Added a treatSelfReferenceAs option which allows you to treat self-references either like internal file or like external module. (#12)

v2.0.0

27 Jul 13:03
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Minimum supported TypeScript version is now 4.7 (previously 4.4)
  • Minimum supported Node.js version is now 16 (previously 14)

What's Changed

  • Forbid re-exports of non-importable variables by @mozisan in #9
  • Fix other false-positives with node_modules by @mozisan in #10

Full Changelog: v1.1.2...v2.0.0

v1.1.2

31 May 12:25
Compare
Choose a tag to compare

What's Changed

  • Fix another issue of imports from node_modules by @mozisan in #7
  • Fix issue when importing Node.js builtin modules by @mozisan in #8

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

26 May 04:50
351fa21
Compare
Choose a tag to compare

What's Changed

  • Fix issue of node_modules package by @seito2 in #6

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 May 02:10
08d2cf9
Compare
Choose a tag to compare

What's Changed

  • Add default importability setting by @seito2 in #5

New Contributors

  • @seito2 made their first contribution in #5

Full Changelog: v1.0.2...v1.1.0