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
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
node-version: [25.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
node-version: [25.x]

steps:
- uses: googleapis/release-please-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24
25
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24-alpine AS base
FROM node:25-alpine AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "next dev --turbo --port 3101",
"build": "npm run codegen && next build",
"build": "npm run codegen && next build --turbo",
"start": "next start -p $PORT",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
Expand All @@ -30,7 +30,7 @@
},
"homepage": "https://git.annatarhe.com/annatarhe/kindle.annatarhe.com#readme",
"engines": {
"node": "24"
"node": "25"
},
Comment on lines 32 to 34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While you've correctly updated the engines field to Node.js 25, the corresponding TypeScript type definitions in devDependencies have not been updated. The @types/node package is still set to ^24.10.2 on line 54.

To ensure type safety and prevent potential issues with new or changed APIs in Node.js 25, please also update @types/node to a version compatible with Node.js 25. For example:

"@types/node": "^25.0.0"

After updating package.json, please remember to run pnpm install to update the pnpm-lock.yaml file accordingly.

"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
Expand All @@ -40,18 +40,18 @@
"@graphql-codegen/typescript-operations": "4.6.1",
"@graphql-codegen/typescript-react-apollo": "4.3.3",
"@jest/globals": "^30.2.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/forms": "^0.5.11",
"@tanstack/react-query-devtools": "^5.91.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react": "^16.3.1",
"@types/downloadjs": "^1.4.6",
"@types/emoji-mart": "^5.3.0",
"@types/file-saver": "^2.0.7",
"@types/heapdump": "^0.3.4",
"@types/jest": "^30.0.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.21",
"@types/node": "^24.10.2",
"@types/node": "^25.0.3",
"@types/parse-unit": "^1.0.3",
"@types/qrcode.react": "^3.0.0",
"@types/react": "^19.2.7",
Expand All @@ -60,13 +60,13 @@
"autoprefixer": "^10.4.22",
"coveralls": "^3.1.1",
"cross-fetch": "^4.1.0",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"lefthook": "^2.0.9",
"lefthook": "^2.0.12",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"postcss-simple-vars": "^7.0.1",
Expand Down Expand Up @@ -95,44 +95,44 @@
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.2.2",
"@marsidev/react-turnstile": "^1.3.1",
"@marsidev/react-turnstile": "^1.4.0",
"@metamask/sdk-react": "^0.33.1",
"@neshca/cache-handler": "^1.9.0",
"@newrelic/next": "^0.10.0",
"@next/bundle-analyzer": "^16.0.8",
"@next/third-parties": "^16.0.8",
"@next/bundle-analyzer": "^16.1.1",
"@next/third-parties": "^16.1.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-jaeger": "^2.2.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
"@opentelemetry/id-generator-aws-xray": "^2.0.3",
"@opentelemetry/id-generator-aws-xray": "^2.1.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@prompt-pal/node-sdk": "npm:@jsr/prompt-pal__node-sdk@^0.4.7",
"@sentry/nextjs": "^10.29.0",
"@sentry/react": "^10.29.0",
"@sentry/nextjs": "^10.32.1",
"@sentry/react": "^10.32.1",
"@sentry/tracing": "^7.120.4",
"@statelyai/inspect": "^0.4.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/query-sync-storage-persister": "^5.90.14",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-persist-client": "^5.90.14",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.13.0",
"@tiptap/extension-code-block-lowlight": "^3.13.0",
"@tiptap/extension-link": "^3.13.0",
"@tiptap/extension-placeholder": "^3.13.0",
"@tiptap/extension-table": "^3.13.0",
"@tiptap/extension-table-cell": "^3.13.0",
"@tiptap/extension-table-header": "^3.13.0",
"@tiptap/extension-table-row": "^3.13.0",
"@tiptap/extension-typography": "^3.13.0",
"@tiptap/markdown": "^3.13.0",
"@tiptap/pm": "^3.13.0",
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@uptrace/node": "^2.0.2",
"@vercel/og": "^0.8.5",
"@tiptap/core": "^3.14.0",
"@tiptap/extension-code-block-lowlight": "^3.14.0",
"@tiptap/extension-link": "^3.14.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/extension-table": "^3.14.0",
"@tiptap/extension-table-cell": "^3.14.0",
"@tiptap/extension-table-header": "^3.14.0",
"@tiptap/extension-table-row": "^3.14.0",
"@tiptap/extension-typography": "^3.14.0",
"@tiptap/markdown": "^3.14.0",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"@uptrace/node": "^2.1.0",
"@vercel/og": "^0.8.6",
"@web3-react/core": "8.2.3",
"@web3-react/metamask": "8.2.4",
"@web3-react/network": "8.2.3",
Expand All @@ -151,10 +151,10 @@
"franc-min": "^6.2.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"html-to-image": "^1.11.13",
"i18next": "^25.7.2",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-resources-to-backend": "^1.2.1",
"import-in-the-middle": "^2.0.0",
"import-in-the-middle": "^2.0.1",
"intersection-observer": "^0.12.2",
"iso-639-3-to-1": "^1.0.0",
"js-cookie": "^3.0.5",
Expand All @@ -164,21 +164,21 @@
"lowlight": "^3.3.0",
"lucide-react": "^0.556.0",
"masonic": "^4.1.0",
"motion": "^12.23.25",
"next": "^16.0.8",
"motion": "^12.23.26",
"next": "^16.1.1",
"opentelemetry-node-metrics": "^3.0.0",
"parse-unit": "^1.0.1",
"party-js": "^2.2.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.1",
"react": "^19.2.3",
"react-apple-signin-auth": "^1.1.2",
"react-auth-code-input": "^3.2.1",
"react-blurhash": "^0.3.0",
"react-cool-inview": "^3.0.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"react-dom": "^19.2.3",
"react-hook-form": "^7.69.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.4.0",
"react-i18next": "^16.5.0",
"react-image-crop": "^11.0.10",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.10.2",
Expand All @@ -188,12 +188,12 @@
"redis": "^5.10.0",
"require-in-the-middle": "^8.0.1",
"sharp": "^0.34.5",
"shiki": "^3.19.0",
"shiki": "^3.20.0",
"streamdown": "^1.6.10",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"xstate": "^5.24.0",
"zod": "^4.1.13"
"tailwindcss": "^4.1.18",
"xstate": "^5.25.0",
"zod": "^4.2.1"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -224,4 +224,4 @@
]
},
"packageManager": "pnpm@10.25.0"
}
}
Loading