-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[ramda] bump types-ramda to 0.31.0 #73332
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
base: master
Are you sure you want to change the base?
Conversation
@Harris-Miller 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": 73332,
"author": "Harris-Miller",
"headCommitOid": "15b78d2b54c4c83fd5c72238c407b7d342aebf94",
"mergeBaseOid": "0b5e264d1e125650d6b222a42b8414e234af217d",
"lastPushDate": "2025-07-25T05:33:37.000Z",
"lastActivityDate": "2025-07-25T16:15:22.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "ramda",
"kind": "edit",
"files": [
{
"path": "types/ramda/es/renameKeys.d.ts",
"kind": "definition"
},
{
"path": "types/ramda/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/ramda/src/renameKeys.d.ts",
"kind": "definition"
},
{
"path": "types/ramda/test/mergeLeft-tests.ts",
"kind": "test"
},
{
"path": "types/ramda/test/mergeRight-tests.ts",
"kind": "test"
},
{
"path": "types/ramda/tsconfig.json",
"kind": "package-meta-ok"
}
],
"owners": [
"harris-miller",
"Nicholaiii",
"kedashoe",
"adispring"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "kedashoe",
"date": "2025-07-25T16:15:22.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "RobinTail",
"date": "2025-07-25T06:26:52.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 3116460465,
"ciResult": "pass"
} |
🔔 @Nicholaiii @kedashoe @adispring — please review this PR in the next few days. Be sure to explicitly select |
Adds new function |
CC: @RobinTail |
Please fill in this template.
pnpm test <package to test>
.Select one of these and delete the others:
If adding a new definition:
.d.ts
files generated via--declaration
dts-gen --dt
, not by basing it on an existing project.tsconfig.json
should havenoImplicitAny
,noImplicitThis
,strictNullChecks
, andstrictFunctionTypes
set totrue
.If changing an existing definition:
package.json
.If removing a declaration:
notNeededPackages.json
.