-
Notifications
You must be signed in to change notification settings - Fork 30.5k
remove(@hapi/nes): remove just sources of the package for #66292 #66372
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
remove(@hapi/nes): remove just sources of the package for #66292 #66372
Conversation
…yped#66292 This is technical removal. In DefinitelyTyped#66292 there is an effort to update DT for upcoming TS language changes (see linked PR for details) and updating this specifc DT package (@hapi/nes) to pass checks againsts current status of TS language would prove fruitless. The upstream JS package already progressed and DT types are out of sync with current module. One could just revert this PR, in case of change to @hapi/nes types is to be done in future. Thank you for your understanding!
|
@peterblazejewicz Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PR
Code ReviewsBecause this PR edits the configuration file, it can be merged once it's reviewed by a DT maintainer. 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": 66372,
"author": "peterblazejewicz",
"headCommitOid": "d33826d30bba6693b59bb735c6ae12d00de30f96",
"mergeBaseOid": "15ee4f9f362d9c555838b9e921ee20ccdafa7790",
"lastPushDate": "2023-08-12T14:07:47.000Z",
"lastActivityDate": "2023-08-12T14:07:47.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "hapi__nes",
"kind": "delete",
"files": [
{
"path": "types/hapi__nes/.eslintrc.json",
"kind": "package-meta",
"suspect": "edited"
},
{
"path": "types/hapi__nes/index.d.ts",
"kind": "definition"
},
{
"path": "types/hapi__nes/lib/client.d.ts",
"kind": "definition"
},
{
"path": "types/hapi__nes/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/hapi__nes/test/broadcast-client.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/broadcast-server.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/client-require.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/hapi__nes-tests.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/route-authentication-client.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/route-authentication-server.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/route-invocation-client.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/route-invocation-server.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/socket.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/subscription-filter-client.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/subscription-filter-server.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/subscriptions-client.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/test/subscriptions-server.ts",
"kind": "test"
},
{
"path": "types/hapi__nes/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/hapi__nes/tslint.json",
"kind": "package-meta-ok"
}
],
"owners": [
"NoHomey",
"saboya",
"lenovouser"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"mainBotCommentID": 1675932763,
"ciResult": "pass"
} |
|
🔔 @NoHomey @saboya @lenovouser — please review this PR in the next few days. Be sure to explicitly select |
…yped#66292 (DefinitelyTyped#66372) This is technical removal. In DefinitelyTyped#66292 there is an effort to update DT for upcoming TS language changes (see linked PR for details) and updating this specifc DT package (@hapi/nes) to pass checks againsts current status of TS language would prove fruitless. The upstream JS package already progressed and DT types are out of sync with current module. One could just revert this PR, in case of change to @hapi/nes types is to be done in future. Thank you for your understanding!
This is technical removal of TS module source code.
In #66292 there is an effort to update DT for upcoming TS language changes (see linked PR for details) and updating this specific DT package (@hapi/nes) to pass checks against current status of TS language would prove too much time consuming. The upstream JS package already progressed and DT types are out of sync with current module. One could just revert this PR, in case of change to @hapi/nes types is to be done in future.
Current @hapi/nes (v13):
https://github.com/hapijs/nes/releases/tag/v13.0.1
Thank you for your understanding!