infctr / eslint-plugin-typescript-sort-keys

A linter plugin to require sorting interface and string enum keys
ISC License
143 stars 25 forks source link

@typescript-eslint/parser@"6.0.0" is out #65

Closed ribeaud closed 10 months ago

ribeaud commented 11 months ago

And this makes impossible to install eslint-plugin-typescript-sort-keys then:

❯ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: biomedit-portal-frontend@6.1.1-dev.7
npm ERR! Found: @typescript-eslint/parser@6.0.0
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   dev @typescript-eslint/parser@"6.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/parser@"^1 || ^2 || ^3 || ^4 || ^5" from eslint-plugin-typescript-sort-keys@2.3.0
npm ERR! node_modules/eslint-plugin-typescript-sort-keys
npm ERR!   dev eslint-plugin-typescript-sort-keys@"2.3.0" 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! /Users/christianr/.npm/_logs/2023-07-17T13_44_03_317Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/christianr/.npm/_logs/2023-07-17T13_44_03_317Z-debug-0.log
infctr commented 11 months ago

64