[js] Update @turf/invariant 7.3.5 → 7.4.0 (minor) - #841
Open
depfu[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @turf/invariant (7.3.5 → 7.4.0) · Repo · Changelog
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
v7.4.0Update release workflow (#3119)Bump softprops/action-gh-release from 2.2.1 to 3.0.2 (#3114)Bump actions/checkout from 4.2.2 to 7.0.1 (#3117)Bump actions/setup-node from 4.3.0 to 7.0.0 (#3116)Bump pnpm/action-setup from 4.1.0 to 6.0.9 (#3115)Dependabot - Keep GitHub actions up to date (#3113)Clarify geomEach behavior and add a test (#3112)line-offset - Fix bench.ts (#3111)fix(boolean-contains): reject inner polygon whose edge crosses a conc… (#3104)transform-scale, transform-translate, transform-rotate: Invalidate stale bboxes after coordinate transforms (#3106)@turf/boolean-within: add MultiPolygon support, de-duplicate logic (#3011)Use official EPSG:3857 code instead of deprecated EPSG:900913 in projection docs (#3101)perf(boolean-intersects): replace redundant flattenEach with `booleanDisjoint` (#3103)Make last-checks tests less strict about @turf/helpers devDependencies (#3105)boolean-disjoint - add test for explicit line/line touch on a boundary point (#3100)Fix boolean-disjoint missing overlapping collinear lines (#3097)perf(boolean-contains): speed up point, line, and MultiPolygon hot paths (#3099)@turf/boolean-contains: Add MultiPolygon support for non-polygon types (#3010)booleanPointInPolygon - Perf improvement + fix issue with multiple polygons when the point is on the boundary of a polygon (#2821)boolean-valid - Allow MultiLineStrings with only a single LineString (#2846)boolean-valid - Add support for GeometryCollection geometries (#2916)docs: add multigeometries to input type (#2935)convex - Include properties from options argument in the result Polygon (#2972)line-overlap: Fix missing certain horizontal/vertical lines when using tolerance (#2582) (#3071)fix(boolean-within): require an interior point in MultiPoint-in-Polygon check (#3085)Upgrade dev dependencies (#3090)Remove optional transitive dep on vue-template-compiler (#3089)bearing: fix final bearing returning values outside [-180, 180] (#3077)fix(polygonize): deduplicate segments in planar graph (#3045)fix(polygonize): Migrate edge storage from Array to Map for performance (#3081)@turf/clusters-dbscan: Fix clustersDbscan not respecting units option (#3026)@turf/line-arc: always reach bearing2 (fix dropped final vertex) (#3078)fix(boolean-crosses): make MultiPoint/LineString crossing order-independent (#3079)fix(boolean-contains): treat an equal two-vertex line as contained (#3080)Migrate @turf/polygonize to Map/Set (#3074)Upgrade sweepline-intersections (#3070)@turf/boolean-contains: allow boundary points in MultiPoint containment checks (#3024)@turf/bezier - correctly compute z coordinates, even though they are unused in the result (#3042)@turf/helpers Add short forms for Units and AreaUnits (#3063)Move to @types/earcut for @turf/tesselate (#3069)Update the CI workflows (#3068)Add consumer-style testing for Turf (#3065)Clean up the .gitignore files (#3067)Revert d3-geo to 2.x to fix node cjs consumers (#3066)Revert "Modernize test/bench runners (#3038)" (#3060)Modernize test/bench runners (#3038)Move to pnpm catalogs (#3057)Remove JavaScript package support from MRL config (#3056)Migrate @turf/buffer to TypeScript, ignoring errors (#2994)Publish without NPM_TOKEN (#3051)Merge pull request #3052 from Turfjs/releases/7.3.5✳️ @turf/helpers (7.3.5 → 7.4.0) · Repo · Changelog
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
v7.4.0Update release workflow (#3119)Bump softprops/action-gh-release from 2.2.1 to 3.0.2 (#3114)Bump actions/checkout from 4.2.2 to 7.0.1 (#3117)Bump actions/setup-node from 4.3.0 to 7.0.0 (#3116)Bump pnpm/action-setup from 4.1.0 to 6.0.9 (#3115)Dependabot - Keep GitHub actions up to date (#3113)Clarify geomEach behavior and add a test (#3112)line-offset - Fix bench.ts (#3111)fix(boolean-contains): reject inner polygon whose edge crosses a conc… (#3104)transform-scale, transform-translate, transform-rotate: Invalidate stale bboxes after coordinate transforms (#3106)@turf/boolean-within: add MultiPolygon support, de-duplicate logic (#3011)Use official EPSG:3857 code instead of deprecated EPSG:900913 in projection docs (#3101)perf(boolean-intersects): replace redundant flattenEach with `booleanDisjoint` (#3103)Make last-checks tests less strict about @turf/helpers devDependencies (#3105)boolean-disjoint - add test for explicit line/line touch on a boundary point (#3100)Fix boolean-disjoint missing overlapping collinear lines (#3097)perf(boolean-contains): speed up point, line, and MultiPolygon hot paths (#3099)@turf/boolean-contains: Add MultiPolygon support for non-polygon types (#3010)booleanPointInPolygon - Perf improvement + fix issue with multiple polygons when the point is on the boundary of a polygon (#2821)boolean-valid - Allow MultiLineStrings with only a single LineString (#2846)boolean-valid - Add support for GeometryCollection geometries (#2916)docs: add multigeometries to input type (#2935)convex - Include properties from options argument in the result Polygon (#2972)line-overlap: Fix missing certain horizontal/vertical lines when using tolerance (#2582) (#3071)fix(boolean-within): require an interior point in MultiPoint-in-Polygon check (#3085)Upgrade dev dependencies (#3090)Remove optional transitive dep on vue-template-compiler (#3089)bearing: fix final bearing returning values outside [-180, 180] (#3077)fix(polygonize): deduplicate segments in planar graph (#3045)fix(polygonize): Migrate edge storage from Array to Map for performance (#3081)@turf/clusters-dbscan: Fix clustersDbscan not respecting units option (#3026)@turf/line-arc: always reach bearing2 (fix dropped final vertex) (#3078)fix(boolean-crosses): make MultiPoint/LineString crossing order-independent (#3079)fix(boolean-contains): treat an equal two-vertex line as contained (#3080)Migrate @turf/polygonize to Map/Set (#3074)Upgrade sweepline-intersections (#3070)@turf/boolean-contains: allow boundary points in MultiPoint containment checks (#3024)@turf/bezier - correctly compute z coordinates, even though they are unused in the result (#3042)@turf/helpers Add short forms for Units and AreaUnits (#3063)Move to @types/earcut for @turf/tesselate (#3069)Update the CI workflows (#3068)Add consumer-style testing for Turf (#3065)Clean up the .gitignore files (#3067)Revert d3-geo to 2.x to fix node cjs consumers (#3066)Revert "Modernize test/bench runners (#3038)" (#3060)Modernize test/bench runners (#3038)Move to pnpm catalogs (#3057)Remove JavaScript package support from MRL config (#3056)Migrate @turf/buffer to TypeScript, ignoring errors (#2994)Publish without NPM_TOKEN (#3051)Merge pull request #3052 from Turfjs/releases/7.3.5Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands