Skip to content
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

[node:crypto]: Add missing paramEncoding option #67404

Merged
merged 6 commits into from Dec 30, 2023

Conversation

vansergen
Copy link
Contributor

@vansergen vansergen commented Nov 14, 2023

Changes

Select one of these and delete the others:

If changing an existing definition:

@typescript-bot
Copy link
Contributor

typescript-bot commented Nov 14, 2023

@vansergen Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

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 type definition owners or DT maintainers

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": 67404,
  "author": "vansergen",
  "headCommitOid": "0af315263c09eeb627250d55967dbef00698e981",
  "mergeBaseOid": "c73060bd14bb74a2f1906ccfc714d385863bc07d",
  "lastPushDate": "2023-11-14T14:05:17.000Z",
  "lastActivityDate": "2023-12-30T00:04:55.000Z",
  "maintainerBlessed": "Waiting for Code Reviews",
  "mergeOfferDate": "2023-12-30T00:01:54.000Z",
  "mergeRequestDate": "2023-12-30T00:04:55.000Z",
  "mergeRequestUser": "vansergen",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "node",
      "kind": "edit",
      "files": [
        {
          "path": "types/node/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/test/crypto.ts",
          "kind": "test"
        },
        {
          "path": "types/node/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/ts4.8/test/crypto.ts",
          "kind": "test"
        },
        {
          "path": "types/node/v16/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/test/crypto.ts",
          "kind": "test"
        },
        {
          "path": "types/node/v16/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v16/ts4.8/test/crypto.ts",
          "kind": "test"
        },
        {
          "path": "types/node/v18/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/test/crypto.ts",
          "kind": "test"
        },
        {
          "path": "types/node/v18/ts4.8/crypto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/node/v18/ts4.8/test/crypto.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Microsoft",
        "jkomyno",
        "alvis",
        "r3nya",
        "btoueg",
        "smac89",
        "touffy",
        "DeividasBakanas",
        "eyqs",
        "Hannes-Magnusson-CK",
        "hoo29",
        "kjin",
        "ajafff",
        "islishude",
        "mwiktorczyk",
        "mohsen1",
        "n-e",
        "galkin",
        "parambirs",
        "eps1lon",
        "ThomasdenH",
        "WilcoBakker",
        "wwwy3y3",
        "samuela",
        "kuehlein",
        "bhongy",
        "chyzwar",
        "trivikr",
        "yoursunny",
        "qwelias",
        "ExE-Boss",
        "peterblazejewicz",
        "addaleax",
        "victorperin",
        "ZYSzys",
        "NodeJS",
        "LinusU",
        "wafuwafu13",
        "mcollina",
        "Semigradsky"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "sandersn",
      "date": "2023-12-30T00:01:09.000Z",
      "isMaintainer": true
    },
    {
      "type": "stale",
      "reviewer": "andrewbranch",
      "date": "2023-12-21T20:58:51.000Z",
      "abbrOid": "1ccaa57"
    },
    {
      "type": "stale",
      "reviewer": "Semigradsky",
      "date": "2023-11-20T17:32:39.000Z",
      "abbrOid": "1ccaa57"
    }
  ],
  "mainBotCommentID": 1810271433,
  "ciResult": "pass"
}

@vansergen vansergen changed the title [node/crypto]: Add missing paramEncoding option [node:crypto]: Add missing paramEncoding option Nov 14, 2023
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Nov 14, 2023
@RyanCavanaugh RyanCavanaugh moved this from Needs Maintainer Review to Waiting for Code Reviews in New Pull Request Status Board Nov 15, 2023
types/node/crypto.d.ts Outdated Show resolved Hide resolved
@typescript-bot
Copy link
Contributor

@typescript-bot typescript-bot added the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Nov 25, 2023
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Action in New Pull Request Status Board Dec 2, 2023
@typescript-bot
Copy link
Contributor

@peterblazejewicz
Copy link
Member

@vansergen what are those other changes? I understand param encoding change (as per title)

@vansergen
Copy link
Contributor Author

@vansergen what are those other changes? I understand param encoding change (as per title)

My bad that it was not clear from the git commit message. I updated the description of this PR.

types/node/crypto.d.ts Outdated Show resolved Hide resolved
@typescript-bot typescript-bot added Revision needed This PR needs code changes before it can be merged. and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels Dec 21, 2023
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Needs Author Action in New Pull Request Status Board Dec 21, 2023
@typescript-bot
Copy link
Contributor

@vansergen One or more reviewers has requested changes. Please address their comments. I'll be back once they sign off or you've pushed new commits. Thank you!

@typescript-bot typescript-bot added Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. and removed Revision needed This PR needs code changes before it can be merged. labels Dec 21, 2023
@typescript-bot typescript-bot moved this from Needs Author Action to Needs Maintainer Action in New Pull Request Status Board Dec 21, 2023
@typescript-bot
Copy link
Contributor

@andrewbranch, @Semigradsky Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review?

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels Dec 30, 2023
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in New Pull Request Status Board Dec 30, 2023
@typescript-bot
Copy link
Contributor

@vansergen: Everything looks good here. I am ready to merge this PR (at 0af3152) 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! ❤️

(@microsoft, @jkomyno, @alvis, @r3nya, @btoueg, @smac89, @Touffy, @DeividasBakanas, @eyqs, @Hannes-Magnusson-CK, @hoo29, @kjin, @ajafff, @islishude, @mwiktorczyk, @mohsen1, @n-e, @galkin, @parambirs, @eps1lon, @ThomasdenH, @WilcoBakker, @wwwy3y3, @samuela, @kuehlein, @bhongy, @chyzwar, @trivikr, @yoursunny, @qwelias, @ExE-Boss, @peterblazejewicz, @addaleax, @victorperin, @ZYSzys, @nodejs, @LinusU, @wafuwafu13, @mcollina, @Semigradsky: you can do this too.)

@vansergen
Copy link
Contributor Author

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Dec 30, 2023
@typescript-bot typescript-bot merged commit bf73f84 into DefinitelyTyped:master Dec 30, 2023
3 checks passed
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Dec 30, 2023
@vansergen vansergen deleted the node/crypto/ec branch January 30, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical package Maintainer Approved 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.

None yet

6 participants