[@moxy/next-router-scroll] Add New Definition#54597
[@moxy/next-router-scroll] Add New Definition#54597weswigham merged 7 commits intoDefinitelyTyped:masterfrom heozeop:master
Conversation
|
@heozeop 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
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 54597,
"author": "heozeop",
"headCommitOid": "7187339c53b211cd8a33b4fc957f6687748a6a47",
"lastPushDate": "2021-07-20T12:08:22.000Z",
"lastActivityDate": "2021-07-20T12:08:22.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "moxy__next-router-scroll",
"kind": "add",
"files": [
{
"path": "types/moxy__next-router-scroll/RouterScrollProvider.d.ts",
"kind": "definition"
},
{
"path": "types/moxy__next-router-scroll/context.d.ts",
"kind": "definition"
},
{
"path": "types/moxy__next-router-scroll/index.d.ts",
"kind": "definition"
},
{
"path": "types/moxy__next-router-scroll/moxy__next-router-scroll-tests.tsx",
"kind": "test"
},
{
"path": "types/moxy__next-router-scroll/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/moxy__next-router-scroll/scroll-behavior/index.d.ts",
"kind": "definition"
},
{
"path": "types/moxy__next-router-scroll/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/moxy__next-router-scroll/tslint.json",
"kind": "package-meta-ok"
},
{
"path": "types/moxy__next-router-scroll/use-router-scroll.d.ts",
"kind": "definition"
},
{
"path": "types/moxy__next-router-scroll/with-router-scroll.d.ts",
"kind": "definition"
}
],
"owners": [],
"addedOwners": [
"me"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"mainBotCommentID": 882045950,
"ciResult": "pass"
} |
|
🔔 @heozeop — 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...) |
|
@heozeop The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
|
@heozeop The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
|
@heozeop The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
|
I just published |
Please fill in this template.
npm test <package to test>.Adding a new definition:
.d.tsfiles generated via--declarationdts-gen --dt, not by basing it on an existing project.tslint.jsonshould contain{ "extends": "dtslint/dt.json" }, and no additional rules.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.