Skip to content

[types/binary-parser] Fix 4 typos in 3 files #69414

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
RoboSchmied:RoboSchmied-AGfixT130
May 1, 2024
Merged

[types/binary-parser] Fix 4 typos in 3 files #69414
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
RoboSchmied:RoboSchmied-AGfixT130

Conversation

@RoboSchmied
Copy link
Copy Markdown
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.

Co-authored-by: RoAGmer <[email protected]>
Signed-off-by: RoboSchmied <[email protected]>
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Apr 22, 2024

@RoboSchmied 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.

2 packages in this PR

Code Reviews

Because this PR edits multiple packages, 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 more than one package

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": 69414,
  "author": "RoboSchmied",
  "headCommitOid": "9ef221e4c006b73b318016b08b52b5b4875c89b7",
  "mergeBaseOid": "6918081f66a51df9eab940d9b690d627467c4401",
  "lastPushDate": "2024-04-22T18:45:11.000Z",
  "lastActivityDate": "2024-05-01T22:07:42.000Z",
  "mergeOfferDate": "2024-05-01T21:59:59.000Z",
  "mergeRequestDate": "2024-05-01T22:07:42.000Z",
  "mergeRequestUser": "RoboSchmied",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "binary-parser",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-parser/binary-parser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/binary-parser/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "riggs",
        "dolanmiu",
        "yuhr",
        "caguiclajmg"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bytebuffer",
      "kind": "edit",
      "files": [
        {
          "path": "types/bytebuffer/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "rbuckton",
      "date": "2024-05-01T21:59:08.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "yuhr",
      "date": "2024-04-22T18:48:06.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 2070618228,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Edits multiple packages labels Apr 22, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @riggs @dolanmiu @yuhr @caguiclajmg — 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.

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Apr 22, 2024
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels May 1, 2024
Comment thread types/binary-parser/index.d.ts
@RoboSchmied
Copy link
Copy Markdown
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit 93a393b into DefinitelyTyped:master May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Edits multiple packages 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.

4 participants