-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency maplibre-gl to v5 #6429
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6429 +/- ##
=============================================
- Coverage 69.90% 69.90% -0.01%
Complexity 18163 18163
=============================================
Files 2072 2072
Lines 77324 77324
Branches 7841 7841
=============================================
- Hits 54055 54054 -1
- Misses 20518 20519 +1
Partials 2751 2751 ☔ View full report in Codecov by Sentry. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@testower The code actually runs but the type checker is not happy. It seems that the type of metadata has changed to |
5724357
to
c20db9e
Compare
I think I figured it out. It's now ready for review, @testower . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - well done @leonardehrenfried
This PR contains the following updates:
4.7.1
->5.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
maplibre/maplibre-gl-js (maplibre-gl)
v5.1.0
Compare Source
✨ Features and improvements
vertical-align
informat
expression (specification)(#5043).🐞 Bug fixes
v5.0.1
Compare Source
✨ Features and improvements
geometry-type
(#5285). This change was causing issues in a large number of styles and thus reverted.🐞 Bug fixes
v5.0.0
Compare Source
✨ Features and improvements
geometry-type
to identify "Multi-" features (#4877). Use$type
which has no "Multi-" support or usein
expression to get the previous behavior.~~StyleLayer
'squeryIntersectsFeature
method parameters were moved toQueryIntersectsFeatureParams
. (#5276) Wrap the method parameters with{}
to solve thisantialias
,preserveDrawingBuffer
andfailIfMajorPerformanceCaveat
must now be defined inside thecanvasContextAttributes
object onMapOptions
.on
method to return aSubscription
to allow for easy unsubscribe (#5080).map.on('x').on('y')
=>map.on('x'); map.on('y');
.contextType
insidecanvasContextAttributes
to choose which WebGL version to useEvent
class (#5016)coveringTiles
(tile culling) function for globe (#4937)AJAXError
to expose HTTP request details to the"error"
event (https://github.com/maplibre/maplibre-gl-js/pull/4822)queryRenderedFeatures
by using JavaScriptSet
s to assess layer membership internally (#4777)🐞 Bug fixes
error
handler (#4613)geometry-type
filter expression results (#5132)GeoJSONSource.setClusterOptions()
(#5055)always
(#4802)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.