Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 3a33013

Browse files
authored
Merge pull request #2043 from TriliumNext/renovate/node-22.x
chore(deps): update node.js to v22.16.0
2 parents 80560f3 + 77bf898 commit 3a33013

5 files changed

Lines changed: 154 additions & 147 deletions

File tree

_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.52.0",
3939
"@stylistic/eslint-plugin": "4.4.0",
4040
"@types/express": "5.0.1",
41-
"@types/node": "22.15.21",
41+
"@types/node": "22.15.24",
4242
"@types/yargs": "17.0.33",
4343
"@vitest/coverage-v8": "3.1.4",
4444
"eslint": "9.27.0",

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:22.15.0-alpine AS builder
1+
FROM node:22.16.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:22.15.0-alpine
10+
FROM node:22.16.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:22.15.0-bullseye-slim AS builder
1+
FROM node:22.16.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:22.15.0-bullseye-slim
10+
FROM node:22.16.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
@@ -44,7 +44,7 @@
4444
"@swc/helpers": "~0.5.11",
4545
"@triliumnext/server": "workspace:*",
4646
"@types/express": "^4.17.21",
47-
"@types/node": "22.15.21",
47+
"@types/node": "22.15.24",
4848
"@vitest/coverage-v8": "^3.0.5",
4949
"@vitest/ui": "^3.0.0",
5050
"chalk": "5.4.1",

0 commit comments

Comments
 (0)