Skip to content

Commit 6e2b10b

Browse files
committed
feat(core): migrate everything to ESM-only
1 parent e82e319 commit 6e2b10b

File tree

8 files changed

+202
-148
lines changed

8 files changed

+202
-148
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "6.0.0",
44
"private": true,
55
"description": "Publish code coverage to Code Climate",
6+
"type": "module",
67
"main": "lib/main.js",
78
"packageManager": "[email protected]",
89
"scripts": {
@@ -35,14 +36,17 @@
3536
"@actions/exec": "1.1.1",
3637
"@actions/github": "6.0.0",
3738
"@actions/glob": "0.4.0",
38-
"hook-std": "2.0.0",
39-
"node-fetch": "2.7.0",
39+
"hook-std": "3.0.0",
40+
"node-fetch": "3.3.2",
4041
"openpgp": "5.11.1"
4142
},
4243
"devDependencies": {
4344
"@biomejs/biome": "1.7.1",
4445
"@openpgp/web-stream-tools": "0.1.1",
46+
"@tapjs/core": "1.5.2",
4547
"@tapjs/test": "1.4.2",
48+
"@tsconfig/node20": "20.1.4",
49+
"@tsconfig/strictest": "2.0.5",
4650
"@types/node": "20.12.7",
4751
"@types/node-fetch": "2.6.11",
4852
"@types/sinon": "17.0.3",
@@ -51,7 +55,8 @@
5155
"nock": "13.5.4",
5256
"sinon": "17.0.1",
5357
"tap": "18.7.2",
54-
"to-readable-stream": "2.1.0",
58+
"to-readable-stream": "4.0.0",
59+
"ts-node": "10.9.2",
5560
"typescript": "5.4.5",
5661
"which": "4.0.0"
5762
}

0 commit comments

Comments
 (0)