Add types for gulp-angular-protractor#59616
Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom Mar 31, 2022
Merged
Add types for gulp-angular-protractor#59616typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
Conversation
Contributor
|
@akwiatek Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsThis PR adds a new definition, so it needs to be reviewed by a DT maintainer before it can be merged. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 59616,
"author": "akwiatek",
"headCommitOid": "b6adab7eba9031112d8ab529e91efb7f877c316b",
"mergeBaseOid": "af49a235dd613a7fe18088213f4086c9f32a161e",
"lastPushDate": "2022-03-31T02:20:44.000Z",
"lastActivityDate": "2022-03-31T19:53:29.000Z",
"mergeOfferDate": "2022-03-31T19:33:42.000Z",
"mergeRequestDate": "2022-03-31T19:53:29.000Z",
"mergeRequestUser": "akwiatek",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "gulp-angular-protractor",
"kind": "add",
"files": [
{
"path": "types/gulp-angular-protractor/gulp-angular-protractor-tests.ts",
"kind": "test"
},
{
"path": "types/gulp-angular-protractor/index.d.ts",
"kind": "definition"
},
{
"path": "types/gulp-angular-protractor/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/gulp-angular-protractor/tslint.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"akwiatek"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "peterblazejewicz",
"date": "2022-03-31T19:33:01.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 1083859776,
"ciResult": "pass"
} |
Contributor
|
🔔 @akwiatek — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
b5018a7 to
b6adab7
Compare
peterblazejewicz
approved these changes
Mar 31, 2022
Member
peterblazejewicz
left a comment
There was a problem hiding this comment.
LGTM!
@akwiatek thx!
Contributor
Contributor
Author
|
Ready to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types for gulp-angular-protractor
npm test <package to test>.Select one of these and delete the others:
If adding a new definition:
.d.tsfiles generated via--declarationdts-gen --dt, not by basing it on an existing project.tslint.jsonshould contain{ "extends": "@definitelytyped/dtslint/dt.json" }, and no additional rules.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.