react(-dom): Update experimental typings#49152
react(-dom): Update experimental typings#49152johnnyreilly merged 5 commits intoDefinitelyTyped:masterfrom
Conversation
|
@eps1lon Thank you for submitting this PR! This is a live comment which I will keep updated. 2 packages in this PRCode ReviewsBecause this is a widely-used package, a DT maintainer will need to review it before it can be merged. 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": 49152,
"author": "eps1lon",
"owners": [
"MartynasZilinskas",
"theruther4d",
"Jessidhia",
"johnnyreilly",
"bbenezech",
"pzavolinsky",
"digiguru",
"ericanderson",
"DovydasNavickas",
"guilhermehubner",
"ferdaber",
"jrakotoharisoa",
"pascaloliv",
"hotell",
"franklixuefei",
"saranshkataria",
"lukyth",
"eps1lon",
"zieka",
"dancerphil",
"dimitropoulos",
"disjukr",
"vhfmag",
"hellatan"
],
"dangerLevel": "MultiplePackagesEdited",
"headCommitAbbrOid": "1ecf471",
"headCommitOid": "1ecf471c0d540059aeac0fde9d9ea6f5d8e117a1",
"mergeIsRequested": false,
"stalenessInDays": 0,
"lastPushDate": "2020-10-27T15:40:52.000Z",
"lastCommentDate": "2020-10-27T15:40:52.000Z",
"maintainerBlessed": false,
"reviewLink": "https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49152/files",
"hasMergeConflict": false,
"authorIsOwner": true,
"isFirstContribution": false,
"popularityLevel": "Critical",
"newPackages": [],
"packages": [
"react-dom",
"react"
],
"files": [
{
"path": "types/react-dom/experimental.d.ts",
"kind": "definition",
"package": "react-dom"
},
{
"path": "types/react-dom/test/experimental-tests.tsx",
"kind": "test",
"package": "react-dom"
},
{
"path": "types/react/experimental.d.ts",
"kind": "definition",
"package": "react"
},
{
"path": "types/react/test/experimental.tsx",
"kind": "test",
"package": "react"
}
],
"hasDismissedReview": false,
"ciResult": "pass",
"reviewersWithStaleReviews": [],
"approvalFlags": 0,
"isChangesRequested": false
} |
|
🔔 @MartynasZilinskas @theruther4d @Jessidhia @johnnyreilly @bbenezech @pzavolinsky @digiguru @ericanderson @DovydasNavickas @guilhermehubner @ferdaber @jrakotoharisoa @pascaloliv @Hotell @franklixuefei @saranshkataria @lukyth @zieka @dancerphil @dimitropoulos @disjukr @vhfmag @hellatan — please review this PR in the next few days. Be sure to explicitly select |
|
👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings. Let’s review the numbers, shall we? react-dom/v*Comparison details for react-dom/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. react/v*Comparison details for react/* 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. |
|
I just published |
|
I just published |
useOpaqueIdentifier was already added in #46692
Please fill in this template.
npm test YOUR_PACKAGE_NAME.)npm run lint package-name(ortscif notslint.jsonis present).Select one of these and delete the others:
If changing an existing definition:
tslint.jsoncontaining{ "extends": "dtslint/dt.json" }. If for reason the any rule need to be disabled, disable it for that line using// tslint:disable-next-line [ruleName]and not for whole package so that the need for disabling can be reviewed.