Skip to content

Commit 37aa8ec

Browse files
authored
chore(deps): update node.js to v24 (#7593)
2 parents a9fa99c + 05f3f96 commit 37aa8ec

File tree

8 files changed

+116
-152
lines changed

8 files changed

+116
-152
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.0
1+
24.11.0

_regroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@playwright/test": "1.56.1",
3939
"@stylistic/eslint-plugin": "5.5.0",
4040
"@types/express": "5.0.5",
41-
"@types/node": "24.9.1",
41+
"@types/node": "24.9.2",
4242
"@types/yargs": "17.0.34",
4343
"@vitest/coverage-v8": "3.2.4",
4444
"eslint": "9.39.0",

apps/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-bullseye-slim AS builder
1+
FROM node:24.11.0-bullseye-slim AS builder
22
RUN corepack enable
33

44
# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77
# We have to use --no-frozen-lockfile due to CKEditor patches
88
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99

10-
FROM node:24.10.0-bullseye-slim
10+
FROM node:24.11.0-bullseye-slim
1111
# Install only runtime dependencies
1212
RUN apt-get update && \
1313
apt-get install -y --no-install-recommends \

apps/server/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-alpine AS builder
1+
FROM node:24.11.0-alpine AS builder
22
RUN corepack enable
33

44
# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77
# We have to use --no-frozen-lockfile due to CKEditor patches
88
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99

10-
FROM node:24.10.0-alpine
10+
FROM node:24.11.0-alpine
1111
# Install runtime dependencies
1212
RUN apk add --no-cache su-exec shadow
1313

apps/server/Dockerfile.alpine.rootless

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-alpine AS builder
1+
FROM node:24.11.0-alpine AS builder
22
RUN corepack enable
33

44
# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77
# We have to use --no-frozen-lockfile due to CKEditor patches
88
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99

10-
FROM node:24.10.0-alpine
10+
FROM node:24.11.0-alpine
1111
# Create a non-root user with configurable UID/GID
1212
ARG USER=trilium
1313
ARG UID=1001

apps/server/Dockerfile.rootless

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.10.0-bullseye-slim AS builder
1+
FROM node:24.11.0-bullseye-slim AS builder
22
RUN corepack enable
33

44
# Install native dependencies since we might be building cross-platform.
@@ -7,7 +7,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
77
# We have to use --no-frozen-lockfile due to CKEditor patches
88
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
99

10-
FROM node:24.10.0-bullseye-slim
10+
FROM node:24.11.0-bullseye-slim
1111
# Create a non-root user with configurable UID/GID
1212
ARG USER=trilium
1313
ARG UID=1001

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@playwright/test": "1.56.1",
4343
"@triliumnext/server": "workspace:*",
4444
"@types/express": "5.0.5",
45-
"@types/node": "24.9.1",
45+
"@types/node": "24.9.2",
4646
"@vitest/coverage-v8": "3.2.4",
4747
"@vitest/ui": "3.2.4",
4848
"chalk": "5.6.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)