Bumps the dependencies group with 1 update: 
[maplibre-gl](https://github.com/maplibre/maplibre-gl-js).

Updates `maplibre-gl` from 5.13.0 to 5.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's
 releases</a>.</em></p>
<blockquote>
<h2>v5.14.0</h2>
<p><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>✨ Features and improvements</h3>
<ul>
<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>@​HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code>updateData</code>, 
<code>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>@​lucaswoj</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<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>⚠️ 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>@​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>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>@​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>@​larsmaxfield</code></a>)</li>
<li>Fix issue with <code>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>@​HarelM</code></a>)</li>
<li><code>LngLatBounds#intersects</code> now returns 
<code>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>@​lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><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>5.14.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<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>@​HarelM</code></a>)</li>
<li>Improve performance of GeoJSON <code>updateData</code>, 
<code>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>@​lucaswoj</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<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>⚠️ 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>@​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>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>@​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>@​larsmaxfield</code></a>)</li>
<li>Fix issue with <code>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>@​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>@​HarelM</code></a>)</li>
<li><code>LngLatBounds#intersects</code> now returns 
<code>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>@​lucaswoj</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/50d412d653fc08c639d7a98cfeca20fd37feba19"><code>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>2cf5d85</code></a>
 Make <code>LngLatBounds#intersects</code> return 
<code>true</code> when bounds touch along an edge ...</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/cf0f69021de16e8a1d6c123eb30bc003005bf321"><code>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>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>d9f2df1</code></a>
 chore(deps): bump <code>@​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>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>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>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>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>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 />


[![Dependabot compatibility 
score](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)](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 <dependency name> major version` 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)
- `@dependabot ignore <dependency name> minor version` 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)
- `@dependabot ignore <dependency name>` 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)
- `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will 
remove the ignore condition of the specified dependency and ignore conditions


</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6603

-- Commit Summary --

  * Bump maplibre-gl from 5.13.0 to 5.14.0 in the dependencies group

-- File Changes --

    M yarn.lock (26)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6603.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6603.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6603
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to