[luxon-business-days] New type definitions#69446
[luxon-business-days] New type definitions#69446typescript-bot merged 9 commits intoDefinitelyTyped:masterfrom bcbailey:luxon-business-days
Conversation
|
@bcbailey 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 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": 69446,
"author": "bcbailey",
"headCommitOid": "7bce14e3227989551ca252d24c0fa4b45b5fac4e",
"mergeBaseOid": "6774861928eff924ba8af18823187c9417bd739e",
"lastPushDate": "2024-04-25T22:21:12.000Z",
"lastActivityDate": "2024-05-02T19:27:07.000Z",
"mergeOfferDate": "2024-05-02T19:25:15.000Z",
"mergeRequestDate": "2024-05-02T19:27:07.000Z",
"mergeRequestUser": "bcbailey",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "luxon-business-days",
"kind": "add",
"files": [
{
"path": "types/luxon-business-days/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/luxon-business-days/index.d.ts",
"kind": "definition"
},
{
"path": "types/luxon-business-days/luxon-business-days-tests.ts",
"kind": "test"
},
{
"path": "types/luxon-business-days/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/luxon-business-days/tsconfig.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [
"bcbailey"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "peterblazejewicz",
"date": "2024-05-02T19:24:35.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 2078268796,
"ciResult": "pass"
} |
|
🔔 @bcbailey — 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...) |
peterblazejewicz
left a comment
There was a problem hiding this comment.
LGTM!
@bcbailey thanks!
|
@peterblazejewicz Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review? |
|
Ready to merge |
Please fill in this template.
pnpm 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.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.