Skip to content

Releases: uhyo/eslint-plugin-import-access

v3.0.0

15 May 12:18

Choose a tag to compare

⚠️ Breaking Changes

  • Minimum supported Node.js version is now 20.
  • Minimum supported TypeScript version is now 5.0.
  • Minimum supported TypeScript-ESLint version is now 8.

What's Changed

  • feat: add excludeSourcePatterns option to import-access/jsdoc rule by @ygkn in #125
  • ci: migrate to vitest to fix broken CI by @uhyo in #127
  • ci: split pre-release and release steps in publish workflow by @uhyo in #129

New Contributors

  • @ygkn made their first contribution in #125

Full Changelog: v2.2.2...v3.0.0

v3.0.0-beta.0

14 May 13:40

Choose a tag to compare

v3.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • feat: add excludeSourcePatterns option to import-access/jsdoc rule by @ygkn in #125
  • ci: migrate to vitest to fix broken CI by @uhyo in #127

New Contributors

  • @ygkn made their first contribution in #125

Full Changelog: v2.2.2...v3.0.0-beta.0

v2.2.2

27 Jun 14:15

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

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

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

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

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

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

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

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