Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: upgrade typescript-eslint to v7
BREAKING CHANGES: - Node.js version requirement updated to `^18.18.0 || >=20.0.0` - TypeScript peer dependency requirement updated to `>=4.7.4` - ESLint peer dependency requirement updated to `^8.56.0` https://typescript-eslint.io/blog/announcing-typescript-eslint-v7 It's a small breaking change, but paves the way for future ESLint Flat Config support. We might introduce a separate flat config entry in later minor versions. I also updated some dev dependencies to ensure that this package works correctly with the latest versions of them. Closes #69 Closes #71
- Loading branch information