Skip to content

Commit 292090f

Browse files
chore(deps): update all non-major dependencies (#49)
Co-authored-by: khepri-bot[bot] <269588972+khepri-bot[bot]@users.noreply.github.com>
1 parent 1a850f8 commit 292090f

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1212
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1313
with:
14-
node-version: 24
14+
node-version: 24.14.1
1515
cache: pnpm
1616
- run: pnpm install --frozen-lockfile
1717
- name: Verify CSP inline script hash

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
1414
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1515
with:
16-
node-version: 24
16+
node-version: 24.14.1
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-tracker",
33
"version": "0.1.0",
44
"private": true,
5-
"packageManager": "pnpm@10.32.1",
5+
"packageManager": "pnpm@10.33.0",
66
"type": "module",
77
"scripts": {
88
"dev": "vite dev",
@@ -29,8 +29,8 @@
2929
"zod": "4.3.6"
3030
},
3131
"devDependencies": {
32-
"@cloudflare/vite-plugin": "1.30.0",
33-
"@cloudflare/vitest-pool-workers": "0.13.3",
32+
"@cloudflare/vite-plugin": "1.30.1",
33+
"@cloudflare/vitest-pool-workers": "0.13.4",
3434
"@playwright/test": "1.58.2",
3535
"@solidjs/testing-library": "0.8.10",
3636
"@tailwindcss/vite": "4.2.2",
@@ -42,7 +42,7 @@
4242
"typescript": "5.9.3",
4343
"vite": "8.0.1",
4444
"vite-plugin-solid": "2.11.11",
45-
"vitest": "4.1.0",
46-
"wrangler": "4.76.0"
45+
"vitest": "4.1.1",
46+
"wrangler": "4.77.0"
4747
}
4848
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)