lingui / eslint-plugin

Set of ESLint rules for Lingui projects
https://www.npmjs.com/package/eslint-plugin-lingui
MIT License
21 stars 7 forks source link

relaxing dependency version of @typescript-eslint/utils #42

Open braineo opened 4 months ago

braineo commented 4 months ago

as of 2024-05-28, the version of

@typescript-eslint/utils is 7.11 already, installing eslint-plugin-lingui in the project with the latest eslint library creates nested dependencies because it require specifically ^5.61.0

if the plugin does not depend on behavior specifically in version 5, can we relax the version to be 5 || 6 || 7?

timofei-iatsenko commented 4 months ago

Could you try it and make a PR?

braineo commented 4 months ago

yup, no problem. i tested it locally with some of my projects by

# inside the repo
npm build
npm pack

# inside the project
npm install path-to-package.tgz

let me know if there are other test i can try