Skip to content

[@moxy/next-router-scroll] Add New Definition#54597

Merged
weswigham merged 7 commits intoDefinitelyTyped:masterfrom
heozeop:master
Jul 20, 2021
Merged

[@moxy/next-router-scroll] Add New Definition#54597
weswigham merged 7 commits intoDefinitelyTyped:masterfrom
heozeop:master

Conversation

@heozeop
Copy link
Contributor

@heozeop heozeop commented Jul 18, 2021

Please fill in this template.

Adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tslint.json should contain { "extends": "dtslint/dt.json" }, and no additional rules.
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

@typescript-bot
Copy link
Contributor

typescript-bot commented Jul 18, 2021

@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 PR

Code Reviews

This 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

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • 🕐 Only a DT maintainer can approve changes when there are new packages added

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"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label Jul 18, 2021
@typescript-bot
Copy link
Contributor

🔔 @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...)

@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Jul 18, 2021
@typescript-bot
Copy link
Contributor

@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.

@typescript-bot typescript-bot added The CI failed When GH Actions fails and removed The CI failed When GH Actions fails labels Jul 18, 2021
@typescript-bot
Copy link
Contributor

@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.

@typescript-bot typescript-bot added The CI failed When GH Actions fails and removed The CI failed When GH Actions fails labels Jul 18, 2021
@typescript-bot
Copy link
Contributor

@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.

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Jul 20, 2021
@weswigham weswigham merged commit 43f20db into DefinitelyTyped:master Jul 20, 2021
@typescript-bot
Copy link
Contributor

I just published @types/moxy__next-router-scroll@2.2.0 to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Definition This PR creates a new definition package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants