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

[react-tracking] Add explicit children to TrackingComponent #56264

Conversation

eps1lon
Copy link
Collaborator

@eps1lon eps1lon commented Oct 6, 2021

We plan to remove implicit children from @types/react. The following changes are required to pass #56210.

@typescript-bot typescript-bot added this to Needs Author Action in New Pull Request Status Board Oct 6, 2021
@eps1lon eps1lon marked this pull request as ready for review October 7, 2021 08:52
@eps1lon eps1lon requested a review from alloy as a code owner October 7, 2021 08:52
@typescript-bot
Copy link
Contributor

typescript-bot commented Oct 7, 2021

@eps1lon Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

This PR 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
  • ✅ Only a DT maintainer can approve changes without tests

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": 56264,
  "author": "eps1lon",
  "headCommitOid": "6e20b650a787f0fbadfb27ac59eab577556e15f6",
  "lastPushDate": "2021-10-07T11:04:52.000Z",
  "lastActivityDate": "2021-10-14T08:56:51.000Z",
  "mergeOfferDate": "2021-10-13T23:50:43.000Z",
  "mergeRequestDate": "2021-10-14T08:56:51.000Z",
  "mergeRequestUser": "eps1lon",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "react-tracking",
      "kind": "edit",
      "files": [
        {
          "path": "types/react-tracking/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "alloy",
        "damassi",
        "chenasraf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "amcasey",
      "date": "2021-10-13T23:50:09.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "chenasraf",
      "date": "2021-10-07T16:30:52.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 937588742,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the Untested Change This PR does not touch tests label Oct 7, 2021
@typescript-bot typescript-bot moved this from Needs Author Action to Needs Maintainer Review in New Pull Request Status Board Oct 7, 2021
@typescript-bot
Copy link
Contributor

Hey @eps1lon,

😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module.

This can potentially save days of time for you!

@typescript-bot
Copy link
Contributor

🔔 @alloy @damassi @chenasraf — 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.

types/react-tracking/index.d.ts Outdated Show resolved Hide resolved
types/react-tracking/index.d.ts Outdated Show resolved Hide resolved
@typescript-bot typescript-bot added the Revision needed This PR needs code changes before it can be merged. label Oct 7, 2021
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Needs Author Action in New Pull Request Status Board Oct 7, 2021
@typescript-bot
Copy link
Contributor

@eps1lon 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!

Co-authored-by: Chen Asraf <chenasraf@users.noreply.github.com>
@typescript-bot typescript-bot removed the Revision needed This PR needs code changes before it can be merged. label Oct 7, 2021
@typescript-bot typescript-bot moved this from Needs Author Action to Waiting for Code Reviews in New Pull Request Status Board Oct 7, 2021
@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Oct 7, 2021
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Author Action in New Pull Request Status Board Oct 7, 2021
@typescript-bot
Copy link
Contributor

@eps1lon 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 removed the The CI failed When GH Actions fails label Oct 7, 2021
@typescript-bot typescript-bot moved this from Needs Author Action to Waiting for Code Reviews in New Pull Request Status Board Oct 7, 2021
@typescript-bot
Copy link
Contributor

@chenasraf 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 moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Oct 7, 2021
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Oct 7, 2021
@chenasraf
Copy link
Contributor

/cc @alloy

@typescript-bot
Copy link
Contributor

⏳ Hi @eps1lon,

It's been a few days since this PR was approved by chenasraf and we're waiting for a DT maintainer to give a review.

If you would like to short-circuit this wait, 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 Self Merge This PR can now be self-merged by the PR author or an owner label Oct 13, 2021
@typescript-bot
Copy link
Contributor

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

(@alloy, @damassi, @chenasraf: you can do this too.)

@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Author to Merge in New Pull Request Status Board Oct 13, 2021
@eps1lon
Copy link
Collaborator Author

eps1lon commented Oct 14, 2021

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Oct 14, 2021
@typescript-bot typescript-bot merged commit 43f742c into DefinitelyTyped:master Oct 14, 2021
@eps1lon eps1lon deleted the fix/implicit-children/react-tracking branch October 14, 2021 09:40
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintainer Approved 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 Untested Change This PR does not touch tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants