dependabot[bot] opened a new pull request, #1082: URL: https://github.com/apache/sedona/pull/1082
Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.4.0 to 1.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Leaflet/Leaflet/releases">leaflet's releases</a>.</em></p> <blockquote> <h2>v1.9.4</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix tile gaps in Chromium-based browsers (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8891">#8891</a> by <a href="https://github.com/IvanSanchez"><code>@IvanSanchez</code></a>)</li> <li>Fix vector drifts when <code>zoomAnimation</code> is <code>false</code> and zooming via <code>flyTo</code> or pinch (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8794">#8794</a> by <a href="https://github.com/plainheart"><code>@plainheart</code></a>)</li> <li>Ensure <code>toGeoJSON()</code> still works with an empty array (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8737">#8737</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Ensure <code>LineUtil</code> and <code>PolyUtil</code> only iterate over array values and not properties (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8840">#8840</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix rounding errors in center calculation of <code>LineUtil</code> and <code>PolyUtil</code> for small layers (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8784">#8784</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Prevent unwanted layer toggle while expanding the Layers control on mobile (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8910">#8910</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix an error when a focusing on a <code>Tooltip</code>-bound <code>FeatureGroup</code> that contains a layer without a <code>getElement</code> method (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8890">#8890</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix <code>Tooltip</code> is not showing when loaded dynamically while moving the map (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8672">#8672</a> by <a href="https://github.com/theGOTOguy"><code>@theGOTOguy</code></a>)</li> <li>Fix <code>noMoveStart</code> option not applying to <code>fitBounds</code> (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8911">#8911</a> by <a href="https://github.com/AbdullahSohail-SE"><code>@AbdullahSohail-SE</code></a>)</li> <li>Fix outlines showing up when interacting with the map on Safari 16.4+ (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8917">#8917</a> by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a>)</li> </ul> <h2>v1.9.3</h2> <h3>🙌 Accessibility</h3> <ul> <li>Expand the layers control on <!-- raw HTML omitted -->Enter<!-- raw HTML omitted --> keydown (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8556">#8556</a> by <a href="https://github.com/larsgw"><code>@larsgw</code></a>)</li> <li>Align the scale control's alpha transparency with the attribution control (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8547">#8547</a> by <a href="https://github.com/Malvoz"><code>@Malvoz</code></a>)</li> <li>Allow the scale control's text to overflow the container (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8548">#8548</a> by <a href="https://github.com/Malvoz"><code>@Malvoz</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Remove internal usage of <code>L</code> global (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8536">#8536</a> by <a href="https://github.com/mourner"><code>@mourner</code></a>)</li> <li>Fix intermittent wobble when using <code>setMaxBounds(map.getBounds())</code> (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8534">#8534</a> by <a href="https://github.com/rjackson"><code>@rjackson</code></a>)</li> <li>Ensure that <code>latLngsToCoords()</code> does not return references passed to it (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/7344">#7344</a> by <a href="https://github.com/marlo22%5D"><code>@marlo22</code></a>)</li> <li>Ensure <code>worldCopyJump()</code> behavior is consistent when using a keyboard (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8562">#8562</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Ensure correct target is used for the <code>popupopen</code> event (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8571">#8571</a> by <a href="https://github.com/Belair34"><code>@Belair34</code></a>)</li> <li>Prevent recursion when panning a <code>Popup</code> (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8520">#8520</a> by <a href="https://github.com/rjackson"><code>@rjackson</code></a>)</li> <li>Support CSS <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position#sticky"><code>position: sticky</code></a> for map container (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8550">#8550</a> by <a href="https://github.com/tmiaa"><code>@tmiaa</code></a>)</li> </ul> <h2>v1.9.2</h2> <h3>🐞 Bug fixes</h3> <ul> <li>⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import <code>leaflet/dist/leaflet-src.esm.js</code> explicitly instead to take advantage; ESM by default will come in v2) (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8493">#8493</a> by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a>)</li> <li>Fix a bug where tooltips could throw an error with canvas renderer (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8498">#8498</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8523">#8523</a> by <a href="https://github.com/raychanks"><code>@raychanks</code></a>).</li> </ul> <h3>🧪 Tests</h3> <ul> <li>Fix unit tests suite stopping abruptly on Mac (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8478">#8478</a>)</li> </ul> <h3>📝 Docs</h3> <ul> <li>Fix <code>Bounds</code> <code>equals</code> parameters in docs (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8500">#8500</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> </ul> <h2>v1.9.1</h2> <ul> <li>Fix <code>Events</code> <code>listens</code> not propagating to parent objects, in particular fixing compatibility with <strong>Leaflet.markercluster</strong> plugin (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8457">#8211</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> </ul> <h2>v1.9.0</h2> <h2>⚡ Note on future versions</h2> <p>The v1.9 release is setting the stage for the first major version bump of Leaflet since 2016! A lot has changed since then, and it's time for Leaflet to grow together with the web platform.</p> <p>After this release, we are branching off the 1.x code and putting it in <em>maintenance mode</em> — reserving potential 1.x releases <em>only</em> for critical bugfixes. Although <strong>version 2.0</strong> is still far away and will take some time to take shape, we plan to make the following changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md">leaflet's changelog</a>.</em></p> <blockquote> <h2>1.9.4 (2023-05-18)</h2> <h3>🐞 Bug fixes</h3> <ul> <li>Fix tile gaps in Chromium-based browsers (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8891">#8891</a> by <a href="https://github.com/IvanSanchez"><code>@IvanSanchez</code></a>)</li> <li>Fix vector drifts when zoomAnimation is false and zooming via flyTo or pinch (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8794">#8794</a> by <a href="https://github.com/plainheart"><code>@plainheart</code></a>)</li> <li>Ensure toGeoJSON() still works with an empty array (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8737">#8737</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Ensure LineUtil and PolyUtil only iterate over array values and not properties (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8840">#8840</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix rounding errors in center calculation of LineUtil and PolyUtil for small layers (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8784">#8784</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Prevent unwanted layer toggle while expanding the Layers control on mobile (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8910">#8910</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix an error when a focusing on a Tooltip-bound FeatureGroup that contains a layer without a getElement method (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8890">#8890</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix Tooltip is not showing when loaded dynamically while moving the map (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8672">#8672</a> by <a href="https://github.com/theGOTOguy"><code>@theGOTOguy</code></a>)</li> <li>Fix noMoveStart option not applying to fitBounds (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8911">#8911</a> by <a href="https://github.com/AbdullahSohail-SE"><code>@AbdullahSohail-SE</code></a>)</li> <li>Fix outlines showing up when interacting with the map on Safari 16.4+ (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8917">#8917</a> by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a>)</li> </ul> <h2>1.9.3 (2022-11-18)</h2> <h3>🙌 Accessibility</h3> <ul> <li>Expand the layers control on <!-- raw HTML omitted -->Enter<!-- raw HTML omitted --> keydown (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8556">#8556</a> by <a href="https://github.com/larsgw"><code>@larsgw</code></a>)</li> <li>Align the scale control's alpha transparency with the attribution control (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8547">#8547</a> by <a href="https://github.com/Malvoz"><code>@Malvoz</code></a>)</li> <li>Allow the scale control's text to overflow the container (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8548">#8548</a> by <a href="https://github.com/Malvoz"><code>@Malvoz</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Remove internal usage of <code>L</code> global (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8536">#8536</a> by <a href="https://github.com/mourner"><code>@mourner</code></a>)</li> <li>Fix intermittent wobble when using <code>setMaxBounds(map.getBounds())</code> (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8534">#8534</a> by <a href="https://github.com/rjackson"><code>@rjackson</code></a>)</li> <li>Ensure that <code>latLngsToCoords()</code> does not return references passed to it (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/7344">#7344</a> by <a href="https://github.com/marlo22%5D"><code>@marlo22</code></a>)</li> <li>Ensure <code>worldCopyJump()</code> behavior is consistent when using a keyboard (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8562">#8562</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Ensure correct target is used for the <code>popupopen</code> event (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8571">#8571</a> by <a href="https://github.com/Belair34"><code>@Belair34</code></a>)</li> <li>Prevent recursion when panning a <code>Popup</code> (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8520">#8520</a> by <a href="https://github.com/rjackson"><code>@rjackson</code></a>)</li> <li>Support CSS <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position#sticky"><code>position: sticky</code></a> for map container (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8550">#8550</a> by <a href="https://github.com/tmiaa"><code>@tmiaa</code></a>)</li> </ul> <h2>1.9.2 (2022-10-04)</h2> <h3>🐞 Bug fixes</h3> <ul> <li>⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import <code>leaflet/dist/leaflet-src.esm.js</code> explicitly instead to take advantage; ESM by default will come in v2) (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8493">#8493</a> by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a>)</li> <li>Fix a bug where tooltips could throw an error with canvas renderer (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8498">#8498</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> <li>Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8523">#8523</a> by <a href="https://github.com/raychanks"><code>@raychanks</code></a>).</li> </ul> <h3>🧪 Tests</h3> <ul> <li>Fix unit tests suite stopping abruptly on Mac (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8478">#8478</a>)</li> </ul> <h3>📝 Docs</h3> <ul> <li>Fix <code>Bounds</code> <code>equals</code> parameters in docs (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8500">#8500</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> </ul> <h2>1.9.1 (2022-09-23)</h2> <ul> <li>Fix <code>Events</code> <code>listens</code> not propagating to parent objects, in particular fixing compatibility with <strong>Leaflet.markercluster</strong> plugin (<a href="https://redirect.github.com/Leaflet/Leaflet/pull/8457">#8211</a> by <a href="https://github.com/Falke-Design"><code>@Falke-Design</code></a>)</li> </ul> <h2>1.9.0 (2022-09-21)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Leaflet/Leaflet/commit/d15112c9e8ac339f0f74f563959d0423d291308d"><code>d15112c</code></a> 1.9.4</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/e4c0c05b35f76ad7f5a65fcb30522a8a050829e0"><code>e4c0c05</code></a> Update Changelog 1.9.4</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/3bf98e34e6385ed27fa1e214425552fac7aee469"><code>3bf98e3</code></a> Update License to 2023</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/86029489bba498e3630479967d51109c1ac8e50f"><code>8602948</code></a> Set <code>outlineStyle</code> instead of <code>outline</code> when preventing outline (<a href="https://redirect.github.com/Leaflet/Leaflet/issues/8917">#8917</a>)</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/830b4248ba6afc23063130dde796d16ca153407b"><code>830b424</code></a> Replace arrow function for IE</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/88bb5dcc0e34b2c1fef5594935c41a16e7da8beb"><code>88bb5dc</code></a> Bugfix: Fix noMoveStart option for fitBounds method (<a href="https://redirect.github.com/Leaflet/Leaflet/issues/8911">#8911</a>)</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/5506693e1a3353fbcd9882218ee06ee3845c78a0"><code>5506693</code></a> Fix issue whereby tooltips loaded dynamically while moving the map were never...</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/8306fabf62a8baa12218b12ff8b555029a5fce1e"><code>8306fab</code></a> Fix tooltip focus listener if getElement is no function (<a href="https://redirect.github.com/Leaflet/Leaflet/issues/8890">#8890</a>)</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/6e026b0c54532c6a85c8602df9caa137fb6a6e91"><code>6e026b0</code></a> Prevent adding layer while expanding Layer-Control on mobile (<a href="https://redirect.github.com/Leaflet/Leaflet/issues/8910">#8910</a>)</li> <li><a href="https://github.com/Leaflet/Leaflet/commit/af165ddedfb955ac6463ad37f9a5862d942fd1da"><code>af165dd</code></a> fix vector drifts when <code>zoomAnimation</code> is <code>false</code> and zooming via <code>flyTo</code> or ...</li> <li>Additional commits viewable in <a href="https://github.com/Leaflet/Leaflet/compare/v1.4.0...v1.9.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
