This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@turf/turf](https://github.com/Turfjs/turf) | dependencies | minor | [`7.2.0` -> `7.3.0`](https://renovatebot.com/diffs/npm/@turf%2fturf/7.2.0/7.3.0) |
---
### Release Notes
<details>
<summary>Turfjs/turf (@​turf/turf)</summary>
### [`v7.3.0`](https://github.com/Turfjs/turf/releases/tag/v7.3.0)
[Compare Source](https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0)
Thanks everyone who contributed to this release!
#### What's Changed
Fixes to regressions and significant pain points:
- Fix [@​turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) endpoint selection and degenerate input cases by [@​bratter](https://github.com/bratter) in [#​2940](https://github.com/Turfjs/turf/pull/2940)
- turf-nearest-point-on-line: Fix issue [#​2808](https://github.com/Turfjs/turf/issues/2808) by [@​insideGen](https://github.com/insideGen) in [#​2849](https://github.com/Turfjs/turf/pull/2849)
- Rewrite [@​turf/isolines](https://github.com/turf/isolines) by [@​mfedderly](https://github.com/mfedderly) in [#​2918](https://github.com/Turfjs/turf/pull/2918)
- Rewrite [@​turf/isobands](https://github.com/turf/isobands) by [@​mfedderly](https://github.com/mfedderly) in [#​2926](https://github.com/Turfjs/turf/pull/2926)
Bug fixes and new functionality:
- Updated link to Chaikin's algorithm - access forbidden to the old link. by [@​Armatorix](https://github.com/Armatorix) in [#​2804](https://github.com/Turfjs/turf/pull/2804)
- Improved the quality of generated ellipses especially at higher latitudes by [@​hadbn](https://github.com/hadbn) in [#​2739](https://github.com/Turfjs/turf/pull/2739)
- Fix - Documented unit used for Earth's radius by [@​IvoBiaus](https://github.com/IvoBiaus) in [#​2842](https://github.com/Turfjs/turf/pull/2842)
- turf-hexgrid: fix issue [#​2841](https://github.com/Turfjs/turf/issues/2841) by [@​SimonsUnikaNamn](https://github.com/SimonsUnikaNamn) in [#​2856](https://github.com/Turfjs/turf/pull/2856)
- turf-transform-translate: Add warning about shape distortion [#​217](https://github.com/Turfjs/turf/issues/217) by [@​jtheisen](https://github.com/jtheisen) in [#​2831](https://github.com/Turfjs/turf/pull/2831)
- turf-nearest-point: maintain point properties in result type by [@​EmilJunker](https://github.com/EmilJunker) in [#​2866](https://github.com/Turfjs/turf/pull/2866)
- Changed turf-destination and turf-ellipse to pass through elevation value if present by [@​prozvora](https://github.com/prozvora) in [#​2852](https://github.com/Turfjs/turf/pull/2852)
- Fixed simplify to not get stuck in an infinite loop on certain geometries by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2830](https://github.com/Turfjs/turf/pull/2830)
- turf-great-circle: Fix antipodal error message by [@​macrouch](https://github.com/macrouch) in [#​2884](https://github.com/Turfjs/turf/pull/2884)
- Updates Documentation from Strings to Units by [@​conor-f](https://github.com/conor-f) in [#​2838](https://github.com/Turfjs/turf/pull/2838)
- Added missing layer in map example for [@​turf/line-split](https://github.com/turf/line-split) docs by [@​luc-tielen](https://github.com/luc-tielen) in [#​2724](https://github.com/Turfjs/turf/pull/2724)
- Changed lineSplit to use bbox from geojson-rbush rather than buggy turf-square by [@​hanneshdc](https://github.com/hanneshdc) in [#​2460](https://github.com/Turfjs/turf/pull/2460)
- Fix [@​turf/isobands](https://github.com/turf/isobands) issue with ring nesting logic by [@​mfedderly](https://github.com/mfedderly) in [#​2925](https://github.com/Turfjs/turf/pull/2925)
- [@​turf/isobands](https://github.com/turf/isobands) and [@​turf/isolines](https://github.com/turf/isolines) check pointGrid input is actually gridded already by [@​mfedderly](https://github.com/mfedderly) in [#​2927](https://github.com/Turfjs/turf/pull/2927)
- Fixed cleanCoords to remove points with appropriate tenacity by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2771](https://github.com/Turfjs/turf/pull/2771)
- Use newer [@​types/rbush](https://github.com/types/rbush) that fixes the need for the reexport shims by [@​mfedderly](https://github.com/mfedderly) in [#​2924](https://github.com/Turfjs/turf/pull/2924)
- Add Kotlin Multiplatform port information to SEE\_ALSO.md by [@​sargunv](https://github.com/sargunv) in [#​2936](https://github.com/Turfjs/turf/pull/2936)
- [@​turf/shortest-path](https://github.com/turf/shortest-path) Allow polygon feature as obstacle for shortestPath ([#​2941](https://github.com/Turfjs/turf/issues/2941)) by [@​ziegler-daniel](https://github.com/ziegler-daniel) in [#​2942](https://github.com/Turfjs/turf/pull/2942)
- Fix issue 2824 on turf-point-to-polygon-distance by [@​LHBruneton-C2C](https://github.com/LHBruneton-C2C) in [#​2845](https://github.com/Turfjs/turf/pull/2845)
- [@​turf/shortest-path](https://github.com/turf/shortest-path) improve creation of point matrix for A\* algorithm ([#​2943](https://github.com/Turfjs/turf/issues/2943)) by [@​ziegler-daniel](https://github.com/ziegler-daniel) in [#​2944](https://github.com/Turfjs/turf/pull/2944)
- [@​turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) TESTS: add test for duplicated points on line string affecting v7.2.0 by [@​alacret](https://github.com/alacret) in [#​2903](https://github.com/Turfjs/turf/pull/2903)
Housekeeping and behind the scenes changes:
- Merged v7.2.0 publishing changes back to master by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2797](https://github.com/Turfjs/turf/pull/2797)
- Bump eslint dependencies by [@​mfedderly](https://github.com/mfedderly) in [#​2923](https://github.com/Turfjs/turf/pull/2923)
- Update nx config for tests by [@​mfedderly](https://github.com/mfedderly) in [#​2685](https://github.com/Turfjs/turf/pull/2685)
- Migrate from workspace:^ to workspace:\* to pin dependency versions by [@​mfedderly](https://github.com/mfedderly) in [#​2878](https://github.com/Turfjs/turf/pull/2878)
- Pin the exact SHA1's of GitHub Actions we use by [@​mfedderly](https://github.com/mfedderly) in [#​2863](https://github.com/Turfjs/turf/pull/2863)
- Run pnpm dedupe to clean up the lockfile by [@​mfedderly](https://github.com/mfedderly) in [#​2829](https://github.com/Turfjs/turf/pull/2829)
- Update package.json for all turf packages by [@​protokoul](https://github.com/protokoul) in [#​2802](https://github.com/Turfjs/turf/pull/2802)
- Updated build tools - pnpm, lerna, typescript, tsup, etc housekeeping by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2879](https://github.com/Turfjs/turf/pull/2879)
#### New Contributors
- [@​protokoul](https://github.com/protokoul) made their first contribution in [#​2802](https://github.com/Turfjs/turf/pull/2802)
- [@​Armatorix](https://github.com/Armatorix) made their first contribution in [#​2804](https://github.com/Turfjs/turf/pull/2804)
- [@​hadbn](https://github.com/hadbn) made their first contribution in [#​2739](https://github.com/Turfjs/turf/pull/2739)
- [@​IvoBiaus](https://github.com/IvoBiaus) made their first contribution in [#​2842](https://github.com/Turfjs/turf/pull/2842)
- [@​SimonsUnikaNamn](https://github.com/SimonsUnikaNamn) made their first contribution in [#​2856](https://github.com/Turfjs/turf/pull/2856)
- [@​insideGen](https://github.com/insideGen) made their first contribution in [#​2849](https://github.com/Turfjs/turf/pull/2849)
- [@​jtheisen](https://github.com/jtheisen) made their first contribution in [#​2831](https://github.com/Turfjs/turf/pull/2831)
- [@​EmilJunker](https://github.com/EmilJunker) made their first contribution in [#​2866](https://github.com/Turfjs/turf/pull/2866)
- [@​prozvora](https://github.com/prozvora) made their first contribution in [#​2852](https://github.com/Turfjs/turf/pull/2852)
- [@​macrouch](https://github.com/macrouch) made their first contribution in [#​2884](https://github.com/Turfjs/turf/pull/2884)
- [@​conor-f](https://github.com/conor-f) made their first contribution in [#​2838](https://github.com/Turfjs/turf/pull/2838)
- [@​luc-tielen](https://github.com/luc-tielen) made their first contribution in [#​2724](https://github.com/Turfjs/turf/pull/2724)
- [@​hanneshdc](https://github.com/hanneshdc) made their first contribution in [#​2460](https://github.com/Turfjs/turf/pull/2460)
- [@​sargunv](https://github.com/sargunv) made their first contribution in [#​2936](https://github.com/Turfjs/turf/pull/2936)
- [@​ziegler-daniel](https://github.com/ziegler-daniel) made their first contribution in [#​2942](https://github.com/Turfjs/turf/pull/2942)
- [@​LHBruneton-C2C](https://github.com/LHBruneton-C2C) made their first contribution in [#​2845](https://github.com/Turfjs/turf/pull/2845)
- [@​bratter](https://github.com/bratter) made their first contribution in [#​2940](https://github.com/Turfjs/turf/pull/2940)
- [@​alacret](https://github.com/alacret) made their first contribution in [#​2903](https://github.com/Turfjs/turf/pull/2903)
**Full Changelog**: <https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJyZW5vdmF0ZSJdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
7.2.0->7.3.0Release Notes
Turfjs/turf (@turf/turf)
v7.3.0Compare Source
Thanks everyone who contributed to this release!
What's Changed
Fixes to regressions and significant pain points:
Bug fixes and new functionality:
Housekeeping and behind the scenes changes:
New Contributors
Full Changelog: https://github.com/Turfjs/turf/compare/v7.2.0...v7.3.0
Configuration
📅 Schedule: Branch creation - "every weekday,every weekend" (UTC), Automerge - "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.