This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@turf/turf](https://github.com/Turfjs/turf) | dependencies | patch | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@turf%2fturf/7.3.1/7.3.2) |
---
### Release Notes
<details>
<summary>Turfjs/turf (@​turf/turf)</summary>
### [`v7.3.2`](https://github.com/Turfjs/turf/releases/tag/v7.3.2)
[Compare Source](https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2)
Patch release with several bug fixes.
#### What's Changed
Bug fixes and new functionality:
- Fixed a bug in nearestPointOnLine causing duplicate points to be returned from lineSlice by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2951](https://github.com/Turfjs/turf/pull/2951)
- turf-boolean-contains + turf-boolean-within: Fix line in polygon by [@​samuelarbibe](https://github.com/samuelarbibe) in [#​2848](https://github.com/Turfjs/turf/pull/2848)
- [@​turf/boolean-contains](https://github.com/turf/boolean-contains) - support for multipolygon inside polygon by [@​MartinP-C](https://github.com/MartinP-C) in [#​2357](https://github.com/Turfjs/turf/pull/2357)
- Refactor and extend properties of returned nearest point in [@​turf/nearest-point-on-line](https://github.com/turf/nearest-point-on-line) by [@​EmilJunker](https://github.com/EmilJunker) in [#​2867](https://github.com/Turfjs/turf/pull/2867)
- Changed booleanCrosses with two input lines to recognise if crossing point is between vertices by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2968](https://github.com/Turfjs/turf/pull/2968)
- Improve type inference in [@​turf/helpers](https://github.com/turf/helpers)' geometry and geometryCollection by [@​mfedderly](https://github.com/mfedderly) in [#​2971](https://github.com/Turfjs/turf/pull/2971)
- turf-tessellate: Pass original coordinate elevations through the tessellate function. by [@​prozvora](https://github.com/prozvora) in [#​2855](https://github.com/Turfjs/turf/pull/2855)
- Significantly improved performance of clustersDbscan by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2885](https://github.com/Turfjs/turf/pull/2885)
Housekeeping and behind the scenes changes:
- Upgrade Lerna by [@​mfedderly](https://github.com/mfedderly) in [#​2964](https://github.com/Turfjs/turf/pull/2964)
- Typescript-ifying turf-great-circle by [@​thomas-hervey](https://github.com/thomas-hervey) in [#​2733](https://github.com/Turfjs/turf/pull/2733)
- Preparing for NPM trusted publishing plus node version housekeeping by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2952](https://github.com/Turfjs/turf/pull/2952)
- Migrate [@​turf/interpolate](https://github.com/turf/interpolate) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2966](https://github.com/Turfjs/turf/pull/2966)
- Migrate [@​turf/line-chunk](https://github.com/turf/line-chunk) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2969](https://github.com/Turfjs/turf/pull/2969)
- Move to Extract for [@​turf/helpers](https://github.com/turf/helpers)' geometry() by [@​mfedderly](https://github.com/mfedderly) in [#​2976](https://github.com/Turfjs/turf/pull/2976)
- Migrate [@​turf/line-offset](https://github.com/turf/line-offset) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2974](https://github.com/Turfjs/turf/pull/2974)
- Enforce only eraseable TypeScript syntax by [@​mfedderly](https://github.com/mfedderly) in [#​2977](https://github.com/Turfjs/turf/pull/2977)
- [@​turf/line-slice](https://github.com/turf/line-slice) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2979](https://github.com/Turfjs/turf/pull/2979)
- [@​turf/line-slice-along](https://github.com/turf/line-slice-along) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2978](https://github.com/Turfjs/turf/pull/2978)
- Migrate [@​turf/line-split](https://github.com/turf/line-split) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2985](https://github.com/Turfjs/turf/pull/2985)
- Migrate [@​turf/geojson-rbush](https://github.com/turf/geojson-rbush) to TypeScript by [@​mfedderly](https://github.com/mfedderly) in [#​2980](https://github.com/Turfjs/turf/pull/2980)
- Automatically add any inferred README changes in pre-commit hook by [@​mfedderly](https://github.com/mfedderly) in [#​2987](https://github.com/Turfjs/turf/pull/2987)
- Clean up .js files in various TypeScript-first packages by [@​mfedderly](https://github.com/mfedderly) in [#​2992](https://github.com/Turfjs/turf/pull/2992)
- Migrated turf-meta to typescript (bare bones edition) by [@​smallsaucepan](https://github.com/smallsaucepan) in [#​2993](https://github.com/Turfjs/turf/pull/2993)
#### New Contributors
- [@​samuelarbibe](https://github.com/samuelarbibe) made their first contribution in [#​2848](https://github.com/Turfjs/turf/pull/2848)
- [@​MartinP-C](https://github.com/MartinP-C) made their first contribution in [#​2357](https://github.com/Turfjs/turf/pull/2357)
- [@​thomas-hervey](https://github.com/thomas-hervey) made their first contribution in [#​2733](https://github.com/Turfjs/turf/pull/2733)
**Full Changelog**: <https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2>
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OC4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90IiwicmVub3ZhdGUiXX0=-->
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.3.1->7.3.2Release Notes
Turfjs/turf (@turf/turf)
v7.3.2Compare Source
Patch release with several bug fixes.
What's Changed
Bug fixes and new functionality:
Housekeeping and behind the scenes changes:
New Contributors
Full Changelog: https://github.com/Turfjs/turf/compare/v7.3.1...v7.3.2
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.