Skip to content

chore(deps): update map dependencies - #2432

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/map-dependencies
Open

chore(deps): update map dependencies#2432
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/map-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ol (source) ~10.6.0 || ~10.7.0 || ~10.8.0 || ~10.9.0~10.6.0 || ~10.7.0 || ~10.8.0 || ~10.9.0 || ~10.10.0 age confidence
ol (source) 10.9.010.10.0 age confidence
ol-mapbox-style (source) 13.4.113.4.2 age confidence

Release Notes

openlayers/openlayers (ol)

v10.10.0

Compare Source

10.10.0

The 10.10 release brings improvements throughout the library — from tile and vector rendering to sources, formats and interactions. The highlights are

  • Text support in the WebGL vector renderers, plus stale tile handling for WebGL tile layers
  • Smoother tile rendering: instead of clipping and redrawing full tiles, only the remainders of lower zoom levels are drawn
  • WMTS and OGC tile grids now honor the advertised tile matrix set limits, so no tiles are requested outside a layer's data extent
  • GeoZarr gains selection of non-spatial dimensions, e.g. for time series
  • Text along lines honors offsetX and is split into graphemes, so ligatures are no longer cut apart
  • Fixes for the Modify interaction's tracing, vector tile resolutions, decluttering z-index order, and text rendering of long lines

Upgrade notes

Usage of Intl.Segmenter

TextPath now relies on Intl.Segmenter.
For support of very old browsers (e.g. Firefox before version 125),
a polyfill is available: https://formatjs.github.io/docs/polyfills/intl-segmenter/.

Deprecation of ol/source/BingMaps

Bing Maps for Enterprise is being retired on June 30th, 2028. The BingMaps source
has been deprecated. Use ol/source/ImageTile with the Azure Maps tile API instead.
See the azure-maps example for guidance.

// Before
new BingMaps({
  key: 'YOUR_BING_MAPS_KEY',
  imagerySet: 'RoadOnDemand',
})

// After
new ImageTile({
  url: `https://atlas.microsoft.com/map/tile?subscription-key=YOUR_AZURE_MAPS_KEY&api-version=2.0&tilesetId=microsoft.base.road&zoom={z}&x={x}&y={y}&tileSize=256`,
  attributions: ${new Date().getFullYear()} TomTom, Microsoft`,
})
createFromCapabilitiesMatrixSet now respects TileMatrixSetLimits

When a matrixLimits array is passed to createFromCapabilitiesMatrixSet, the returned
tile grid will now restrict tile requests to the MinTileRow/MaxTileRow/MinTileCol/MaxTileCol
bounds advertised for each zoom level. Previously those bounds were ignored and the full
matrix extent was used, causing tile requests outside the layer's data extent.

If you were passing matrixLimits only to filter zoom levels and relied on the full matrix
range being loaded at each level, you can omit the matrixLimits argument or pass an empty
array to restore the previous behavior.

List of all changes

See below for a complete list of features and fixes.

Dependency Updates
  • chore(deps): bump pbf from 5.1.0 to 5.1.2 in the production-minor-patch group across 1 directory (by @​openlayers in #​17566)
  • chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 (by @​openlayers in #​17563)
  • chore(deps): bump the actions group with 2 updates (by @​openlayers in #​17567)
  • chore(deps): bump github/codeql-action from 4.36.2 to 4.36.3 in the actions group (by @​openlayers in #​17555)
  • chore(deps-dev): bump the development-minor-patch group with 3 updates (by @​openlayers in #​17557)
  • chore(deps): bump earcut from 3.1.0 to 3.2.3 in the production-minor-patch group (by @​openlayers in #​17558)
  • chore(deps-dev): bump the development-minor-patch group across 1 directory with 8 updates (by @​openlayers in #​17554)
  • chore(deps): bump earcut from 3.0.2 to 3.1.0 in the production-minor-patch group (by @​openlayers in #​17549)
  • chore(deps-dev): bump the development-major group with 2 updates (by @​openlayers in #​17547)
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the actions group (by @​openlayers in #​17541)
  • chore(deps-dev): bump the development-security group across 1 directory with 2 updates (by @​openlayers in #​17534)
  • chore(deps-dev): bump sinon from 21.1.2 to 22.0.0 in the development-major group across 1 directory (by @​openlayers in #​17510)
  • chore(deps-dev): bump tmp from 0.2.4 to 0.2.7 in the development-security group across 1 directory (by @​openlayers in #​17496)
  • chore(deps-dev): bump the development-minor-patch group across 1 directory with 15 updates (by @​openlayers in #​17533)
  • chore(deps): bump the actions group across 1 directory with 2 updates (by @​openlayers in #​17532)
  • chore(deps): bump pbf from 4.0.1 to 5.1.0 in the production-major group across 1 directory (by @​openlayers in #​17521)
  • chore(deps-dev): bump webpack-dev-server from 5.2.3 to 5.2.4 in the development-security group across 1 directory (by @​openlayers in #​17485)
  • chore(deps-dev): bump fast-uri from 3.0.2 to 3.1.2 in the development-security group across 1 directory (by @​openlayers in #​17484)
  • chore(deps-dev): bump the development-minor-patch group across 1 directory with 11 updates (by @​openlayers in #​17481)
  • chore(deps): bump zarrita from 0.7.2 to 0.7.3 in the production-minor-patch group (by @​openlayers in #​17480)
  • chore(deps): bump the actions group with 2 updates (by @​openlayers in #​17477)
  • chore(deps-dev): bump ip-address from 10.1.0 to 10.2.0 in the development-security group across 1 directory (by @​openlayers in #​17475)
  • chore(deps-dev): bump the development-minor-patch group with 2 updates (by @​openlayers in #​17470)
  • chore(deps): bump zarrita from 0.7.1 to 0.7.2 in the production-minor-patch group (by @​openlayers in #​17471)
  • chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2 in the actions group (by @​openlayers in #​17460)
  • chore(deps-dev): bump the development-minor-patch group with 6 updates (by @​openlayers in #​17461)
  • chore(deps-dev): bump the development-minor-patch group across 1 directory with 10 updates (by @​openlayers in #​17458)
  • chore(deps): bump geotiff from 3.0.5 to 3.1.0-beta.0 in the production-minor-patch group (by @​openlayers in #​17450)
  • chore(deps-dev): bump marked from 17.0.6 to 18.0.0 in the development-major group (by @​openlayers in #​17448)
  • chore(deps): bump the actions group with 2 updates (by @​openlayers in #​17447)
  • chore(deps): bump protocol-buffers-schema from 3.6.0 to 3.6.1 in the production-security group across 1 directory (by @​openlayers in #​17443)
  • chore(deps-dev): bump dompurify from 3.3.3 to 3.4.0 in the development-security group across 1 directory (by @​openlayers in #​17441)

New Contributors

Full Changelog: openlayers/openlayers@v10.9.0...v10.10.0

openlayers/ol-mapbox-style (ol-mapbox-style)

v13.4.2

Compare Source


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "before 7am on Wednesday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dep-bump label Jul 29, 2026
@renovate
renovate Bot requested a review from a team as a code owner July 29, 2026 02:12
@renovate
renovate Bot force-pushed the renovate/map-dependencies branch from 019f0b2 to 4e28acd Compare July 30, 2026 13:38
@renovate
renovate Bot force-pushed the renovate/map-dependencies branch from 4e28acd to 3b35756 Compare July 30, 2026 23:31
@renovate
renovate Bot requested a review from a team as a code owner July 30, 2026 23:31
@renovate renovate Bot changed the title chore(deps): update dependency ol-mapbox-style to v13.4.2 chore(deps): update map dependencies Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants