darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
171 stars 34 forks source link

Add support to eslint parser 7 #154

Closed ymoreiratiti closed 6 months ago

ymoreiratiti commented 7 months ago

When installing on eslint@8 with @typescript-eslint/parser@7 the package returns:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @scope/eslint-config-project@0.1.2-alpha.3
npm ERR! Found: @typescript-eslint/parser@7.0.1
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   @typescript-eslint/parser@"^7.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/parser@"^6.0.0" from @darraghor/eslint-plugin-nestjs-typed@4.6.0
npm ERR! node_modules/@darraghor/eslint-plugin-nestjs-typed
npm ERR!   @darraghor/eslint-plugin-nestjs-typed@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /home/yurititi/.npm/_logs/2024-02-14T18_39_30_317Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/yurititi/.npm/_logs/2024-02-14T18_39_30_317Z-debug-0.log
podplatnikm commented 7 months ago

bump, any news n this?

DritonGoxhufi commented 7 months ago

I guess this PR should solve it: EDIT: #155

darraghoriordan commented 6 months ago

hey, i'm on vacation for 3 more weeks. will look when i get back

darraghoriordan commented 6 months ago

:tada: This issue has been resolved in version 4.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: