Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.9.0 to 5.10.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.10.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.9.0...v5.10.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.9.0">MapLibre GL JS v5.9.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Add time control API (<code>setNow</code>, <code>restoreNow</code>, <code>isTimeFrozen</code>) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6544">6544</a>)</li> <li>Use styles <code>isHidden</code> logic in the worker by adding a new optional <code>roundMinZoom</code> parameter (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6547">#6547</a>)</li> <li>Add <code>transformConstrain</code> callback to the <code>Map</code> options to override the transform's <code>constrain</code> with new type <code>TransformConstrainFunction</code>; refactor transform constructor options to a <code>TransformOptions</code> object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6484">#6484</a>)</li> <li>Use timeControl.now() instead of browser.now() (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6573">6573</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Contextmenu events not blocked by scrolling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5683">#5683</a></li> <li>Mousemove events are not blocked by scrolling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6302">#6302</a>)</li> <li>Dashed lines have blurry rounded caps (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6554">#6554</a>)</li> <li>Preserve flyTo padding when prefers-reduced-motion is enabled (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6576">#6576</a>)</li> <li>Fix setClusterOptions not triggering recluster when no data changes are pending (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6603">#6603</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.10.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add time control API (<code>setNow</code>, <code>restoreNow</code>, <code>isTimeFrozen</code>) for deterministic rendering, enabling frame-by-frame video export and deterministic testing (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6544">6544</a>)</li> <li>Use styles <code>isHidden</code> logic in the worker by adding a new optional <code>roundMinZoom</code> parameter (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6547">#6547</a>)</li> <li>Add <code>transformConstrain</code> callback to the <code>Map</code> options to override the transform's <code>constrain</code> with new type <code>TransformConstrainFunction</code>; refactor transform constructor options to a <code>TransformOptions</code> object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6484">#6484</a>)</li> <li>Use timeControl.now() instead of browser.now() (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6573">6573</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Contextmenu events not blocked by scrolling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/5683">#5683</a></li> <li>Mousemove events are not blocked by scrolling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6302">#6302</a>)</li> <li>Dashed lines have blurry rounded caps (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6554">#6554</a>)</li> <li>Preserve flyTo padding when prefers-reduced-motion is enabled (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6576">#6576</a>)</li> <li>Fix setClusterOptions not triggering recluster when no data changes are pending (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6603">#6603</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/93634b011a147666a62887bc61bffd351fa9971d"><code>93634b0</code></a> Bump version to 5.10.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6616">#6616</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cdb26febdb82d983192a7c4eb87c83199b2e4a4a"><code>cdb26fe</code></a> On a flyTo call with prefers-reduced-motion set, apply the padding option (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6">#6</a>...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/32964f28a80f30b2e9932929eb02df75b0d794a9"><code>32964f2</code></a> Fix cluster options with no pending data changes (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6603">#6603</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/baa94d1c4d25a18402190fd97b3b08424eb8fcf5"><code>baa94d1</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1528500 to 0.0.1532728 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6613">#6613</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/5942dd11534d7415b3b7ffa262d82384bf4824ce"><code>5942dd1</code></a> chore(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6614">#6614</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cc1909dd25d81e05a51d459fcfa0bd328a5774eb"><code>cc1909d</code></a> chore(deps-dev): bump <code>@types/node</code> from 24.8.1 to 24.9.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6612">#6612</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1d411062ea394658f290881d4e4e97c320a164dd"><code>1d41106</code></a> Fix broken example link (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6604">#6604</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/4aa5084c1223a6230d62214df1caadd74a8c3c3f"><code>4aa5084</code></a> Fix broken image link in README for example 'Animate a series of images' (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6602">#6602</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/0983bec4a4e112d9c79c4ff7e2ae1cc02e8821ae"><code>0983bec</code></a> chore(deps): bump ggilder/codecoverage (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6600">#6600</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/540a4c961d94137382718d2216eed84cc08572c9"><code>540a4c9</code></a> chore(deps): bump github/codeql-action from 3.30.6 to 4.30.9 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6599">#6599</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.9.0...v5.10.0">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> You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6481 -- Commit Summary -- * Bump maplibre-gl from 5.9.0 to 5.10.0 -- File Changes -- M yarn.lock (16) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6481.patch https://github.com/openstreetmap/openstreetmap-website/pull/6481.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6481 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
