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

@inngest/eslint-plugin uses older, conflicting eslint and typescript-eslint versions #715

Open
fnimick opened this issue Sep 27, 2024 · 1 comment

Comments

@fnimick
Copy link

fnimick commented Sep 27, 2024

Examples:

➜  future git:(develop) ✗ npm why @typescript-eslint/utils
@typescript-eslint/[email protected] dev
node_modules/@inngest/eslint-plugin/node_modules/@typescript-eslint/utils
  @typescript-eslint/utils@"^6.11.0" from @inngest/[email protected]
  node_modules/@inngest/eslint-plugin
    dev @inngest/eslint-plugin@"^0.0.7" from the root project

@typescript-eslint/[email protected] dev
node_modules/@typescript-eslint/utils
  @typescript-eslint/utils@"8.7.0" from @typescript-eslint/[email protected]
  node_modules/@typescript-eslint/eslint-plugin
    @typescript-eslint/eslint-plugin@"8.7.0" from [email protected]
    node_modules/typescript-eslint
      dev typescript-eslint@"^8.3.0" from the root project
  @typescript-eslint/utils@"8.7.0" from @typescript-eslint/[email protected]
  node_modules/@typescript-eslint/type-utils
    @typescript-eslint/type-utils@"8.7.0" from @typescript-eslint/[email protected]
    node_modules/@typescript-eslint/eslint-plugin
      @typescript-eslint/eslint-plugin@"8.7.0" from [email protected]
      node_modules/typescript-eslint
        dev typescript-eslint@"^8.3.0" from the root project
  @typescript-eslint/utils@"8.7.0" from [email protected]
  node_modules/typescript-eslint
    dev typescript-eslint@"^8.3.0" from the root project

➜  future git:(develop) ✗ npm why eslint
[email protected] dev peer
node_modules/@inngest/eslint-plugin/node_modules/eslint
  peer eslint@"^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
  node_modules/@inngest/eslint-plugin/node_modules/@typescript-eslint/utils
    @typescript-eslint/utils@"^6.11.0" from @inngest/[email protected]
    node_modules/@inngest/eslint-plugin
      dev @inngest/eslint-plugin@"^0.0.7" from the root project

[email protected] dev
node_modules/eslint
  dev eslint@"^9.8.0" from the root project
  peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
  .......
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

1 participant