X Tutup
Skip to content

Add types for @mapbox/whoots-js#68550

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
EvanHahn:@mapbox/whoots-js
Feb 21, 2024
Merged

Add types for @mapbox/whoots-js#68550
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
EvanHahn:@mapbox/whoots-js

Conversation

@EvanHahn
Copy link
Contributor

@EvanHahn EvanHahn commented Feb 7, 2024

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
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

@typescript-bot
Copy link
Contributor

typescript-bot commented Feb 7, 2024

@EvanHahn Thank you for submitting this PR!

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": 68550,
  "author": "EvanHahn",
  "headCommitOid": "18b32ed59b9766977f9b9ff524453f94249e1d77",
  "mergeBaseOid": "8f7ef473de4df8d14c23e133767fa22ca44431d0",
  "lastPushDate": "2024-02-07T22:50:16.000Z",
  "lastActivityDate": "2024-02-21T22:01:21.000Z",
  "mergeOfferDate": "2024-02-21T21:06:40.000Z",
  "mergeRequestDate": "2024-02-21T22:01:21.000Z",
  "mergeRequestUser": "EvanHahn",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "mapbox__whoots-js",
      "kind": "add",
      "files": [
        {
          "path": "types/mapbox__whoots-js/.npmignore",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/mapbox__whoots-js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/mapbox__whoots-js/mapbox__whoots-js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/mapbox__whoots-js/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/mapbox__whoots-js/tsconfig.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "EvanHahn"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "peterblazejewicz",
      "date": "2024-02-21T21:05:57.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1933065180,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label Feb 7, 2024
@typescript-bot
Copy link
Contributor

🔔 @EvanHahn — 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 Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Feb 19, 2024
@typescript-bot
Copy link
Contributor

Re-ping @«anyone?»:

This PR has been out for over a week, yet I haven't seen any reviews.

Could someone please give it some attention? Thanks!

Copy link
Member

@peterblazejewicz peterblazejewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
@EvanHahn thanks!

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels Feb 21, 2024
@typescript-bot
Copy link
Contributor

@EvanHahn: Everything looks good here. I am ready to merge this PR (at 18b32ed) 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! ❤️

@EvanHahn
Copy link
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit a1980b0 into DefinitelyTyped:master Feb 21, 2024
@EvanHahn EvanHahn deleted the @mapbox/whoots-js branch February 21, 2024 22:03
EvanHahn added a commit to digidem/mapeo-map-server that referenced this pull request Feb 22, 2024
[@types/mapbox__whoots-js was recently added][0] so we can use it and
delete our own types.

[0]: DefinitelyTyped/DefinitelyTyped#68550
EvanHahn added a commit to digidem/mapeo-map-server that referenced this pull request Feb 22, 2024
[@types/mapbox__whoots-js was recently added][0] so we can use it and
delete our own types.

[0]: DefinitelyTyped/DefinitelyTyped#68550
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

X Tutup