Skip to content

Conversation

@SimonSchick
Copy link
Contributor

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

Caveat: This method is meant to be static but I cannot reasonable declare it due to lib dom using a type rather than an interface which makes decl merging seemingly impossible.

@typescript-bot typescript-bot added Critical package Author is Owner The author of this PR is a listed owner of the package. Untested Change This PR does not touch tests labels Jun 3, 2021
@typescript-bot
Copy link
Contributor

Hey @SimonSchick,

😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module.

This can potentially save days of time for you!

@typescript-bot
Copy link
Contributor

typescript-bot commented Jun 3, 2021

@SimonSchick Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

You can test the changes in this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Only a DT maintainer can approve changes without tests

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": 53591,
  "author": "SimonSchick",
  "headCommitOid": "7605f1d953318362580dd142247731d60f61fe7a",
  "lastPushDate": "2021-06-03T21:43:53.000Z",
  "lastActivityDate": "2021-06-04T16:18:15.000Z",
  "mergeOfferDate": "2021-06-04T15:35:42.000Z",
  "mergeRequestDate": "2021-06-04T16:18:15.000Z",
  "mergeRequestUser": "SimonSchick",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "node",
      "kind": "edit",
      "files": [
        {
          "path": "types/node/globals.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Microsoft",
        "DefinitelyTyped",
        "jkomyno",
        "alvis",
        "r3nya",
        "btoueg",
        "smac89",
        "touffy",
        "DeividasBakanas",
        "eyqs",
        "Hannes-Magnusson-CK",
        "KSXGitHub",
        "hoo29",
        "kjin",
        "ajafff",
        "islishude",
        "mwiktorczyk",
        "mohsen1",
        "n-e",
        "galkin",
        "parambirs",
        "eps1lon",
        "SimonSchick",
        "ThomasdenH",
        "WilcoBakker",
        "wwwy3y3",
        "samuela",
        "kuehlein",
        "bhongy",
        "chyzwar",
        "trivikr",
        "nguymin4",
        "yoursunny",
        "qwelias",
        "ExE-Boss",
        "Ryan-Willpower",
        "peterblazejewicz",
        "addaleax",
        "JasonHK",
        "victorperin",
        "ZYSzys"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "peterblazejewicz",
      "date": "2021-06-04T15:35:08.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "achingbrain",
      "date": "2021-06-04T09:49:07.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "yoursunny",
      "date": "2021-06-03T21:54:08.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 854203521,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Jun 3, 2021
@typescript-bot typescript-bot added the Other Approved This PR was reviewed and signed-off by a community member. label Jun 4, 2021
@achingbrain
Copy link
Contributor

🕐 Only a DT maintainer can approve changes without tests

Maybe this PR needs to touch a test so the bot will let an owner merge it without having to invoke a maintainer of this whole repo?

@yoursunny
Copy link
Contributor

🕐 Only a DT maintainer can approve changes without tests

Maybe this PR needs to touch a test so the bot will let an owner merge it without having to invoke a maintainer of this whole repo?

It makes no difference.

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Jun 4, 2021
@typescript-bot
Copy link
Contributor

@SimonSchick Everything looks good here. Great job! I am ready to merge this PR (at 7605f1d) on your behalf.

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! ❤️

(@microsoft, @DefinitelyTyped, @jkomyno, @alvis, @r3nya, @btoueg, @smac89, @Touffy, @DeividasBakanas, @eyqs, @Hannes-Magnusson-CK, @KSXGitHub, @hoo29, @kjin, @ajafff, @islishude, @mwiktorczyk, @mohsen1, @n-e, @galkin, @parambirs, @eps1lon, @ThomasdenH, @WilcoBakker, @wwwy3y3, @samuela, @kuehlein, @bhongy, @chyzwar, @trivikr, @nguymin4, @yoursunny, @qwelias, @ExE-Boss, @Ryan-Willpower, @peterblazejewicz, @addaleax, @JasonHK, @victorperin, @ZYSzys: you can do this too.)

@SimonSchick
Copy link
Contributor Author

Ready to merge.

@typescript-bot typescript-bot merged commit 7607733 into DefinitelyTyped:master Jun 4, 2021
@typescript-bot
Copy link
Contributor

I just published @types/node@15.12.1 to npm.

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

Labels

Author is Owner The author of this PR is a listed owner of the package. Critical package Maintainer Approved Other Approved This PR was reviewed and signed-off by a community member. Owner Approved A listed owner of this package signed off on the pull request. Self Merge This PR can now be self-merged by the PR author or an owner Untested Change This PR does not touch tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants