[clearoutio__clearout] Remove, bundled with @clearoutio/clearout#75286
[clearoutio__clearout] Remove, bundled with @clearoutio/clearout#75286max-programming wants to merge 1 commit into
Conversation
|
@max-programming Thank you for submitting this PR! This is a live comment that 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? 1 package in this PR (and infra files)Code ReviewsThere aren't any other owners of this package, so a DT maintainer will review it. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75286,
"author": "max-programming",
"headCommitOid": "2ca7d9dc5edc6c4a5fbc40b9e65aaa42424b3954",
"mergeBaseOid": "08b651d2be332c046edeab65759ca59c36c3d62b",
"lastPushDate": "2026-07-20T08:23:13.000Z",
"lastActivityDate": "2026-07-22T15:43:38.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": null,
"kind": "edit",
"files": [
{
"path": "notNeededPackages.json",
"kind": "infrastructure"
}
],
"owners": [],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical",
"isSafeInfrastructureEdit": false
},
{
"name": "clearoutio__clearout",
"kind": "delete",
"files": [
{
"path": "types/clearoutio__clearout/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/clearoutio__clearout/clearoutio__clearout-tests.ts",
"kind": "test"
},
{
"path": "types/clearoutio__clearout/index.d.ts",
"kind": "definition"
},
{
"path": "types/clearoutio__clearout/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/clearoutio__clearout/tsconfig.json",
"kind": "package-meta-ok"
}
],
"owners": [
"max-programming"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "MindGames18",
"date": "2026-07-22T15:43:38.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 5020191130,
"ciResult": "unknown"
} |
|
🔔 @max-programming — there are no owners, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
|
Im the maintainer of Clearout's npm. And we have since included this TS types natively into our npm. just dropping this as a FYI here. |
MindGames18
left a comment
There was a problem hiding this comment.
Im the maintainer of Clearout's npm. And we have since included this TS types natively into our npm.
https://github.com/clearoutio/clearout-node
pnpm test <package to test>.If removing a declaration:
notNeededPackages.json.@clearoutio/clearoutnow bundles its own TypeScript declarations as of v1.1.9 (itspackage.jsonhas a"types"entry), so the@types/clearoutio__clearoutpackage is no longer needed.types/clearoutio__clearout/.notNeededPackages.jsonwithasOfVersion1.1.9(the release that first shipped the types) andlibraryName@clearoutio/clearout.Bundled upstream in clearoutio/clearout-node#3; the original definitions were added in #75188.