Skip to content

chore(deps): bump the major-updates group across 1 directory with 2 updates - #711

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/major-updates-3c64580386
Open

chore(deps): bump the major-updates group across 1 directory with 2 updates#711
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/major-updates-3c64580386

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the major-updates group with 2 updates in the / directory: maplibre-gl and cypress.

Updates maplibre-gl from 5.24.0 to 6.7.0

Release notes

Sourced from maplibre-gl's releases.

v6.7.0

✨ Features and improvements

  • Support the style specification's font-faces property, with map.setFontFaces and map.getFontFaces and improve complex script languages such as Devanagari, Khmer, Burmese and Hebrew (#8237) (by @​HarelM)
  • Wrap Thai, Khmer, Burmese, Lao, Tibetan, Javanese and Balinese labels at word boundaries instead of running them on in one line, which applies to every style whether or not it declares font-faces (#8237) (by @​HarelM)
  • Throw GPUInitializationError from the Map constructor when the WebGL2 context cannot be created, instead of firing an error event no listener can catch and returning a partially constructed map (#8066) (by @​johncarmack1984)
  • Allow adding an image source without a url. The source starts empty and makes no network request; call updateImage({image}) or updateImage({url}) later to show an image (#8167) (by @​mondsichtung)
  • Skip symbol re-placement when its inputs are unchanged, so repaints from animated style images or custom layers cost a single frame (#8208) (by @​lucaswoj)
  • Add Style#triggerSymbolPlacement, which re-places symbols when something the map cannot see for itself has moved them (#8208) (by @​lucaswoj)
  • Make {validate: false} skip the style snapshot the style setters only build as error context, so adding layers one at a time no longer serializes the whole style on every call (#8259) (by @​lazerg)

🐞 Bug fixes

  • Disable the navigation control's zoom-out button when viewport constraints prevent zooming out further (#5316) (by @​miakh)
  • Keep a vector tile's etag when the tile is reloaded after a style change, so the next expiry refresh can still skip unchanged tiles (#3309) (by @​johncarmack1984)
  • Fix project() and queryTerrainElevation disagreeing with the rendered terrain surface when the elevation lookup sampled a different DEM zoom than the drawn mesh (#8212) (by @​johncarmack1984)
  • Draw numbers (e.g. “21” in “반포대로21길”) and short uppercase codes (e.g. “A1”) upright in vertical line labels instead of rotating them along the line (#5404) (by @​NEKOYASAN)
  • Fix the camera jumping at the end of a pan or zoom gesture on terrain by sampling the center elevation from the rendered terrain surface (#7989, #3982) (by @​johncarmack1984)
  • Ensure style state defaults are serialized (#8263) (by @​hiddewie)

v6.6.0

✨ Features and improvements

  • Add support for symbol-height-offset and symbol-height-anchor layout properties, which raise icons and text above the map. symbol-height-anchor selects whether the offset is measured from the terrain surface (ground, the default) or from the zero elevation datum (absolute) (#7827) (by @​HarelM)
  • Pick terrain coordinates with a CPU raycast against the DEM instead of a coords framebuffer readback: full DEM resolution, no GPU stall on pointer events, and about 4MB less GPU memory (#7640) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix labels briefly appearing too large when zooming out several levels at once (e.g. a scroll-wheel or pinch fling) with a zoom-dependent text-size/icon-size (#8175) (by @​mondsichtung)
  • Fix globe tile selection measuring distances from the ground point below the camera instead of the camera itself, refining some views past the requested zoom and leaving others coarser (#8187) (by @​Alchez)
  • Fix the style's center, zoom, bearing, pitch and roll being ignored when the map was created with a minZoom or minPitch option, since applying those limits marked the transform as modified (#5932)
  • Upload the color-relief DEM texture once per tile instead of on every frame (#8209)

v6.5.0

✨ Features and improvements

  • Add experimental ImageSource.setWarp and ImageSource.getWarp, choosing between a auto, perspective and a flat warp of the image (#8172) (by @​HarelM)

🐞 Bug fixes

  • Fixed incorrect image source on projection on globe view (#8172) (by @​HarelM)
  • Fix the globe zooming itself in when panned away from a pole at the minimum zoom, where the latitude zoom compensation was applied on top of the constrain's own clamp (#8182) (by @​mondsichtung)
  • Fix dragging the globe from the empty space around it, which barely moved the map and often in the wrong direction (#8174) (by @​mondsichtung)

v6.4.1

🐞 Bug fixes

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

6.7.0

✨ Features and improvements

  • Support the style specification's font-faces property, with map.setFontFaces and map.getFontFaces and improve complex script languages such as Devanagari, Khmer, Burmese and Hebrew (#8237) (by @​HarelM)
  • Wrap Thai, Khmer, Burmese, Lao, Tibetan, Javanese and Balinese labels at word boundaries instead of running them on in one line, which applies to every style whether or not it declares font-faces (#8237) (by @​HarelM)
  • Throw GPUInitializationError from the Map constructor when the WebGL2 context cannot be created, instead of firing an error event no listener can catch and returning a partially constructed map (#8066) (by @​johncarmack1984)
  • Allow adding an image source without a url. The source starts empty and makes no network request; call updateImage({image}) or updateImage({url}) later to show an image (#8167) (by @​mondsichtung)
  • Skip symbol re-placement when its inputs are unchanged, so repaints from animated style images or custom layers cost a single frame (#8208) (by @​lucaswoj)
  • Add Style#triggerSymbolPlacement, which re-places symbols when something the map cannot see for itself has moved them (#8208) (by @​lucaswoj)
  • Make {validate: false} skip the style snapshot the style setters only build as error context, so adding layers one at a time no longer serializes the whole style on every call (#8259) (by @​lazerg)

🐞 Bug fixes

  • Disable the navigation control's zoom-out button when viewport constraints prevent zooming out further (#5316) (by @​miakh)
  • Keep a vector tile's etag when the tile is reloaded after a style change, so the next expiry refresh can still skip unchanged tiles (#3309) (by @​johncarmack1984)
  • Fix project() and queryTerrainElevation disagreeing with the rendered terrain surface when the elevation lookup sampled a different DEM zoom than the drawn mesh (#8212) (by @​johncarmack1984)
  • Draw numbers (e.g. “21” in “반포대로21길”) and short uppercase codes (e.g. “A1”) upright in vertical line labels instead of rotating them along the line (#5404) (by @​NEKOYASAN)
  • Fix the camera jumping at the end of a pan or zoom gesture on terrain by sampling the center elevation from the rendered terrain surface (#7989, #3982) (by @​johncarmack1984)
  • Ensure style state defaults are serialized (#8263) (by @​hiddewie)

6.6.0

✨ Features and improvements

  • Add support for symbol-height-offset and symbol-height-anchor layout properties, which raise icons and text above the map. symbol-height-anchor selects whether the offset is measured from the terrain surface (ground, the default) or from the zero elevation datum (absolute) (#7827) (by @​HarelM)
  • Pick terrain coordinates with a CPU raycast against the DEM instead of a coords framebuffer readback: full DEM resolution, no GPU stall on pointer events, and about 4MB less GPU memory (#7640) (by @​johncarmack1984)

🐞 Bug fixes

  • Fix labels briefly appearing too large when zooming out several levels at once (e.g. a scroll-wheel or pinch fling) with a zoom-dependent text-size/icon-size (#8175) (by @​mondsichtung)
  • Fix globe tile selection measuring distances from the ground point below the camera instead of the camera itself, refining some views past the requested zoom and leaving others coarser (#8187) (by @​Alchez)
  • Fix the style's center, zoom, bearing, pitch and roll being ignored when the map was created with a minZoom or minPitch option, since applying those limits marked the transform as modified (#5932)
  • Upload the color-relief DEM texture once per tile instead of on every frame (#8209)

6.5.0

✨ Features and improvements

  • Add experimental ImageSource.setWarp and ImageSource.getWarp, choosing between a auto, perspective and a flat warp of the image (#8172) (by @​HarelM)

🐞 Bug fixes

  • Fixed incorrect image source on projection on globe view (#8172) (by @​HarelM)
  • Fix the globe zooming itself in when panned away from a pole at the minimum zoom, where the latitude zoom compensation was applied on top of the constrain's own clamp (#8182) (by @​mondsichtung)
  • Fix dragging the globe from the empty space around it, which barely moved the map and often in the wrong direction (#8174) (by @​mondsichtung)

6.4.1

🐞 Bug fixes

... (truncated)

Commits
  • e1736fd Bump js version to 6.7.0 (#8291)
  • 2da4991 feat: support font-faces style property (#8237)
  • a71cfb0 chore(deps-dev): bump cssnano from 8.0.10 to 9.0.0 (#8289)
  • f9a40a5 Fix navigation control at the effective minimum zoom (#8261)
  • 1e9194f fix: keep a vector tile's etag across reloads (#8276)
  • 69562dd chore(deps-dev): bump @​types/node from 26.3.0 to 26.4.0 (#8271)
  • afd30b4 chore(deps-dev): bump sharp from 0.35.3 to 0.35.4 (#8269)
  • aff418d chore(deps-dev): bump @​unicode/unicode-17.0.0 from 1.6.17 to 2.0.2 (#8284)
  • 4013312 chore(deps-dev): bump pretty-bytes from 7.1.1 to 7.1.2 (#8283)
  • 87bd3ba chore(deps-dev): bump st from 4.0.4 to 4.0.10 (#8281)
  • Additional commits viewable in compare view

Updates cypress from 15.21.1 to 16.0.0

Release notes

Sourced from cypress's releases.

v16.0.0

Changelog: https://docs.cypress.io/app/references/changelog#16-0-0

Commits
  • 9467a6e chore: disable ServiceWorkerAutoPreload on the browser network path (#34711)
  • 2043773 chore: correct 16.0.0 release date in launchpad welcome screen (#34751)
  • 5fe8c53 chore: update cypress-example-kitchensink to 6.1.0 (#34701)
  • d78daf9 chore: disable service worker navigation preload on the browser network path ...
  • 4eaf14e chore: reorder 16.0.0 changelog entries to match docs (#34750)
  • 78dab45 fix: tolerate transient AUT-context gaps in Firefox BiDi automation (#34708)
  • 7f92ce3 dependency: upgrade dayjs from 1.10.4 to 1.11.23 (#34748)
  • 212f6ce test(launchpad): de-flake choose-a-browser browser status tests (#34749)
  • b563b63 chore: remove tsconfig options that TypeScript 5.6 removed and replace those ...
  • 07f0726 chore: bump devtools-protocol to 0.0.1687809 (#34745)
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the major-updates group with 2 updates in the / directory: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) and [cypress](https://github.com/cypress-io/cypress).


Updates `maplibre-gl` from 5.24.0 to 6.7.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.24.0...v6.7.0)

Updates `cypress` from 15.21.1 to 16.0.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.21.1...v16.0.0)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: cypress
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants