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

[@types/better-sqlite3] Prefer unknown to any #65035

Merged
merged 5 commits into from Apr 6, 2023
Merged

[@types/better-sqlite3] Prefer unknown to any #65035

merged 5 commits into from Apr 6, 2023

Conversation

AverageHelper
Copy link
Contributor

Please fill in this template.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: [@types/better-sqlite3] #62205
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.

@typescript-bot
Copy link
Contributor

typescript-bot commented Apr 6, 2023

@AverageHelper 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": 65035,
  "author": "AverageHelper",
  "headCommitOid": "ebbbbe348c49769ad7e737587a2a715677c1bf75",
  "mergeBaseOid": "ccf7ee3816e54705e01e832abf4daf1f6a89ae17",
  "lastPushDate": "2023-04-06T16:26:28.000Z",
  "lastActivityDate": "2023-04-06T16:35:53.000Z",
  "mergeOfferDate": "2023-04-06T16:35:40.000Z",
  "mergeRequestDate": "2023-04-06T16:35:53.000Z",
  "mergeRequestUser": "AverageHelper",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "better-sqlite3",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-sqlite3/better-sqlite3-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/better-sqlite3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Morfent",
        "matrumz",
        "sant123",
        "loghorn",
        "andykais",
        "mrkstwrt",
        "stamerf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "sant123",
      "date": "2023-04-06T16:34:57.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1499287540,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the Popular package This PR affects a popular package (as counted by NPM download counts). label Apr 6, 2023
@typescript-bot typescript-bot added this to Waiting for Code Reviews in New Pull Request Status Board Apr 6, 2023
@typescript-bot
Copy link
Contributor

🔔 @Morfent @matrumz @sant123 @Loghorn @andykais @mrkstwrt @stamerf — 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 Apr 6, 2023
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Author Action in New Pull Request Status Board Apr 6, 2023
@typescript-bot
Copy link
Contributor

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

@AverageHelper 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 Apr 6, 2023
@typescript-bot typescript-bot moved this from Needs Author Action to Waiting for Code Reviews in New Pull Request Status Board Apr 6, 2023
@AverageHelper
Copy link
Contributor Author

Sorry for all the CI failures, lol. I only now figured out that I need to clear node_modules sometimes to get the tests to run locally 😅

I'm not sure quite what to do about the version number. I did have to alter the type tests slightly to clarify the type of one parameter, but I don't know whether that constitutes a "breaking" change in this context.

Copy link
Contributor

@sant123 sant123 left a comment

Choose a reason for hiding this comment

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

LGTM!

@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 labels Apr 6, 2023
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Waiting for Author to Merge in New Pull Request Status Board Apr 6, 2023
@typescript-bot
Copy link
Contributor

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

(@Morfent, @matrumz, @sant123, @Loghorn, @andykais, @mrkstwrt, @stamerf: you can do this too.)

@AverageHelper
Copy link
Contributor Author

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Apr 6, 2023
@typescript-bot typescript-bot merged commit 4410542 into DefinitelyTyped:master Apr 6, 2023
2 checks passed
@AverageHelper AverageHelper deleted the avg/better-sqlite3-prefer-unknown-to-any branch April 6, 2023 16:36
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Apr 6, 2023
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.

None yet

3 participants