[object-fit-images] Fix name: objectFillImages -> objectFitImages#59199
[object-fit-images] Fix name: objectFillImages -> objectFitImages#59199typescript-bot merged 2 commits intoDefinitelyTyped:masterfrom
Conversation
|
@rnitta Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. 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. InactiveThis PR has been inactive for 6 days. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 59199,
"author": "rnitta",
"headCommitOid": "98fcec6d509ab2054f3c038256ba3281fb22c1ed",
"mergeBaseOid": "4d36ebc9253e57b2f3117eea9af3cc18adc2a6ab",
"lastPushDate": "2022-03-09T04:14:51.000Z",
"lastActivityDate": "2022-04-04T02:19:52.000Z",
"mergeOfferDate": "2022-03-28T23:25:02.000Z",
"mergeRequestDate": "2022-04-04T02:19:52.000Z",
"mergeRequestUser": "rnitta",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "object-fit-images",
"kind": "edit",
"files": [
{
"path": "types/object-fit-images/index.d.ts",
"kind": "definition"
},
{
"path": "types/object-fit-images/object-fit-images-tests.ts",
"kind": "test"
}
],
"owners": [
"rann91"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "andrewbranch",
"date": "2022-03-28T23:24:23.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 1062536013,
"ciResult": "pass"
} |
|
🔔 @rann91 — please review this PR in the next few days. Be sure to explicitly select |
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. object-fit-images (unpkg)was missing the following properties:
|
|
Re-ping @rann91: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
|
Ready to merge |
object-fit-images does not have
objectFillImagesfunction.There is
objectFitImages.https://github.com/fregante/object-fit-images/blob/master/dist/ofi.js#L2
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.