Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove restriction on @typescript-eslint/parser version #75

Open
Goldziher opened this issue Feb 19, 2024 · 2 comments
Open

Remove restriction on @typescript-eslint/parser version #75

Goldziher opened this issue Feb 19, 2024 · 2 comments

Comments

@Goldziher
Copy link

NPM warnings:

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-plugin-typescript-sort-keys@3.1.0
npm WARN Found: @typescript-eslint/parser@7.0.1
npm WARN node_modules/@typescript-eslint/parser
npm WARN   dev @typescript-eslint/parser@"^7.0.1" from the root project
npm WARN   2 more (@tool-belt/eslint-config, @typescript-eslint/eslint-plugin)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @typescript-eslint/parser@"^6" from eslint-plugin-typescript-sort-keys@3.1.0
npm WARN node_modules/eslint-plugin-typescript-sort-keys
npm WARN   eslint-plugin-typescript-sort-keys@"^3.1.0" from @tool-belt/eslint-config@5.2.0
npm WARN   node_modules/@tool-belt/eslint-config
npm WARN 
npm WARN Conflicting peer dependency: @typescript-eslint/parser@6.21.0
npm WARN node_modules/@typescript-eslint/parser
npm WARN   peer @typescript-eslint/parser@"^6" from eslint-plugin-typescript-sort-keys@3.1.0
npm WARN   node_modules/eslint-plugin-typescript-sort-keys
npm WARN     eslint-plugin-typescript-sort-keys@"^3.1.0" from @tool-belt/eslint-config@5.2.0
npm WARN     node_modules/@tool-belt/eslint-config
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'chatbot@1.0.0',
npm WARN EBADENGINE   required: {
npm WARN EBADENGINE     yarn: 'please-use-npm',
npm WARN EBADENGINE     npm: '>=[10](https://github.com/basemind-ai/bot/actions/runs/7955880378/job/21715588591#step:4:11).4.0',
npm WARN EBADENGINE     pnpm: 'please-use-npm',
npm WARN EBADENGINE     node: '>=v20.0.0'
npm WARN EBADENGINE   },
npm WARN EBADENGINE   current: { node: 'v20.[11](https://github.com/basemind-ai/bot/actions/runs/7955880378/job/21715588591#step:4:12).0', npm: '10.2.4' }
npm WARN EBADENGINE }
npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
@simoneguzzi
Copy link

Hi 🙂 We are also experiencing this issue while trying to upgrade the ESLint monorepo to v7. Checkout this merge request for more details: https://gitlab.com/biomedit/next-widgets/-/merge_requests/323.

@RobertAKARobin
Copy link

Same here.

k1rd3rf added a commit to k1rd3rf/eslint-plugin-typescript-sort-keys that referenced this issue Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants