Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

For dependent packages, only test against typescript@next #398

Merged
1 commit merged into from Nov 8, 2017
Merged

Conversation

ghost
Copy link

@ghost ghost commented Nov 6, 2017

Normally we test against both typescript@next and the minimum available TypeScript version. This would change it so that for dependencies, we would only test against typescript@next. This should help with DefinitelyTyped/DefinitelyTyped#20308.
This means adding a --onlyTestTsNext option to dtslint: microsoft/dtslint#87.
To avoid this causing problems when a package changes the TS version it depends on, this adds a new rule that if A depends on B, A must have a greater TS version than B. This is done by DefinitelyTyped/DefinitelyTyped#21288.

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants