Skip to content

Commit ded40f6

Browse files
committed
chore: updates for beta1
fix: don't run `selftest` after install fix: use newer default tag for testing chore: update all deps chore: rebuild dist Signed-off-by: Sam Gammon <[email protected]>
1 parent 79770ab commit ded40f6

File tree

8 files changed

+12564
-14757
lines changed

8 files changed

+12564
-14757
lines changed

.github/badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

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

dist/licenses.txt

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

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,38 +26,39 @@
2626
"node": ">=20"
2727
},
2828
"dependencies": {
29-
"@actions/cache": "3.2.4",
30-
"@actions/core": "1.10.1",
29+
"@actions/cache": "4.0.2",
30+
"@actions/core": "1.11.1",
3131
"@actions/exec": "1.1.1",
3232
"@actions/github": "6.0.0",
33-
"@actions/http-client": "2.2.1",
33+
"@actions/http-client": "2.2.3",
3434
"@actions/io": "1.1.3",
35-
"@actions/tool-cache": "2.0.1",
35+
"@actions/tool-cache": "2.0.2",
3636
"octokit": "3.1.1"
3737
},
3838
"devDependencies": {
39+
"bun": "1.2.5",
3940
"@commitlint/cli": "17.8.0",
4041
"@commitlint/config-conventional": "17.8.0",
4142
"@jest/globals": "29.7.0",
42-
"@types/jest": "29.5.12",
43+
"@types/jest": "29.5.14",
4344
"@types/node": "20.14.2",
4445
"@typescript-eslint/eslint-plugin": "6.7.5",
4546
"@typescript-eslint/parser": "6.7.5",
46-
"@vercel/ncc": "0.38.1",
47+
"@vercel/ncc": "0.38.3",
4748
"eslint": "8.51.0",
4849
"eslint-plugin-github": "4.10.1",
4950
"eslint-plugin-jest": "27.4.2",
50-
"eslint-plugin-jsonc": "2.10.0",
51-
"eslint-plugin-prettier": "5.0.1",
51+
"eslint-plugin-jsonc": "2.19.1",
52+
"eslint-plugin-prettier": "5.2.3",
5253
"husky": "8.0.3",
5354
"jest": "29.7.0",
5455
"jest-sonar-reporter": "2.0.0",
5556
"js-yaml": "4.1.0",
5657
"make-coverage-badge": "1.2.0",
57-
"prettier": "3.3.1",
58-
"prettier-eslint": "16.1.1",
59-
"ts-jest": "29.1.1",
60-
"typescript": "5.4.5"
58+
"prettier": "3.5.3",
59+
"prettier-eslint": "16.3.0",
60+
"ts-jest": "29.2.6",
61+
"typescript": "5.8.2"
6162
},
6263
"scripts": {
6364
"turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only",

0 commit comments

Comments
 (0)