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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
The following change in my yarn.lock is breaking our typescript tests:
Turn out, that change was allowed by this dependency typescript scope:
https://github.com/Microsoft/dtslint/blob/73a196741d5b6ca9af7f6ef68ef4ee3e801ac4b5/package.json#L31
Wouldn't it be better to have scoped version, not allowing any typescript version that might break in the future?