Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 25
Expand All @@ -41,6 +41,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- run: node --run gen:types
- run: node --run build

lint:
Expand All @@ -51,7 +52,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 25
Expand All @@ -70,6 +71,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- run: node --run gen:types
- run: node --run lint

typecheck:
Expand All @@ -80,7 +82,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 25
Expand All @@ -99,6 +101,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- run: node --run gen:types
- run: node --run typecheck

test:
Expand All @@ -109,7 +112,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 25
Expand All @@ -128,6 +131,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- run: node --run gen:types
- run: node --run build
- run: node --run test

Expand All @@ -152,7 +156,7 @@ jobs:
with:
persist-credentials: false

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 25
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules

.idea
.wrangler
dist
.env
.idea/
.wrangler/
dist/
worker-configuration.d.ts
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "BeeeQueue <adam@haglund.dev>",
"license": "CC-BY-SA-3.0-US",
"private": true,
"packageManager": "pnpm@10.31.0",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": "^25"
},
Expand All @@ -21,44 +21,44 @@
"dev": "wrangler dev",
"dev:migrate": "wrangler d1 migrations apply --local dpc",
"build": "tsdown",
"gen:types": "wrangler types",
"lint": "eslint src",
"test": "vitest",
"test:e2e": "vitest -c vitest.e2e.config.ts",
"typecheck": "tsc --noEmit --project tsconfig.json",
"typecheck": "tsc",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "7.7.2",
"@cloudflare/vitest-pool-workers": "0.12.20",
"@cloudflare/workers-types": "4.20260307.1",
"@antfu/eslint-config": "7.7.3",
"@cloudflare/vitest-pool-workers": "0.13.1",
"@e18e/eslint-plugin": "0.2.0",
"@leeoniya/ufuzzy": "1.0.19",
"@total-typescript/ts-reset": "0.6.1",
"@tsconfig/node-ts": "23.6.4",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@types/node": "25.3.5",
"@types/node": "25.5.0",
"db0": "0.3.4",
"discord-api-types": "0.38.41",
"discord-api-types": "0.38.42",
"discord-interactions": "4.4.0",
"es-toolkit": "1.45.1",
"eslint": "10.0.3",
"hono": "4.12.7",
"kysely": "0.28.11",
"hono": "4.12.8",
"kysely": "0.28.12",
"mentoss": "0.13.0",
"milli": "4.0.0",
"miniflare": "4.20260301.1",
"miniflare": "4.20260312.1",
"nano-staged": "0.9.0",
"nanoid": "5.1.6",
"nanoid": "5.1.7",
"p-queue": "9.1.0",
"prettier": "3.8.1",
"simple-git-hooks": "2.13.1",
"temporal-polyfill": "0.3.0",
"tsdown": "0.21.0",
"temporal-polyfill": "0.3.2",
"tsdown": "0.21.4",
"typescript": "5.9.3",
"ultrahtml": "1.6.0",
"vitest": "3.2.4",
"wrangler": "4.71.0",
"vitest": "4.1.0",
"wrangler": "4.74.0",
"xior": "0.8.3"
}
}
Loading
Loading