[Feature Request] bump eslint-plugin dependency in dts-gen package
Lorenzras opened this issue · 4 comments
Lorenzras commented
Target Package
@kintone/dts-gen
Why
V6 comes with a suite of quality-of-life improvements.
What
Two solutions.
- Migration guide for developers-facing changes
- Remove eslint dependency altogether.
tasshi-me commented
@Lorenzras
Thank you for your feedback!
We use @cybozu/eslint-config and it depends on typescript-eslint v5.
I created an issue on @cybozu/eslint-config to continue discussion => cybozu/eslint-config#684.
Please tell your opinion in that issue.
tasshi-me commented
The latest release of cybozu/eslint-config updated typescript-eslint v5 -> v6.
We will work on updating dts-gen's dependencies.
tasshi-me commented
We updated cybozu/eslint-config. The @typescript-eslint/eslint-plugin in deps is now v7.
Thank you for your report.
Line 1976 in 62258b2
Lorenzras commented
Thanks alot!