Skip to content

chore(deps-dev): bump ol from 10.9.0 to 10.10.0 in the map group across 1 directory - #914

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/map-a33984be55
Open

chore(deps-dev): bump ol from 10.9.0 to 10.10.0 in the map group across 1 directory#914
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/next/map-a33984be55

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

Updates ol from 10.9.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 Aug 3, 2026
@dependabot
dependabot Bot requested a review from a team August 3, 2026 08:25
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://Dataport.github.io/polar/pr-preview/pr-914/

Built to branch gh-pages at 2026-08-04 12:36 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@dependabot dependabot Bot changed the title chore(deps-dev): bump ol from 10.9.0 to 10.10.0 in the map group chore(deps-dev): bump ol from 10.9.0 to 10.10.0 in the map group across 1 directory Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/map-a33984be55 branch 4 times, most recently from b54c5ec to a1f3ebe Compare August 3, 2026 15:38
@dopenguin

Copy link
Copy Markdown
Member

Should be merged when @masterportal/masterportapi updates this.

@dopenguin dopenguin self-assigned this Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/map-a33984be55 branch from a1f3ebe to bb27ce3 Compare August 3, 2026 15:52
Bumps the map group with 1 update in the / directory: [ol](https://github.com/openlayers/openlayers).


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

---
updated-dependencies:
- dependency-name: ol
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: map
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/next/map-a33984be55 branch from bb27ce3 to c26630d Compare August 4, 2026 12:34
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.

1 participant