Skip to content

Commit d64041f

Browse files
fix(deps): update all non-major dependencies
1 parent 4f0e67c commit d64041f

6 files changed

Lines changed: 423 additions & 410 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
12-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
12+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1313
with:
14-
node-version: 24.14.1
14+
node-version: 24.15.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
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
14-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
14+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1515
with:
16-
node-version: 24.14.1
16+
node-version: 24.15.0
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck
@@ -36,7 +36,7 @@ jobs:
3636
VITE_GITHUB_CLIENT_ID: ${{ vars.VITE_GITHUB_CLIENT_ID }}
3737
VITE_SENTRY_DSN: ${{ vars.VITE_SENTRY_DSN }}
3838
VITE_TURNSTILE_SITE_KEY: ${{ vars.VITE_TURNSTILE_SITE_KEY }}
39-
- uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
39+
- uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
4040
with:
4141
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4242
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/publish-mcp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
14-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
14+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1515
with:
16-
node-version: 24
16+
node-version: 24.15.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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"directory": "mcp"
3232
},
3333
"engines": {
34-
"node": ">=22"
34+
"node": "v25.9.0"
3535
},
3636
"dependencies": {
37-
"@modelcontextprotocol/sdk": "^1.29.0",
38-
"ws": "^8.17.0",
37+
"@modelcontextprotocol/sdk": "1.29.0",
38+
"ws": "8.20.0",
3939
"zod": "4.3.6"
4040
},
4141
"devDependencies": {
4242
"@octokit/core": "7.0.6",
4343
"@octokit/plugin-paginate-rest": "14.0.0",
4444
"@octokit/plugin-retry": "8.1.0",
4545
"@octokit/plugin-throttling": "11.0.3",
46-
"@types/ws": "^8.0.0",
47-
"tsup": "^8.0.0",
48-
"tsx": "^4.0.0",
46+
"@types/ws": "8.18.1",
47+
"tsup": "8.5.1",
48+
"tsx": "4.21.0",
4949
"typescript": "5.9.3",
50-
"vitest": "^4.0.0"
50+
"vitest": "4.1.0"
5151
}
5252
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@
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.46.0",
28-
"@sentry/solid": "10.46.0",
27+
"@sentry/cloudflare": "10.49.0",
28+
"@sentry/solid": "10.49.0",
2929
"@solidjs/router": "0.16.1",
3030
"idb": "8.0.3",
31-
"solid-js": "1.9.11",
31+
"solid-js": "1.9.12",
3232
"zod": "4.3.6"
3333
},
3434
"devDependencies": {
3535
"@amiceli/vitest-cucumber": "6.3.0",
36-
"@cloudflare/vite-plugin": "1.30.1",
37-
"@cloudflare/vitest-pool-workers": "0.13.4",
38-
"@fast-check/vitest": "^0.4.0",
39-
"@playwright/test": "1.58.2",
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",
4040
"@solidjs/testing-library": "0.8.10",
4141
"@tailwindcss/vite": "4.2.2",
4242
"@testing-library/user-event": "14.6.1",
4343
"daisyui": "5.5.19",
4444
"fake-indexeddb": "6.2.5",
45-
"happy-dom": "20.8.9",
45+
"happy-dom": "20.9.0",
4646
"tailwindcss": "4.2.2",
4747
"typescript": "5.9.3",
48-
"vite": "8.0.5",
49-
"vite-plugin-solid": "2.11.11",
50-
"vitest": "4.1.1",
51-
"wrangler": "4.77.0"
48+
"vite": "8.0.8",
49+
"vite-plugin-solid": "2.11.12",
50+
"vitest": "4.1.4",
51+
"wrangler": "4.83.0"
5252
}
5353
}

0 commit comments

Comments
 (0)