Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the openlayers group across 1 directory with 2 updates #3340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the openlayers group with 2 updates in the / directory: ol and rlayers.

Updates ol from 10.2.1 to 10.3.1

Release notes

Sourced from ol's releases.

v10.3.1

The 10.3.1 patch release contains several fixes and improvements to types, adds a missing class export and fixes a couple of broken WebGL points examples.

List of all changes

See below for a complete list of features and fixes.

Full Changelog: openlayers/openlayers@v10.3.0...v10.3.1

v10.3.0

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 the GeoTIFF source, a new SentinelHub source, built-in support for UTM coordinate transforms, smart caching of regular shape and icon styles, TypeScript improvements for the VectorImage layer, and a new WebGLVectorLayer.

Upgrade notes

The transform function throws for unknown projections

Previously, the transform() function from the ol/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 the get() function from ol/proj - this function returns null if the projection definition for a provided identifier is not known.

The format of the style for WebGLPointsLayer has changed

Such a layer would previously be created this way:

// Before
new WebGLPointsLayer({
  style: {
    // variables were part of the `style` object
    variables: {
      minYear: 1850,
      maxYear: 2015,
    },
    filter: ['between', ['get', 'year'], ['var', 'minYear'], ['var', 'maxYear']],
</tr></table> 

... (truncated)

Commits
  • 51b8302 Updates for the 10.3.1 release
  • 49ae2eb Merge pull request #16431 from jahow/fix-webgl-points-example-variables
  • 2b3e645 Merge pull request #16434 from MoonE/narrow-vector-source-getfeaturesatcoordi...
  • fbf7ecd Merge pull request #16417 from openlayers/dependabot/npm_and_yarn/typescript-...
  • 2fe116f Merge pull request #16420 from openlayers/dependabot/npm_and_yarn/marked-15.0.3
  • 0053365 Merge pull request #16419 from openlayers/dependabot/npm_and_yarn/rollup-4.28.0
  • c7ed49d Fix ol/source/Vector getFeaturesAtCoordinate return type
  • 7c9c2da Merge pull request #16428 from MoonE/remove-loop-over-single-item-array
  • 7703381 Merge pull request #16425 from M393/export-webglvector-from-ol-layer
  • f7b40bc fix broken webgl-points examples
  • Additional commits viewable in compare view

Updates rlayers from 3.2.0 to 3.3.1

Release notes

Sourced from rlayers's releases.

v3.3.1

  • Fix RLayerVectorImage in OpenLayers 10.3.1

v3.3.0

  • OpenLayers 10.3.1 support
  • Fix #280, <RContol.RCustom> cannot be used as anchor for inserting new elements
Changelog

Sourced from rlayers's changelog.

[3.3.1] 2025-01-10

  • Fix RLayerVectorImage in OpenLayers 10.3.1

[3.3.0] 2025-01-09

  • OpenLayers 10.3.1 support
  • Fix #280, <RContol.RCustom> cannot be used as anchor for inserting new elements
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the openlayers group with 2 updates in the / directory: [ol](https://github.com/openlayers/openlayers) and [rlayers](https://github.com/mmomtchev/rlayers).


Updates `ol` from 10.2.1 to 10.3.1
- [Release notes](https://github.com/openlayers/openlayers/releases)
- [Commits](openlayers/openlayers@v10.2.1...v10.3.1)

Updates `rlayers` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/mmomtchev/rlayers/releases)
- [Changelog](https://github.com/mmomtchev/rlayers/blob/main/CHANGELOG.md)
- [Commits](mmomtchev/rlayers@v3.2.0...v3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
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