Skip to content

chore(deps): update dependency ol to v10.8.0#924

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ol-10.x-lockfile
Open

chore(deps): update dependency ol to v10.8.0#924
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ol-10.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Change Age Confidence
ol (source) 10.6.110.8.0 age confidence

Release Notes

openlayers/openlayers (ol)

v10.8.0

Compare Source

The 10.8 release brings new sources: OGCMap for OGC API Maps, and an experimental GeoZarr source for raster data conforming to the evolving GeoZarr specification.
Vector rendering also gets an important new feature: finally, we can offset lines. And we have added support for ReferrerPolicy when fetching source data and icons, which may become important because OpenStreetMap already started demanding a referer header when serving tiles. To round up the release, many bugs were fixed, and memory management for image styles was improved.

What's Changed

New Contributors

Full Changelog: openlayers/openlayers@v10.7.0...v10.8.0

v10.7.2

Compare Source

v10.7.1

Compare Source

v10.7.0

Compare Source

With 40 pull requests over a period of almost 5 months, this long awaited release brings important bug fixes as well as exiting new features. The highlights are

  • Several WebGL renderer bug fixes, along with improved memory management
  • Updates for the Polyline feature format
  • API improvements and bug fixes on the Select, Extent and Snap interactions
  • Reprojection support for VectorTile layers
  • Full web worker support for Map, with an (Offscreen)Canvas as map target
  • Fixed cache and rendering for reprojected raster/image tile layers
  • Several updated and new examples, including a globe-like map with Equal Earth projection

Upgrade notes

Deprecation of ol/array's stableSort

Sorting is guaranteed to be stable since ECMAScript 2019.

// Before
stableSort(arr, compareFnc);
// After
arr.sort(compareFnc);
Deprecation of functions in ol/format/Polyline

The following functions have been deprecated without replacement:

  • decodeDeltas
  • encodeDeltas
  • decodeFloats
  • encodeFloats

What's Changed

New Contributors

Full Changelog: openlayers/openlayers@v10.6.1...v10.7.0


Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ol-10.x-lockfile branch from b19207a to ca8b50e Compare March 5, 2026 17:42
@renovate renovate bot force-pushed the renovate/ol-10.x-lockfile branch from ca8b50e to 133ca11 Compare March 13, 2026 19:06
@renovate renovate bot force-pushed the renovate/ol-10.x-lockfile branch from 133ca11 to a2fb2d5 Compare April 1, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants