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

ember-qunit: export SetupTestOptions #62073

Merged

Conversation

chriskrycho
Copy link
Contributor

This unblocks ember-cli/ember-cli#9972.

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

@typescript-bot
Copy link
Contributor

typescript-bot commented Sep 1, 2022

@chriskrycho 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": 62073,
  "author": "chriskrycho",
  "headCommitOid": "058727f09bda6730356ec9e76a17c5fc8e08819a",
  "mergeBaseOid": "7143245b02a8118d9cfc1467da638433c5beb6c6",
  "lastPushDate": "2022-09-01T18:06:17.000Z",
  "lastActivityDate": "2022-09-01T19:08:25.000Z",
  "mergeOfferDate": "2022-09-01T18:18:24.000Z",
  "mergeRequestDate": "2022-09-01T19:08:25.000Z",
  "mergeRequestUser": "chriskrycho",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "ember-qunit",
      "kind": "edit",
      "files": [
        {
          "path": "types/ember-qunit/ember-qunit-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/ember-qunit/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "dfreeman",
        "chriskrycho",
        "jamescdavis"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "dfreeman",
      "date": "2022-09-01T18:17:41.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1234315443,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Edits multiple packages Author is Owner The author of this PR is a listed owner of the package. labels Sep 1, 2022
@typescript-bot typescript-bot added this to Waiting for Code Reviews in New Pull Request Status Board Sep 1, 2022
@typescript-bot
Copy link
Contributor

🔔 @dfreeman @jamescdavis — 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.

@DangerBotOSS
Copy link

DangerBotOSS commented Sep 1, 2022

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.

ember-qunit (unpkg)

was missing the following properties:

  1. name
  2. init
  3. included
  4. targetOptions
  5. treeForVendor
as well as these 2 other properties...

treeForAddonTestSupport, setTestGenerator

Generated by 🚫 dangerJS against 058727f

@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Code Reviews in New Pull Request Status Board Sep 1, 2022
@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Sep 1, 2022
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Review in New Pull Request Status Board Sep 1, 2022
@chriskrycho chriskrycho changed the title ember-qunit: export SetupTestOptions as @internal ember-qunit: export SetupTestOptions Sep 1, 2022
@chriskrycho chriskrycho changed the title ember-qunit: export SetupTestOptions ember-qunit: export SetupTestOptions Sep 1, 2022
@@ -1,5 +1,5 @@
import Mixin from '@ember/object/mixin';
import { AnyFn, EmberMethod, MethodNamesOf, MethodParams, MethodsOf } from 'ember/-private/type-utils';
import { AnyFn, EmberMethod } from 'ember/-private/type-utils';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These were unused, and just happened to get caught in this change. :sigh: Removing.

@typescript-bot typescript-bot removed Owner Approved A listed owner of this package signed off on the pull request. Edits multiple packages labels Sep 1, 2022
@typescript-bot typescript-bot moved this from Needs Maintainer Review to Waiting for Code Reviews in New Pull Request Status Board Sep 1, 2022
@typescript-bot
Copy link
Contributor

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

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

(@dfreeman, @jamescdavis: you can do this too.)

@chriskrycho
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 Sep 1, 2022
@typescript-bot typescript-bot merged commit 876b874 into DefinitelyTyped:master Sep 1, 2022
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author is Owner The author of this PR is a listed owner of the package. 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

4 participants