Skip to content

[busboy] Add stream.truncated property#68985

Merged
typescript-bot merged 3 commits intoDefinitelyTyped:masterfrom
leafac:patch-3
May 2, 2024
Merged

[busboy] Add stream.truncated property#68985
typescript-bot merged 3 commits intoDefinitelyTyped:masterfrom
leafac:patch-3

Conversation

@leafac
Copy link
Copy Markdown
Contributor

@leafac leafac commented Mar 14, 2024

The documentation above the modified mentions the existence of this property.


Please fill in this template.

  • 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. I skipped this because it’s a small change. Please bear with me 😅
  • Follow the advice from the readme. I used GitHub’s editing interface because it’s a small change. Please bear with me 😅
  • Avoid common mistakes.
  • Run pnpm test <package to test>. I skipped this because I was using GitHub’s editing interface. It’s a small change and I trust the CI server to catch issues if they arise. Please bear with me 😅

Select one of these and delete the others:

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes:
    * * If a configured file size limit was reached, `stream` will both have a boolean property `truncated`
    * (best checked at the end of the stream) and emit a 'limit' event to notify you when this happens.
  • 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. Does not apply.

The documentation above the modified mentions the existence of this property.
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Mar 14, 2024

@leafac 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": 68985,
  "author": "leafac",
  "headCommitOid": "f4b0764fdaf2d68af9ca34ef670e9f60ec4422ca",
  "mergeBaseOid": "6c31c706695910736af0ee24a5724f3837bfcd9a",
  "lastPushDate": "2024-03-14T12:33:54.000Z",
  "lastActivityDate": "2024-05-02T10:08:15.000Z",
  "mergeOfferDate": "2024-05-02T07:41:54.000Z",
  "mergeRequestDate": "2024-05-02T10:08:15.000Z",
  "mergeRequestUser": "leafac",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "busboy",
      "kind": "edit",
      "files": [
        {
          "path": "types/busboy/busboy-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/busboy/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jacobbaskin",
        "BendingBender",
        "martin-badin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "martin-badin",
      "date": "2024-05-02T07:41:16.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1997352910,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Untested Change This PR does not touch tests labels Mar 14, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @jacobbaskin @BendingBender @martin-badin — 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 The CI failed When GH Actions fails label Mar 14, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@leafac 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 which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot typescript-bot added the Abandoned This PR had no activity for a long time, and is considered abandoned label Apr 6, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@leafac I haven't seen any activity on this PR in more than three weeks, and it still has problems that prevent it from being merged. The PR will be closed on Apr 13th (in a week) if the issues aren't addressed.

@typescript-bot typescript-bot added Owner Approved A listed owner of this package signed off on the pull request. and removed Abandoned This PR had no activity for a long time, and is considered abandoned labels Apr 6, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

⏳ Hi @leafac,

It's been a few days since this PR was approved by martin-badin and we're waiting for you to fix the test failures and then for a maintainer approval.

If you would like to short-circuit another wait for a maintainer, you can edit some of the test files in the package which verify how the .d.ts files work. This would allow the PR to be merged by you or the DT module owners after a re-review.

@typescript-bot typescript-bot added the Abandoned This PR had no activity for a long time, and is considered abandoned label Apr 29, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@leafac I haven't seen any activity on this PR in more than three weeks, and it still has problems that prevent it from being merged. The PR will be closed on May 6th (in a week) if the issues aren't addressed.

@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 Abandoned This PR had no activity for a long time, and is considered abandoned Owner Approved A listed owner of this package signed off on the pull request. The CI failed When GH Actions fails Untested Change This PR does not touch tests labels May 2, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

It has been more than two weeks and this PR still has no reviews.

I'll bump it to the DT maintainer queue. Thank you for your patience, @leafac.

(Ping @jacobbaskin, @BendingBender, @martin-badin.)

@typescript-bot typescript-bot added The CI failed When GH Actions fails Abandoned This PR had no activity for a long time, and is considered abandoned and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels May 2, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@leafac 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 which are failing do not end up on the list of PRs for the DT maintainers to review.

@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 Abandoned This PR had no activity for a long time, and is considered abandoned The CI failed When GH Actions fails labels May 2, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@martin-badin 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 Owner Approved A listed owner of this package signed off on the pull request. 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 May 2, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

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

(@jacobbaskin, @BendingBender, @martin-badin: you can do this too.)

@leafac
Copy link
Copy Markdown
Contributor Author

leafac commented May 2, 2024

Ready to merge

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

Labels

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.

3 participants