Skip to content

Commit 68484c4

Browse files
committed
chore(deps): update all non-major dev-dependencies
1 parent 5106c14 commit 68484c4

File tree

6 files changed

+85
-78
lines changed

6 files changed

+85
-78
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@favware/npm-deprecate": "^1.0.7",
2525
"@sapphire/eslint-config": "^5.0.5",
2626
"@sapphire/ts-config": "^5.0.1",
27-
"@types/node": "^20.17.1",
27+
"@types/node": "^20.17.5",
2828
"@typescript-eslint/eslint-plugin": "^7.18.0",
2929
"@typescript-eslint/parser": "^7.18.0",
3030
"@vitest/coverage-v8": "^1.6.0",
@@ -34,7 +34,7 @@
3434
"lint-staged": "^15.2.10",
3535
"prettier": "^3.3.3",
3636
"ts-node": "^10.9.2",
37-
"tslib": "^2.8.0",
37+
"tslib": "^2.8.1",
3838
"tsup": "^8.3.5",
3939
"turbo": "^2.2.3",
4040
"typescript": "^5.6.3",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@favware/cliff-jumper": "^3.0.3",
34-
"typedoc": "^0.26.10",
35-
"typedoc-json-parser": "^10.1.6"
34+
"typedoc": "^0.26.11",
35+
"typedoc-json-parser": "^10.2.0"
3636
},
3737
"repository": {
3838
"type": "git",

packages/prettier-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@favware/cliff-jumper": "^3.0.3",
27-
"typedoc": "^0.26.10",
28-
"typedoc-json-parser": "^10.1.6",
27+
"typedoc": "^0.26.11",
28+
"typedoc-json-parser": "^10.2.0",
2929
"typescript": "^5.6.3"
3030
},
3131
"repository": {

packages/provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"devDependencies": {
4343
"@favware/cliff-jumper": "^3.0.3",
44-
"@swc/core": "^1.7.40",
44+
"@swc/core": "^1.7.42",
4545
"@vitest/coverage-v8": "^1.6.0",
4646
"tsup": "^8.3.5",
47-
"typedoc": "^0.26.10",
48-
"typedoc-json-parser": "^10.1.6",
47+
"typedoc": "^0.26.11",
48+
"typedoc-json-parser": "^10.2.0",
4949
"typescript": "^5.6.3",
5050
"vitest": "^1.6.0"
5151
},

packages/ts-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
},
5454
"devDependencies": {
5555
"@favware/cliff-jumper": "^3.0.3",
56-
"typedoc": "^0.26.10",
57-
"typedoc-json-parser": "^10.1.6"
56+
"typedoc": "^0.26.11",
57+
"typedoc-json-parser": "^10.2.0"
5858
},
5959
"repository": {
6060
"type": "git",

yarn.lock

Lines changed: 74 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ __metadata:
846846
eslint-config-prettier: "npm:^9.1.0"
847847
eslint-plugin-prettier: "npm:^5.2.1"
848848
prettier: "npm:^3.3.3"
849-
typedoc: "npm:^0.26.10"
850-
typedoc-json-parser: "npm:^10.1.6"
849+
typedoc: "npm:^0.26.11"
850+
typedoc-json-parser: "npm:^10.2.0"
851851
typescript: "npm:^5.6.3"
852852
languageName: unknown
853853
linkType: soft
@@ -858,8 +858,8 @@ __metadata:
858858
dependencies:
859859
"@favware/cliff-jumper": "npm:^3.0.3"
860860
prettier: "npm:^3.3.3"
861-
typedoc: "npm:^0.26.10"
862-
typedoc-json-parser: "npm:^10.1.6"
861+
typedoc: "npm:^0.26.11"
862+
typedoc-json-parser: "npm:^10.2.0"
863863
typescript: "npm:^5.6.3"
864864
languageName: unknown
865865
linkType: soft
@@ -870,12 +870,12 @@ __metadata:
870870
dependencies:
871871
"@favware/cliff-jumper": "npm:^3.0.3"
872872
"@sapphire/utilities": "npm:^3.17.0"
873-
"@swc/core": "npm:^1.7.40"
873+
"@swc/core": "npm:^1.7.42"
874874
"@vitest/coverage-v8": "npm:^1.6.0"
875875
reflect-metadata: "npm:^0.2.1"
876876
tsup: "npm:^8.3.5"
877-
typedoc: "npm:^0.26.10"
878-
typedoc-json-parser: "npm:^10.1.6"
877+
typedoc: "npm:^0.26.11"
878+
typedoc-json-parser: "npm:^10.2.0"
879879
typescript: "npm:^5.6.3"
880880
vitest: "npm:^1.6.0"
881881
languageName: unknown
@@ -888,8 +888,8 @@ __metadata:
888888
"@favware/cliff-jumper": "npm:^3.0.3"
889889
"@sapphire/ts-config": "npm:^5.0.1"
890890
tslib: "npm:^2.8.0"
891-
typedoc: "npm:^0.26.10"
892-
typedoc-json-parser: "npm:^10.1.6"
891+
typedoc: "npm:^0.26.11"
892+
typedoc-json-parser: "npm:^10.2.0"
893893
typescript: "npm:^5.6.3"
894894
languageName: unknown
895895
linkType: soft
@@ -1350,90 +1350,90 @@ __metadata:
13501350
languageName: node
13511351
linkType: hard
13521352

1353-
"@swc/core-darwin-arm64@npm:1.7.40":
1354-
version: 1.7.40
1355-
resolution: "@swc/core-darwin-arm64@npm:1.7.40"
1353+
"@swc/core-darwin-arm64@npm:1.7.42":
1354+
version: 1.7.42
1355+
resolution: "@swc/core-darwin-arm64@npm:1.7.42"
13561356
conditions: os=darwin & cpu=arm64
13571357
languageName: node
13581358
linkType: hard
13591359

1360-
"@swc/core-darwin-x64@npm:1.7.40":
1361-
version: 1.7.40
1362-
resolution: "@swc/core-darwin-x64@npm:1.7.40"
1360+
"@swc/core-darwin-x64@npm:1.7.42":
1361+
version: 1.7.42
1362+
resolution: "@swc/core-darwin-x64@npm:1.7.42"
13631363
conditions: os=darwin & cpu=x64
13641364
languageName: node
13651365
linkType: hard
13661366

1367-
"@swc/core-linux-arm-gnueabihf@npm:1.7.40":
1368-
version: 1.7.40
1369-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.40"
1367+
"@swc/core-linux-arm-gnueabihf@npm:1.7.42":
1368+
version: 1.7.42
1369+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.42"
13701370
conditions: os=linux & cpu=arm
13711371
languageName: node
13721372
linkType: hard
13731373

1374-
"@swc/core-linux-arm64-gnu@npm:1.7.40":
1375-
version: 1.7.40
1376-
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.40"
1374+
"@swc/core-linux-arm64-gnu@npm:1.7.42":
1375+
version: 1.7.42
1376+
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.42"
13771377
conditions: os=linux & cpu=arm64 & libc=glibc
13781378
languageName: node
13791379
linkType: hard
13801380

1381-
"@swc/core-linux-arm64-musl@npm:1.7.40":
1382-
version: 1.7.40
1383-
resolution: "@swc/core-linux-arm64-musl@npm:1.7.40"
1381+
"@swc/core-linux-arm64-musl@npm:1.7.42":
1382+
version: 1.7.42
1383+
resolution: "@swc/core-linux-arm64-musl@npm:1.7.42"
13841384
conditions: os=linux & cpu=arm64 & libc=musl
13851385
languageName: node
13861386
linkType: hard
13871387

1388-
"@swc/core-linux-x64-gnu@npm:1.7.40":
1389-
version: 1.7.40
1390-
resolution: "@swc/core-linux-x64-gnu@npm:1.7.40"
1388+
"@swc/core-linux-x64-gnu@npm:1.7.42":
1389+
version: 1.7.42
1390+
resolution: "@swc/core-linux-x64-gnu@npm:1.7.42"
13911391
conditions: os=linux & cpu=x64 & libc=glibc
13921392
languageName: node
13931393
linkType: hard
13941394

1395-
"@swc/core-linux-x64-musl@npm:1.7.40":
1396-
version: 1.7.40
1397-
resolution: "@swc/core-linux-x64-musl@npm:1.7.40"
1395+
"@swc/core-linux-x64-musl@npm:1.7.42":
1396+
version: 1.7.42
1397+
resolution: "@swc/core-linux-x64-musl@npm:1.7.42"
13981398
conditions: os=linux & cpu=x64 & libc=musl
13991399
languageName: node
14001400
linkType: hard
14011401

1402-
"@swc/core-win32-arm64-msvc@npm:1.7.40":
1403-
version: 1.7.40
1404-
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.40"
1402+
"@swc/core-win32-arm64-msvc@npm:1.7.42":
1403+
version: 1.7.42
1404+
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.42"
14051405
conditions: os=win32 & cpu=arm64
14061406
languageName: node
14071407
linkType: hard
14081408

1409-
"@swc/core-win32-ia32-msvc@npm:1.7.40":
1410-
version: 1.7.40
1411-
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.40"
1409+
"@swc/core-win32-ia32-msvc@npm:1.7.42":
1410+
version: 1.7.42
1411+
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.42"
14121412
conditions: os=win32 & cpu=ia32
14131413
languageName: node
14141414
linkType: hard
14151415

1416-
"@swc/core-win32-x64-msvc@npm:1.7.40":
1417-
version: 1.7.40
1418-
resolution: "@swc/core-win32-x64-msvc@npm:1.7.40"
1416+
"@swc/core-win32-x64-msvc@npm:1.7.42":
1417+
version: 1.7.42
1418+
resolution: "@swc/core-win32-x64-msvc@npm:1.7.42"
14191419
conditions: os=win32 & cpu=x64
14201420
languageName: node
14211421
linkType: hard
14221422

1423-
"@swc/core@npm:^1.7.40":
1424-
version: 1.7.40
1425-
resolution: "@swc/core@npm:1.7.40"
1423+
"@swc/core@npm:^1.7.42":
1424+
version: 1.7.42
1425+
resolution: "@swc/core@npm:1.7.42"
14261426
dependencies:
1427-
"@swc/core-darwin-arm64": "npm:1.7.40"
1428-
"@swc/core-darwin-x64": "npm:1.7.40"
1429-
"@swc/core-linux-arm-gnueabihf": "npm:1.7.40"
1430-
"@swc/core-linux-arm64-gnu": "npm:1.7.40"
1431-
"@swc/core-linux-arm64-musl": "npm:1.7.40"
1432-
"@swc/core-linux-x64-gnu": "npm:1.7.40"
1433-
"@swc/core-linux-x64-musl": "npm:1.7.40"
1434-
"@swc/core-win32-arm64-msvc": "npm:1.7.40"
1435-
"@swc/core-win32-ia32-msvc": "npm:1.7.40"
1436-
"@swc/core-win32-x64-msvc": "npm:1.7.40"
1427+
"@swc/core-darwin-arm64": "npm:1.7.42"
1428+
"@swc/core-darwin-x64": "npm:1.7.42"
1429+
"@swc/core-linux-arm-gnueabihf": "npm:1.7.42"
1430+
"@swc/core-linux-arm64-gnu": "npm:1.7.42"
1431+
"@swc/core-linux-arm64-musl": "npm:1.7.42"
1432+
"@swc/core-linux-x64-gnu": "npm:1.7.42"
1433+
"@swc/core-linux-x64-musl": "npm:1.7.42"
1434+
"@swc/core-win32-arm64-msvc": "npm:1.7.42"
1435+
"@swc/core-win32-ia32-msvc": "npm:1.7.42"
1436+
"@swc/core-win32-x64-msvc": "npm:1.7.42"
14371437
"@swc/counter": "npm:^0.1.3"
14381438
"@swc/types": "npm:^0.1.13"
14391439
peerDependencies:
@@ -1462,7 +1462,7 @@ __metadata:
14621462
peerDependenciesMeta:
14631463
"@swc/helpers":
14641464
optional: true
1465-
checksum: 10/fc5710bcd7a444fb7527c40f606a38f363cc297596ac741b5102701d99dc84b4c1ceffe0e0611eb3a3d02fe298b9d9c57faca237e2b67e76b7bcf5785d488be9
1465+
checksum: 10/d8b2782a18a602e33b38c236aaba66a4dd95e5b851ddf3713bfab896c1f5e9cc756ee680c6d25f04b558ebdbb6b87977a145fb788618e5ffc5b30a24f8abb03b
14661466
languageName: node
14671467
linkType: hard
14681468

@@ -1567,12 +1567,12 @@ __metadata:
15671567
languageName: node
15681568
linkType: hard
15691569

1570-
"@types/node@npm:^20.17.1":
1571-
version: 20.17.1
1572-
resolution: "@types/node@npm:20.17.1"
1570+
"@types/node@npm:^20.17.5":
1571+
version: 20.17.5
1572+
resolution: "@types/node@npm:20.17.5"
15731573
dependencies:
15741574
undici-types: "npm:~6.19.2"
1575-
checksum: 10/d1f4cd7158df97167953031f7245af3203f52b5f4965c175253b96489c7c55e4c2d4c8a697bb34211bfb99b8824cfcf6287e16cabdac6184a99eedcb26fdd432
1575+
checksum: 10/2096b78696bab7d8e410609bbfdf0cad67dd02460bee98f457e0265c97e1587852ee0d17d806a9cfbff7b9183a3e9c2f95d6df0a18c56e708a36790d1d89084b
15761576
languageName: node
15771577
linkType: hard
15781578

@@ -5707,7 +5707,7 @@ __metadata:
57075707
"@favware/npm-deprecate": "npm:^1.0.7"
57085708
"@sapphire/eslint-config": "npm:^5.0.5"
57095709
"@sapphire/ts-config": "npm:^5.0.1"
5710-
"@types/node": "npm:^20.17.1"
5710+
"@types/node": "npm:^20.17.5"
57115711
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
57125712
"@typescript-eslint/parser": "npm:^7.18.0"
57135713
"@vitest/coverage-v8": "npm:^1.6.0"
@@ -5717,7 +5717,7 @@ __metadata:
57175717
lint-staged: "npm:^15.2.10"
57185718
prettier: "npm:^3.3.3"
57195719
ts-node: "npm:^10.9.2"
5720-
tslib: "npm:^2.8.0"
5720+
tslib: "npm:^2.8.1"
57215721
tsup: "npm:^8.3.5"
57225722
turbo: "npm:^2.2.3"
57235723
typescript: "npm:^5.6.3"
@@ -6354,6 +6354,13 @@ __metadata:
63546354
languageName: node
63556355
linkType: hard
63566356

6357+
"tslib@npm:^2.8.1":
6358+
version: 2.8.1
6359+
resolution: "tslib@npm:2.8.1"
6360+
checksum: 10/3e2e043d5c2316461cb54e5c7fe02c30ef6dccb3384717ca22ae5c6b5bc95232a6241df19c622d9c73b809bea33b187f6dbc73030963e29950c2141bc32a79f7
6361+
languageName: node
6362+
linkType: hard
6363+
63576364
"tsup@npm:^8.3.5":
63586365
version: 8.3.5
63596366
resolution: "tsup@npm:8.3.5"
@@ -6496,9 +6503,9 @@ __metadata:
64966503
languageName: node
64976504
linkType: hard
64986505

6499-
"typedoc-json-parser@npm:^10.1.6":
6500-
version: 10.1.6
6501-
resolution: "typedoc-json-parser@npm:10.1.6"
6506+
"typedoc-json-parser@npm:^10.2.0":
6507+
version: 10.2.0
6508+
resolution: "typedoc-json-parser@npm:10.2.0"
65026509
dependencies:
65036510
"@favware/colorette-spinner": "npm:^1.0.1"
65046511
"@sapphire/node-utilities": "npm:^1.0.2"
@@ -6510,13 +6517,13 @@ __metadata:
65106517
typescript: "npm:^5.5.3"
65116518
bin:
65126519
typedoc-json-parser: ./dist/bin/index.js
6513-
checksum: 10/798aa9d3649a54b603e8fbc63a05e410fa6b23d9b9d0794ce56ba5ce5797becc515972e6229e6102e0d18b09dccc1b7ec9b15d8744d2543d955fe9e1a94105c0
6520+
checksum: 10/c1f8153fc35df469e2a68d6d9aaa6f82bb5637a09e3d581feed3a007acc841e633a7ea5ead64a62babfbc096eb26c4c5f3b75597d3f138ac9cefdfa8af0798aa
65146521
languageName: node
65156522
linkType: hard
65166523

6517-
"typedoc@npm:^0.26.10":
6518-
version: 0.26.10
6519-
resolution: "typedoc@npm:0.26.10"
6524+
"typedoc@npm:^0.26.11":
6525+
version: 0.26.11
6526+
resolution: "typedoc@npm:0.26.11"
65206527
dependencies:
65216528
lunr: "npm:^2.3.9"
65226529
markdown-it: "npm:^14.1.0"
@@ -6527,7 +6534,7 @@ __metadata:
65276534
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x
65286535
bin:
65296536
typedoc: bin/typedoc
6530-
checksum: 10/22db2da44fe06274b0b6620570802baf6cefca931fca8eadbdb3ca51b1fca7c5561d0689ae73c6763cfc7aa554079a26f200b436a4d5848a7bf3ceb2aa205340
6537+
checksum: 10/969833b6ffaf1afc96ade3e2b6e594d2f072cc6e92bbc02e40f73c26e16eae8df01b63ccc4a445e2ef9ea2d3c7901ec7c8af476af526225a4b02ed014cdf88b7
65316538
languageName: node
65326539
linkType: hard
65336540

0 commit comments

Comments
 (0)