kintone/js-sdk

[Feature Request] bump eslint-plugin dependency in dts-gen package

Lorenzras opened this issue · 4 comments

Target Package

@kintone/dts-gen

Why

V6 comes with a suite of quality-of-life improvements.

What

Two solutions.

  1. Migration guide for developers-facing changes
  2. Remove eslint dependency altogether.

@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.

The latest release of cybozu/eslint-config updated typescript-eslint v5 -> v6.
We will work on updating dts-gen's dependencies.

We updated cybozu/eslint-config. The @typescript-eslint/eslint-plugin in deps is now v7.
Thank you for your report.

'@typescript-eslint/eslint-plugin': 7.4.0(@typescript-eslint/parser@7.4.0)(eslint@8.57.0)(typescript@5.4.5)

Thanks alot!