Skip to content

Comments

make typescript peer dependency optional#146

Open
nilzona wants to merge 1 commit intoajafff:masterfrom
nilzona:optional-peer-dep
Open

make typescript peer dependency optional#146
nilzona wants to merge 1 commit intoajafff:masterfrom
nilzona:optional-peer-dep

Conversation

@nilzona
Copy link

@nilzona nilzona commented Sep 17, 2022

This will eliminate warnings of missing peer dependencies when libraries like e.g. eslint-plugin-jest are used in a non typescript project.

 WARN  Issues with peer dependencies found
└─┬ eslint-plugin-jest 27.0.4
  └─┬ @typescript-eslint/utils 5.37.0
    └─┬ @typescript-eslint/typescript-estree 5.37.0
      └─┬ tsutils 3.21.0
        └── ✕ missing peer typescript@">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
Peer dependencies that should be installed:
  typescript@>=2.8.0  

resolves #143

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

Successfully merging this pull request may close these issues.

make peerDependency on typescript optional

1 participant