Skip to content

[node-22] add KeyObject.prototype.toCryptoKey - #70919

Closed
panva wants to merge 2 commits into
DefinitelyTyped:masterfrom
panva:keyobject-tocryptokey
Closed

panva wants to merge 2 commits into
DefinitelyTyped:masterfrom
panva:keyobject-tocryptokey

Conversation

@panva

@panva panva commented Oct 16, 2024

Copy link
Copy Markdown
Contributor

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

@panva
panva marked this pull request as ready for review October 17, 2024 08:43
@typescript-bot

typescript-bot commented Oct 17, 2024

Copy link
Copy Markdown
Contributor

@panva 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 failed
  • 🕐 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": 70919,
  "author": "panva",
  "headCommitOid": "00746897945de6de1df54d31ad0b8365266abe46",
  "mergeBaseOid": "f7e381701d4f97a8e31efeed2efddb27a1f665af",
  "lastPushDate": "2024-10-16T19:21:41.000Z",
  "lastActivityDate": "2024-10-29T12:49:58.000Z",
  "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"
        }
      ],
      "owners": [
        "Microsoft",
        "jkomyno",
        "alvis",
        "r3nya",
        "btoueg",
        "smac89",
        "touffy",
        "DeividasBakanas",
        "eyqs",
        "Hannes-Magnusson-CK",
        "hoo29",
        "kjin",
        "ajafff",
        "islishude",
        "mwiktorczyk",
        "mohsen1",
        "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": "stale",
      "reviewer": "Renegade334",
      "date": "2024-10-17T14:03:00.000Z",
      "abbrOid": "693c237"
    }
  ],
  "mainBotCommentID": 2418929613,
  "ciResult": "fail",
  "ciUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/commit/00746897945de6de1df54d31ad0b8365266abe46/checks?check_suite_id=30227637791"
}

@typescript-bot

typescript-bot commented Oct 17, 2024

Copy link
Copy Markdown
Contributor

@typescript-bot

Copy link
Copy Markdown
Contributor

@panva The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds that are failing do not end up on the list of PRs for the DT maintainers to review.

@panva
panva force-pushed the keyobject-tocryptokey branch from 2c8247f to 23371bb Compare October 17, 2024 08:47
@typescript-bot typescript-bot added Edits multiple packages The CI failed When GH Actions fails and removed The CI failed When GH Actions fails labels Oct 17, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@panva The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds that are failing do not end up on the list of PRs for the DT maintainers to review.

@panva
panva force-pushed the keyobject-tocryptokey branch from 23371bb to 693c237 Compare October 17, 2024 08:53
@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Oct 17, 2024

@Renegade334 Renegade334 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Package versions need to be added sequentially; this will be included as part of the v22.10.x changeset, but will need to wait until v22.8 and v22.9 have been addressed first.

@typescript-bot typescript-bot added the Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. label Oct 18, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@panva Unfortunately, this pull request currently has a merge conflict 😥. Please update your PR branch to be up-to-date with respect to master. Have a nice day!

@panva
panva force-pushed the keyobject-tocryptokey branch from 693c237 to 789d7a5 Compare October 19, 2024 11:29
@typescript-bot typescript-bot removed Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. Edits multiple packages labels Oct 19, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@Renegade334 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 the Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. label Oct 25, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@panva Unfortunately, this pull request currently has a merge conflict 😥. Please update your PR branch to be up-to-date with respect to master. Have a nice day!

@panva panva closed this Oct 25, 2024
@panva panva reopened this Oct 29, 2024
@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 Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. labels Oct 29, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@typescript-bot typescript-bot added The CI failed When GH Actions fails and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels Oct 29, 2024
@typescript-bot

Copy link
Copy Markdown
Contributor

@panva The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds that are failing do not end up on the list of PRs for the DT maintainers to review.

@Renegade334

Copy link
Copy Markdown
Contributor

This change will be included as part of #71005.

@panva panva closed this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants