Skip to content

Bump ol from 10.8.0 to 10.10.0 in the openlayers group across 1 directory - #4135

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openlayers-3aac6224eb
Open

Bump ol from 10.8.0 to 10.10.0 in the openlayers group across 1 directory#4135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/openlayers-3aac6224eb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the openlayers group with 1 update in the / directory: ol.

Updates ol from 10.8.0 to 10.10.0

Release notes

Sourced from ol's releases.

v10.10.0

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.

... (truncated)

Commits
  • a23f258 Updates for the 10.10.0 release
  • 11d1aad Merge pull request #17572 from hyeonjun-L/reset-loader-in-setparams
  • 3f7bb9e Merge pull request #17579 from ahocevar/vite-examples-base-path
  • ded0e3b Merge pull request #17577 from ahocevar/node-tests-vitest
  • 2218549 Merge pull request #17576 from sobol-sudo/support-offsetx-for-text-along-line
  • ac0d1e5 Merge pull request #17575 from umap-project/fix-textpath-emoji
  • 0e37c0b Reduce pixel tolerance to prevent future regressions
  • b186a0c Update reference images
  • 62a916a fixup: fix lint issue
  • 9021c86 Add rendering test for offsetX along a line
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2026
@dependabot dependabot Bot changed the title Bump ol from 10.8.0 to 10.9.0 in the openlayers group Bump ol from 10.8.0 to 10.9.0 in the openlayers group across 1 directory May 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 9 times, most recently from c575a5c to 4d631b9 Compare June 2, 2026 15:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 7 times, most recently from 5ad1b2a to e691e14 Compare June 10, 2026 16:46
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 9 times, most recently from 50b4ab0 to 138a275 Compare June 18, 2026 10:20
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 2 times, most recently from 6e8cd22 to b1e25ad Compare June 22, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 5 times, most recently from 4b7d14c to 6feb93c Compare July 7, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 5 times, most recently from dfde600 to c0d87ac Compare July 14, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 2 times, most recently from d184be0 to 3693fc2 Compare July 16, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 6 times, most recently from f64841a to 05317ce Compare July 31, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 2 times, most recently from e67b53d to 64e6e5e Compare August 3, 2026 22:14
@dependabot dependabot Bot changed the title Bump ol from 10.8.0 to 10.9.0 in the openlayers group across 1 directory Bump ol from 10.8.0 to 10.10.0 in the openlayers group across 1 directory Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 5 times, most recently from 8b6b966 to cff5a2b Compare August 10, 2026 10:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch 2 times, most recently from b2688c7 to 733ef7a Compare August 12, 2026 10:02
Bumps the openlayers group with 1 update in the / directory: [ol](https://github.com/openlayers/openlayers).


Updates `ol` from 10.8.0 to 10.10.0
- [Release notes](https://github.com/openlayers/openlayers/releases)
- [Commits](openlayers/openlayers@v10.8.0...v10.10.0)

---
updated-dependencies:
- dependency-name: ol
  dependency-version: 10.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: openlayers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/openlayers-3aac6224eb branch from 733ef7a to 88381fd Compare August 13, 2026 10:02
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