Skip to content

Conversation

@alexandre-abrioux
Copy link
Contributor

@alexandre-abrioux alexandre-abrioux commented Mar 20, 2022

Please fill in this template.

Select one of these and delete the others:

If 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": "@definitelytyped/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 Mar 20, 2022

@alexandre-abrioux 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

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": 59366,
  "author": "alexandre-abrioux",
  "headCommitOid": "341481a6f888dcdd54d318a0de8b6aacdfd64941",
  "mergeBaseOid": "8ffa44f4a4ea227524c34acfbad6b22175085f51",
  "lastPushDate": "2022-03-20T17:27:34.000Z",
  "lastActivityDate": "2022-03-21T19:35:37.000Z",
  "mergeOfferDate": "2022-03-21T17:25:51.000Z",
  "mergeRequestDate": "2022-03-21T19:35:37.000Z",
  "mergeRequestUser": "alexandre-abrioux",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "ethereum-block-by-date",
      "kind": "add",
      "files": [
        {
          "path": "types/ethereum-block-by-date/ethereum-block-by-date-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ethereum-block-by-date/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ethereum-block-by-date/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/ethereum-block-by-date/tsconfig.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/ethereum-block-by-date/tslint.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "alexandre-abrioux"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "amcasey",
      "date": "2022-03-21T17:25:06.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1073297111,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label Mar 20, 2022
@typescript-bot
Copy link
Contributor

🔔 @alexandre-abrioux — 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 Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Mar 21, 2022
@typescript-bot
Copy link
Contributor

@alexandre-abrioux: Everything looks good here. I am ready to merge this PR (at 341481a) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@alexandre-abrioux
Copy link
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit 7e102ef into DefinitelyTyped:master Mar 21, 2022
@alexandre-abrioux alexandre-abrioux deleted the ethereum-block-by-date branch March 21, 2022 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Approved New Definition This PR creates a new definition package. Self Merge This PR can now be self-merged by the PR author or an owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants