Skip to content

Commit 5e4e814

Browse files
chore(deps): update all non-major dev-dependencies (#527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da63041 commit 5e4e814

File tree

6 files changed

+113
-84
lines changed

6 files changed

+113
-84
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint": "^8.57.1",
3232
"eslint-config-prettier": "^9.1.0",
3333
"eslint-plugin-prettier": "^5.2.6",
34-
"lint-staged": "^15.5.0",
34+
"lint-staged": "^15.5.1",
3535
"prettier": "^3.5.3",
3636
"ts-node": "^10.9.2",
3737
"tslib": "^2.8.1",

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@favware/cliff-jumper": "^3.0.3",
34-
"typedoc": "^0.28.1",
34+
"typedoc": "^0.28.2",
3535
"typedoc-json-parser": "^10.2.0"
3636
},
3737
"repository": {

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@favware/cliff-jumper": "^3.0.3",
27-
"typedoc": "^0.28.1",
27+
"typedoc": "^0.28.2",
2828
"typedoc-json-parser": "^10.2.0",
2929
"typescript": "^5.8.3"
3030
},

packages/provider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
},
4242
"devDependencies": {
4343
"@favware/cliff-jumper": "^3.0.3",
44-
"@swc/core": "^1.11.16",
44+
"@swc/core": "^1.11.20",
4545
"@vitest/coverage-v8": "^1.6.1",
4646
"tsup": "^8.4.0",
47-
"typedoc": "^0.28.1",
47+
"typedoc": "^0.28.2",
4848
"typedoc-json-parser": "^10.2.0",
4949
"typescript": "^5.8.3",
5050
"vitest": "^1.6.1"

packages/ts-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@favware/cliff-jumper": "^3.0.3",
56-
"typedoc": "^0.28.1",
56+
"typedoc": "^0.28.2",
5757
"typedoc-json-parser": "^10.2.0"
5858
},
5959
"repository": {

yarn.lock

+107-78
Original file line numberDiff line numberDiff line change
@@ -768,14 +768,16 @@ __metadata:
768768
languageName: node
769769
linkType: hard
770770

771-
"@gerrit0/mini-shiki@npm:^3.2.1":
772-
version: 3.2.1
773-
resolution: "@gerrit0/mini-shiki@npm:3.2.1"
774-
dependencies:
775-
"@shikijs/engine-oniguruma": "npm:^3.2.1"
776-
"@shikijs/types": "npm:^3.2.1"
771+
"@gerrit0/mini-shiki@npm:^3.2.2":
772+
version: 3.2.3
773+
resolution: "@gerrit0/mini-shiki@npm:3.2.3"
774+
dependencies:
775+
"@shikijs/engine-oniguruma": "npm:^3.2.2"
776+
"@shikijs/langs": "npm:^3.2.2"
777+
"@shikijs/themes": "npm:^3.2.2"
778+
"@shikijs/types": "npm:^3.2.2"
777779
"@shikijs/vscode-textmate": "npm:^10.0.2"
778-
checksum: 10/7f366cf09b682e1aeef0ebeb32e548f209b4c0b8695efde65e07451634677baf790942ba78ae78a8eca20d8b92ce8251411d0ebc5319a8d9d01c28d9d1368140
780+
checksum: 10/6ef3327ccbde92013d7387c2f2a9035b062a5b5527afa31a13f5476d01d0c45a16d31a2631f1bf248b30fe213893e4da435ccbd439d40e80cacf54763efa0faa
779781
languageName: node
780782
linkType: hard
781783

@@ -864,7 +866,7 @@ __metadata:
864866
eslint-config-prettier: "npm:^9.1.0"
865867
eslint-plugin-prettier: "npm:^5.2.5"
866868
prettier: "npm:^3.5.3"
867-
typedoc: "npm:^0.28.1"
869+
typedoc: "npm:^0.28.2"
868870
typedoc-json-parser: "npm:^10.2.0"
869871
typescript: "npm:^5.8.2"
870872
languageName: unknown
@@ -876,7 +878,7 @@ __metadata:
876878
dependencies:
877879
"@favware/cliff-jumper": "npm:^3.0.3"
878880
prettier: "npm:^3.5.3"
879-
typedoc: "npm:^0.28.1"
881+
typedoc: "npm:^0.28.2"
880882
typedoc-json-parser: "npm:^10.2.0"
881883
typescript: "npm:^5.8.3"
882884
languageName: unknown
@@ -888,11 +890,11 @@ __metadata:
888890
dependencies:
889891
"@favware/cliff-jumper": "npm:^3.0.3"
890892
"@sapphire/utilities": "npm:^3.18.2"
891-
"@swc/core": "npm:^1.11.16"
893+
"@swc/core": "npm:^1.11.20"
892894
"@vitest/coverage-v8": "npm:^1.6.1"
893895
reflect-metadata: "npm:^0.2.1"
894896
tsup: "npm:^8.4.0"
895-
typedoc: "npm:^0.28.1"
897+
typedoc: "npm:^0.28.2"
896898
typedoc-json-parser: "npm:^10.2.0"
897899
typescript: "npm:^5.8.3"
898900
vitest: "npm:^1.6.1"
@@ -906,7 +908,7 @@ __metadata:
906908
"@favware/cliff-jumper": "npm:^3.0.3"
907909
"@sapphire/ts-config": "npm:^5.0.1"
908910
tslib: "npm:^2.8.1"
909-
typedoc: "npm:^0.28.1"
911+
typedoc: "npm:^0.28.2"
910912
typedoc-json-parser: "npm:^10.2.0"
911913
typescript: "npm:^5.8.2"
912914
languageName: unknown
@@ -1365,13 +1367,31 @@ __metadata:
13651367
languageName: node
13661368
linkType: hard
13671369

1368-
"@shikijs/engine-oniguruma@npm:^3.2.1":
1369-
version: 3.2.1
1370-
resolution: "@shikijs/engine-oniguruma@npm:3.2.1"
1370+
"@shikijs/engine-oniguruma@npm:^3.2.2":
1371+
version: 3.2.2
1372+
resolution: "@shikijs/engine-oniguruma@npm:3.2.2"
13711373
dependencies:
1372-
"@shikijs/types": "npm:3.2.1"
1374+
"@shikijs/types": "npm:3.2.2"
13731375
"@shikijs/vscode-textmate": "npm:^10.0.2"
1374-
checksum: 10/56ac0aea3d20149e807196d2ea4b0ed74099852bee36b7aadefcb3620425551f044cb803f30b4f234c009b8179a3fff82fa4aed2d866e7228d58a80ab94c6212
1376+
checksum: 10/2e24850889026b00089977393a332b2054b9b8750186b2d4ea4dcec930bdec6b637cd0d6ae626ee07bdb885b716e3d7b44cd909c8624bb994c5118004eeef762
1377+
languageName: node
1378+
linkType: hard
1379+
1380+
"@shikijs/langs@npm:^3.2.2":
1381+
version: 3.2.2
1382+
resolution: "@shikijs/langs@npm:3.2.2"
1383+
dependencies:
1384+
"@shikijs/types": "npm:3.2.2"
1385+
checksum: 10/bd84bfca5b499004ad45eb3f064ad4375b51cac0728781156b42216ce614ffea063e4fbc6f35ea6f872ee932ccf7fbf6674f9e493c733659723558cc6fba0d62
1386+
languageName: node
1387+
linkType: hard
1388+
1389+
"@shikijs/themes@npm:^3.2.2":
1390+
version: 3.2.2
1391+
resolution: "@shikijs/themes@npm:3.2.2"
1392+
dependencies:
1393+
"@shikijs/types": "npm:3.2.2"
1394+
checksum: 10/84c01e266ae5db856e950423b4d65d141a08650a992e7f364b1d2c60fdb9ffb4d3e251a6efe8fb38438ef44558b8e53ed37172fa52bc3074fa9893db41d4974d
13751395
languageName: node
13761396
linkType: hard
13771397

@@ -1385,13 +1405,13 @@ __metadata:
13851405
languageName: node
13861406
linkType: hard
13871407

1388-
"@shikijs/types@npm:3.2.1, @shikijs/types@npm:^3.2.1":
1389-
version: 3.2.1
1390-
resolution: "@shikijs/types@npm:3.2.1"
1408+
"@shikijs/types@npm:3.2.2, @shikijs/types@npm:^3.2.2":
1409+
version: 3.2.2
1410+
resolution: "@shikijs/types@npm:3.2.2"
13911411
dependencies:
13921412
"@shikijs/vscode-textmate": "npm:^10.0.2"
13931413
"@types/hast": "npm:^3.0.4"
1394-
checksum: 10/a9a70a98daf93041ae5199714fe0a7cfae8ba82f31967c3f349da83ca2b16fbaeab3e8ce3cf63672c09ed85da34093f94e7203f46722c88764f314dbe4c8d21c
1414+
checksum: 10/613fd273407001320fcdcbc55591b25eaaba88f5e687c2284efeba867e742cbaafc3d6ae78aaa20d65b3a5bd4e5c7029c1515d41c72fdb7b35198a3c26071f91
13951415
languageName: node
13961416
linkType: hard
13971417

@@ -1416,94 +1436,94 @@ __metadata:
14161436
languageName: node
14171437
linkType: hard
14181438

1419-
"@swc/core-darwin-arm64@npm:1.11.16":
1420-
version: 1.11.16
1421-
resolution: "@swc/core-darwin-arm64@npm:1.11.16"
1439+
"@swc/core-darwin-arm64@npm:1.11.20":
1440+
version: 1.11.20
1441+
resolution: "@swc/core-darwin-arm64@npm:1.11.20"
14221442
conditions: os=darwin & cpu=arm64
14231443
languageName: node
14241444
linkType: hard
14251445

1426-
"@swc/core-darwin-x64@npm:1.11.16":
1427-
version: 1.11.16
1428-
resolution: "@swc/core-darwin-x64@npm:1.11.16"
1446+
"@swc/core-darwin-x64@npm:1.11.20":
1447+
version: 1.11.20
1448+
resolution: "@swc/core-darwin-x64@npm:1.11.20"
14291449
conditions: os=darwin & cpu=x64
14301450
languageName: node
14311451
linkType: hard
14321452

1433-
"@swc/core-linux-arm-gnueabihf@npm:1.11.16":
1434-
version: 1.11.16
1435-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.16"
1453+
"@swc/core-linux-arm-gnueabihf@npm:1.11.20":
1454+
version: 1.11.20
1455+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.11.20"
14361456
conditions: os=linux & cpu=arm
14371457
languageName: node
14381458
linkType: hard
14391459

1440-
"@swc/core-linux-arm64-gnu@npm:1.11.16":
1441-
version: 1.11.16
1442-
resolution: "@swc/core-linux-arm64-gnu@npm:1.11.16"
1460+
"@swc/core-linux-arm64-gnu@npm:1.11.20":
1461+
version: 1.11.20
1462+
resolution: "@swc/core-linux-arm64-gnu@npm:1.11.20"
14431463
conditions: os=linux & cpu=arm64 & libc=glibc
14441464
languageName: node
14451465
linkType: hard
14461466

1447-
"@swc/core-linux-arm64-musl@npm:1.11.16":
1448-
version: 1.11.16
1449-
resolution: "@swc/core-linux-arm64-musl@npm:1.11.16"
1467+
"@swc/core-linux-arm64-musl@npm:1.11.20":
1468+
version: 1.11.20
1469+
resolution: "@swc/core-linux-arm64-musl@npm:1.11.20"
14501470
conditions: os=linux & cpu=arm64 & libc=musl
14511471
languageName: node
14521472
linkType: hard
14531473

1454-
"@swc/core-linux-x64-gnu@npm:1.11.16":
1455-
version: 1.11.16
1456-
resolution: "@swc/core-linux-x64-gnu@npm:1.11.16"
1474+
"@swc/core-linux-x64-gnu@npm:1.11.20":
1475+
version: 1.11.20
1476+
resolution: "@swc/core-linux-x64-gnu@npm:1.11.20"
14571477
conditions: os=linux & cpu=x64 & libc=glibc
14581478
languageName: node
14591479
linkType: hard
14601480

1461-
"@swc/core-linux-x64-musl@npm:1.11.16":
1462-
version: 1.11.16
1463-
resolution: "@swc/core-linux-x64-musl@npm:1.11.16"
1481+
"@swc/core-linux-x64-musl@npm:1.11.20":
1482+
version: 1.11.20
1483+
resolution: "@swc/core-linux-x64-musl@npm:1.11.20"
14641484
conditions: os=linux & cpu=x64 & libc=musl
14651485
languageName: node
14661486
linkType: hard
14671487

1468-
"@swc/core-win32-arm64-msvc@npm:1.11.16":
1469-
version: 1.11.16
1470-
resolution: "@swc/core-win32-arm64-msvc@npm:1.11.16"
1488+
"@swc/core-win32-arm64-msvc@npm:1.11.20":
1489+
version: 1.11.20
1490+
resolution: "@swc/core-win32-arm64-msvc@npm:1.11.20"
14711491
conditions: os=win32 & cpu=arm64
14721492
languageName: node
14731493
linkType: hard
14741494

1475-
"@swc/core-win32-ia32-msvc@npm:1.11.16":
1476-
version: 1.11.16
1477-
resolution: "@swc/core-win32-ia32-msvc@npm:1.11.16"
1495+
"@swc/core-win32-ia32-msvc@npm:1.11.20":
1496+
version: 1.11.20
1497+
resolution: "@swc/core-win32-ia32-msvc@npm:1.11.20"
14781498
conditions: os=win32 & cpu=ia32
14791499
languageName: node
14801500
linkType: hard
14811501

1482-
"@swc/core-win32-x64-msvc@npm:1.11.16":
1483-
version: 1.11.16
1484-
resolution: "@swc/core-win32-x64-msvc@npm:1.11.16"
1502+
"@swc/core-win32-x64-msvc@npm:1.11.20":
1503+
version: 1.11.20
1504+
resolution: "@swc/core-win32-x64-msvc@npm:1.11.20"
14851505
conditions: os=win32 & cpu=x64
14861506
languageName: node
14871507
linkType: hard
14881508

1489-
"@swc/core@npm:^1.11.16":
1490-
version: 1.11.16
1491-
resolution: "@swc/core@npm:1.11.16"
1509+
"@swc/core@npm:^1.11.20":
1510+
version: 1.11.20
1511+
resolution: "@swc/core@npm:1.11.20"
14921512
dependencies:
1493-
"@swc/core-darwin-arm64": "npm:1.11.16"
1494-
"@swc/core-darwin-x64": "npm:1.11.16"
1495-
"@swc/core-linux-arm-gnueabihf": "npm:1.11.16"
1496-
"@swc/core-linux-arm64-gnu": "npm:1.11.16"
1497-
"@swc/core-linux-arm64-musl": "npm:1.11.16"
1498-
"@swc/core-linux-x64-gnu": "npm:1.11.16"
1499-
"@swc/core-linux-x64-musl": "npm:1.11.16"
1500-
"@swc/core-win32-arm64-msvc": "npm:1.11.16"
1501-
"@swc/core-win32-ia32-msvc": "npm:1.11.16"
1502-
"@swc/core-win32-x64-msvc": "npm:1.11.16"
1513+
"@swc/core-darwin-arm64": "npm:1.11.20"
1514+
"@swc/core-darwin-x64": "npm:1.11.20"
1515+
"@swc/core-linux-arm-gnueabihf": "npm:1.11.20"
1516+
"@swc/core-linux-arm64-gnu": "npm:1.11.20"
1517+
"@swc/core-linux-arm64-musl": "npm:1.11.20"
1518+
"@swc/core-linux-x64-gnu": "npm:1.11.20"
1519+
"@swc/core-linux-x64-musl": "npm:1.11.20"
1520+
"@swc/core-win32-arm64-msvc": "npm:1.11.20"
1521+
"@swc/core-win32-ia32-msvc": "npm:1.11.20"
1522+
"@swc/core-win32-x64-msvc": "npm:1.11.20"
15031523
"@swc/counter": "npm:^0.1.3"
15041524
"@swc/types": "npm:^0.1.21"
15051525
peerDependencies:
1506-
"@swc/helpers": "*"
1526+
"@swc/helpers": ">=0.5.17"
15071527
dependenciesMeta:
15081528
"@swc/core-darwin-arm64":
15091529
optional: true
@@ -1528,7 +1548,7 @@ __metadata:
15281548
peerDependenciesMeta:
15291549
"@swc/helpers":
15301550
optional: true
1531-
checksum: 10/86b3a61077ae1e173f4d7129a2be2de5f4d6e46fd944d7cd260b8eb721143b28be2900de8e7673c9bdd983812bada1eea61058536a34a01a8673ad6e5a70f18f
1551+
checksum: 10/a07b23e1131a16ee3616f47a8d4fdb240cb00633efafa56d507eefd59d59355af6aab2b241fc241097218817d89e3ec33512edbbd3bcaf93d12ac29795e6e03f
15321552
languageName: node
15331553
linkType: hard
15341554

@@ -4407,9 +4427,9 @@ __metadata:
44074427
languageName: node
44084428
linkType: hard
44094429

4410-
"lint-staged@npm:^15.5.0":
4411-
version: 15.5.0
4412-
resolution: "lint-staged@npm:15.5.0"
4430+
"lint-staged@npm:^15.5.1":
4431+
version: 15.5.1
4432+
resolution: "lint-staged@npm:15.5.1"
44134433
dependencies:
44144434
chalk: "npm:^5.4.1"
44154435
commander: "npm:^13.1.0"
@@ -4423,7 +4443,7 @@ __metadata:
44234443
yaml: "npm:^2.7.0"
44244444
bin:
44254445
lint-staged: bin/lint-staged.js
4426-
checksum: 10/5873584649c5f840b990036c20abd4b58d6b1313dad5505627b4d0cc077f0ec8ac0d6cf4cf4d959e66e0ab085db384bb12dce9490ff29217bf4ed96d0442ed51
4446+
checksum: 10/58662ea6e40c9292a3499ffd01cf6c1e8415f79bee7526fc8d9abbb173ba020d0099d7996a407f67be8e0f23cc6a6f898d86b7e27f41f37ba924ec25597b7914
44274447
languageName: node
44284448
linkType: hard
44294449

@@ -5821,7 +5841,7 @@ __metadata:
58215841
eslint: "npm:^8.57.1"
58225842
eslint-config-prettier: "npm:^9.1.0"
58235843
eslint-plugin-prettier: "npm:^5.2.6"
5824-
lint-staged: "npm:^15.5.0"
5844+
lint-staged: "npm:^15.5.1"
58255845
prettier: "npm:^3.5.3"
58265846
ts-node: "npm:^10.9.2"
58275847
tslib: "npm:^2.8.1"
@@ -6648,20 +6668,20 @@ __metadata:
66486668
languageName: node
66496669
linkType: hard
66506670

6651-
"typedoc@npm:^0.28.1":
6652-
version: 0.28.1
6653-
resolution: "typedoc@npm:0.28.1"
6671+
"typedoc@npm:^0.28.2":
6672+
version: 0.28.2
6673+
resolution: "typedoc@npm:0.28.2"
66546674
dependencies:
6655-
"@gerrit0/mini-shiki": "npm:^3.2.1"
6675+
"@gerrit0/mini-shiki": "npm:^3.2.2"
66566676
lunr: "npm:^2.3.9"
66576677
markdown-it: "npm:^14.1.0"
66586678
minimatch: "npm:^9.0.5"
6659-
yaml: "npm:^2.7.0 "
6679+
yaml: "npm:^2.7.1"
66606680
peerDependencies:
66616681
typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x
66626682
bin:
66636683
typedoc: bin/typedoc
6664-
checksum: 10/16e1a30209c35b683600353b35297e4f2c3c9563c4a4536423e877e0f356ebb2bc212616f1a298d6d861c003bc633b7babeb522f3127bb0f1ca770b78b40f6e1
6684+
checksum: 10/ee49b123ea2c0567984e68ce209a7157918f969669e6f2203ec073885f55cc32ce58790b0f858b220ffda6e0af233c115c8757bc6cccc569df6a1e95d0b0ae7c
66656685
languageName: node
66666686
linkType: hard
66676687

@@ -7167,7 +7187,7 @@ __metadata:
71677187
languageName: node
71687188
linkType: hard
71697189

7170-
"yaml@npm:^2.7.0, yaml@npm:^2.7.0 ":
7190+
"yaml@npm:^2.7.0":
71717191
version: 2.7.0
71727192
resolution: "yaml@npm:2.7.0"
71737193
bin:
@@ -7176,6 +7196,15 @@ __metadata:
71767196
languageName: node
71777197
linkType: hard
71787198

7199+
"yaml@npm:^2.7.1":
7200+
version: 2.7.1
7201+
resolution: "yaml@npm:2.7.1"
7202+
bin:
7203+
yaml: bin.mjs
7204+
checksum: 10/af57658d37c5efae4bac7204589b742ae01878a278554d632f01012868cf7fa66cba09b39140f12e7f6ceecc693ae52bcfb737596c4827e6e233338cb3a9528e
7205+
languageName: node
7206+
linkType: hard
7207+
71797208
"yargs-parser@npm:^21.1.1":
71807209
version: 21.1.1
71817210
resolution: "yargs-parser@npm:21.1.1"

0 commit comments

Comments
 (0)