Skip to content

Conversation

@do7be
Copy link
Contributor

@do7be do7be commented Dec 14, 2020

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

I don't know all types are correct for latest version. So I didn't update version.

@typescript-bot
Copy link
Contributor

typescript-bot commented Dec 14, 2020

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

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Most recent commit is approved by type definition owners, DT maintainers or others

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": 50112,
  "author": "do7be",
  "headCommitOid": "768d3e232544967bd29fd4ebb2e8eb0a0e5de109",
  "lastPushDate": "2020-12-14T07:28:59.000Z",
  "lastActivityDate": "2021-01-05T08:06:39.000Z",
  "maintainerBlessed": false,
  "mergeOfferDate": "2021-01-04T22:08:02.000Z",
  "mergeRequestDate": "2021-01-05T08:06:39.000Z",
  "mergeRequestUser": "do7be",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "shopify-buy",
      "kind": "edit",
      "files": [
        {
          "path": "types/shopify-buy/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/shopify-buy/shopify-buy-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "openminder",
        "straiforos",
        "totemika",
        "kilinkis",
        "chrisworman-pela",
        "MaciekBaron"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "straiforos",
      "date": "2020-12-28T22:31:15.000Z",
      "isMaintainer": false
    }
  ],
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

🔔 @openminder @straiforos @totemika @kilinkis @chrisworman-pela @MaciekBaron — 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.

@danger-public
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.

shopify-buy (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'shopify-buy'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

Generated by 🚫 dangerJS against 768d3e2

@typescript-bot
Copy link
Contributor

👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings.

Let’s review the numbers, shall we?

Comparison details 📊
master #50112 diff
Batch compilation
Memory usage (MiB) 106.5 106.2 -0.3%
Type count 24298 24298 0%
Assignability cache size 4527 4527 0%
Language service
Samples taken 665 665 0%
Identifiers in tests 665 665 0%
getCompletionsAtPosition
    Mean duration (ms) 529.5 529.0 -0.1%
    Mean CV 8.0% 7.9%
    Worst duration (ms) 1183.5 1155.8 -2.3%
    Worst identifier $cartItem $cartItem
getQuickInfoAtPosition
    Mean duration (ms) 531.1 529.6 -0.3%
    Mean CV 8.9% 8.8%
    Worst duration (ms) 1312.2 1215.7 -7.4%
    Worst identifier append append

It looks like nothing changed too much. I won’t post performance data again unless it gets worse.

@typescript-bot typescript-bot added the Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. label Dec 14, 2020
@do7be do7be changed the title fix method name updateLineItems() for shopify-buy v1 fix method name updateLineItems() for shopify-buy >= v1 Dec 14, 2020
@typescript-bot
Copy link
Contributor

Re-ping @openminder, @straiforos, @totemika, @kilinkis, @chrisworman-pela, @MaciekBaron:

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 added the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Dec 25, 2020
Copy link
Contributor

@straiforos straiforos left a comment

Choose a reason for hiding this comment

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

Sorry for the delay. Seems reasonable enough! Thank you for your contributions.

@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 Where is GH Actions? GH Actions didn't give a response to this PR and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. Self Merge This PR can now be self-merged by the PR author or an owner Where is GH Actions? GH Actions didn't give a response to this PR labels Dec 28, 2020
@typescript-bot
Copy link
Contributor

@do7be Everything looks good here. Great job! I am ready to merge this PR (at 768d3e2) on your behalf.

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! ❤️

(@openminder, @straiforos, @totemika, @kilinkis, @chrisworman-pela, @MaciekBaron: you can do this too.)

@do7be
Copy link
Contributor Author

do7be commented Jan 5, 2021

Ready to merge

@typescript-bot typescript-bot merged commit 147f515 into DefinitelyTyped:master Jan 5, 2021
@do7be do7be deleted the fix/shopify-method-name-for-v1 branch January 5, 2021 08:07
@typescript-bot
Copy link
Contributor

I just published @types/shopify-buy@2.10.4 to npm.

kaznovac pushed a commit to kaznovac/DefinitelyTyped that referenced this pull request Mar 2, 2021
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. Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. 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.

4 participants