Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps ol from 10.6.1 to 10.7.0.

Release notes

Sourced from ol's releases.

v10.7.0

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

... (truncated)

Commits
  • 4a989ef Updates for the 10.7.0 release
  • c9d2b84 Merge pull request #17162 from ahocevar/reprojection-cache
  • b59141e Merge pull request #17176 from mradamcox/update-modify-deletecondition-docs
  • 520a8fd add docs codeblock for multiple deleteCondition checks
  • 9a07b3d Merge pull request #17170 from openlayers/dependabot/npm_and_yarn/rollup/plug...
  • 7a36d94 Work around typescript issue
  • 1aa30a8 chore(deps-dev): bump @​rollup/plugin-alias from 5.1.1 to 6.0.0
  • 54e7b43 Merge pull request #17174 from openlayers/dependabot/github_actions/actions/u...
  • 661dd58 Merge pull request #17173 from openlayers/dependabot/npm_and_yarn/puppeteer-2...
  • 2fbce76 Merge pull request #17172 from openlayers/dependabot/npm_and_yarn/rollup/plug...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for ol since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
ol [>= 6.12.a, < 6.13]

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@dependabot dependabot bot requested a review from jmacura as a code owner November 19, 2025 11:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ol-10.7.0 branch 2 times, most recently from f37c29d to 4e26fd7 Compare December 1, 2025 23:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ol-10.7.0 branch from 4e26fd7 to 7dff13e Compare December 5, 2025 23:08
Bumps [ol](https://github.com/openlayers/openlayers) from 10.6.1 to 10.7.0.
- [Release notes](https://github.com/openlayers/openlayers/releases)
- [Commits](openlayers/openlayers@v10.6.1...v10.7.0)

---
updated-dependencies:
- dependency-name: ol
  dependency-version: 10.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ol-10.7.0 branch from 7dff13e to ae610bd Compare December 6, 2025 20:08
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