Releases: uhyo/eslint-plugin-import-access
Releases · uhyo/eslint-plugin-import-access
v3.0.0
⚠️ 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
Full Changelog: v2.2.2...v3.0.0
v3.0.0-beta.0
v2.2.2
v2.2.1
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
- @dependabot made their first contribution in #21
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.2
What's Changed
- fix bug check package incorrect on Windows by @nguyentringhia in #15
New Contributors
- @nguyentringhia made their first contribution in #15
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
v2.0.0
⚠️ 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