Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Check types, lint, and formatting
run: pnpm precommit

- name: Build application
run: pnpm build:atomic
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DATABASE_AUTH_TOKEN: ${{ secrets.DATABASE_AUTH_TOKEN }}
BETTER_AUTH_SECRET: ${{ secrets.BETTER_AUTH_SECRET }}

- name: Check types, lint, and formatting
run: pnpm precommit

e2e:
runs-on: ubuntu-latest

Expand Down
115 changes: 57 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "pnpm build:atomic && pnpm schema:migrate",
"build:local": "concurrently --kill-others \"pnpm dev:db\" \"pnpm build\"",
"schema:generate": "drizzle-kit generate",
"schema:migrate": "node --experimental-specifier-resolution=node --loader ts-node/esm src/server/db/migrate",
"schema:migrate": "node --import tsx src/server/db/migrate.ts",
"schema:update": "pnpm schema:generate && pnpm schema:migrate",
"db:studio": "drizzle-kit studio",
"db:studio:test:main": "DATABASE_URL=http://127.0.0.1:8081 drizzle-kit studio",
Expand All @@ -34,6 +34,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"precommit": "pnpm typecheck && pnpm lint:fix && pnpm format:fix && git add -u",
"precommit:fast": "pnpm format:fix && git add -u",
"test": "concurrently \"pnpm test:main\" \"pnpm test:self-hosted\"",
"test:main": "(lsof -ti:3002 -ti:3004 -ti:8081 2>/dev/null | xargs kill -9 2>/dev/null); sleep 1; pnpm playwright test --config playwright.main-instance.config.ts",
"test:main:ui": "(lsof -ti:3002 -ti:3004 -ti:8081 2>/dev/null | xargs kill -9 2>/dev/null); sleep 1; pnpm playwright test --ui --config playwright.main-instance.config.ts",
Expand All @@ -42,26 +43,26 @@
"test:self-hosted:ui": "(lsof -ti:3001 -ti:3003 -ti:8082 2>/dev/null | xargs kill -9 2>/dev/null); sleep 1; pnpm playwright test --ui --config playwright.self-hosted.config.ts"
},
"dependencies": {
"@content-collections/core": "^0.13.1",
"@content-collections/vite": "^0.2.8",
"@content-collections/core": "^0.14.3",
"@content-collections/vite": "^0.2.9",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/noto-serif": "^5.2.9",
"@fontsource-variable/outfit": "^5.2.8",
"@formkit/auto-animate": "^0.9.0",
"@libsql/client": "0.17.0",
"@libsql/linux-arm64-gnu": "^0.5.22",
"@libsql/linux-arm64-musl": "0.5.22",
"@libsql/linux-x64-musl": "0.5.22",
"@orpc/client": "^1.13.6",
"@orpc/experimental-publisher": "^1.13.4",
"@orpc/server": "^1.13.4",
"@orpc/tanstack-query": "^1.13.4",
"@libsql/client": "0.17.2",
"@libsql/linux-arm64-gnu": "^0.5.29",
"@libsql/linux-arm64-musl": "0.5.29",
"@libsql/linux-x64-musl": "0.5.29",
"@orpc/client": "^1.13.13",
"@orpc/experimental-publisher": "^1.13.13",
"@orpc/server": "^1.13.13",
"@orpc/tanstack-query": "^1.13.13",
"@paralleldrive/cuid2": "^3.3.0",
"@polar-sh/better-auth": "^1.8.1",
"@polar-sh/sdk": "^0.42.1",
"@polar-sh/sdk": "^0.47.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
Expand All @@ -81,38 +82,37 @@
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-email/components": "^1.0.7",
"@react-email/components": "^1.0.11",
"@sendgrid/mail": "^8.1.6",
"@t3-oss/env-core": "^0.13.10",
"@tanstack/query-async-storage-persister": "^5.90.22",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-persist-client": "^5.90.22",
"@tanstack/react-router": "1.159.5",
"@tanstack/react-start": "1.159.5",
"@t3-oss/env-core": "^0.13.11",
"@tanstack/query-async-storage-persister": "^5.96.2",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query-persist-client": "^5.96.2",
"@tanstack/react-router": "1.168.10",
"@tanstack/react-start": "1.167.16",
"@tanstack/react-table": "^8.21.3",
"@tanstack/zod-adapter": "1.159.5",
"better-auth": "^1.4.18",
"@tanstack/zod-adapter": "1.166.9",
"better-auth": "^1.5.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dayjs": "^1.11.19",
"dayjs": "^1.11.20",
"drizzle-zod": "^0.8.3",
"embla-carousel-react": "^8.6.0",
"fast-xml-parser": "^5.3.5",
"feedscout": "^1.5.0",
"fast-xml-parser": "^5.5.10",
"feedscout": "^1.8.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^3.0.1",
"html-react-parser": "^5.2.17",
"html-react-parser": "^6.0.0",
"jimp": "^1.6.0",
"jotai": "^2.17.1",
"jotai": "^2.19.0",
"jotai-optics": "^0.4.0",
"lucide-react": "^0.563.0",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-fast-marquee": "^1.6.5",
"react-youtube": "^10.1.0",
"recharts": "^3.7.0",
"recharts": "^3.8.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-parse": "^9.0.1",
"rehype-raw": "^7.0.0",
Expand All @@ -125,54 +125,53 @@
"rss-parser": "^3.13.0",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/compat": "^2.0.2",
"@eslint/compat": "^2.0.4",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.2",
"@react-email/preview-server": "5.2.8",
"@playwright/test": "^1.59.1",
"@react-email/preview-server": "5.2.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/eslint-config": "^0.3.4",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/eslint-config": "^0.4.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^25.2.2",
"@types/react": "19.2.13",
"@types/node": "^25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-react": "^5.1.4",
"better-sqlite3": "^12.6.2",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitejs/plugin-react": "^6.0.1",
"better-sqlite3": "^12.8.0",
"concurrently": "^9.2.1",
"dotenv": "^17.2.4",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"dotenv": "^17.4.1",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"drizzle-seed": "^0.3.1",
"esbuild": "^0.27.3",
"eslint": "^10.0.0",
"esbuild": "^0.28.0",
"eslint": "^10.2.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"nitro": "3.0.1-alpha.2",
"postcss": "^8.5.6",
"nitro": "3.0.260311-beta",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-email": "^5.2.8",
"react-email": "^5.2.10",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.2",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3",
"vite-plugin-pwa": "^1.2.0",
"vite-tsconfig-paths": "^6.1.0",
"workbox-build": "^7.4.0",
"workbox-expiration": "^7.4.0",
"workbox-precaching": "^7.4.0",
Expand All @@ -187,12 +186,12 @@
},
"packageManager": "pnpm@10.8.0",
"simple-git-hooks": {
"pre-commit": "pnpm precommit"
"pre-commit": "if git diff --cached --name-only | grep -qE '\\.(js|ts|tsx|jsx)$'; then pnpm precommit; else pnpm precommit:fast; fi"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}
}
Loading
Loading