Skip to content

Commit 9b4fce4

Browse files
committed
Update npm deps
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 5af86b1 commit 9b4fce4

File tree

10 files changed

+154
-312
lines changed

10 files changed

+154
-312
lines changed

analysis/dist/index.js

Lines changed: 72 additions & 244 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/dist/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "module"
3+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"prettier": "3.1.1",
19-
"prettier-plugin-packagejson": "2.4.8",
20-
"turbo": "1.11.2"
19+
"prettier-plugin-packagejson": "2.4.9",
20+
"turbo": "1.11.3"
2121
},
2222
"packageManager": "[email protected]+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
2323
}

packages/analysis/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@ocaml/analysis",
33
"version": "2.0.15",
44
"private": true,
5+
"type": "module",
56
"scripts": {
67
"build": "ncc build src/index.ts --license=LICENSE.txt --out ../../analysis/dist",
78
"format": "prettier . --write",
@@ -25,7 +26,7 @@
2526
"@vercel/ncc": "0.38.1",
2627
"eslint": "8.56.0",
2728
"prettier": "3.1.1",
28-
"prettier-plugin-packagejson": "2.4.8",
29+
"prettier-plugin-packagejson": "2.4.9",
2930
"typescript": "5.3.3"
3031
}
3132
}

packages/eslint-config-ocaml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"eslint-plugin-import": "2.29.1",
1818
"eslint-plugin-prettier": "5.1.2",
1919
"eslint-plugin-simple-import-sort": "10.0.0",
20-
"eslint-plugin-turbo": "1.11.2",
20+
"eslint-plugin-turbo": "1.11.3",
2121
"eslint-plugin-unicorn": "50.0.1"
2222
},
2323
"devDependencies": {
2424
"@tsconfig/strictest": "2.0.2",
2525
"@types/eslint": "8.56.1",
2626
"eslint": "8.56.0",
2727
"prettier": "3.1.1",
28-
"prettier-plugin-packagejson": "2.4.8",
28+
"prettier-plugin-packagejson": "2.4.9",
2929
"typescript": "5.3.3"
3030
}
3131
}

packages/lint-doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vercel/ncc": "0.38.1",
2222
"eslint": "8.56.0",
2323
"prettier": "3.1.1",
24-
"prettier-plugin-packagejson": "2.4.8",
24+
"prettier-plugin-packagejson": "2.4.9",
2525
"typescript": "5.3.3"
2626
}
2727
}

packages/lint-fmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vercel/ncc": "0.38.1",
2222
"eslint": "8.56.0",
2323
"prettier": "3.1.1",
24-
"prettier-plugin-packagejson": "2.4.8",
24+
"prettier-plugin-packagejson": "2.4.9",
2525
"typescript": "5.3.3"
2626
}
2727
}

packages/lint-opam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vercel/ncc": "0.38.1",
2222
"eslint": "8.56.0",
2323
"prettier": "3.1.1",
24-
"prettier-plugin-packagejson": "2.4.8",
24+
"prettier-plugin-packagejson": "2.4.9",
2525
"typescript": "5.3.3"
2626
}
2727
}

packages/setup-ocaml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@actions/io": "1.1.3",
2222
"@actions/tool-cache": "2.0.1",
2323
"cheerio": "1.0.0-rc.12",
24-
"date-fns": "3.0.6",
24+
"date-fns": "3.1.0",
2525
"semver": "7.5.4",
2626
"yaml": "2.3.4"
2727
},
@@ -34,7 +34,7 @@
3434
"@vercel/ncc": "0.38.1",
3535
"eslint": "8.56.0",
3636
"prettier": "3.1.1",
37-
"prettier-plugin-packagejson": "2.4.8",
37+
"prettier-plugin-packagejson": "2.4.9",
3838
"typescript": "5.3.3"
3939
}
4040
}

yarn.lock

Lines changed: 68 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ __metadata:
444444
eslint: "npm:8.56.0"
445445
packageurl-js: "npm:1.2.1"
446446
prettier: "npm:3.1.1"
447-
prettier-plugin-packagejson: "npm:2.4.8"
447+
prettier-plugin-packagejson: "npm:2.4.9"
448448
strip-ansi: "npm:7.1.0"
449449
typescript: "npm:5.3.3"
450450
languageName: unknown
@@ -464,10 +464,10 @@ __metadata:
464464
eslint-plugin-import: "npm:2.29.1"
465465
eslint-plugin-prettier: "npm:5.1.2"
466466
eslint-plugin-simple-import-sort: "npm:10.0.0"
467-
eslint-plugin-turbo: "npm:1.11.2"
467+
eslint-plugin-turbo: "npm:1.11.3"
468468
eslint-plugin-unicorn: "npm:50.0.1"
469469
prettier: "npm:3.1.1"
470-
prettier-plugin-packagejson: "npm:2.4.8"
470+
prettier-plugin-packagejson: "npm:2.4.9"
471471
typescript: "npm:5.3.3"
472472
languageName: unknown
473473
linkType: soft
@@ -485,7 +485,7 @@ __metadata:
485485
"@vercel/ncc": "npm:0.38.1"
486486
eslint: "npm:8.56.0"
487487
prettier: "npm:3.1.1"
488-
prettier-plugin-packagejson: "npm:2.4.8"
488+
prettier-plugin-packagejson: "npm:2.4.9"
489489
typescript: "npm:5.3.3"
490490
languageName: unknown
491491
linkType: soft
@@ -503,7 +503,7 @@ __metadata:
503503
"@vercel/ncc": "npm:0.38.1"
504504
eslint: "npm:8.56.0"
505505
prettier: "npm:3.1.1"
506-
prettier-plugin-packagejson: "npm:2.4.8"
506+
prettier-plugin-packagejson: "npm:2.4.9"
507507
typescript: "npm:5.3.3"
508508
languageName: unknown
509509
linkType: soft
@@ -521,7 +521,7 @@ __metadata:
521521
"@vercel/ncc": "npm:0.38.1"
522522
eslint: "npm:8.56.0"
523523
prettier: "npm:3.1.1"
524-
prettier-plugin-packagejson: "npm:2.4.8"
524+
prettier-plugin-packagejson: "npm:2.4.9"
525525
typescript: "npm:5.3.3"
526526
languageName: unknown
527527
linkType: soft
@@ -545,10 +545,10 @@ __metadata:
545545
"@types/semver": "npm:7.5.6"
546546
"@vercel/ncc": "npm:0.38.1"
547547
cheerio: "npm:1.0.0-rc.12"
548-
date-fns: "npm:3.0.6"
548+
date-fns: "npm:3.1.0"
549549
eslint: "npm:8.56.0"
550550
prettier: "npm:3.1.1"
551-
prettier-plugin-packagejson: "npm:2.4.8"
551+
prettier-plugin-packagejson: "npm:2.4.9"
552552
semver: "npm:7.5.4"
553553
typescript: "npm:5.3.3"
554554
yaml: "npm:2.3.4"
@@ -1317,8 +1317,8 @@ __metadata:
13171317
linkType: hard
13181318

13191319
"cacache@npm:^18.0.0":
1320-
version: 18.0.1
1321-
resolution: "cacache@npm:18.0.1"
1320+
version: 18.0.2
1321+
resolution: "cacache@npm:18.0.2"
13221322
dependencies:
13231323
"@npmcli/fs": "npm:^3.1.0"
13241324
fs-minipass: "npm:^3.0.0"
@@ -1332,7 +1332,7 @@ __metadata:
13321332
ssri: "npm:^10.0.0"
13331333
tar: "npm:^6.1.11"
13341334
unique-filename: "npm:^3.0.0"
1335-
checksum: a31666805a80a8b16ad3f85faf66750275a9175a3480896f4f6d31b5d53ef190484fabd71bdb6d2ea5603c717fbef09f4af03d6a65b525c8ef0afaa44c361866
1335+
checksum: 7992665305cc251a984f4fdbab1449d50e88c635bc43bf2785530c61d239c61b349e5734461baa461caaee65f040ab14e2d58e694f479c0810cffd181ba5eabc
13361336
languageName: node
13371337
linkType: hard
13381338

@@ -1529,10 +1529,10 @@ __metadata:
15291529
languageName: node
15301530
linkType: hard
15311531

1532-
"date-fns@npm:3.0.6":
1533-
version: 3.0.6
1534-
resolution: "date-fns@npm:3.0.6"
1535-
checksum: ca6ac81aca623fd6d12a43da59cc216e13a75a2eecf7fac692654524fca625e073f5cd36951ef0deac9621ead564eb06b4c3723f77b34e86f21ca3c0c3b32ff7
1532+
"date-fns@npm:3.1.0":
1533+
version: 3.1.0
1534+
resolution: "date-fns@npm:3.1.0"
1535+
checksum: 60ded37aff397077780bf7b4e545b85041ee97e2acb24ffb99b84dcd8cf64d1c360d1f7bbf7e811840bb8df4f054508fa3dfb438f9e1558ddf5fe7645f4bdbf9
15361536
languageName: node
15371537
linkType: hard
15381538

@@ -1694,9 +1694,9 @@ __metadata:
16941694
linkType: hard
16951695

16961696
"electron-to-chromium@npm:^1.4.601":
1697-
version: 1.4.620
1698-
resolution: "electron-to-chromium@npm:1.4.620"
1699-
checksum: 8e132b906393a9e13638adbbda6b2a47b20120cd3dffef352725e61ef1765971e8f9e1924a4848dd87b4c82a00ca89132b97bc8e6e16e6cd58f9cc1a89fce14d
1697+
version: 1.4.622
1698+
resolution: "electron-to-chromium@npm:1.4.622"
1699+
checksum: 9d4e5ed7bd26cd18c07b0ec2a1644b5e78c56bddaea84fe33558adc45a2f21f39b87d5b13f488d1f09e7baff2deec478decd6b317809c4163263de5b092d2fdb
17001700
languageName: node
17011701
linkType: hard
17021702

@@ -1970,14 +1970,14 @@ __metadata:
19701970
languageName: node
19711971
linkType: hard
19721972

1973-
"eslint-plugin-turbo@npm:1.11.2":
1974-
version: 1.11.2
1975-
resolution: "eslint-plugin-turbo@npm:1.11.2"
1973+
"eslint-plugin-turbo@npm:1.11.3":
1974+
version: 1.11.3
1975+
resolution: "eslint-plugin-turbo@npm:1.11.3"
19761976
dependencies:
19771977
dotenv: "npm:16.0.3"
19781978
peerDependencies:
19791979
eslint: ">6.6.0"
1980-
checksum: 7296d8a503e91a0d929c2e43b07bf0687561923ec0e03604d8252bdd313a1671d8a65e58d0f13cd9a2d84ac9bef036545e898e1543edd91f115e528caf34ad41
1980+
checksum: 9212d284b4d501429433f61c572a0791aa0db0ffe5bf51b3365dd6fe4d0d0a91af5831124dc8652a3b4e64d1798e882f49b9ba8fe196040edf234c87009f9abc
19811981
languageName: node
19821982
linkType: hard
19831983

@@ -3639,18 +3639,18 @@ __metadata:
36393639
languageName: node
36403640
linkType: hard
36413641

3642-
"prettier-plugin-packagejson@npm:2.4.8":
3643-
version: 2.4.8
3644-
resolution: "prettier-plugin-packagejson@npm:2.4.8"
3642+
"prettier-plugin-packagejson@npm:2.4.9":
3643+
version: 2.4.9
3644+
resolution: "prettier-plugin-packagejson@npm:2.4.9"
36453645
dependencies:
36463646
sort-package-json: "npm:2.6.0"
3647-
synckit: "npm:0.8.8"
3647+
synckit: "npm:0.9.0"
36483648
peerDependencies:
36493649
prettier: ">= 1.16.0"
36503650
peerDependenciesMeta:
36513651
prettier:
36523652
optional: true
3653-
checksum: f38580e069234da5f7ab13f72cea20579651037ee52ed07fb12517a2488b5b8f443075749ec6622b3c9e7a66e7ffbac8930516b174eb619e50b4ed49e2b05ef5
3653+
checksum: 6e1666c00d53dc8d4715e5c96978fc8446f93b7768852e11ff23f140297bc86a491d5ba381ea394d7ce3535b6f7afe64587a20176085491da91f814da3bfbcc9
36543654
languageName: node
36553655
linkType: hard
36563656

@@ -3932,8 +3932,8 @@ __metadata:
39323932
resolution: "setup-ocaml@workspace:."
39333933
dependencies:
39343934
prettier: "npm:3.1.1"
3935-
prettier-plugin-packagejson: "npm:2.4.8"
3936-
turbo: "npm:1.11.2"
3935+
prettier-plugin-packagejson: "npm:2.4.9"
3936+
turbo: "npm:1.11.3"
39373937
languageName: unknown
39383938
linkType: soft
39393939

@@ -4201,7 +4201,17 @@ __metadata:
42014201
languageName: node
42024202
linkType: hard
42034203

4204-
"synckit@npm:0.8.8, synckit@npm:^0.8.6":
4204+
"synckit@npm:0.9.0":
4205+
version: 0.9.0
4206+
resolution: "synckit@npm:0.9.0"
4207+
dependencies:
4208+
"@pkgr/core": "npm:^0.1.0"
4209+
tslib: "npm:^2.6.2"
4210+
checksum: b5c1e7c03fefe3d36a9ab4e71dd21859cb32be4138712c31a893382a568fd00efc59ede8f521dd7e53d43a2fea92bdf717e987ea9ed6ad94f97ef28d71d0ba2f
4211+
languageName: node
4212+
linkType: hard
4213+
4214+
"synckit@npm:^0.8.6":
42054215
version: 0.8.8
42064216
resolution: "synckit@npm:0.8.8"
42074217
dependencies:
@@ -4306,58 +4316,58 @@ __metadata:
43064316
languageName: node
43074317
linkType: hard
43084318

