[openstreetmap/openstreetmap-website] Bump leaflet from 1.9.3 to 1.9.4 (PR #4035)
dependabot[bot]
notifications at github.com
Thu May 18 23:57:00 UTC 2023
Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.9.3 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>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Leaflet/Leaflet/blob/v1.9.4/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 <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>
</blockquote>
</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.9.3...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 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>
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/4035
-- Commit Summary --
* Bump leaflet from 1.9.3 to 1.9.4
-- File Changes --
M yarn.lock (6)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/4035.patch
https://github.com/openstreetmap/openstreetmap-website/pull/4035.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4035
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4035 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230518/a634cab5/attachment-0001.htm>
More information about the rails-dev
mailing list