-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
[leaflet] Update to leaflet 1.9.1 #62487
Conversation
@someonewithpc Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsThis PR can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. 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. InactiveThis PR has been inactive for 10 days — please merge or say something if there's a problem, otherwise it will be closed! Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 62487,
"author": "someonewithpc",
"headCommitOid": "12f4f568f5b02247c5d1eeaa75ffd75a9bb0b17b",
"mergeBaseOid": "084f03bfe7bac41da8ac10f46988e454c219ad33",
"lastPushDate": "2022-09-30T19:29:16.000Z",
"lastActivityDate": "2022-10-15T08:30:38.000Z",
"mergeOfferDate": "2022-10-04T22:04:20.000Z",
"mergeRequestDate": "2022-10-15T08:30:38.000Z",
"mergeRequestUser": "someonewithpc",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "leaflet",
"kind": "edit",
"files": [
{
"path": "types/leaflet/index.d.ts",
"kind": "definition"
}
],
"owners": [
"alejo90",
"atd-schubert",
"mcauer",
"ronikar",
"life777",
"henrythasler",
"captain-igloo",
"someonewithpc"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "rbuckton",
"date": "2022-10-04T22:03:34.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "jonkoops",
"date": "2022-10-01T22:15:52.000Z",
"isMaintainer": false
},
{
"type": "approved",
"reviewer": "Falke-Design",
"date": "2022-09-30T19:46:30.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1263854060,
"ciResult": "pass"
} |
🔔 @someonewithpc — 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...) |
Will be reverted soon with 1.9.2 |
Didn't know, but I don't think this would require any change on our side, if I understand it correctly |
092a5e7
to
0b87573
Compare
Hey @someonewithpc, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
🔔 @alejo90 @atd-schubert @mcauer @ronikar @life777 @henrythasler @captain-igloo — please review this PR in the next few days. Be sure to explicitly select |
0b87573
to
1cb91c0
Compare
All tests pass but produce the following warning:
But those properties are in the definition. Is this because the definition doesn't define a global |
@someonewithpc One or more reviewers has requested changes. Please address their comments. I'll be back once they sign off or you've pushed new commits. Thank you! |
They no longer take a `zoom`, as of 1.9.1
That is the reason why we will release 1.9.2 soon with out the new ESM entrypoint -> Breaks imports |
9d57ffc
to
12f4f56
Compare
We also changed the API of |
@Falke-Design 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? |
@Falke-Design I saw that PR, but it didn't seem to require any changes to the declaration. Do please correct me if I'm wrong, but |
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.
Yes sorry my fault. I didn't checked the file only your changes
@someonewithpc: Everything looks good here. I am ready to merge this PR (at 12f4f56) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@alejo90, @atd-schubert, @mcauer, @ronikar, @life777, @henrythasler, @captain-igloo: you can do this too.) |
Re-ping @someonewithpc / @alejo90, @atd-schubert, @mcauer, @ronikar, @life777, @henrythasler, @captain-igloo: This PR has been ready to merge for over a week, and I haven't seen any requests to merge it. I will close it on Nov 3rd (in three weeks) if this doesn't happen. (If there's no reason to avoid merging it, please do so. Otherwise, if it shouldn't be merged or if it needs more time, please close it or turn it into a draft.) |
Ready to merge |
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If changing an existing definition: