Skip to content

Commit

Permalink
Merge branch 'master' into doc/square-grid-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanwins authored May 2, 2020
2 parents b983beb + bf0a3c9 commit 46acf75
Show file tree
Hide file tree
Showing 117 changed files with 198 additions and 34 deletions.
31 changes: 31 additions & 0 deletions .monorepolint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,37 @@ module.exports = {
},
includePackages: TYPES_PACKAGES
}
],

":alphabetical-dependencies": {
includeWorkspaceRoot: true
},

":require-dependency": [
{
options: {
devDependencies: {
"npm-run-all": "*"
}
},
includePackages: [...TS_PACKAGES, ...JS_PACKAGES]
},
{
options: {
devDependencies: {
typescript: "*"
}
},
includePackages: TS_PACKAGES
},
{
options: {
devDependencies: {
rollup: "*"
}
},
includePackages: JS_PACKAGES
}
]
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint-staged": "^10.0.8",
"load-json-file": "*",
"meow": "*",
"monorepolint": "^0.5.0-alpha.17",
"monorepolint": "^0.5.0-alpha.20",
"npm-run-all": "^4.1.5",
"progress": "*",
"rollup": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-along/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-angle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-bbox-clip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@turf/destination": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-bezier-spline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-clockwise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-concave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-contains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-crosses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-disjoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"benchmark": "*",
"boolean-shapely": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-equal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-intersects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"benchmark": "*",
"boolean-shapely": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-overlap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-parallel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-point-in-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-point-on-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-touches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-boolean-within/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-buffer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@turf/truncate": "^6.2.0-alpha.1",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-center-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-center-median/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-center-of-mass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-centroid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"geojson-fixtures": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-circle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-clean-coords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@turf/meta": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-clusters-dbscan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"chromatism": "*",
"concaveman": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-clusters-kmeans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"concaveman": "*",
"load-json-file": "*",
"matrix-to-grid": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-clusters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-collect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-combine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-concave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@types/topojson": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-destination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-difference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"npm-run-all": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-directional-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-dissolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"devDependencies": {
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
Expand Down
1 change: 1 addition & 0 deletions packages/turf-distance-weight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
1 change: 1 addition & 0 deletions packages/turf-distance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"npm-run-all": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
Expand Down
Loading

0 comments on commit 46acf75

Please sign in to comment.