Skip to content

Commit 29a2597

Browse files
committed
chore: safe dep updates
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 8f05fe7 commit 29a2597

7 files changed

Lines changed: 2577 additions & 7808 deletions

File tree

bun.lock

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

dist/index.js.cache

24.6 KB
Binary file not shown.

dist/index.js.cache.js

Lines changed: 10 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,32 @@
3939
"devDependencies": {
4040
"@commitlint/cli": "19.8.1",
4141
"@commitlint/config-conventional": "19.8.1",
42-
"@jest/globals": "30.2.0",
42+
"@jest/globals": "30.3.0",
4343
"@types/jest": "30.0.0",
4444
"@types/node": "24.10.0",
45-
"@typescript-eslint/eslint-plugin": "8.46.3",
46-
"@typescript-eslint/parser": "8.46.3",
45+
"@typescript-eslint/eslint-plugin": "8.57.2",
46+
"@typescript-eslint/parser": "8.57.2",
4747
"@vercel/ncc": "0.38.4",
48-
"bun": "1.3.1",
48+
"bun": "1.3.11",
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",
53-
"eslint-plugin-prettier": "5.4.0",
53+
"eslint-plugin-prettier": "5.5.5",
5454
"husky": "9.1.7",
55-
"jest": "30.2.0",
55+
"jest": "30.3.0",
5656
"jest-sonar-reporter": "2.0.0",
57-
"js-yaml": "4.1.0",
57+
"js-yaml": "4.1.1",
5858
"make-coverage-badge": "1.2.0",
59-
"prettier": "3.6.2",
59+
"prettier": "3.8.1",
6060
"prettier-eslint": "16.4.2",
61-
"ts-jest": "29.4.5",
62-
"typescript": "5.9.3"
61+
"ts-jest": "29.4.6",
62+
"typescript": "6.0.2"
6363
},
6464
"scripts": {
6565
"turbo:build": "pnpm exec turbo build --token $BUILDLESS_APIKEY --no-daemon --remote-only",
6666
"turbo:test": "pnpm exec turbo test --token $BUILDLESS_APIKEY --no-daemon --remote-only",
67-
"build": "pnpm run bundle && pnpm run package",
67+
"build": "pnpm run bundle",
6868
"bundle": "pnpm run format:write && pnpm run package",
6969
"ci:build": "pnpm run turbo:build",
7070
"ci:test": "pnpm run turbo:test",

0 commit comments

Comments
 (0)