feat: update @nginstack/iquery definitions#60367
feat: update @nginstack/iquery definitions#60367typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom paulocmoreno:@nginstack/iquery
Conversation
|
@paulocmoreno Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. 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": 60367,
"author": "paulocmoreno",
"headCommitOid": "2ffd28761d8d05b4da311192d8cdfa30634de8e8",
"mergeBaseOid": "c3b0a14c93a0c918b65bd0dc5bbda5d97d7bb7e7",
"lastPushDate": "2022-05-16T19:49:01.000Z",
"lastActivityDate": "2022-05-16T19:58:23.000Z",
"mergeOfferDate": "2022-05-16T19:57:43.000Z",
"mergeRequestDate": "2022-05-16T19:58:23.000Z",
"mergeRequestUser": "Henato",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "nginstack__iquery",
"kind": "edit",
"files": [
{
"path": "types/nginstack__iquery/index.d.ts",
"kind": "definition"
},
{
"path": "types/nginstack__iquery/nginstack__iquery-tests.ts",
"kind": "test"
}
],
"owners": [
"Henato",
"paulocmoreno"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "Henato",
"date": "2022-05-16T19:56:06.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1128074175,
"ciResult": "pass"
} |
|
🔔 @Henato — please review this PR in the next few days. Be sure to explicitly select |
|
@paulocmoreno: Everything looks good here. I am ready to merge this PR (at 2ffd287) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@Henato: you can do this too.) |
|
Ready to merge |
Please fill in this template.
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.If changing an existing definition:
If removing a declaration:
notNeededPackages.json.