<p dir="auto">Bumps the dependencies group with 1 update: <a href="https://github.com/maplibre/maplibre-gl-js">maplibre-gl</a>.</p>
<p dir="auto">Updates <code class="notranslate">maplibre-gl</code> from 5.13.0 to 5.14.0</p>
<details>
<summary>Release notes</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p>
<blockquote>
<h2 dir="auto">v5.14.0</h2>
<p dir="auto"><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a>
<a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.13.0...v5.14.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.13.0">MapLibre GL JS v5.13.0</a>:</p>
<h3 dir="auto">✨ Features and improvements</h3>
<ul dir="auto">
<li>Prevent redundant DEM border backfilling by tracking state, moved tile manager logic to helper files (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6756">#6756</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code class="notranslate">updateData</code>, <code class="notranslate">setData</code>, and overzoomed tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6738">#6738</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6772">#6772</a>) (by <a href="https://github.com/lucaswoj"><code class="notranslate">@lucaswoj</code></a>)</li>
</ul>
<h3 dir="auto">🐞 Bug fixes</h3>
<ul dir="auto">
<li>Handle consecutive duplicate points in offsetLine to avoid null values in the output. Fixes <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5431">#5431</a> (by <a href="https://github.com/mmc1718">mmc1718</a>)</li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Gracefully handle internal AbortErrors (e.g., when a TileJSON URL is updated while a request in flight). Previously, such aborted requests would throw an AbortError in an unhandled rejection that was not easily caught in user code. Since aborted requests are fully handled internally, these unhandled rejections were superfluous and resulted in unhelpful client errors. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6747">#6747</a>) (by <a href="https://github.com/andrewda"><code class="notranslate">@andrewda</code></a>)</li>
<li>Fix canvas sources with power-of-2 dimensions rendering as black squares (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6607">#6607</a>) (by <a href="https://github.com/Omkarthipparthi">Omkarthipparthi</a>)</li>
<li>Fix <code class="notranslate">queryTerrainElevation</code> to use higher zoom level tiles when possible (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6791">#6791</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li>Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6775">#6775</a>) (by <a href="https://github.com/larsmaxfield"><code class="notranslate">@larsmaxfield</code></a>)</li>
<li>Fix issue with <code class="notranslate">static</code> modifier as part of mlt package (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6796">#6796</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li><code class="notranslate">LngLatBounds#intersects</code> now returns <code class="notranslate">true</code> when bounds touch along an edge or at a corner (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6802">#6802</a>) (by <a href="https://github.com/lucaswoj"><code class="notranslate">@lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p dir="auto"><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p>
<blockquote>
<h2 dir="auto">5.14.0</h2>
<h3 dir="auto">✨ Features and improvements</h3>
<ul dir="auto">
<li>Prevent redundant DEM border backfilling by tracking state, moved tile manager logic to helper files (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6756">#6756</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code class="notranslate">updateData</code>, <code class="notranslate">setData</code>, and overzoomed tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6738">#6738</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6772">#6772</a>) (by <a href="https://github.com/lucaswoj"><code class="notranslate">@lucaswoj</code></a>)</li>
</ul>
<h3 dir="auto">🐞 Bug fixes</h3>
<ul dir="auto">
<li>Handle consecutive duplicate points in offsetLine to avoid null values in the output. Fixes <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5431">#5431</a> (by <a href="https://github.com/mmc1718">mmc1718</a>)</li>
<li><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Gracefully handle internal AbortErrors (e.g., when a TileJSON URL is updated while a request in flight). Previously, such aborted requests would throw an AbortError in an unhandled rejection that was not easily caught in user code. Since aborted requests are fully handled internally, these unhandled rejections were superfluous and resulted in unhelpful client errors. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6747">#6747</a>) (by <a href="https://github.com/andrewda"><code class="notranslate">@andrewda</code></a>)</li>
<li>Fix canvas sources with power-of-2 dimensions rendering as black squares (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6607">#6607</a>) (by <a href="https://github.com/Omkarthipparthi">Omkarthipparthi</a>)</li>
<li>Fix <code class="notranslate">queryTerrainElevation</code> to use higher zoom level tiles when possible (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6791">#6791</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li>Fix unwanted movement when moving a pitched terrain map at high latitudes; fix freezes when moving a pitched and rotated terrain map at low zoom (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6775">#6775</a>) (by <a href="https://github.com/larsmaxfield"><code class="notranslate">@larsmaxfield</code></a>)</li>
<li>Fix issue with <code class="notranslate">static</code> modifier as part of mlt package (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6796">#6796</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li>Fix GeoJSONSource tile reloading when updating data (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6800">#6800</a>) (by <a href="https://github.com/HarelM"><code class="notranslate">@HarelM</code></a>)</li>
<li><code class="notranslate">LngLatBounds#intersects</code> now returns <code class="notranslate">true</code> when bounds touch along an edge or at a corner (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6802">#6802</a>) (by <a href="https://github.com/lucaswoj"><code class="notranslate">@lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul dir="auto">
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/50d412d653fc08c639d7a98cfeca20fd37feba19"><code class="notranslate">50d412d</code></a> Bump version to 5.14.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6807">#6807</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/2cf5d858e64663ab9d3a07e2363d6f37ef2b378a"><code class="notranslate">2cf5d85</code></a> Make <code class="notranslate">LngLatBounds#intersects</code> return <code class="notranslate">true</code> when bounds touch along an edge ...</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cf0f69021de16e8a1d6c123eb30bc003005bf321"><code class="notranslate">cf0f690</code></a> Update mlt package, update changelog (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6796">#6796</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/84583fdee1a6f5cd9f7573b4ba7a19a8f5cdef46"><code class="notranslate">84583fd</code></a> chore(deps-dev): bump stylelint from 16.26.0 to 16.26.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6798">#6798</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d9f2df1e89ee6d33b91de1057edc855668a1239e"><code class="notranslate">d9f2df1</code></a> chore(deps): bump <code class="notranslate">@maplibre/mlt</code> from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6799">#6799</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/710e9dc3bcfc082fb10a0823ff46f952f77a6440"><code class="notranslate">710e9dc</code></a> chore(deps-dev): bump typedoc from 0.28.14 to 0.28.15 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6797">#6797</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/851efac7129e27a9156cfb8dbffea108dfe2a2c3"><code class="notranslate">851efac</code></a> Fix queryTerrainElevation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6791">#6791</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cdfe7521b8639851720c2fdf0346da869e101802"><code class="notranslate">cdfe752</code></a> Fix erratic pitched map movement at high latitudes, zoom-outs (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6775">#6775</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6855b8525b6555ce4e68cf7fa93a8d41d5279602"><code class="notranslate">6855b85</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1548823 to 0.0.1551306 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6794">#6794</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/d071a8ab044b13414ec12c894c612eda05a1c600"><code class="notranslate">d071a8a</code></a> chore(deps-dev): bump the vitest group with 3 updates (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6793">#6793</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.13.0...v5.14.0">compare view</a></li>
</ul>
</details>
<br>
<p dir="auto"><a href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img src="https://camo.githubusercontent.com/50e8e87a8047dc46c07918299abff4dd7323eb81cfb447f0716c5bee7cf59ad9/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d6d61706c696272652d676c267061636b6167652d6d616e616765723d6e706d5f616e645f7961726e2670726576696f75732d76657273696f6e3d352e31332e30266e65772d76657273696f6e3d352e31342e30" alt="Dependabot compatibility score" data-canonical-src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=maplibre-gl&package-manager=npm_and_yarn&previous-version=5.13.0&new-version=5.14.0" style="max-width: 100%;"></a></p>
<p dir="auto">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 <code class="notranslate">@dependabot rebase</code>.</p>
<hr>
<details>
<summary>Dependabot commands and options</summary>
<br>
<p dir="auto">You can trigger Dependabot actions by commenting on this PR:</p>
<ul dir="auto">
<li><code class="notranslate">@dependabot rebase</code> will rebase this PR</li>
<li><code class="notranslate">@dependabot recreate</code> will recreate this PR, overwriting any edits that have been made to it</li>
<li><code class="notranslate">@dependabot merge</code> will merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot squash and merge</code> will squash and merge this PR after your CI passes on it</li>
<li><code class="notranslate">@dependabot cancel merge</code> will cancel a previously requested merge and block automerging</li>
<li><code class="notranslate">@dependabot reopen</code> will reopen this PR if it is closed</li>
<li><code class="notranslate">@dependabot close</code> will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually</li>
<li><code class="notranslate">@dependabot show <dependency name> ignore conditions</code> will show all of the ignore conditions of the specified dependency</li>
<li><code class="notranslate">@dependabot ignore <dependency name> major version</code> will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore <dependency name> minor version</code> will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot ignore <dependency name></code> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)</li>
<li><code class="notranslate">@dependabot unignore <dependency name></code> will remove all of the ignore conditions of the specified dependency</li>
<li><code class="notranslate">@dependabot unignore <dependency name> <ignore condition></code> will remove the ignore condition of the specified dependency and ignore conditions</li>
</ul>
</details>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/openstreetmap/openstreetmap-website/pull/6603'>https://github.com/openstreetmap/openstreetmap-website/pull/6603</a></p>
<h4>Commit Summary</h4>
<ul>
<li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/6603/commits/a6fa4fa94b2ef275e1c51c6e83f3084d20af8c88" class="commit-link">a6fa4fa</a> Bump maplibre-gl from 5.13.0 to 5.14.0 in the dependencies group</li>
</ul>
<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/6603/files">1 file</a>)</p>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/openstreetmap/openstreetmap-website/pull/6603/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de">yarn.lock</a>
(26)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/6603.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/6603.patch</a></li>
<li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/6603.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/6603.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6603">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNUE27XUAUPSXGLHHL4AX7NNAVCNFSM6AAAAACONXJGZ6VHI2DSMVQWIX3LMV43ASLTON2WKOZTG4YDQMZUG43TAMQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLNB3HFVMGGSXHV7MPT4AX7NNA5CNFSM6AAAAACONXJGZ6WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHN2CHFGY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/6603</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/6603",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6603",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>