Skip to content

[ramda] Enable strict mode#59621

Merged
typescript-bot merged 2 commits intoDefinitelyTyped:masterfrom
valerii15298:enable-strict-mode
Mar 31, 2022
Merged

[ramda] Enable strict mode#59621
typescript-bot merged 2 commits intoDefinitelyTyped:masterfrom
valerii15298:enable-strict-mode

Conversation

@valerii15298
Copy link
Copy Markdown
Contributor

@valerii15298 valerii15298 commented Mar 31, 2022

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Test the change in your own code. (Compile and run.)
  • Add or edit tests to reflect the change.
  • Follow the advice from the readme.
  • Avoid common mistakes.
  • Run npm test <package to test>.
  • 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 header.

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Mar 31, 2022

@valerii15298 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through.

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because 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

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect module config files

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 59621,
  "author": "valerii15298",
  "headCommitOid": "d2dba9239dc3c7391d4f22aa42ef6e5936d16d44",
  "mergeBaseOid": "d6b527de9f5bf07aa905597563ec1dc995f84ac1",
  "lastPushDate": "2022-03-31T11:37:15.000Z",
  "lastActivityDate": "2022-03-31T18:27:16.000Z",
  "mergeOfferDate": "2022-03-31T18:10:49.000Z",
  "mergeRequestDate": "2022-03-31T18:27:16.000Z",
  "mergeRequestUser": "valerii15298",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "ramda",
      "kind": "edit",
      "files": [
        {
          "path": "types/ramda/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ramda/test/construct-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ramda/test/constructN-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ramda/test/is-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ramda/test/toPairsIn-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ramda/tools.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ramda/tsconfig.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) and not moving towards it (check: `compilerOptions.strictNullChecks`, `compilerOptions.strictFunctionTypes`, `compilerOptions.noImplicitThis`, `compilerOptions.noImplicitAny`, `compilerOptions.strict`)"
        }
      ],
      "owners": [
        "TheHandsomeCoder",
        "donnut",
        "mdekrey",
        "sbking",
        "afharo",
        "teves-castro",
        "hojberg",
        "samsonkeung",
        "angeloocana",
        "raynerd",
        "moshensky",
        "ethanresnick",
        "deftomat",
        "blimusiek",
        "biern",
        "rayhaneh",
        "rgm",
        "drewwyatt",
        "jottenlips",
        "minitesh",
        "krantisinh",
        "nemo108",
        "jituanlin",
        "Philippe-mills",
        "Saul-Mirone",
        "Nicholaiii",
        "devrelm",
        "LORDBABUINO",
        "couzic",
        "NEWESTERS",
        "adispring",
        "essenmitsosse"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "andrewbranch",
      "date": "2022-03-31T18:10:09.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "adispring",
      "date": "2022-03-31T12:24:19.000Z",
      "isMaintainer": false
    },
    {
      "type": "approved",
      "reviewer": "essenmitsosse",
      "date": "2022-03-31T11:49:15.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1084470805,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Check Config Changes a module config files labels Mar 31, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@DangerBotOSS
Copy link
Copy Markdown

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

ramda (unpkg)

was missing the following properties:

  1. collectBy
  2. modify
  3. modifyPath
  4. partialObject
  5. on
as well as these 5 other properties...

promap, sequence, splitWhenever, unwind, whereAny

Generated by 🚫 dangerJS against d2dba92

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Mar 31, 2022
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Mar 31, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@valerii15298: Everything looks good here. I am ready to merge this PR (at d2dba92) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

(@TheHandsomeCoder, @donnut, @mdekrey, @sbking, @afharo, @teves-castro, @hojberg, @samsonkeung, @angeloocana, @raynerd, @moshensky, @ethanresnick, @deftomat, @blimusiek, @biern, @rayhaneh, @rgm, @drewwyatt, @jottenlips, @minitesh, @Krantisinh, @Nemo108, @jituanlin, @Philippe-mills, @Saul-Mirone, @Nicholaiii, @devrelm, @LORDBABUINO, @couzic, @NEWESTERS, @adispring, @essenmitsosse: you can do this too.)

@valerii15298
Copy link
Copy Markdown
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit 76480fb into DefinitelyTyped:master Mar 31, 2022
@valerii15298 valerii15298 deleted the enable-strict-mode branch March 31, 2022 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Check Config Changes a module config files Maintainer Approved Owner Approved A listed owner of this package signed off on the pull request. Popular package This PR affects a popular package (as counted by NPM download counts). Self Merge This PR can now be self-merged by the PR author or an owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants