[@wordpress/data] Fix TS 4.7 compat issues#59550
[@wordpress/data] Fix TS 4.7 compat issues#59550weswigham merged 2 commits intoDefinitelyTyped:masterfrom
Conversation
|
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. wordpress__blocks (unpkg)was missing the following properties:
|
|
@eps1lon Thank you for submitting this PR! This is a live comment which I will keep updated. 2 packages in this PRCode ReviewsBecause this PR edits multiple packages, 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": 59550,
"author": "eps1lon",
"headCommitOid": "33572ba786fd399acdd39e9a40044c68697ea43d",
"mergeBaseOid": "77f6831aaf9b7541f5576d91565576209aa53f42",
"lastPushDate": "2022-03-29T18:50:11.000Z",
"lastActivityDate": "2022-03-29T18:56:21.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "wordpress__blocks",
"kind": "edit",
"files": [
{
"path": "types/wordpress__blocks/api/registration.d.ts",
"kind": "definition"
},
{
"path": "types/wordpress__blocks/api/serializer.d.ts",
"kind": "definition"
},
{
"path": "types/wordpress__blocks/api/validation.d.ts",
"kind": "definition"
}
],
"owners": [
"dsifford",
"sirreal",
"dmsnell"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
},
{
"name": "wordpress__data",
"kind": "edit",
"files": [
{
"path": "types/wordpress__data/index.d.ts",
"kind": "definition"
}
],
"owners": [
"dsifford",
"sirreal"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"ciResult": "pass"
} |
|
🔔 @dsifford @sirreal @dmsnell — please review this PR in the next few days. Be sure to explicitly select |
Fixes issues with TypeScript 4.7 that are blocking #56210