Skip to content

Commit 3db6e0c

Browse files
committed
fix: upgrade deps, fix various bugs
fix: handle `linux-aarch64` and `darwin-amd64` chore: upgrade safe npm deps Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent a62ce5c commit 3db6e0c

File tree

6 files changed

+1751
-1161
lines changed

6 files changed

+1751
-1161
lines changed

dist/index.js.cache

888 Bytes
Binary file not shown.

dist/index.js.cache.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,40 @@
2626
"node": ">=20"
2727
},
2828
"dependencies": {
29-
"@actions/cache": "4.0.3",
29+
"@actions/cache": "4.1.0",
3030
"@actions/core": "1.11.1",
3131
"@actions/exec": "1.1.1",
3232
"@actions/github": "6.0.1",
33-
"@actions/http-client": "2.2.3",
34-
"@actions/io": "1.1.3",
33+
"@actions/http-client": "3.0.0",
34+
"@actions/io": "2.0.0",
3535
"@actions/tool-cache": "2.0.2",
3636
"octokit": "3.1.1",
3737
"which": "5.0.0"
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "19.8.1",
4141
"@commitlint/config-conventional": "19.8.1",
42-
"@jest/globals": "29.7.0",
43-
"@types/jest": "29.5.14",
44-
"@types/node": "22.15.21",
45-
"@typescript-eslint/eslint-plugin": "8.32.1",
46-
"@typescript-eslint/parser": "8.32.1",
47-
"@vercel/ncc": "0.38.3",
48-
"bun": "1.2.13",
42+
"@jest/globals": "30.2.0",
43+
"@types/jest": "30.0.0",
44+
"@types/node": "24.10.0",
45+
"@typescript-eslint/eslint-plugin": "8.46.3",
46+
"@typescript-eslint/parser": "8.46.3",
47+
"@vercel/ncc": "0.38.4",
48+
"bun": "1.3.1",
4949
"eslint": "9.27.0",
5050
"eslint-plugin-github": "6.0.0",
5151
"eslint-plugin-jest": "28.11.0",
5252
"eslint-plugin-jsonc": "2.20.1",
5353
"eslint-plugin-prettier": "5.4.0",
5454
"husky": "9.1.7",
55-
"jest": "29.7.0",
55+
"jest": "30.2.0",
5656
"jest-sonar-reporter": "2.0.0",
5757
"js-yaml": "4.1.0",
5858
"make-coverage-badge": "1.2.0",
59-
"prettier": "3.5.3",
59+
"prettier": "3.6.2",
6060
"prettier-eslint": "16.4.2",
61-
"ts-jest": "29.3.4",
62-
"typescript": "5.8.3"
61+
"ts-jest": "29.4.5",
62+
"typescript": "5.9.3"
6363
},
6464
"scripts": {
6565
"turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only",

0 commit comments

Comments
 (0)