chore(deps): update all patch and minor versions #243
Merged
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.
This PR contains the following updates:
10.2.1
->10.3.0
0.27.1
->0.27.2
Release Notes
openlayers/openlayers (ol)
v10.3.0
Compare Source
In addition to many important bug fixes, the 10.3 release adds several improvements to the recently introduced
ImageTile
source, support for model transformations for theGeoTIFF
source, a newSentinelHub
source, built-in support for UTM coordinate transforms, smart caching of regular shape and icon styles, TypeScript improvements for theVectorImage
layer, and a newWebGLVectorLayer
.Upgrade notes
The
transform
function throws for unknown projectionsPreviously, the
transform()
function from theol/proj
module would apply the identity transform if either the source or the destination projections were unrecognized. Now this function will throw an error if it cannot perform the transform. You can check whether a projection is registered by calling theget()
function fromol/proj
- this function returnsnull
if the projection definition for a provided identifier is not known.List of all changes
See below for a complete list of features and fixes.
background
inol/layer/Tile
options (by @mike-000 in https://github.com/openlayers/openlayers/pull/16371)overlaps
option (by @ahocevar in https://github.com/openlayers/openlayers/pull/16243){-y}
placeholder handling (by @mike-000 in https://github.com/openlayers/openlayers/pull/16233)zDirection
option to ol/source/ImageTile (by @mike-000 in https://github.com/openlayers/openlayers/pull/16231)Dependency Updates
TypeStrong/TypeDoc (typedoc)
v0.27.2
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.