Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 11, 2023

👋 Hi! This PR is meant to let you know that we're going to be applying formatting automatically to all DefinitelyTyped packages1. This PR is split out of:

This package is particularly huge (>1MB), so we're tagging you in an individual PR as a heads up. Please post here to let us know if you have any workflow needs that auto-formatting might disrupt2.

Cheers! 💖

time npx dprint fmt "types/carbon__pictograms-react/**/*.t*"
Formatted 2 files.
npx dprint fmt "types/carbon__pictograms-react/**/*.t*"  0.55s user 0.38s system 138% cpu 0.678 total

Footnotes

  1. Note that formatting will be applied as a commit to master after each PR. PRs won't be blocked on any CI check for proper formatting. See Using a formatter for formatting (instead of lint rules) #65993 for more information.

  2. For example, if this package is fully auto-generated (rather than manually edited), subsequent PRs might have a lot of noise from formatting differences. We can exclude it from formatting in that case.

@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 11, 2023

@JoshuaKGoldberg 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 failed
  • 🕐 Most recent commit is approved by type definition owners, DT maintainers or others

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": 66362,
  "author": "JoshuaKGoldberg",
  "headCommitOid": "ff4af3de1a02d2b87faab10f56de3e900c24e368",
  "mergeBaseOid": "dfc258b892794239a47ca9bef558214109884695",
  "lastPushDate": "2023-08-11T18:24:00.000Z",
  "lastActivityDate": "2023-08-29T15:49:47.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "carbon__pictograms-react",
      "kind": "edit",
      "files": [
        {
          "path": "types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/carbon__pictograms-react/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "metonym"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "stale",
      "reviewer": "metonym",
      "date": "2023-08-11T18:43:52.000Z",
      "abbrOid": "339b863"
    }
  ],
  "mainBotCommentID": 1675196587,
  "ciResult": "fail",
  "ciUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/commit/ff4af3de1a02d2b87faab10f56de3e900c24e368/checks?check_suite_id=15610643092"
}

@typescript-bot typescript-bot added Possibly Edits Infrastructure Too many files, bot didn't see them all Too Many Files Not all files scanned by the bot! Huge Change labels Aug 11, 2023
@typescript-bot
Copy link
Contributor

🔔 @metonym — 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 Aug 11, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg 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 Owner Approved A listed owner of this package signed off on the pull request. label Aug 11, 2023
@typescript-bot typescript-bot added Author is Owner The author of this PR is a listed owner of the package. Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. and removed Owner Approved A listed owner of this package signed off on the pull request. The CI failed When GH Actions fails Huge Change labels Aug 29, 2023
@typescript-bot
Copy link
Contributor

🔔 @JoshuaKGoldberg — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...)

@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 29, 2023

Re-ping @metonym:

This PR has been out for over a week, yet I haven't seen any reviews.

Could someone please give it some attention? Thanks!

@typescript-bot typescript-bot removed Author is Owner The author of this PR is a listed owner of the package. Possibly Edits Infrastructure Too many files, bot didn't see them all Too Many Files Not all files scanned by the bot! labels Aug 29, 2023
@DangerBotOSS
Copy link

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

formidable (unpkg)

was missing the following properties:

  1. OctetstreamParser
  2. QueryStringParser
  3. octetstream
  4. querystring
  5. multipart
as well as these 1 other properties...

json

Generated by 🚫 dangerJS against ff4af3d

@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 Aug 29, 2023
@typescript-bot
Copy link
Contributor

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

1 similar comment
@typescript-bot
Copy link
Contributor

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

@JoshuaKGoldberg
Copy link
Collaborator Author

Changes separately merged as part of #66361. ✔️

@JoshuaKGoldberg JoshuaKGoldberg deleted the dprint-carbon__pictograms-react branch September 4, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

The CI failed When GH Actions fails

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants