Skip to content

Commit 94c008b

Browse files
committed
Consolidate toolchain devDependencies
1 parent 83db9f9 commit 94c008b

6 files changed

Lines changed: 17 additions & 128 deletions

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
},
2424
"devDependencies": {
2525
"@biomejs/biome": "^2.3.11",
26-
"@changesets/cli": "^2.29.7"
26+
"@changesets/cli": "^2.29.7",
27+
"@types/node": "^24.10.3",
28+
"@vitest/coverage-v8": "^3.2.4",
29+
"knip": "^5.73.3",
30+
"npm-run-all": "^4.1.5",
31+
"tsx": "4.21.0",
32+
"typescript": "5.9.3",
33+
"vitest": "^3.2.4"
2734
}
2835
}

packages/node/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,19 @@
4040
"tag": "experimental"
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "^2.3.11",
4443
"@types/debug": "^4.1.12",
4544
"@types/minimist": "^1.2.5",
4645
"@types/node": "^24.10.3",
4746
"@types/recursive-readdir": "^2.2.4",
4847
"@types/temp": "^0.9.4",
49-
"@vitest/coverage-v8": "^3.2.4",
5048
"badge-maker": "^5.0.2",
5149
"execa": "9.6.0",
5250
"image-size": "^2.0.2",
53-
"knip": "^5.73.3",
5451
"minimatch": "^10.1.1",
5552
"nock": "^14.0.10",
56-
"npm-run-all": "^4.1.5",
5753
"p-retry": "^7.0.0",
5854
"rimraf": "^6.1.2",
59-
"temp": "^0.9.4",
60-
"tsx": "4.21.0",
61-
"typescript": "5.9.3",
62-
"vitest": "^3.2.4"
55+
"temp": "^0.9.4"
6356
},
6457
"repository": {
6558
"type": "git",

packages/transloadit/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,19 @@
3737
"zod": "3.25.76"
3838
},
3939
"devDependencies": {
40-
"@biomejs/biome": "^2.2.4",
4140
"@types/debug": "^4.1.12",
4241
"@types/minimist": "^1.2.5",
4342
"@types/node": "^24.10.3",
4443
"@types/recursive-readdir": "^2.2.4",
4544
"@types/temp": "^0.9.4",
46-
"@vitest/coverage-v8": "^3.2.4",
4745
"badge-maker": "^5.0.2",
4846
"execa": "9.6.0",
4947
"image-size": "^2.0.2",
50-
"knip": "^5.73.3",
5148
"minimatch": "^10.1.1",
5249
"nock": "^14.0.10",
53-
"npm-run-all": "^4.1.5",
5450
"p-retry": "^7.0.0",
5551
"rimraf": "^6.1.2",
56-
"temp": "^0.9.4",
57-
"tsx": "4.21.0",
58-
"typescript": "5.9.3",
59-
"vitest": "^3.2.4"
52+
"temp": "^0.9.4"
6053
},
6154
"repository": {
6255
"type": "git",

packages/types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"check": "yarn generate && yarn test:unit && tsc --build tsconfig.build.json"
3535
},
3636
"devDependencies": {
37-
"typescript": "5.9.3",
3837
"zod": "3.25.76"
3938
},
4039
"publishConfig": {

packages/zod/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
"dependencies": {
4343
"zod": "^4.0.0"
4444
},
45-
"devDependencies": {
46-
"typescript": "5.9.3"
47-
},
4845
"publishConfig": {
4946
"tag": "experimental"
5047
}

yarn.lock

Lines changed: 7 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -746,41 +746,6 @@ __metadata:
746746
languageName: node
747747
linkType: hard
748748

749-
"@biomejs/biome@npm:^2.2.4":
750-
version: 2.2.4
751-
resolution: "@biomejs/biome@npm:2.2.4"
752-
dependencies:
753-
"@biomejs/cli-darwin-arm64": "npm:2.2.4"
754-
"@biomejs/cli-darwin-x64": "npm:2.2.4"
755-
"@biomejs/cli-linux-arm64": "npm:2.2.4"
756-
"@biomejs/cli-linux-arm64-musl": "npm:2.2.4"
757-
"@biomejs/cli-linux-x64": "npm:2.2.4"
758-
"@biomejs/cli-linux-x64-musl": "npm:2.2.4"
759-
"@biomejs/cli-win32-arm64": "npm:2.2.4"
760-
"@biomejs/cli-win32-x64": "npm:2.2.4"
761-
dependenciesMeta:
762-
"@biomejs/cli-darwin-arm64":
763-
optional: true
764-
"@biomejs/cli-darwin-x64":
765-
optional: true
766-
"@biomejs/cli-linux-arm64":
767-
optional: true
768-
"@biomejs/cli-linux-arm64-musl":
769-
optional: true
770-
"@biomejs/cli-linux-x64":
771-
optional: true
772-
"@biomejs/cli-linux-x64-musl":
773-
optional: true
774-
"@biomejs/cli-win32-arm64":
775-
optional: true
776-
"@biomejs/cli-win32-x64":
777-
optional: true
778-
bin:
779-
biome: bin/biome
780-
checksum: 10c0/7229fcc743db48f3cfd7417fb3f33d1cd9e7dfe42a12ed3c1046cd3110718237bb71ea3fe5c8b0de9bd3df2b918d0be58027602aa3720b64904b63d9cedf53e3
781-
languageName: node
782-
linkType: hard
783-
784749
"@biomejs/biome@npm:^2.3.11":
785750
version: 2.3.11
786751
resolution: "@biomejs/biome@npm:2.3.11"
@@ -816,111 +781,55 @@ __metadata:
816781
languageName: node
817782
linkType: hard
818783

819-
"@biomejs/cli-darwin-arm64@npm:2.2.4":
820-
version: 2.2.4
821-
resolution: "@biomejs/cli-darwin-arm64@npm:2.2.4"
822-
conditions: os=darwin & cpu=arm64
823-
languageName: node
824-
linkType: hard
825-
826784
"@biomejs/cli-darwin-arm64@npm:2.3.11":
827785
version: 2.3.11
828786
resolution: "@biomejs/cli-darwin-arm64@npm:2.3.11"
829787
conditions: os=darwin & cpu=arm64
830788
languageName: node
831789
linkType: hard
832790

833-
"@biomejs/cli-darwin-x64@npm:2.2.4":
834-
version: 2.2.4
835-
resolution: "@biomejs/cli-darwin-x64@npm:2.2.4"
836-
conditions: os=darwin & cpu=x64
837-
languageName: node
838-
linkType: hard
839-
840791
"@biomejs/cli-darwin-x64@npm:2.3.11":
841792
version: 2.3.11
842793
resolution: "@biomejs/cli-darwin-x64@npm:2.3.11"
843794
conditions: os=darwin & cpu=x64
844795
languageName: node
845796
linkType: hard
846797

847-
"@biomejs/cli-linux-arm64-musl@npm:2.2.4":
848-
version: 2.2.4
849-
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.2.4"
850-
conditions: os=linux & cpu=arm64 & libc=musl
851-
languageName: node
852-
linkType: hard
853-
854798
"@biomejs/cli-linux-arm64-musl@npm:2.3.11":
855799
version: 2.3.11
856800
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.3.11"
857801
conditions: os=linux & cpu=arm64 & libc=musl
858802
languageName: node
859803
linkType: hard
860804

861-
"@biomejs/cli-linux-arm64@npm:2.2.4":
862-
version: 2.2.4
863-
resolution: "@biomejs/cli-linux-arm64@npm:2.2.4"
864-
conditions: os=linux & cpu=arm64 & libc=glibc
865-
languageName: node
866-
linkType: hard
867-
868805
"@biomejs/cli-linux-arm64@npm:2.3.11":
869806
version: 2.3.11
870807
resolution: "@biomejs/cli-linux-arm64@npm:2.3.11"
871808
conditions: os=linux & cpu=arm64 & libc=glibc
872809
languageName: node
873810
linkType: hard
874811

875-
"@biomejs/cli-linux-x64-musl@npm:2.2.4":
876-
version: 2.2.4
877-
resolution: "@biomejs/cli-linux-x64-musl@npm:2.2.4"
878-
conditions: os=linux & cpu=x64 & libc=musl
879-
languageName: node
880-
linkType: hard
881-
882812
"@biomejs/cli-linux-x64-musl@npm:2.3.11":
883813
version: 2.3.11
884814
resolution: "@biomejs/cli-linux-x64-musl@npm:2.3.11"
885815
conditions: os=linux & cpu=x64 & libc=musl
886816
languageName: node
887817
linkType: hard
888818

889-
"@biomejs/cli-linux-x64@npm:2.2.4":
890-
version: 2.2.4
891-
resolution: "@biomejs/cli-linux-x64@npm:2.2.4"
892-
conditions: os=linux & cpu=x64 & libc=glibc
893-
languageName: node
894-
linkType: hard
895-
896819
"@biomejs/cli-linux-x64@npm:2.3.11":
897820
version: 2.3.11
898821
resolution: "@biomejs/cli-linux-x64@npm:2.3.11"
899822
conditions: os=linux & cpu=x64 & libc=glibc
900823
languageName: node
901824
linkType: hard
902825

903-
"@biomejs/cli-win32-arm64@npm:2.2.4":
904-
version: 2.2.4
905-
resolution: "@biomejs/cli-win32-arm64@npm:2.2.4"
906-
conditions: os=win32 & cpu=arm64
907-
languageName: node
908-
linkType: hard
909-
910826
"@biomejs/cli-win32-arm64@npm:2.3.11":
911827
version: 2.3.11
912828
resolution: "@biomejs/cli-win32-arm64@npm:2.3.11"
913829
conditions: os=win32 & cpu=arm64
914830
languageName: node
915831
linkType: hard
916832

917-
"@biomejs/cli-win32-x64@npm:2.2.4":
918-
version: 2.2.4
919-
resolution: "@biomejs/cli-win32-x64@npm:2.2.4"
920-
conditions: os=win32 & cpu=x64
921-
languageName: node
922-
linkType: hard
923-
924833
"@biomejs/cli-win32-x64@npm:2.3.11":
925834
version: 2.3.11
926835
resolution: "@biomejs/cli-win32-x64@npm:2.3.11"
@@ -2714,14 +2623,12 @@ __metadata:
27142623
dependencies:
27152624
"@aws-sdk/client-s3": "npm:^3.891.0"
27162625
"@aws-sdk/s3-request-presigner": "npm:^3.891.0"
2717-
"@biomejs/biome": "npm:^2.3.11"
27182626
"@transloadit/sev-logger": "npm:^0.0.15"
27192627
"@types/debug": "npm:^4.1.12"
27202628
"@types/minimist": "npm:^1.2.5"
27212629
"@types/node": "npm:^24.10.3"
27222630
"@types/recursive-readdir": "npm:^2.2.4"
27232631
"@types/temp": "npm:^0.9.4"
2724-
"@vitest/coverage-v8": "npm:^3.2.4"
27252632
badge-maker: "npm:^5.0.2"
27262633
clipanion: "npm:^4.0.0-rc.4"
27272634
debug: "npm:^4.4.3"
@@ -2732,23 +2639,18 @@ __metadata:
27322639
image-size: "npm:^2.0.2"
27332640
into-stream: "npm:^9.0.0"
27342641
is-stream: "npm:^4.0.1"
2735-
knip: "npm:^5.73.3"
27362642
minimatch: "npm:^10.1.1"
27372643
nock: "npm:^14.0.10"
27382644
node-watch: "npm:^0.7.4"
2739-
npm-run-all: "npm:^4.1.5"
27402645
p-map: "npm:^7.0.3"
27412646
p-queue: "npm:^9.0.1"
27422647
p-retry: "npm:^7.0.0"
27432648
recursive-readdir: "npm:^2.2.3"
27442649
rimraf: "npm:^6.1.2"
27452650
temp: "npm:^0.9.4"
2746-
tsx: "npm:4.21.0"
27472651
tus-js-client: "npm:^4.3.1"
27482652
typanion: "npm:^3.14.0"
27492653
type-fest: "npm:^4.41.0"
2750-
typescript: "npm:5.9.3"
2751-
vitest: "npm:^3.2.4"
27522654
zod: "npm:3.25.76"
27532655
bin:
27542656
node: ./dist/cli.js
@@ -2766,7 +2668,6 @@ __metadata:
27662668
version: 0.0.0-use.local
27672669
resolution: "@transloadit/types@workspace:packages/types"
27682670
dependencies:
2769-
typescript: "npm:5.9.3"
27702671
zod: "npm:3.25.76"
27712672
languageName: unknown
27722673
linkType: soft
@@ -2775,7 +2676,6 @@ __metadata:
27752676
version: 0.0.0-use.local
27762677
resolution: "@transloadit/zod@workspace:packages/zod"
27772678
dependencies:
2778-
typescript: "npm:5.9.3"
27792679
zod: "npm:^4.0.0"
27802680
languageName: unknown
27812681
linkType: soft
@@ -6973,6 +6873,13 @@ __metadata:
69736873
dependencies:
69746874
"@biomejs/biome": "npm:^2.3.11"
69756875
"@changesets/cli": "npm:^2.29.7"
6876+
"@types/node": "npm:^24.10.3"
6877+
"@vitest/coverage-v8": "npm:^3.2.4"
6878+
knip: "npm:^5.73.3"
6879+
npm-run-all: "npm:^4.1.5"
6880+
tsx: "npm:4.21.0"
6881+
typescript: "npm:5.9.3"
6882+
vitest: "npm:^3.2.4"
69766883
languageName: unknown
69776884
linkType: soft
69786885

@@ -6982,14 +6889,12 @@ __metadata:
69826889
dependencies:
69836890
"@aws-sdk/client-s3": "npm:^3.891.0"
69846891
"@aws-sdk/s3-request-presigner": "npm:^3.891.0"
6985-
"@biomejs/biome": "npm:^2.2.4"
69866892
"@transloadit/sev-logger": "npm:^0.0.15"
69876893
"@types/debug": "npm:^4.1.12"
69886894
"@types/minimist": "npm:^1.2.5"
69896895
"@types/node": "npm:^24.10.3"
69906896
"@types/recursive-readdir": "npm:^2.2.4"
69916897
"@types/temp": "npm:^0.9.4"
6992-
"@vitest/coverage-v8": "npm:^3.2.4"
69936898
badge-maker: "npm:^5.0.2"
69946899
clipanion: "npm:^4.0.0-rc.4"
69956900
debug: "npm:^4.4.3"
@@ -7000,23 +6905,18 @@ __metadata:
70006905
image-size: "npm:^2.0.2"
70016906
into-stream: "npm:^9.0.0"
70026907
is-stream: "npm:^4.0.1"
7003-
knip: "npm:^5.73.3"
70046908
minimatch: "npm:^10.1.1"
70056909
nock: "npm:^14.0.10"
70066910
node-watch: "npm:^0.7.4"
7007-
npm-run-all: "npm:^4.1.5"
70086911
p-map: "npm:^7.0.3"
70096912
p-queue: "npm:^9.0.1"
70106913
p-retry: "npm:^7.0.0"
70116914
recursive-readdir: "npm:^2.2.3"
70126915
rimraf: "npm:^6.1.2"
70136916
temp: "npm:^0.9.4"
7014-
tsx: "npm:4.21.0"
70156917
tus-js-client: "npm:^4.3.1"
70166918
typanion: "npm:^3.14.0"
70176919
type-fest: "npm:^4.41.0"
7018-
typescript: "npm:5.9.3"
7019-
vitest: "npm:^3.2.4"
70206920
zod: "npm:3.25.76"
70216921
bin:
70226922
transloadit: ./dist/cli.js

0 commit comments

Comments
 (0)