Skip to content

v2.0.0

Choose a tag to compare

@v2nic v2nic released this 11 May 21:52
· 2 commits to main since this release
11f2964

Breaking Changes

  • Drop ESLint < 10 support: Minimum ESLint peer dependency is now ^10.0.0
  • Replace deprecated context.getFilename() with context.filename
  • Replace deprecated context.getSourceCode() with context.sourceCode
  • Bump @typescript-eslint/utils to ^8.59.2
  • Bump @prisma/dmmf and @prisma/internals to ^7.2.0

This release makes the plugin fully compatible with ESLint v10's new context API.