-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
update(express-sitemap-xml): minor updates #49572
update(express-sitemap-xml): minor updates #49572
Conversation
- mark properly `buildSitemap` as async - amend tests - ditch old TS requirements Thanks!
@peterblazejewicz Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. Status
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": 49572,
"author": "peterblazejewicz",
"headCommitAbbrOid": "f8b39fa",
"headCommitOid": "f8b39fa69cc1844bb70775e38dbd70e5e66ed527",
"mergeIsRequested": true,
"stalenessInDays": 0,
"lastPushDate": "2020-11-14T21:12:19.000Z",
"lastCommentDate": "2020-11-14T21:30:54.000Z",
"maintainerBlessed": false,
"hasMergeConflict": false,
"isFirstContribution": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "express-sitemap-xml",
"kind": "edit",
"files": [
{
"path": "types/express-sitemap-xml/express-sitemap-xml-tests.ts",
"kind": "test"
},
{
"path": "types/express-sitemap-xml/index.d.ts",
"kind": "definition"
}
],
"owners": [
"ffflorian",
"peterblazejewicz"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "ffflorian",
"date": "2020-11-14T21:20:29.000Z",
"isMaintainer": false
}
],
"ciResult": "pass"
} |
🔔 @ffflorian — please review this PR in the next few days. Be sure to explicitly select |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@peterblazejewicz Everything looks good here. Great job! I am ready to merge this PR on your behalf. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@ffflorian: you can do this too.) |
👋 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 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. |
Ready to merge 💋 |
I just published |
buildSitemap
as asyncThanks!
npm test YOUR_PACKAGE_NAME
.)npm run lint package-name
(ortsc
if notslint.json
is present).