Skip to content

Commit e7f3bd4

Browse files
fix(deps): update all non-major dependencies (#103)
Co-authored-by: khepri-bot[bot] <269588972+khepri-bot[bot]@users.noreply.github.com>
1 parent a6efa0f commit e7f3bd4

6 files changed

Lines changed: 945 additions & 737 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
ci:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1111
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
12-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
12+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
1313
with:
14-
node-version: 24.15.0
14+
node-version: 24.18.0
1515
cache: pnpm
1616
- run: pnpm install --frozen-lockfile
1717
- name: Verify CSP inline script hash

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
14-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
14+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
1515
with:
16-
node-version: 24.15.0
16+
node-version: 24.18.0
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
contents: read
1010
id-token: write
1111
steps:
12-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
14-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
14+
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
1515
with:
16-
node-version: 24.15.0
16+
node-version: 24.18.0
1717
registry-url: "https://registry.npmjs.org"
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm --filter github-tracker-mcp run typecheck

mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@modelcontextprotocol/sdk": "1.29.0",
3838
"ws": "8.20.0",
39-
"zod": "4.3.6"
39+
"zod": "4.4.3"
4040
},
4141
"devDependencies": {
4242
"@octokit/core": "7.0.6",
@@ -45,8 +45,8 @@
4545
"@octokit/plugin-throttling": "11.0.3",
4646
"@types/ws": "8.18.1",
4747
"tsup": "8.5.1",
48-
"tsx": "4.21.0",
48+
"tsx": "4.23.0",
4949
"typescript": "6.0.3",
50-
"vitest": "4.1.0"
50+
"vitest": "4.1.10"
5151
}
5252
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,35 @@
1919
"validate:deploy": "bash scripts/validate-deploy.sh"
2020
},
2121
"dependencies": {
22-
"@kobalte/core": "0.13.11",
22+
"@kobalte/core": "0.13.12",
2323
"@octokit/core": "7.0.6",
2424
"@octokit/plugin-paginate-rest": "14.0.0",
2525
"@octokit/plugin-retry": "8.1.0",
2626
"@octokit/plugin-throttling": "11.0.3",
27-
"@sentry/cloudflare": "10.49.0",
28-
"@sentry/solid": "10.49.0",
27+
"@sentry/cloudflare": "10.65.0",
28+
"@sentry/solid": "10.65.0",
2929
"@solidjs/router": "0.16.1",
3030
"idb": "8.0.3",
31-
"solid-js": "1.9.12",
32-
"zod": "4.3.6"
31+
"solid-js": "1.9.14",
32+
"zod": "4.4.3"
3333
},
3434
"devDependencies": {
3535
"@amiceli/vitest-cucumber": "6.3.0",
36-
"@cloudflare/vite-plugin": "1.32.3",
37-
"@cloudflare/vitest-pool-workers": "0.14.7",
38-
"@fast-check/vitest": "0.4.0",
39-
"@playwright/test": "1.59.1",
36+
"@cloudflare/vite-plugin": "1.44.0",
37+
"@cloudflare/vitest-pool-workers": "0.18.4",
38+
"@fast-check/vitest": "0.4.1",
39+
"@playwright/test": "1.61.1",
4040
"@solidjs/testing-library": "0.8.10",
41-
"@tailwindcss/vite": "4.2.2",
41+
"@tailwindcss/vite": "4.3.2",
4242
"@testing-library/user-event": "14.6.1",
43-
"daisyui": "5.5.19",
43+
"daisyui": "5.6.16",
4444
"fake-indexeddb": "6.2.5",
45-
"happy-dom": "20.9.0",
46-
"tailwindcss": "4.2.2",
45+
"happy-dom": "20.10.6",
46+
"tailwindcss": "4.3.2",
4747
"typescript": "6.0.3",
4848
"vite": "8.0.8",
4949
"vite-plugin-solid": "2.11.12",
50-
"vitest": "4.1.4",
51-
"wrangler": "4.83.0"
50+
"vitest": "4.1.10",
51+
"wrangler": "4.110.0"
5252
}
5353
}

0 commit comments

Comments
 (0)