Skip to content

Commit f4cd3bb

Browse files
build(deps): bump all packages (#12)
* build(deps): bump zod from v3 to v4 * build(deps): bump drizzle-orm and drizzle-kit * build(deps): bump @t3-oss/env-core * build(deps): bump @HONO pkgs and @trpc/server * build(engine): bump node to v24 and pnpm to v10.17.1 * build(deps-dev): bump typescript, tsup, tsx * build(deps): bump pino and pino-pretty * build(deps): bump pg and @types/pg * build(deps): bump croner * build(deps): bump hono * build(deps): bump better-auth from 1.2.7 to 1.3.15 * build(deps-dev): bump typescript and tsup in package proj * fix: some strange bug removed leading letters in comments
1 parent d89070b commit f4cd3bb

File tree

15 files changed

+1109
-1315
lines changed

15 files changed

+1109
-1315
lines changed

backend/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-slim AS base
1+
FROM node:24-slim AS base
22
COPY . /app
33
WORKDIR /app
44
ENV PNPM_HOME="/pnpm"

backend/package.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,37 @@
1212
"build:npm": "NODE_ENV=production tsup --config tsup.npm.config.ts",
1313
"dev": "NODE_ENV=development tsx watch --clear-screen=false --env-file=.env src/server.ts | pino-pretty",
1414
"start": "NODE_ENV=production node dist/server.js",
15+
"typecheck": "tsc --noEmit",
1516
"db:push": "drizzle-kit push",
1617
"db:generate": "drizzle-kit generate",
1718
"db:migrate": "drizzle-kit migrate"
1819
},
1920
"devDependencies": {
20-
"@types/node": "^22.13.1",
21-
"@types/pg": "^8.11.11",
22-
"drizzle-kit": "^0.30.4",
23-
"pino-pretty": "^13.0.0",
21+
"@types/node": "^24.5.2",
22+
"@types/pg": "^8.15.5",
23+
"drizzle-kit": "^0.31.4",
24+
"pino-pretty": "^13.1.1",
2425
"superjson": "^2.2.2",
25-
"tsup": "^8.3.6",
26-
"tsx": "^4.19.2",
27-
"typescript": "^5.7.3"
26+
"tsup": "^8.5.0",
27+
"tsx": "^4.20.5",
28+
"typescript": "^5.9.2"
2829
},
2930
"dependencies": {
30-
"@hono/node-server": "^1.14.1",
31-
"@hono/trpc-server": "^0.3.4",
32-
"@t3-oss/env-core": "^0.12.0",
33-
"@trpc/server": "11.1.1",
34-
"better-auth": "^1.2.7",
35-
"croner": "^9.0.0",
36-
"drizzle-orm": "^0.39.3",
37-
"hono": "^4.7.6",
31+
"@hono/node-server": "^1.19.4",
32+
"@hono/trpc-server": "^0.4.0",
33+
"@t3-oss/env-core": "^0.13.8",
34+
"@trpc/server": "11.5.1",
35+
"better-auth": "^1.3.15",
36+
"croner": "^9.1.0",
37+
"drizzle-orm": "^0.44.5",
38+
"hono": "^4.9.8",
3839
"node-html-parser": "^7.0.1",
39-
"pg": "^8.13.2",
40-
"pino": "^9.6.0",
41-
"zod": "^3.25.30"
40+
"pg": "^8.16.3",
41+
"pino": "^9.11.0",
42+
"zod": "^4.1.11"
4243
},
43-
"packageManager": "[email protected]+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
44+
"packageManager": "[email protected]",
45+
"engines": {
46+
"node": ">=24.5.2"
47+
}
4448
}

0 commit comments

Comments
 (0)