4309-
"turbo-darwin-64@npm:1.11.2":
4310-
version: 1.11.2
4311-
resolution: "turbo-darwin-64@npm:1.11.2"
4319+
"turbo-darwin-64@npm:1.11.3":
4320+
version: 1.11.3
4321+
resolution: "turbo-darwin-64@npm:1.11.3"
43124322
conditions: os=darwin & cpu=x64
43134323
languageName: node
43144324
linkType: hard
43154325

4316-
"turbo-darwin-arm64@npm:1.11.2":
4317-
version: 1.11.2
4318-
resolution: "turbo-darwin-arm64@npm:1.11.2"
4326+
"turbo-darwin-arm64@npm:1.11.3":
4327+
version: 1.11.3
4328+
resolution: "turbo-darwin-arm64@npm:1.11.3"
43194329
conditions: os=darwin & cpu=arm64
43204330
languageName: node
43214331
linkType: hard
43224332

4323-
"turbo-linux-64@npm:1.11.2":
4324-
version: 1.11.2
4325-
resolution: "turbo-linux-64@npm:1.11.2"
4333+
"turbo-linux-64@npm:1.11.3":
4334+
version: 1.11.3
4335+
resolution: "turbo-linux-64@npm:1.11.3"
43264336
conditions: os=linux & cpu=x64
43274337
languageName: node
43284338
linkType: hard
43294339

4330-
"turbo-linux-arm64@npm:1.11.2":
4331-
version: 1.11.2
4332-
resolution: "turbo-linux-arm64@npm:1.11.2"
4340+
"turbo-linux-arm64@npm:1.11.3":
4341+
version: 1.11.3
4342+
resolution: "turbo-linux-arm64@npm:1.11.3"
43334343
conditions: os=linux & cpu=arm64
43344344
languageName: node
43354345
linkType: hard
43364346

4337-
"turbo-windows-64@npm:1.11.2":
4338-
version: 1.11.2
4339-
resolution: "turbo-windows-64@npm:1.11.2"
4347+
"turbo-windows-64@npm:1.11.3":
4348+
version: 1.11.3
4349+
resolution: "turbo-windows-64@npm:1.11.3"
43404350
conditions: os=win32 & cpu=x64
43414351
languageName: node
43424352
linkType: hard
43434353

4344-
"turbo-windows-arm64@npm:1.11.2":
4345-
version: 1.11.2
4346-
resolution: "turbo-windows-arm64@npm:1.11.2"
4354+
"turbo-windows-arm64@npm:1.11.3":
4355+
version: 1.11.3
4356+
resolution: "turbo-windows-arm64@npm:1.11.3"
43474357
conditions: os=win32 & cpu=arm64
43484358
languageName: node
43494359
linkType: hard
43504360

4351-
"turbo@npm:1.11.2":
4352-
version: 1.11.2
4353-
resolution: "turbo@npm:1.11.2"
4361+
"turbo@npm:1.11.3":
4362+
version: 1.11.3
4363+
resolution: "turbo@npm:1.11.3"
43544364
dependencies:
4355-
turbo-darwin-64: "npm:1.11.2"
4356-
turbo-darwin-arm64: "npm:1.11.2"
4357-
turbo-linux-64: "npm:1.11.2"
4358-
turbo-linux-arm64: "npm:1.11.2"
4359-
turbo-windows-64: "npm:1.11.2"
4360-
turbo-windows-arm64: "npm:1.11.2"
4365+
turbo-darwin-64: "npm:1.11.3"
4366+
turbo-darwin-arm64: "npm:1.11.3"
4367+
turbo-linux-64: "npm:1.11.3"
4368+
turbo-linux-arm64: "npm:1.11.3"
4369+
turbo-windows-64: "npm:1.11.3"
4370+
turbo-windows-arm64: "npm:1.11.3"
43614371
dependenciesMeta:
43624372
turbo-darwin-64:
43634373
optional: true
@@ -4373,7 +4383,7 @@ __metadata:
43734383
optional: true
43744384
bin:
43754385
turbo: bin/turbo
4376-
checksum: 88c6e806675734d009421a8adc126d98d66f199d9f0eed458c73596fdffd57be41bdd19f479683ae76ddc0da15068b1d3820c2d5df7bed3d4d336974ae2b34eb
4386+
checksum: 066bc49650fcb6e3c3e2082fa71940d7123b86cc17a575089364d87d7e28a9f13fffba2f23ce1341fac4e3f78b00eba9aa715a22c1f77ae683f15af096f4d1ed
43774387
languageName: node
43784388
linkType: hard
43794389

0 commit comments

Comments
 (0)