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 has been archived by the owner on Jun 11, 2020. It is now read-only.
Currently published @types packages don't include git revision of DefinitelyTyped repo, so we cannot get to know the exact diff between previous version and new one without actually comparing downloaded packages.
Usecase: automated dependency updates service like Renovate
It creates PR to update deps with changelog: ex) teppeis/bind.ts#31
But DefinitelyTyped repo doesn't have git tag for each package and @types package doesn't have gitHead prop, it cannot generate changelog: ex) teppeis/bind.ts#42
Currently published @types packages don't include git revision of DefinitelyTyped repo, so we cannot get to know the exact diff between previous version and new one without actually comparing downloaded packages.
npm publish
appendsgitHead
field to package.json: npm/read-package-json#7I think the field is very useful for @types packages.
The text was updated successfully, but these errors were encountered: