un-ts / eslint-plugin-sonar

ESLint rules extracted from SonarJS
https://github.com/SonarSource/SonarJS
MIT License
42 stars 2 forks source link

Support `@typescript-eslint/parser` v6 in peer dependency requirements #103

Closed mcmxcdev closed 11 months ago

mcmxcdev commented 1 year ago

typescript-eslint v6 was released a while ago, it would be great to support it officially.

See more: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/

Currently, this is the output on pnpm:

 WARN  Issues with peer dependencies found
.
└─┬ eslint-plugin-sonar 0.12.0
  └─┬ @typescript-eslint/eslint-plugin 5.62.0
    └── ✕ unmet peer @typescript-eslint/parser@^5.0.0: found 6.1.0
JounQin commented 1 year ago

Waiting for https://github.com/SonarSource/SonarJS/issues/4005