[chrome] remove type deprecations, remove NoInferX and unexpose _debugger namespace#74965
[chrome] remove type deprecations, remove NoInferX and unexpose _debugger namespace#74965erwanjugand wants to merge 1 commit into
Conversation
|
@erwanjugand Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PRCode ReviewsBecause 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
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": 74965,
"author": "erwanjugand",
"headCommitOid": "38dff7c482166a6887a618b3b2e881b134e05432",
"mergeBaseOid": "ccb9c81c240f22ff75fe60a036c3870bf4fb78fa",
"lastPushDate": "2026-05-07T16:33:58.000Z",
"lastActivityDate": "2026-05-07T16:41:36.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "chrome",
"kind": "edit",
"files": [
{
"path": "types/chrome/index.d.ts",
"kind": "definition"
},
{
"path": "types/chrome/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/chrome/test/index.ts",
"kind": "test"
}
],
"owners": [
"matthewkimber",
"otiai10",
"sreimer15",
"MatCarlson",
"ekinsol",
"echoabstract",
"spasma",
"bdbai",
"JasonXian",
"usertim",
"idan315",
"nicolas377",
"idosal",
"fregante",
"erwanjugand"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [],
"mainBotCommentID": 4399039214,
"ciResult": "fail",
"ciUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/commit/38dff7c482166a6887a618b3b2e881b134e05432/checks?check_suite_id=67942260730"
} |
|
🔔 @matthewkimber @otiai10 @sreimer15 @matcarlson @ekinsol @EchoAbstract @spasma @bdbai @JasonXian @userTim @idan315 @nicolas377 @idosal @fregante — please review this PR in the next few days. Be sure to explicitly select |
|
@erwanjugand 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 that are failing do not end up on the list of PRs for the DT maintainers to review. |
|
@erwanjugand 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 that are failing do not end up on the list of PRs for the DT maintainers to review. |
…cations and unexpose _debugger namespace
Please fill in this template.
pnpm test <package to test>.Potential Breaking Change:
ManifestPermissions(useManifestPermissioninstead for consistency)ManifestOptionalPermissions(useManifestOptionalPermissioninstead for consistency)ProcessorUsage(use the documented ISO aliasCpuTimeinstead)VpnSessionParameters(use the documented ISO aliasParametersinstead)_debuggernamespace (usedebuggernamespace instead)NoInferXin favor of the native TypeScriptNoInferutility type. (Required TypeScript 5.4 or later)🚨 Pending the end of TypeScript 5.3 support by @definitelytyped/typescript-packages. 🚨