chore(deps): upgrade OpenLayers to 10.9.0#116
Merged
Conversation
Minor bump from 10.7.0 to 10.9.0. OpenLayers' upgrade-notes.md documents no breaking changes, removed APIs or new deprecations for 10.8 or 10.9; the only changes relevant to our usage are non-breaking behavior fixes (hit-detection default stroke, trackpad zoom feel, WebGL precision). Lint clean, full test suite (332) passes.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades OpenLayers from 10.7.0 to 10.9.0 — a minor bump with no breaking changes.
Changes
ol10.7.0 → 10.9.0 (package.json^10.9.0)Breaking change review
OpenLayers'
changelog/upgrade-notes.mddocuments no breaking changes, removed APIs or new deprecations for 10.8 or 10.9 — the last documented upgrade note is for 10.7.0, which we are already past. The only changes relevant to our usage are non-breaking behavior fixes:VectorLayer, notVectorTile)WebGLTilelayer)Our OpenLayers surface (~40 submodules:
Map,View,Feature,geom/*,layer/*,source/*,interaction/Draw,format/GeoJSON|WMSCapabilities|WMTSCapabilities,proj,style) uses only stable, unchanged API.Validation
npm run lint: clean