garlictech / yaha

Yet another hiking app
0 stars 0 forks source link

fix(deps): update dependency turf to ^0.0.10 #969

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Type Update Change
turf dependencies patch ^0.0.7 -> ^0.0.10

Release Notes

dartclub/turf_dart (turf) ### [`v0.0.10`](https://togithub.com/dartclub/turf_dart/blob/HEAD/CHANGELOG.md#0010) - Implements `lineSlice` [#​158](https://togithub.com/dartclub/turf_dart/pull/158) - Introduce [geotypes package](https://pub.dev/packages/geotypes) for GeoJSON serialization - Other small improvements ### [`v0.0.9`](https://togithub.com/dartclub/turf_dart/blob/HEAD/CHANGELOG.md#009) - Implements `length`, `along` [#​153](https://togithub.com/dartclub/turf_dart/pull/153) - Documentation: Improves pub.dev scores by fixing bad links in Readme.md ### [`v0.0.8`](https://togithub.com/dartclub/turf_dart/blob/HEAD/CHANGELOG.md#008) - Implements `transformRotate`, `rhumbDistance`, `rhumbDestination`, `centroid` [#​147](https://togithub.com/dartclub/turf_dart/pull/147) - Introduce `localCoordIndex` in `coordEach` - Implements all the `boolean`\* functions [#​91](https://togithub.com/dartclub/turf_dart/pull/91) - Implements `area` function [#​123](https://togithub.com/dartclub/turf_dart/pull/123) - Implements `polygonSmooth` function [#​127](https://togithub.com/dartclub/turf_dart/pull/127) - Fixes missing parameter in nearest point on line [#​145](https://togithub.com/dartclub/turf_dart/pull/145) - Other core improvements - Support for Dart 3

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: apps/yaha/pubspec.lock
Command failed: flutter pub upgrade turf
Because no versions of flutter_map_location_marker match >4.1.4 <5.0.0 and flutter_map_location_marker >=4.1.3 <4.1.4 depends on flutter_map ^2.0.0, flutter_map_location_marker >=4.1.3 <4.1.4-∞ or >4.1.4 <5.0.0 requires flutter_map ^2.0.0.
And because flutter_map_location_marker 4.1.4 depends on flutter_map ^2.2.0, flutter_map_location_marker ^4.1.3 requires flutter_map ^2.0.0.
So, because yaha depends on both flutter_map ^3.0.0 and flutter_map_location_marker ^4.1.3, version solving failed.

You can try one of the following suggestions to make the pubspec resolve:
* Try upgrading your constraint on flutter_map_location_marker: flutter pub add flutter_map_location_marker:^5.3.0
* Consider downgrading your constraint on flutter_map: flutter pub add flutter_map:^2.2.0