Skip to content

Commit d2c5bce

Browse files
committed
chore: update deps, update build + distcache
Signed-off-by: Sam Gammon <[email protected]>
1 parent f2f2948 commit d2c5bce

File tree

5 files changed

+1131
-1016
lines changed

5 files changed

+1131
-1016
lines changed

dist/index.js.cache

10.9 KB
Binary file not shown.

dist/index.js.cache.js

Lines changed: 6 additions & 4 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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,40 @@
2626
"node": ">=20"
2727
},
2828
"dependencies": {
29-
"@actions/cache": "4.0.2",
29+
"@actions/cache": "4.0.3",
3030
"@actions/core": "1.11.1",
3131
"@actions/exec": "1.1.1",
32-
"@actions/github": "6.0.0",
32+
"@actions/github": "6.0.1",
3333
"@actions/http-client": "2.2.3",
3434
"@actions/io": "1.1.3",
3535
"@actions/tool-cache": "2.0.2",
3636
"octokit": "3.1.1",
3737
"which": "5.0.0"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "17.8.0",
40+
"@commitlint/cli": "19.8.1",
4141
"@commitlint/config-conventional": "19.8.1",
4242
"@jest/globals": "29.7.0",
4343
"@types/jest": "29.5.14",
44-
"@types/node": "22.13.10",
45-
"@typescript-eslint/eslint-plugin": "6.7.5",
46-
"@typescript-eslint/parser": "6.21.0",
44+
"@types/node": "22.15.21",
45+
"@typescript-eslint/eslint-plugin": "8.32.1",
46+
"@typescript-eslint/parser": "8.32.1",
4747
"@vercel/ncc": "0.38.3",
48-
"bun": "1.2.5",
49-
"eslint": "8.51.0",
50-
"eslint-plugin-github": "4.10.1",
48+
"bun": "1.2.13",
49+
"eslint": "9.27.0",
50+
"eslint-plugin-github": "6.0.0",
5151
"eslint-plugin-jest": "28.11.0",
52-
"eslint-plugin-jsonc": "2.19.1",
53-
"eslint-plugin-prettier": "5.2.3",
54-
"husky": "8.0.3",
52+
"eslint-plugin-jsonc": "2.20.1",
53+
"eslint-plugin-prettier": "5.4.0",
54+
"husky": "9.1.7",
5555
"jest": "29.7.0",
5656
"jest-sonar-reporter": "2.0.0",
5757
"js-yaml": "4.1.0",
5858
"make-coverage-badge": "1.2.0",
5959
"prettier": "3.5.3",
60-
"prettier-eslint": "16.3.0",
61-
"ts-jest": "29.2.6",
62-
"typescript": "5.8.2"
60+
"prettier-eslint": "16.4.2",
61+
"ts-jest": "29.3.4",
62+
"typescript": "5.8.3"
6363
},
6464
"scripts": {
6565
"turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only",

0 commit comments

Comments
 (0)