mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[maps] upgrade to maplibre 5.3 (#216476)](https://github.com/elastic/kibana/pull/216476) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nathan Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2025-04-01T15:46:09Z","message":"[maps] upgrade to maplibre 5.3 (#216476)\n\n[Maplibre\n5.3](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#530)\nrelease fixes circle layer hitbox in Globe projection mode\n(https://github.com/maplibre/maplibre-gl-js/pull/5599). This issue is\nnoticeable in Kibana and makes it difficult to open tooltips with circle\nmarkers (default point marker) and globe projection.","sha":"756333db0fa0732b87575faac9852973369a77e5","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","backport:version","v9.1.0","v8.19.0"],"title":"[maps] upgrade to maplibre 5.3","number":216476,"url":"https://github.com/elastic/kibana/pull/216476","mergeCommit":{"message":"[maps] upgrade to maplibre 5.3 (#216476)\n\n[Maplibre\n5.3](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#530)\nrelease fixes circle layer hitbox in Globe projection mode\n(https://github.com/maplibre/maplibre-gl-js/pull/5599). This issue is\nnoticeable in Kibana and makes it difficult to open tooltips with circle\nmarkers (default point marker) and globe projection.","sha":"756333db0fa0732b87575faac9852973369a77e5"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216476","number":216476,"mergeCommit":{"message":"[maps] upgrade to maplibre 5.3 (#216476)\n\n[Maplibre\n5.3](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md#530)\nrelease fixes circle layer hitbox in Globe projection mode\n(https://github.com/maplibre/maplibre-gl-js/pull/5599). This issue is\nnoticeable in Kibana and makes it difficult to open tooltips with circle\nmarkers (default point marker) and globe projection.","sha":"756333db0fa0732b87575faac9852973369a77e5"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nathan Reese <reese.nathan@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
5477873daf
commit
36543b376b
2 changed files with 5 additions and 5 deletions
|
@ -1192,7 +1192,7 @@
|
|||
"lru-cache": "^11.1.0",
|
||||
"lz-string": "^1.4.4",
|
||||
"mapbox-gl-draw-rectangle-mode": "1.0.4",
|
||||
"maplibre-gl": "5.1.1",
|
||||
"maplibre-gl": "5.3.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"mdast-util-to-hast": "10.2.0",
|
||||
"memoize-one": "^6.0.0",
|
||||
|
|
|
@ -22682,10 +22682,10 @@ maplibre-gl@3.1.0:
|
|||
tinyqueue "^2.0.3"
|
||||
vt-pbf "^3.1.3"
|
||||
|
||||
maplibre-gl@5.1.1:
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.1.1.tgz#734444c730de4463d0469bb2782650d78ac6b356"
|
||||
integrity sha512-0Z6ODzyFu/grwT6K1eIBpv6MZE4xnJD1AV+Yq1hPzOh/YCY36r9BlSaU7d7n2/HJOaoKOy0b2YF8cS4dD+iEVQ==
|
||||
maplibre-gl@5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.3.0.tgz#31fcc6f689dd0d342446a2baa29bbb8015f9f3dc"
|
||||
integrity sha512-qru6B6jHlDPR4Q9/P4W1zEPbPofR4wwYbrrjiHKWI7yLtyXmpJ1/G1KaIYDr5uNdFbPZ7uiZAWdqtfdNLmIhGg==
|
||||
dependencies:
|
||||
"@mapbox/geojson-rewind" "^0.5.2"
|
||||
"@mapbox/jsonlint-lines-primitives" "^2.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue