Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.11.0 to 
5.12.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.12.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.11.0...v5.12.0">Changes</a>
 since <a 
href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.11.0">MapLibre
 GL JS v5.11.0</a>:</p>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for MapLibre Tiles (MLT) by using <code>encoding: 
'mlt'</code> in vector source definition (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6570">#6570</a>)
 (by <a 
href="https://github.com/Salkin975"><code>@​Salkin975</code></a>
 and <a 
href="https://github.com/HArelM"><code>@​HarelM</code></a>)</li>
<li>Slice vector tiles to improve over scale vector handling (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6521">#6521</a>).
 It adds the <code>experimentalZoomLevelsToOverscale</code> flag to 
<code>MapOptions</code> to allow controlling how many zoom levels 
to slice and how many to scale. It seems to have better performance at high 
zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 
or less. (by <a 
href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Add reduceMotion option to Map Options (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6661">#6661</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix missing <code>constrainOverride</code> setter in 
<code>TransformHelper.apply</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6642">#6642</a>)
 (by <a 
href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li>
<li>Fix blank map after WebGL context restore (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6242">#6242</a>)
 (by <a 
href="https://github.com/ToHold"><code>@​ToHold</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.12.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for MapLibre Tiles (MLT) by using <code>encoding: 
'mlt'</code> in vector source definition (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6570">#6570</a>)
 (by <a 
href="https://github.com/Salkin975"><code>@​Salkin975</code></a>
 and <a 
href="https://github.com/HArelM"><code>@​HarelM</code></a>)</li>
<li>Slice vector tiles to improve over scale vector handling (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6521">#6521</a>).
 It adds the <code>experimentalZoomLevelsToOverscale</code> flag to 
<code>MapOptions</code> to allow controlling how many zoom levels 
to slice and how many to scale. It seems to have better performance at high 
zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 
or less. (by <a 
href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Add reduceMotion option to Map Options (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6661">#6661</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix missing <code>constrainOverride</code> setter in 
<code>TransformHelper.apply</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6642">#6642</a>)
 (by <a 
href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li>
<li>Fix blank map after WebGL context restore (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6242">#6242</a>)
 (by <a 
href="https://github.com/ToHold"><code>@​ToHold</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/370565ba1eef0f270347585f9d8f964e002de73f"><code>370565b</code></a>
 Bump version to 5.12.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6678">#6678</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/7d5c2f7f17f842ce62746ae2012d96871bbcde46"><code>7d5c2f7</code></a>
 Set immutableCreate to true in release workflow (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6634">#6634</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/689a3c20a695b701d6bb641b361195b1f2ba189f"><code>689a3c2</code></a>
 Add support for MLT (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6570">#6570</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/234b63b837b0a9e01eca9826a37b2ea294a4300a"><code>234b63b</code></a>
 chore(deps-dev): bump eslint from 9.39.0 to 9.39.1 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6677">#6677</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/ea166d863d57bd1762c988f9bb42f2efabcc1b91"><code>ea166d8</code></a>
 chore(deps-dev): bump puppeteer from 24.27.0 to 24.28.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6675">#6675</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/db9cf5da6b0e19bde487d5feeb4de391dc30b31b"><code>db9cf5d</code></a>
 chore(deps-dev): bump 
<code>@​typescript-eslint/eslint-plugin</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6674">#6674</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/e832ffa1fdfddcedfa9f28b4bfdf4bf3942384e3"><code>e832ffa</code></a>
 Add reduceMotion option to Map Options (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6661">#6661</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/068522a86e9cf444329155c498b5e5fc451537e3"><code>068522a</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 24.9.2 to 
24.10.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6672">#6672</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/84d56f71d821b8ea2c562500bbedeefbcec3f98c"><code>84d56f7</code></a>
 Generate Unicode character property data at build time (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6639">#6639</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/e24615c52d277dd521a614724e163fd26dc5d241"><code>e24615c</code></a>
 Clear both TinySDF instances together (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6671">#6671</a>)</li>
<li>Additional commits viewable in <a 
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.11.0...v5.12.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.11.0&new-version=5.12.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 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/6516

-- Commit Summary --

  * Bump maplibre-gl from 5.11.0 to 5.12.0

-- File Changes --

    M yarn.lock (14)

-- Patch Links --

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

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6516
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