Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fixed remaining jsdoc/check-tag-names complaints #65445

Merged

Conversation

JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented May 9, 2023

Context: Part of part of #648, porting old TSLint rules to ESLint equivalents. This mostly finishes the work from #65080 and #65315 in fixing complaints from jsdoc/check-tag-names.

Next up will be replacing no-redundant-jsdoc2 in the ESLint configuration. Performance is much worse (as @jakebailey predicted in microsoft/DefinitelyTyped-tools#648 (comment)) and will need to be improved first, I'm guessing. Per microsoft/DefinitelyTyped-tools#648 (comment), that rule's performance is no longer a blocker.

I think the build failures are unrelated:

Error in next-pwa
Error: Errors in typescript@4.5 for external dependencies:
node_modules/next/types/index.d.ts(3,23): error TS2688: Cannot find type definition file for 'react/experimental'.
node_modules/next/types/index.d.ts(5,23): error TS2688: Cannot find type definition file for 'react-dom/experimental'.

    at testTypesVersion (/home/vsts/work/1/s/node_modules/@definitelytyped/dtslint/src/index.ts:235:11)
    at runTests (/home/vsts/work/1/s/node_modules/@definitelytyped/dtslint/src/index.ts:197:7)


Error in yeoman-test
Error: 
A module look-up failed, this often occurs when you need to run `npm install` on a dependent module before you can lint.

Before you debug, first try running:

   npm install --prefix /home/vsts/work/1/s/types/inquirer

Then re-run. Full error logs are below.

Errors in typescript@5.1 for external dependencies:
../inquirer/index.d.ts(16,28): error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
../inquirer/lib/prompts/base.d.ts(2,28): error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
../inquirer/lib/prompts/editor.d.ts(2,39): error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.
../inquirer/lib/utils/events.d.ts(2,28): error TS2307: Cannot find module 'rxjs' or its corresponding type declarations.

    at testTypesVersion (/home/vsts/work/1/s/node_modules/@definitelytyped/dtslint/src/index.ts:235:11)
    at runTests (/home/vsts/work/1/s/node_modules/@definitelytyped/dtslint/src/index.ts:197:7)

@typescript-bot typescript-bot added this to Needs Author Action in New Pull Request Status Board May 9, 2023
@JoshuaKGoldberg JoshuaKGoldberg changed the title chore: enabled jsdoc/check-tag-names fully chore: fixed remaining jsdoc/check-tag-names complaints May 9, 2023
@@ -39,6 +39,7 @@
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"danger": "^11.2.3",
"eslint-plugin-jsdoc": "^44.0.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This doesn't need to be checked in. I found it useful during development to turn the rule on & off.

Suggested change
"eslint-plugin-jsdoc": "^44.0.1",

@typescript-bot
Copy link
Contributor

typescript-bot commented May 9, 2023

@JoshuaKGoldberg Thank you for submitting this PR!

This is a live comment which I will keep updated.

This PR touches some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare — did you mean to do this?

142 packages in this PR (and infra files)

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 of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect DT infrastructure (package.json)

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": 65445,
  "author": "JoshuaKGoldberg",
  "headCommitOid": "13f6c6eae10db6434262eac1574f6ba5c33c7cae",
  "mergeBaseOid": "acf0f103d8ebe423ae5794b3dd1e354d94dd5049",
  "lastPushDate": "2023-05-25T07:07:47.000Z",
  "lastActivityDate": "2023-05-25T20:19:06.000Z",
  "mergeOfferDate": "2023-05-25T19:47:57.000Z",
  "mergeRequestDate": "2023-05-25T20:19:06.000Z",
  "mergeRequestUser": "JoshuaKGoldberg",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": true,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": null,
      "kind": "edit",
      "files": [
        {
          "path": "package.json",
          "kind": "infrastructure"
        }
      ],
      "owners": [],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "activex-libreoffice",
      "kind": "edit",
      "files": [
        {
          "path": "types/activex-libreoffice/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "zspitz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "amcharts",
      "kind": "edit",
      "files": [
        {
          "path": "types/amcharts/AmLegend.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/amcharts/AmRectangularChart.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/amcharts/Label.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ldrick",
        "grothem"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "angular-gettext",
      "kind": "edit",
      "files": [
        {
          "path": "types/angular-gettext/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "AkosLukacs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "angular-route",
      "kind": "edit",
      "files": [
        {
          "path": "types/angular-route/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "park9140",
        "gkalpak"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "angular-ui-bootstrap",
      "kind": "edit",
      "files": [
        {
          "path": "types/angular-ui-bootstrap/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "xt0rted",
        "ry8806",
        "alfiej",
        "Igorbek"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "angularfire",
      "kind": "edit",
      "files": [
        {
          "path": "types/angularfire/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "thSoft"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "appframework",
      "kind": "edit",
      "files": [
        {
          "path": "types/appframework/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kyo-ago"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "appletvjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/appletvjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "brainded"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-plugin-react-html-attrs",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-react-html-attrs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "insin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blessed",
      "kind": "edit",
      "files": [
        {
          "path": "types/blessed/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "brynbellomy",
        "skellock",
        "mamachanko",
        "TooTallNate",
        "danikaze",
        "jeffhuys"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bootstrap-multiselect",
      "kind": "edit",
      "files": [
        {
          "path": "types/bootstrap-multiselect/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mustafasalahuldin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bootstrap.v3.datetimepicker",
      "kind": "edit",
      "files": [
        {
          "path": "types/bootstrap.v3.datetimepicker/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "katonap"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "box2d",
      "kind": "edit",
      "files": [
        {
          "path": "types/box2d/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jbaldwin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chrome-apps",
      "kind": "edit",
      "files": [
        {
          "path": "types/chrome-apps/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "niikoo",
        "AdamLay",
        "mzsm",
        "RReverser",
        "pyle",
        "matthewkimber",
        "otiai10",
        "rreverser",
        "sreimer15"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "chrome",
      "kind": "edit",
      "files": [
        {
          "path": "types/chrome/chrome-cast/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/chrome/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "matthewkimber",
        "otiai10",
        "sreimer15",
        "MatCarlson",
        "ekinsol",
        "echoabstract",
        "spasma",
        "bdbai",
        "pokutuna",
        "JasonXian",
        "usertim",
        "idan315",
        "nicolas377",
        "idosal",
        "fregante"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "chui",
      "kind": "edit",
      "files": [
        {
          "path": "types/chui/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "coffeescript",
      "kind": "edit",
      "files": [
        {
          "path": "types/coffeescript/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "conventional-changelog-core",
      "kind": "edit",
      "files": [
        {
          "path": "types/conventional-changelog-core/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "JasonHK"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "conventional-changelog-writer",
      "kind": "edit",
      "files": [
        {
          "path": "types/conventional-changelog-writer/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "JasonHK"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cqrs-domain",
      "kind": "edit",
      "files": [
        {
          "path": "types/cqrs-domain/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "blissi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "cytoscape-klay",
      "kind": "edit",
      "files": [
        {
          "path": "types/cytoscape-klay/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "rogerdubbs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "d3-array",
      "kind": "edit",
      "files": [
        {
          "path": "types/d3-array/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/d3-array/v2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "gustavderdrache",
        "borisyankov",
        "tomwanzek",
        "denisname",
        "ledragon",
        "Methuselah96",
        "Fil"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "d3-scale",
      "kind": "edit",
      "files": [
        {
          "path": "types/d3-scale/v1/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tomwanzek",
        "gustavderdrache",
        "borisyankov",
        "denisname",
        "rulonder",
        "Methuselah96"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "d3-zoom",
      "kind": "edit",
      "files": [
        {
          "path": "types/d3-zoom/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/d3-zoom/v1/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/d3-zoom/v2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tomwanzek",
        "gustavderdrache",
        "borisyankov",
        "denisname",
        "Methuselah96"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "dcp-client",
      "kind": "edit",
      "files": [
        {
          "path": "types/dcp-client/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "bryan-hoang",
        "BChristieDistributive",
        "fairushyn"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "decomment",
      "kind": "edit",
      "files": [
        {
          "path": "types/decomment/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "deluge",
      "kind": "edit",
      "files": [
        {
          "path": "types/deluge/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Diasiare"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "diva.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/diva.js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "JRegimbal"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dotenv-webpack",
      "kind": "edit",
      "files": [
        {
          "path": "types/dotenv-webpack/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "karol-majewski",
        "davecardwell",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dottie",
      "kind": "edit",
      "files": [
        {
          "path": "types/dottie/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "domarmstrong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dustjs-linkedin",
      "kind": "edit",
      "files": [
        {
          "path": "types/dustjs-linkedin/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mdezem"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dv",
      "kind": "edit",
      "files": [
        {
          "path": "types/dv/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "taoqf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dwt",
      "kind": "edit",
      "files": [
        {
          "path": "types/dwt/Addon.OCR.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/dwt/Addon.OCRPro.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/dwt/Addon.PDF.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/dwt/v14/mbc.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yushulx",
        "jbh",
        "lincoln2018",
        "Tom-Dynamsoft",
        "dsueltenfuss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "dynatable",
      "kind": "edit",
      "files": [
        {
          "path": "types/dynatable/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "francoismassart"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "easy-speech",
      "kind": "edit",
      "files": [
        {
          "path": "types/easy-speech/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "RJWadley"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "echarts",
      "kind": "edit",
      "files": [
        {
          "path": "types/echarts/options/axis-pointer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/echarts/options/legend.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "xieisabug",
        "AntiMoron",
        "liveangela",
        "Ovilia",
        "iRON5",
        "bilalucar",
        "tmtron",
        "dwhitney",
        "ruixuel",
        "trajnisz",
        "hiyangguo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "eins-modal",
      "kind": "edit",
      "files": [
        {
          "path": "types/eins-modal/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Timu57"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ej.web.all",
      "kind": "edit",
      "files": [
        {
          "path": "types/ej.web.all/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "syncfusion"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ember",
      "kind": "edit",
      "files": [
        {
          "path": "types/ember/v1/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "chriskrycho",
        "jamescdavis",
        "wagenet",
        "dfreeman"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "expired-storage",
      "kind": "edit",
      "files": [
        {
          "path": "types/expired-storage/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "intolerance"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "express-processimage",
      "kind": "edit",
      "files": [
        {
          "path": "types/express-processimage/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "fabric",
      "kind": "edit",
      "files": [
        {
          "path": "types/fabric/fabric-impl.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "oklemencic",
        "joewashear007",
        "mrand01",
        "NotWoods",
        "bmartinson",
        "RogerioTeixeira",
        "BradleyHill",
        "bmkrol823",
        "glenngartner",
        "codertx",
        "mike667",
        "nataliemarleny",
        "buzzyboy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "fibjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/fibjs/declare/Buffer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/BufferedStream.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Cipher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/DbConnection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Digest.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/EventInfo.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Fiber.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/File.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HandlerEx.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HeapGraphEdge.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HeapGraphNode.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HeapSnapshot.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpClient.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpCookie.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpHandler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpMessage.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpRequest.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpResponse.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpServer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpUploadData.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/HttpsServer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Image.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/LruCache.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Message.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/PKey.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Redis.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SQLite.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SandBox.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Service.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Smtp.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Socket.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SslHandler.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SslServer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SslSocket.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Stat.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/StringDecoder.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/SubProcess.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/TcpServer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Timer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/UrlObject.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/WebSocket.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/WebSocketMessage.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/WebView.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/Worker.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/X509Cert.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/X509Req.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlAttr.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlCharacterData.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlDocument.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlDocumentType.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlElement.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlNamedNodeMap.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlNode.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlNodeList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/XmlProcessingInstruction.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/fibjs/declare/ZmqSocket.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "richardo2016"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "firebird",
      "kind": "edit",
      "files": [
        {
          "path": "types/firebird/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "karak"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "go",
      "kind": "edit",
      "files": [
        {
          "path": "types/go/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "NorthwoodsSoftware"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "googlemaps.infobubble",
      "kind": "edit",
      "files": [
        {
          "path": "types/googlemaps.infobubble/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Dashue"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "gulp",
      "kind": "edit",
      "files": [
        {
          "path": "types/gulp/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "GiedriusGrabauskas"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "heremaps",
      "kind": "edit",
      "files": [
        {
          "path": "types/heremaps/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Josh-ES",
        "denyo",
        "fx88",
        "life777",
        "DaSchTour"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "highland",
      "kind": "edit",
      "files": [
        {
          "path": "types/highland/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Bartvds",
        "hgwood",
        "iwllyu",
        "alvis",
        "notbobthebuilder"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "html-to-text",
      "kind": "edit",
      "files": [
        {
          "path": "types/html-to-text/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "erykwarren",
        "CarsonF",
        "webstech"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "humblebee__styled-components-breakpoint",
      "kind": "edit",
      "files": [
        {
          "path": "types/humblebee__styled-components-breakpoint/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "CarlRibbegaardh"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ibm-mobilefirst",
      "kind": "edit",
      "files": [
        {
          "path": "types/ibm-mobilefirst/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "nacho4d"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ignite-ui",
      "kind": "edit",
      "files": [
        {
          "path": "types/ignite-ui/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "IgniteUI"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "inboxsdk",
      "kind": "edit",
      "files": [
        {
          "path": "types/inboxsdk/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "rdoursenaud",
        "amiram",
        "Antoine38660",
        "alexbilbie"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "is",
      "kind": "edit",
      "files": [
        {
          "path": "types/is/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "cabralRodrigo",
        "gricey432"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jalaali-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/jalaali-js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "alitaheri"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jasmine",
      "kind": "edit",
      "files": [
        {
          "path": "types/jasmine/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/jasmine/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "borisyankov",
        "theodorejb",
        "davidparsson",
        "lukas-zech-software",
        "Engineer2B",
        "cyungmann",
        "Roaders",
        "devoto13",
        "fdim",
        "kolodny",
        "stephenfarrar",
        "djungowski",
        "chivesrs",
        "kirjs",
        "ienzam"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "jpm",
      "kind": "edit",
      "files": [
        {
          "path": "types/jpm/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jquery-jsonrpcclient",
      "kind": "edit",
      "files": [
        {
          "path": "types/jquery-jsonrpcclient/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Ty3uK"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jshint",
      "kind": "edit",
      "files": [
        {
          "path": "types/jshint/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "aminya"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "jstree",
      "kind": "edit",
      "files": [
        {
          "path": "types/jstree/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "adaskothebeast"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jsts",
      "kind": "edit",
      "files": [
        {
          "path": "types/jsts/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "StephaneAlie",
        "jrocha"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "karma",
      "kind": "edit",
      "files": [
        {
          "path": "types/karma/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tkrotoff",
        "43081j",
        "devoto13",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "leadfoot",
      "kind": "edit",
      "files": [
        {
          "path": "types/leadfoot/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "theintern"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "lodash",
      "kind": "edit",
      "files": [
        {
          "path": "types/lodash/common/collection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/lodash/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "bczengel",
        "chrootsu",
        "aj-r",
        "e-cloud",
        "thorn0",
        "jtmthf",
        "DomiR",
        "WilliamChelman"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "loopback",
      "kind": "edit",
      "files": [
        {
          "path": "types/loopback/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kattsushi",
        "enko",
        "sequoia",
        "drmikecrowe",
        "karimsa"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "lunr",
      "kind": "edit",
      "files": [
        {
          "path": "types/lunr/v0/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "seantanly",
        "hokiegeek"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "mapsjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/mapsjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "davismj"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "maptalks",
      "kind": "edit",
      "files": [
        {
          "path": "types/maptalks/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yanyu510"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "matrix-js-sdk",
      "kind": "edit",
      "files": [
        {
          "path": "types/matrix-js-sdk/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "huan",
        "andrevmatos",
        "Tbaut"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "matter-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/matter-js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "piranha771",
        "hasparus",
        "dwhinham",
        "slikts",
        "stevensnoeijen"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "mersenne-twister",
      "kind": "edit",
      "files": [
        {
          "path": "types/mersenne-twister/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "KentarouTakeda"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "microsoft-graph",
      "kind": "edit",
      "files": [
        {
          "path": "types/microsoft-graph/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "microsoftgraph",
        "MIchaelMainer",
        "koros",
        "zengin",
        "ddyett",
        "gavinbarron"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "microsoft-sdk-soap",
      "kind": "edit",
      "files": [
        {
          "path": "types/microsoft-sdk-soap/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "markusmauch"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "mui-datatables",
      "kind": "edit",
      "files": [
        {
          "path": "types/mui-datatables/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "favna",
        "ankithkonda",
        "hwatersiv",
        "souppower",
        "byrekt",
        "BohdanYavorskyi",
        "Patrick-Erichsen"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "next-pwa",
      "kind": "edit",
      "files": [
        {
          "path": "types/next-pwa/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "NivaldoFarias"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "node-mysql-wrapper",
      "kind": "edit",
      "files": [
        {
          "path": "types/node-mysql-wrapper/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kataras"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "node-red__registry",
      "kind": "edit",
      "files": [
        {
          "path": "types/node-red__registry/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "alexk111",
        "Shaquu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "node",
      "kind": "edit",
      "files": [
        {
          "path": "types/node/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v14/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v14/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/assert.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/ts4.8/assert.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/assert.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/ts4.8/assert.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/ts4.8/crypto.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Microsoft",
        "DefinitelyTyped",
        "jkomyno",
        "alvis",
        "r3nya",
        "btoueg",
        "smac89",
        "touffy",
        "DeividasBakanas",
        "eyqs",
        "Hannes-Magnusson-CK",
        "hoo29",
        "kjin",
        "ajafff",
        "islishude",
        "mwiktorczyk",
        "mohsen1",
        "n-e",
        "galkin",
        "parambirs",
        "eps1lon",
        "SimonSchick",
        "ThomasdenH",
        "WilcoBakker",
        "wwwy3y3",
        "samuela",
        "kuehlein",
        "bhongy",
        "chyzwar",
        "trivikr",
        "yoursunny",
        "qwelias",
        "ExE-Boss",
        "peterblazejewicz",
        "addaleax",
        "victorperin",
        "ZYSzys",
        "NodeJS",
        "LinusU",
        "wafuwafu13",
        "mcollina",
        "Semigradsky"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "nuclear-js-react-addons-chefsplate",
      "kind": "edit",
      "files": [
        {
          "path": "types/nuclear-js-react-addons-chefsplate/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "patlillis"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "numjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/numjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "taoqf",
        "mattmm3d"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "onfleet__node-onfleet",
      "kind": "edit",
      "files": [
        {
          "path": "types/onfleet__node-onfleet/Resources/Destinations.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/onfleet__node-onfleet/Resources/Workers.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "marcobeltempo",
        "neilpoulin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "oojs-ui",
      "kind": "edit",
      "files": [
        {
          "path": "types/oojs-ui/Window.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "diskdance"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "openlayers",
      "kind": "edit",
      "files": [
        {
          "path": "types/openlayers/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openlayers/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "osechet",
        "wb14123",
        "mylen",
        "iamthechad",
        "danmana",
        "yairtawil",
        "pierremarc",
        "hauke96",
        "gberaudo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "openui5",
      "kind": "edit",
      "files": [
        {
          "path": "types/openui5/sap.f.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.m.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.tnt.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.codeeditor.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.commons.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.core.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.fl.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.integration.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.layout.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.mdc.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.rta.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.suite.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.support.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.table.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.unified.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.ux3.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.webc.common.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.webc.fiori.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.ui.webc.main.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/openui5/sap.uxap.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "openui5bot",
        "petermuessig",
        "codeworrior",
        "akudev"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "orientjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/orientjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "saeedtabrizi",
        "aleksey-rezvov"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "paho-mqtt",
      "kind": "edit",
      "files": [
        {
          "path": "types/paho-mqtt/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "amikhalev"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "phonegap-nfc",
      "kind": "edit",
      "files": [
        {
          "path": "types/phonegap-nfc/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "michaeldesigaud"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "photoshop",
      "kind": "edit",
      "files": [
        {
          "path": "types/photoshop/dom/CoreModules.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/photoshop/dom/ImagingModule.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "adobe-photoshop",
        "baaygun",
        "heewooa",
        "jardicc"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "qlik-engineapi",
      "kind": "edit",
      "files": [
        {
          "path": "types/qlik-engineapi/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "konne",
        "richardison"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "qrcodejs",
      "kind": "edit",
      "files": [
        {
          "path": "types/qrcodejs/qrcodejs.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "qunit",
      "kind": "edit",
      "files": [
        {
          "path": "types/qunit/v1/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "waratuman",
        "mike-north",
        "sechel",
        "chriskrycho",
        "dfreeman",
        "jamescdavis",
        "Krinkle"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "react-big-calendar",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-big-calendar/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "piotrwitek",
        "paustint",
        "pikpok",
        "eps1lon",
        "strongpauly",
        "janb87",
        "siavelis",
        "lksilva",
        "SergeyBelofost",
        "marknelissen",
        "PaitoAnderson",
        "michalak111",
        "tomtom5152",
        "catruzz",
        "princefishthrower",
        "decimoseptimo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "react-bootstrap-table",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-bootstrap-table/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "flaub",
        "alelode",
        "dawnmist",
        "Ogglas"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "react-bootstrap-typeahead",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-bootstrap-typeahead/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Guymestef",
        "radziksh",
        "PaitoAnderson",
        "arichter83",
        "dalevfenton",
        "KngHawkon",
        "Chrisdo82"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "react-motion",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-motion/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "asvetliakov",
        "dimitarnestorov"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "react-native-bcrypt",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-native-bcrypt/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "react-native",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.63/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.63/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.64/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.64/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.65/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.65/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.66/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.66/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.67/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.67/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.68/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.68/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.69/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.69/test/init-example.tsx",
          "kind": "test"
        },
        {
          "path": "types/react-native/v0.70/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-native/v0.70/test/init-example.tsx",
          "kind": "test"
        }
      ],
      "owners": [
        "alloy",
        "huhuanming",
        "iRoachie",
        "timwangdev",
        "kamal",
        "alexdunne",
        "swissmanu",
        "bm-software",
        "mvdam",
        "esemesek",
        "mrnickel",
        "souvik-ghosh",
        "nossbigg",
        "saranshkataria",
        "tykus160",
        "jakebloom",
        "ceyhun",
        "mcmar",
        "theohdv",
        "romain-faust",
        "bebebebebe",
        "Naturalclar",
        "chinesedfan",
        "vtolochk",
        "SychevSP",
        "sasurau4",
        "256hz",
        "doumart",
        "drmas",
        "jeremybarbet",
        "ds300",
        "natsathorn",
        "connectdotz",
        "alexeymolchan",
        "alexbrazier",
        "kuasha420",
        "phvillegas",
        "eps1lon",
        "ZihanChen-MSFT",
        "kelset",
        "MateWW",
        "lunaleaps",
        "saadnajmi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "react-pivottable",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-pivottable/Utilities.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jbovone"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "react-table",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-table/v6/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ggascoigne",
        "gargroh",
        "riceboyler"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "react-widgets",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-widgets/lib/Calendar.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-widgets/lib/DropdownList.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react-widgets/lib/SelectList.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "rogierschouten",
        "sanyatuning",
        "frodehansen2",
        "r3nya",
        "MBillemaz",
        "georg94",
        "tzarger",
        "vegtelenseg",
        "calebergh",
        "rmckeel",
        "jankalfus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "react",
      "kind": "edit",
      "files": [
        {
          "path": "types/react/v15/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react/v16/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/react/v17/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "johnnyreilly",
        "bbenezech",
        "pzavolinsky",
        "ericanderson",
        "DovydasNavickas",
        "theruther4d",
        "guilhermehubner",
        "ferdaber",
        "jrakotoharisoa",
        "pascaloliv",
        "hotell",
        "franklixuefei",
        "Jessidhia",
        "saranshkataria",
        "lukyth",
        "eps1lon",
        "zieka",
        "dancerphil",
        "dimitropoulos",
        "disjukr",
        "vhfmag",
        "hellatan",
        "priyanshurav",
        "Semigradsky"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "rpio",
      "kind": "edit",
      "files": [
        {
          "path": "types/rpio/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DominikPalo",
        "Pencl",
        "mhoffmeyerDC",
        "wayneparrott"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sass-loader",
      "kind": "edit",
      "files": [
        {
          "path": "types/sass-loader/interfaces.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "JasonHK"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "screeps",
      "kind": "edit",
      "files": [
        {
          "path": "types/screeps/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "NhanHo",
        "bryanbecker",
        "resir014",
        "Arcath",
        "dmarcuse",
        "pyrodogg",
        "kotarou",
        "DiamondMofeng"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "select2",
      "kind": "edit",
      "files": [
        {
          "path": "types/select2/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "borisyankov",
        "denisname"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "selenium-webdriver",
      "kind": "edit",
      "files": [
        {
          "path": "types/selenium-webdriver/lib/logging.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/selenium-webdriver/remote.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/selenium-webdriver/v2/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/selenium-webdriver/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BillArmstrong",
        "Kuniwak",
        "cnishina",
        "SupernaviX",
        "bendxn",
        "oddui",
        "beta-vulgaris",
        "Dzenly",
        "AutomatedTester",
        "1pete",
        "SinghHrmn",
        "shubhsheth"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "server-timing-header",
      "kind": "edit",
      "files": [
        {
          "path": "types/server-timing-header/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sharepoint",
      "kind": "edit",
      "files": [
        {
          "path": "types/sharepoint/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "gandjustas",
        "andrei-markeev",
        "teroarvola",
        "dennispg",
        "SPWizard01",
        "betlgtu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sharpie",
      "kind": "edit",
      "files": [
        {
          "path": "types/sharpie/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "siesta",
      "kind": "edit",
      "files": [
        {
          "path": "types/siesta/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "simple-react-lightbox",
      "kind": "edit",
      "files": [
        {
          "path": "types/simple-react-lightbox/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "guilhermefront"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "slickgrid",
      "kind": "edit",
      "files": [
        {
          "path": "types/slickgrid/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jbaldwin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "smtp-server",
      "kind": "edit",
      "files": [
        {
          "path": "types/smtp-server/v1/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "markisme",
        "Taisiias",
        "dex4er",
        "paul-oms"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sparkpost",
      "kind": "edit",
      "files": [
        {
          "path": "types/sparkpost/v1/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "geoffreak",
        "bondz",
        "vvu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "spotify-api",
      "kind": "edit",
      "files": [
        {
          "path": "types/spotify-api/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "skovmand",
        "Stadly",
        "piksel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "square-connect",
      "kind": "edit",
      "files": [
        {
          "path": "types/square-connect/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ddimitrioglo",
        "mootrichard"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "strophe.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/strophe.js/muc.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "CodeBast4rd",
        "DavidKDeutsch"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "strophe",
      "kind": "edit",
      "files": [
        {
          "path": "types/strophe/muc.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DavidKDeutsch"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "suitescript",
      "kind": "edit",
      "files": [
        {
          "path": "types/suitescript/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "darrenhillconsulting"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "swagger-node-runner",
      "kind": "edit",
      "files": [
        {
          "path": "types/swagger-node-runner/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "micmro"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sylvester-es6",
      "kind": "edit",
      "files": [
        {
          "path": "types/sylvester-es6/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "briwa",
        "StephaneAlie"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "sylvester",
      "kind": "edit",
      "files": [
        {
          "path": "types/sylvester/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "StephaneAlie"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "three",
      "kind": "edit",
      "files": [
        {
          "path": "types/three/examples/jsm/loaders/IFCLoader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/three/src/core/BufferAttribute.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/three/src/loaders/Loader.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "joshuaellis",
        "Methuselah96"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "tizen-common-web",
      "kind": "edit",
      "files": [
        {
          "path": "types/tizen-common-web/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "SejoongDeJang",
        "capscrom",
        "pwsses",
        "darangkim",
        "prozanne",
        "egorshulga"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "tizen-tv-webapis",
      "kind": "edit",
      "files": [
        {
          "path": "types/tizen-tv-webapis/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "SejoongDeJang",
        "capscrom",
        "pwsses",
        "darangkim",
        "prozanne"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "tooltipster",
      "kind": "edit",
      "files": [
        {
          "path": "types/tooltipster/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "stephenlautier",
        "pjmagee",
        "VorobeY1326",
        "leonard-thieu",
        "janhi",
        "joeskeen"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "tuya-panel-kit",
      "kind": "edit",
      "files": [
        {
          "path": "types/tuya-panel-kit/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "youngjuning",
        "ShinyLeee"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "twine-sugarcube",
      "kind": "edit",
      "files": [
        {
          "path": "types/twine-sugarcube/extensions.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/twine-sugarcube/ui.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ezsh",
        "tmedwards"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umbraco",
      "kind": "edit",
      "files": [
        {
          "path": "types/umbraco/umbraco-services.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "underscore",
      "kind": "edit",
      "files": [
        {
          "path": "types/underscore/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "borisyankov",
        "jbaldwin",
        "ccurrens",
        "confususs",
        "jgonggrijp",
        "ffflorian",
        "regevbr",
        "peterblazejewicz",
        "reubenrybnik"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "video.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/video.js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "vbortone",
        "scleriot",
        "SWBennett06",
        "IgelCampus",
        "giofreitas",
        "gjanblaszczyk",
        "meikidd",
        "joeflateau",
        "ckybonist",
        "peterblazejewicz",
        "princefishthrower"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "vitalsigns",
      "kind": "edit",
      "files": [
        {
          "path": "types/vitalsigns/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "cyrilschumacher"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "vscode",
      "kind": "edit",
      "files": [
        {
          "path": "types/vscode/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "microsoft"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "webpack",
      "kind": "edit",
      "files": [
        {
          "path": "types/webpack/v3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tkqubo",
        "bumbleblym",
        "bcherny",
        "tommytroylin",
        "mohsen1",
        "jcreamer898",
        "alan-agius4",
        "dennispg",
        "christophehurpeau",
        "ZSkycat",
        "johnnyreilly",
        "rwaskiewicz",
        "kuehlein",
        "grgur",
        "rubenspgcavalcante",
        "andersk",
        "ofhouse",
        "danielthank",
        "sasurau4",
        "dionshihk",
        "peterblazejewicz",
        "spamshaker"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "when",
      "kind": "edit",
      "files": [
        {
          "path": "types/when/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "derekcicerone",
        "Nemo157"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "wiredep",
      "kind": "edit",
      "files": [
        {
          "path": "types/wiredep/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "xrm",
      "kind": "edit",
      "files": [
        {
          "path": "types/xrm/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/xrm/v6/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/xrm/v7/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/xrm/v7/parature.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/xrm/v8/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mattngan",
        "markusmauch",
        "daryllabar",
        "clownwilleatme",
        "scottdurow",
        "filcole",
        "power-maverick"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "xstyled__styled-components",
      "kind": "edit",
      "files": [
        {
          "path": "types/xstyled__styled-components/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "good-idea"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "zepto",
      "kind": "edit",
      "files": [
        {
          "path": "types/zepto/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jbaldwin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "zeroclipboard",
      "kind": "edit",
      "files": [
        {
          "path": "types/zeroclipboard/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ejsmith",
        "niemyjski",
        "balassy",
        "leonyu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "zumly",
      "kind": "edit",
      "files": [
        {
          "path": "types/zumly/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "edwinork"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "peterblazejewicz",
      "date": "2023-05-25T19:45:00.000Z",
      "isMaintainer": true
    },
    {
      "type": "stale",
      "reviewer": "johnnyreilly",
      "date": "2023-05-09T08:54:36.000Z",
      "abbrOid": "eab7543"
    }
  ],
  "mainBotCommentID": 1539642323,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

typescript-bot commented May 9, 2023

⚠️ There are too many reviewers for this PR change (486). Merging can only be handled by a DT maintainer.

People who would have been pinged zspitz ldrick grothem AkosLukacs park9140 gkalpak xt0rted ry8806 alfiej Igorbek thSoft kyo-ago brainded insin brynbellomy skellock mamachanko TooTallNate danikaze jeffhuys mustafasalahuldin katonap jbaldwin niikoo AdamLay mzsm RReverser pyle matthewkimber otiai10 rreverser sreimer15 MatCarlson ekinsol echoabstract spasma bdbai pokutuna JasonXian usertim idan315 nicolas377 idosal fregante DefinitelyTyped JasonHK blissi rogerdubbs gustavderdrache borisyankov tomwanzek denisname ledragon Methuselah96 Fil rulonder bryan-hoang BChristieDistributive fairushyn peterblazejewicz Diasiare JRegimbal karol-majewski davecardwell domarmstrong mdezem taoqf yushulx jbh lincoln2018 Tom-Dynamsoft dsueltenfuss francoismassart RJWadley xieisabug AntiMoron liveangela Ovilia iRON5 bilalucar tmtron dwhitney ruixuel trajnisz hiyangguo Timu57 syncfusion chriskrycho jamescdavis wagenet dfreeman intolerance oklemencic joewashear007 mrand01 NotWoods bmartinson RogerioTeixeira BradleyHill bmkrol823 glenngartner codertx mike667 nataliemarleny buzzyboy richardo2016 karak NorthwoodsSoftware Dashue GiedriusGrabauskas Josh-ES denyo fx88 life777 DaSchTour Bartvds hgwood iwllyu alvis notbobthebuilder erykwarren CarsonF webstech CarlRibbegaardh nacho4d IgniteUI rdoursenaud amiram Antoine38660 alexbilbie cabralRodrigo gricey432 alitaheri theodorejb davidparsson lukas-zech-software Engineer2B cyungmann Roaders devoto13 fdim kolodny stephenfarrar djungowski chivesrs kirjs ienzam Ty3uK aminya adaskothebeast StephaneAlie jrocha tkrotoff 43081j theintern bczengel chrootsu aj-r e-cloud thorn0 jtmthf DomiR WilliamChelman kattsushi enko sequoia drmikecrowe karimsa seantanly hokiegeek davismj yanyu510 huan andrevmatos Tbaut piranha771 hasparus dwhinham slikts stevensnoeijen KentarouTakeda microsoftgraph MIchaelMainer koros zengin ddyett gavinbarron markusmauch favna ankithkonda hwatersiv souppower byrekt BohdanYavorskyi Patrick-Erichsen NivaldoFarias kataras alexk111 Shaquu Microsoft jkomyno r3nya btoueg smac89 touffy DeividasBakanas eyqs Hannes-Magnusson-CK hoo29 kjin ajafff islishude mwiktorczyk mohsen1 n-e galkin parambirs eps1lon SimonSchick ThomasdenH WilcoBakker wwwy3y3 samuela kuehlein bhongy chyzwar trivikr yoursunny qwelias ExE-Boss addaleax victorperin ZYSzys NodeJS LinusU wafuwafu13 mcollina Semigradsky patlillis mattmm3d marcobeltempo neilpoulin diskdance osechet wb14123 mylen iamthechad danmana yairtawil pierremarc hauke96 gberaudo openui5bot petermuessig codeworrior akudev saeedtabrizi aleksey-rezvov amikhalev michaeldesigaud adobe-photoshop baaygun heewooa jardicc konne richardison waratuman mike-north sechel Krinkle piotrwitek paustint pikpok strongpauly janb87 siavelis lksilva SergeyBelofost marknelissen PaitoAnderson michalak111 tomtom5152 catruzz princefishthrower decimoseptimo flaub alelode dawnmist Ogglas Guymestef radziksh arichter83 dalevfenton KngHawkon Chrisdo82 asvetliakov dimitarnestorov alloy huhuanming iRoachie timwangdev kamal alexdunne swissmanu bm-software mvdam esemesek mrnickel souvik-ghosh nossbigg saranshkataria tykus160 jakebloom ceyhun mcmar theohdv romain-faust bebebebebe Naturalclar chinesedfan vtolochk SychevSP sasurau4 256hz doumart drmas jeremybarbet ds300 natsathorn connectdotz alexeymolchan alexbrazier kuasha420 phvillegas ZihanChen-MSFT kelset MateWW lunaleaps saadnajmi jbovone ggascoigne gargroh riceboyler rogierschouten sanyatuning frodehansen2 MBillemaz georg94 tzarger vegtelenseg calebergh rmckeel jankalfus johnnyreilly bbenezech pzavolinsky ericanderson DovydasNavickas theruther4d guilhermehubner ferdaber jrakotoharisoa pascaloliv hotell franklixuefei Jessidhia lukyth zieka dancerphil dimitropoulos disjukr vhfmag hellatan priyanshurav DominikPalo Pencl mhoffmeyerDC wayneparrott NhanHo bryanbecker resir014 Arcath dmarcuse pyrodogg kotarou DiamondMofeng BillArmstrong Kuniwak cnishina SupernaviX bendxn oddui beta-vulgaris Dzenly AutomatedTester 1pete SinghHrmn shubhsheth gandjustas andrei-markeev teroarvola dennispg SPWizard01 betlgtu guilhermefront markisme Taisiias dex4er paul-oms geoffreak bondz vvu skovmand Stadly piksel ddimitrioglo mootrichard CodeBast4rd DavidKDeutsch darrenhillconsulting micmro briwa joshuaellis SejoongDeJang capscrom pwsses darangkim prozanne egorshulga stephenlautier pjmagee VorobeY1326 leonard-thieu janhi joeskeen youngjuning ShinyLeee ezsh tmedwards ccurrens confususs jgonggrijp ffflorian regevbr reubenrybnik vbortone scleriot SWBennett06 IgelCampus giofreitas gjanblaszczyk meikidd joeflateau ckybonist cyrilschumacher microsoft tkqubo bumbleblym bcherny tommytroylin jcreamer898 alan-agius4 christophehurpeau ZSkycat rwaskiewicz grgur rubenspgcavalcante andersk ofhouse danielthank dionshihk spamshaker derekcicerone Nemo157 mattngan daryllabar clownwilleatme scottdurow filcole power-maverick good-idea ejsmith niemyjski balassy leonyu edwinork

@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg 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 Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. label May 24, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg Unfortunately, this pull request currently has a merge conflict 😥. Please update your PR branch to be up-to-date with respect to master. Have a nice day!

@JoshuaKGoldberg
Copy link
Collaborator Author

I believe @sandersn is working in parallel on some of the impacted packages, so I'll hold off for a bit.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as draft May 24, 2023 13:28
@sandersn
Copy link
Contributor

I fixed next-pwa and couldn't repro the yeoman failure locally. Maybe try again and see if the latter was an npm failure?

@DangerBotOSS
Copy link

DangerBotOSS commented May 25, 2023

Fails
🚫

types/vscode/index.d.ts#L19 - The root .editorconfig style specifies spaces for whitespace. Please use spaces in new or changed types.

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

angular-route (unpkg)

was missing the following properties:

  1. padStart
  2. padEnd
  3. trimLeft
  4. trimRight
  5. trimStart
as well as these 1 other properties...

trimEnd

angular-ui-bootstrap (unpkg)

was missing the following properties:

  1. padStart
  2. padEnd
  3. trimLeft
  4. trimRight
  5. trimStart
as well as these 1 other properties...

trimEnd

babel-plugin-react-html-attrs (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'babel-plugin-react-html-attrs'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

blessed (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'blessed'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. Program
  2. tput
  3. Tput
  4. unicode
as well as these 1 other properties...

helpers

cqrs-domain (unpkg)

was missing the following properties:

  1. errors

d3-array (unpkg)

was missing the following properties:

  1. scan

dcp-client (unpkg)

was missing the following properties:

  1. initSync
  2. createConfigFragments
  3. initcb
  4. fetchSync

dottie (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'dottie'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.
  2. find

expired-storage (unpkg)

was missing the following properties:

  1. version
  2. author
  3. gitUrl

gulp (unpkg)

was missing the following properties:

  1. Gulp

highland (unpkg)

was missing the following properties:

  1. isUndefined
  2. isFunction
  3. isObject
  4. isString
  5. isArray
as well as these 7 other properties...

setImmediate, of, fromError, tap, pipeline, series, streamifyAll

humblebee__styled-components-breakpoint (unpkg)

was missing the following properties:

  1. getMediaShorthands
  2. getMixin
  3. mediaRules
  4. getNextMedia
  5. getSmallestMedia
as well as these 3 other properties...

mediaTemplate, ruleTemplate, mediaWidthRule

is (unpkg)

was missing the following properties:

  1. a
  2. type
  3. hosted
  4. instance
  5. instanceof
as well as these 22 other properties...

nil, undef, args, arraylike, bool, false, true, element, divisibleBy, int, maximum, minimum, ge, gt, le, lt, primitive, hash, base64, hex, symbol, bigint

jsts (unpkg)

was missing the following properties:

  1. abstractFunc
  2. error
  3. index
  4. geomgraph
  5. noding
as well as these 1 other properties...

triangulate

loopback (unpkg)

was missing the following properties:

  1. version
  2. registry
  3. errorHandler
  4. faviconFile
  5. remoteMethod
as well as these 15 other properties...

template, createModel, configureModel, findModel, getModel, getModelByType, createDataSource, memory, DataSource, Connector, Memory, Mail, Remote, GeoPoint, ValidationError

maptalks (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'maptalks'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. symbolizer
  2. Browser
  3. Canvas
  4. Promise
as well as these 8 other properties...

JSONAble, GEOMETRY_COLLECTION_TYPES, GEOJSON_TYPES, DEFAULT_TEXT_SIZE, OverlayLayer, TileConfig, Curve, TextMarker

matter-js (unpkg)

was missing the following properties:

  1. Matter

node-red__registry (unpkg)

was missing the following properties:

  1. init
  2. load
  3. clear
  4. registerType
  5. get
as well as these 61 other properties...

registerSubflow, getNodeInfo, getNodeList, getModuleInfo, getModuleList, getNodeConfigs, getNodeConfig, getNodeIconPath, getNodeIcons, enableNode, disableNode, addModule, removeModule, installModule, uninstallModule, cleanModuleList, installerEnabled, getNodeExampleFlows, getNodeExampleFlowPath, getModuleResource, checkFlowDependencies, registerPlugin, getPlugin, getPluginsByType, getPluginList, getPluginConfigs, exportPluginSettings, deprecated, init, load, clear, registerType, get, registerSubflow, getNodeInfo, getNodeList, getModuleInfo, getModuleList, getNodeConfigs, getNodeConfig, getNodeIconPath, getNodeIcons, enableNode, disableNode, addModule, removeModule, installModule, uninstallModule, cleanModuleList, installerEnabled, getNodeExampleFlows, getNodeExampleFlowPath, getModuleResource, checkFlowDependencies, registerPlugin, getPlugin, getPluginsByType, getPluginList, getPluginConfigs, exportPluginSettings, deprecated

numjs (unpkg)

was missing the following properties:

  1. config
  2. dtypes
  3. NdArray
  4. ndarray
  5. flip
as well as these 4 other properties...

leakyRelu, log, remainder, rot90

onfleet__node-onfleet (unpkg)

was missing the following properties:

  1. initBottleneckOptions

orientjs (unpkg)

was missing the following properties:

  1. RecordID
  2. RecordId
  3. RID
  4. RIDBag
  5. Bag
as well as these 27 other properties...

Server, Db, Pool, Statement, Query, transport, errors, CLI, utils, jsonify, types, RecordID, RecordId, RID, RIDBag, Bag, Server, Db, Pool, Statement, Query, transport, errors, CLI, utils, jsonify, types

react-big-calendar (unpkg)

was missing the following properties:

  1. components

react-bootstrap-table (unpkg)

was missing the following properties:

  1. ButtonGroup
  2. InsertModalBody

react-bootstrap-typeahead (unpkg)

was missing the following properties:

  1. useHint
  2. Input
  3. asyncContainer
  4. useAsync
  5. withAsync
as well as these 5 other properties...

menuItemContainer, useItem, withItem, tokenContainer, withToken

react-motion (unpkg)

was missing the following properties:

  1. stripStyle
  2. reorderKeys

react-widgets (unpkg)

was missing the following properties:

  1. DatePicker
  2. TimePicker
  3. setNumberLocalizer
  4. setDateLocalizer
  5. setLocalizers
as well as these 1 other properties...

utils

rpio (unpkg)

was missing the following properties:

  1. SOC_BCM2835
  2. SOC_SUNXI
  3. SOC_BCM2835
  4. SOC_SUNXI

selenium-webdriver (unpkg)

was missing the following properties:

  1. ThenableWebDriver

square-connect (unpkg)

was missing the following properties:

  1. CatalogV1Id
  2. Error
  3. GetBankAccountByV1IdResponse
  4. OrderFulfillmentPickupDetailsScheduleType
  5. V1AdjustInventoryRequest
as well as these 163 other properties...

V1AdjustInventoryRequestAdjustmentType, V1ApplyFeeRequest, V1ApplyModifierListRequest, V1BankAccount, V1BankAccountType, V1CashDrawerEvent, V1CashDrawerEventEventType, V1CashDrawerShift, V1CashDrawerShiftEventType, V1Category, V1CreateCategoryRequest, V1CreateDiscountRequest, V1CreateEmployeeRoleRequest, V1CreateFeeRequest, V1CreateItemRequest, V1CreateModifierListRequest, V1CreateModifierOptionRequest, V1CreatePageRequest, V1CreateRefundRequest, V1CreateRefundRequestType, V1CreateVariationRequest, V1DeleteCategoryRequest, V1DeleteDiscountRequest, V1DeleteFeeRequest, V1DeleteItemRequest, V1DeleteModifierListRequest, V1DeleteModifierOptionRequest, V1DeletePageCellRequest, V1DeletePageRequest, V1DeleteTimecardRequest, V1DeleteTimecardResponse, V1DeleteVariationRequest, V1Discount, V1DiscountColor, V1DiscountDiscountType, V1Employee, V1EmployeeRole, V1EmployeeRolePermissions, V1EmployeeStatus, V1Fee, V1FeeAdjustmentType, V1FeeCalculationPhase, V1FeeInclusionType, V1FeeType, V1InventoryEntry, V1Item, V1ItemColor, V1ItemImage, V1ItemType, V1ItemVisibility, V1ListBankAccountsRequest, V1ListBankAccountsResponse, V1ListCashDrawerShiftsRequest, V1ListCashDrawerShiftsResponse, V1ListCategoriesRequest, V1ListCategoriesResponse, V1ListDiscountsRequest, V1ListDiscountsResponse, V1ListEmployeeRolesRequest, V1ListEmployeeRolesResponse, V1ListEmployeesRequest, V1ListEmployeesRequestStatus, V1ListEmployeesResponse, V1ListFeesRequest, V1ListFeesResponse, V1ListInventoryRequest, V1ListInventoryResponse, V1ListItemsRequest, V1ListItemsResponse, V1ListLocationsRequest, V1ListLocationsResponse, V1ListModifierListsRequest, V1ListModifierListsResponse, V1ListOrdersRequest, V1ListOrdersResponse, V1ListPagesRequest, V1ListPagesResponse, V1ListPaymentsRequest, V1ListPaymentsResponse, V1ListRefundsRequest, V1ListRefundsResponse, V1ListSettlementsRequest, V1ListSettlementsRequestStatus, V1ListSettlementsResponse, V1ListTimecardEventsRequest, V1ListTimecardEventsResponse, V1ListTimecardsRequest, V1ListTimecardsResponse, V1Merchant, V1MerchantAccountType, V1MerchantBusinessType, V1MerchantLocationDetails, V1ModifierList, V1ModifierListSelectionType, V1ModifierOption, V1Money, V1Order, V1OrderHistoryEntry, V1OrderHistoryEntryAction, V1OrderState, V1Page, V1PageCell, V1PageCellObjectType, V1PageCellPlaceholderType, V1Payment, V1PaymentDiscount, V1PaymentItemDetail, V1PaymentItemization, V1PaymentItemizationItemizationType, V1PaymentModifier, V1PaymentSurcharge, V1PaymentSurchargeType, V1PaymentTax, V1PaymentTaxInclusionType, V1PhoneNumber, V1Refund, V1RefundType, V1RemoveFeeRequest, V1RemoveModifierListRequest, V1RetrieveBankAccountRequest, V1RetrieveBusinessRequest, V1RetrieveCashDrawerShiftRequest, V1RetrieveEmployeeRequest, V1RetrieveEmployeeRoleRequest, V1RetrieveItemRequest, V1RetrieveModifierListRequest, V1RetrieveOrderRequest, V1RetrievePaymentRequest, V1RetrieveSettlementRequest, V1RetrieveTimecardRequest, V1Settlement, V1SettlementEntry, V1SettlementEntryType, V1SettlementStatus, V1Tender, V1TenderCardBrand, V1TenderEntryMethod, V1TenderType, V1Timecard, V1TimecardEvent, V1TimecardEventEventType, V1UpdateCategoryRequest, V1UpdateDiscountRequest, V1UpdateEmployeeRequest, V1UpdateEmployeeRoleRequest, V1UpdateFeeRequest, V1UpdateItemRequest, V1UpdateModifierListRequest, V1UpdateModifierListRequestSelectionType, V1UpdateModifierOptionRequest, V1UpdateOrderRequest, V1UpdateOrderRequestAction, V1UpdatePageCellRequest, V1UpdatePageRequest, V1UpdateTimecardRequest, V1UpdateVariationRequest, V1Variation, V1VariationInventoryAlertType, V1VariationPricingType, V1EmployeesApi, V1ItemsApi, V1LocationsApi, V1TransactionsApi

three (unpkg)

was missing the following properties:

  1. BoxBufferGeometry
  2. CapsuleBufferGeometry
  3. CircleBufferGeometry
  4. ConeBufferGeometry
  5. CylinderBufferGeometry
as well as these 14 other properties...

DodecahedronBufferGeometry, ExtrudeBufferGeometry, IcosahedronBufferGeometry, LatheBufferGeometry, OctahedronBufferGeometry, PlaneBufferGeometry, PolyhedronBufferGeometry, RingBufferGeometry, ShapeBufferGeometry, SphereBufferGeometry, TetrahedronBufferGeometry, TorusBufferGeometry, TorusKnotBufferGeometry, TubeBufferGeometry

tuya-panel-kit (unpkg)

was missing the following properties:

  1. Drawer
  2. Wave
  3. Diffusion
  4. OfflineView
  5. FullView

video.js (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'video.js'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. hooks_
  2. hooks
  3. hook
  4. hookOnce
as well as these 52 other properties...

removeHook, VERSION, options, getPlayers, getPlayer, getAllPlayers, players, getComponent, registerComponent, getTech, registerTech, use, middleware, browser, TOUCH_ENABLED, extend, mergeOptions, bind, registerPlugin, deregisterPlugin, plugin, getPlugins, getPlugin, getPluginVersion, addLanguage, log, createLogger, createTimeRange, createTimeRanges, formatTime, setFormatTime, resetFormatTime, parseUrl, isCrossOrigin, EventTarget, on, one, off, trigger, xhr, TextTrack, AudioTrack, VideoTrack, computedStyle, dom, url, mediaSources, MediaSource, URL, HlsHandler, HlsSourceHandler, Hls

wiredep (unpkg)

was missing the following properties:

  1. config

xstyled__styled-components (unpkg)

was missing the following properties:

  1. StyleSheetConsumer
  2. StyleSheetContext
  3. StyleSheetConsumer
  4. StyleSheetContext

Generated by 🚫 dangerJS against 13f6c6e

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review May 25, 2023 08:39
@typescript-bot typescript-bot removed Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. The CI failed When GH Actions fails labels May 25, 2023
@typescript-bot typescript-bot moved this from Needs Author Action to Needs Maintainer Action in New Pull Request Status Board May 25, 2023
@typescript-bot
Copy link
Contributor

@johnnyreilly Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner Too Many Owners labels May 25, 2023
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in New Pull Request Status Board May 25, 2023
@typescript-bot
Copy link
Contributor

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

@JoshuaKGoldberg
Copy link
Collaborator Author

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board May 25, 2023
@typescript-bot typescript-bot merged commit 3fcc20a into DefinitelyTyped:master May 25, 2023
2 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the check-tag-names-round-2 branch May 25, 2023 20:38
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board May 26, 2023
Desplandis pushed a commit to Desplandis/DefinitelyTyped that referenced this pull request Jul 3, 2023
…ag-names complaints by @JoshuaKGoldberg

* chore: fixed remaining jsdoc/check-tag-names complaints

* Fix up an assortment of more issues

* Reset .eslintrc.json back to master

* Fix next-pwa again, and revert yeoman-test

* Revert openfin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants