Skip to content
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

fix(deps): update dependency maplibre-gl to v3.6.2 #266

Closed
wants to merge 1 commit into from

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Aug 23, 2024

This PR contains the following updates:

Package Type Update Change
maplibre-gl (source) dependencies minor 3.1.0 -> 3.6.2

Release Notes

maplibre/maplibre-gl-js (maplibre-gl)

v3.6.2

Compare Source

🐞 Bug fixes

v3.6.1

Compare Source

🐞 Bug fixes
  • Fix undefined _onEaseFrame call in Camera._renderFrameCallback() while doing Camera.jumpTo during a Camera.easeTo (#​3332)

v3.6.0

Compare Source

✨ Features and improvements
  • Add getLayersOrder() to Map and Style (#​3279)
  • Updated description of fullscreen example (#​3311)
🐞 Bug fixes
  • Fix null feature properties in resolve_tokens (#​3272)

v3.5.2

Compare Source

✨ Features and improvements
  • Convert plantuml diagrams to mermaid (#​3217)
  • Improve buffer transfer in Safari after Safari fixed a memory leak bug (#​3225)
  • Minify internal exports to reduce bundle size (#​3216)
🐞 Bug fixes
  • Add terrain property to map style object (#​3234)
  • Fix exception thrown from isWebGL2 check (#​3238)
  • Fix rollup watch mode (#​3270)

v3.5.1

Compare Source

🐞 Bug fixes
  • Fix regression introduced in 3.5.0, related to async/await (#​3228)

v3.5.0

Compare Source

✨ Features and improvements
  • Add setTiles method to RasterTileSource to dynamically update existing tile sources. (#​3208)

v3.4.1

Compare Source

✨ Features and improvements
  • Locally rendered glyphs are double resolution (48px), greatly improving sharpness of CJK text. (#​2990, #​3006)
🐞 Bug fixes
  • Fix setStyle->style.setState didn't reset _serializedLayers (#​3133).
  • Fix Raster DEM decoding in safari private browsing mode (#​3185)

v3.4.0

Compare Source

✨ Features and improvements
  • Improve error message when a tile can't be loaded (#​3130)
  • Support custom raster-dem encodings (#​3087)
🐞 Bug fixes
  • Fixed Interrupting a scroll zoom causes the next scroll zoom to return to the prior zoom level by reseting scroll handler state properly (#​2709, #​3051)
  • Fix unit test warning about duplicate module names (#​3049)
  • Correct marker position when switching between 2D and 3D view (#​2996)
  • Fix error thrown when unsetting line-gradient [#​2683]
  • Update raster tile end points in documentation
  • Avoiding inertia animation on Mac when reduced motion is on (#​3068)
  • 3d buildings example doesn't work as expected (#​3165)

v3.3.1

Compare Source

✨ Features and improvements
  • Copy LICENSE.txt to dist folder so it's included in 3rdpartylicenses.txt by webpack (#​3021)
🐞 Bug fixes
  • Correct declared return type of Map.getLayer() and Style.getLayer() to be StyleLayer | undefined to match the documentation (#​2969)
  • Correct type of Map.addLayer() and Style.addLayer() to allow adding a layer with an embedded source, matching the documentation (#​2966)
  • Throttle map resizes from ResizeObserver to reduce flicker (#​2986)
  • Correct function Map.setTerrain(options: TerrainSpecification): Map to be Map.setTerrain(options: TerrainSpecification | null): Map per the API spec (#​2993)
  • Correct function Map.getTerrain(): TerrainSpecification to be Map.getTerrain(): TerrainSpecification | null for consistency with the setTerrain function (#​3020)

v3.3.0

Compare Source

✨ Features and improvements

v3.2.2

Compare Source

✨ Features and improvements
🐞 Bug fixes
  • Properly check ImageBitmap (#​2942, #​2940)
  • VectorTileWorkerSource: fix reload for original's load parse would not pass the rawTileData and meta. (#​2941)

v3.2.1

Compare Source

✨ Features and improvements
  • Remove cooperative gesture screen from the accessibility tree since screenreaders cannot interact with the map using gestures
  • Add cooperated gestures example to the doc.(#​2860)
🐞 Bug fixes
  • Incorrect distance field of view calculation for negative elevation, fixed by storing min elevation for the tile in view (#​1655, #​2858)
  • Fix reloadCallback not firing on VectorTileWorkerSource.reloadTile (#​1874)
  • Don't draw halo pixels underneath text pixels (#​2897)
  • Fix RasterDEMTileSource not serializing its options correctly (#​2895)
  • Remove node and jest from dist type checking, fix map event and other typing problems (#​2898)

v3.2.0

Compare Source

✨ Features and improvements
  • Change all internal exports to named exports(#​2711)
  • Docs generation is now part of this repo(#​2733)
  • Add className option to Marker constructor (#​2729)
  • Immediately redraw the map after setting pixel ratio (#​2674)
  • Add maxCanvasSize option to limit canvas size. It can prevent reaching the GL limits and reduce the load on the devices. Default value is [4096, 4096].
  • Reduce maxCanvasSize when hitting GL limits to avoid distortions (#​2674)
  • Rewrite all the code comments in TSDocs, introduced a new documentation system and moved examples into this repository for better debug options (#​2756)
  • ⚠️ Removed non documented Marker constructor parameter (#​2756)
  • Updated check-for-support example (#​2859)
🐞 Bug fixes
  • Return undefined instead of throwing from Style.serialize() when the style hasn't loaded yet (#​2712)
  • Don't throw an exception from checkMaxAngle when a label with length 0 is on the last segment of a line (#​2710)
  • Fix the tap then drag zoom gesture detection to abort when the two taps are far away (#​2673)
  • Fix regression - update pixel ratio when devicePixelRatio changes, restoring the v1.x behaviour (#​2706)
  • Fix incorrect elevation calculation [#​2772]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@jsanz
Copy link
Member

jsanz commented Aug 23, 2024

Kibana is in 3.1.0

@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update dependency maplibre-gl to v3.6.2 fix(deps): update dependency maplibre-gl to v3.6.2 Aug 23, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/maplibre-gl-3.x branch 2 times, most recently from f892c54 to 6b98692 Compare August 24, 2024 04:49
@elastic-renovate-prod elastic-renovate-prod bot enabled auto-merge (squash) September 4, 2024 11:54
@jsanz jsanz added the dependencies Pull requests that update a dependency file label Sep 4, 2024
@jsanz jsanz self-assigned this Sep 5, 2024
@elasticmachine
Copy link
Collaborator

💔 Build Failed

Failed CI Steps

History

cc @jsanz

@jsanz jsanz closed this Oct 29, 2024
auto-merge was automatically disabled October 29, 2024 11:11

Pull request was closed

@elastic-renovate-prod
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.6.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@elastic-renovate-prod elastic-renovate-prod bot deleted the renovate/maplibre-gl-3.x branch October 29, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-kibana dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants