You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue appears since the v10.20.0 release with yarn v2.
From what I see, the ts-node package has a peer dependency of typescript and ts-node is a direct dependency of the @auto-it/corepackage but it does not provide typescript, so the peer dependency couldn't be met.
As a solution, maybe the @auto-it/core package should use the peerDependenciesMeta field?
Describe the bug
When installing the last version (10.20.4) of auto, some problems with peer dependencies appear:
To Reproduce
With yarn v2:
Expected behavior
We shouldn't have warnings about peer dependencies requirements not met.
Environment information:
Additional context
This issue appears since the v10.20.0 release with yarn v2.
From what I see, the
ts-node
package has a peer dependency oftypescript
andts-node
is a direct dependency of the@auto-it/core
package but it does not providetypescript
, so the peer dependency couldn't be met.As a solution, maybe the
@auto-it/core
package should use thepeerDependenciesMeta
field?We also got the exact same issue with the
@endemolshinegroup/cosmiconfig-typescript-loader
package but an issue has already been created: EndemolShineGroup/cosmiconfig-typescript-loader#147The text was updated successfully, but these errors were encountered: