这是indexloc提供的服务,不要输入任何密码
Skip to content

[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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Harris-Miller
Copy link
Contributor

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the package.json.

If removing a declaration:

  • If a package was never on Definitely Typed, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
  • Delete the package's directory.
  • Add it to notNeededPackages.json.

@typescript-bot
Copy link
Contributor

typescript-bot commented Jul 25, 2025

@Harris-Miller Thank you for submitting this PR!

This is a live comment that I will keep updated.

1 package in this PR

Code Reviews

Because 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

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • 🕐 Most recent commit is approved by a DT maintainer

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"
}

@typescript-bot typescript-bot added Critical package Author is Owner The author of this PR is a listed owner of the package. labels Jul 25, 2025
@typescript-bot typescript-bot moved this to Waiting for Code Reviews in Pull Request Status Board Jul 25, 2025
@typescript-bot
Copy link
Contributor

🔔 @Nicholaiii @kedashoe @adispring — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@Harris-Miller
Copy link
Contributor Author

Adds new function renameKeys and remove tests that were moved to types-ramda

@Harris-Miller Harris-Miller changed the title [ramda] bump types-ramda to 0.30.1 [ramda] bump types-ramda to 0.31.0 Jul 25, 2025
@Harris-Miller
Copy link
Contributor Author

CC: @RobinTail

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in Pull Request Status Board Jul 25, 2025
@typescript-bot typescript-bot added the Other Approved This PR was reviewed and signed-off by a community member. label Jul 25, 2025
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author is Owner The author of this PR is a listed owner of the package. Critical package Other Approved This PR was reviewed and signed-off by a community member. Owner Approved A listed owner of this package signed off on the pull request.
Projects
Status: Needs Maintainer Review
Development

Successfully merging this pull request may close these issues.

4 participants