Skip to content

Commit

Permalink
Upgraded typescript to 5.5.4 (#2684)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Welch <tim.j.welch@gmail.com>
  • Loading branch information
mfedderly and twelch authored Aug 22, 2024
1 parent 099bf3c commit 6889237
Show file tree
Hide file tree
Showing 107 changed files with 497 additions and 457 deletions.
2 changes: 1 addition & 1 deletion .monorepolint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default {
devDependencies: {
"@types/benchmark": "^2.1.5",
"@types/tape": "^4.2.32",
typescript: "^5.2.2",
typescript: "^5.5.4",
},
},
includePackages: TS_PACKAGES,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^9.0.0",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"yamljs": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/turf-along/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/bearing": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-angle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox-clip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bezier-spline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-clockwise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-concave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-contains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/bbox": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-crosses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-disjoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-equal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/clean-coords": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-intersects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/boolean-disjoint": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-overlap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-parallel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-point-in-polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-point-on-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-touches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-valid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/bbox": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-boolean-within/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/bbox": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-median/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center-of-mass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-centroid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-circle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clean-coords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters-dbscan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters-kmeans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-clusters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-collect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/bbox": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-combine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@turf/helpers": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-concave/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-destination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-difference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-directional-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-dissolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-distance-weight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tape": "^5.7.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"typescript": "^5.5.4",
"write-json-file": "^5.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6889237

Please sign in to comment.