Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
938a5ad139 Update ai sdk 2026-04-20 01:03:31 +00:00
21 changed files with 264 additions and 276 deletions

View File

@@ -1,7 +0,0 @@
{
"permissions": {
"allow": [
"Bash(gh issue *)"
]
}
}

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
fetch-depth: 1

View File

@@ -26,7 +26,7 @@ jobs:
actions: read # Required for Claude to read CI results on PRs
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
fetch-depth: 1

View File

@@ -51,7 +51,7 @@
"debounce": "3.0.0",
"dompurify": "3.4.0",
"draggabilly": "3.0.0",
"force-graph": "1.51.4",
"force-graph": "1.51.2",
"htmldiff-js": "1.0.5",
"i18next": "26.0.4",
"i18next-http-backend": "3.0.4",

View File

@@ -3,7 +3,7 @@
--donate-button-color: #e33f3b;
&.nightly {
--modal-background-color: #f6eefd ;
--modal-background-color: #f2e1ff;
}
}

View File

@@ -1,4 +1,4 @@
FROM node:24.15.0-bullseye-slim AS builder
FROM node:24.14.1-bullseye-slim AS builder
RUN corepack enable
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
@@ -15,7 +15,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
# We have to use --no-frozen-lockfile due to CKEditor patches
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
FROM node:24.15.0-bullseye-slim
FROM node:24.14.1-bullseye-slim
# Install only runtime dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View File

@@ -1,4 +1,4 @@
FROM node:24.15.0-alpine AS builder
FROM node:24.14.1-alpine AS builder
RUN corepack enable
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
@@ -10,7 +10,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
# We have to use --no-frozen-lockfile due to CKEditor patches
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
FROM node:24.15.0-alpine
FROM node:24.14.1-alpine
# Install runtime dependencies
RUN apk add --no-cache su-exec shadow

View File

@@ -1,4 +1,4 @@
FROM node:24.15.0-alpine AS builder
FROM node:24.14.1-alpine AS builder
RUN corepack enable
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
@@ -10,7 +10,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
# We have to use --no-frozen-lockfile due to CKEditor patches
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
FROM node:24.15.0-alpine
FROM node:24.14.1-alpine
# Create a non-root user with configurable UID/GID
ARG USER=trilium
ARG UID=1001

View File

@@ -1,4 +1,4 @@
FROM node:24.15.0-bullseye-slim AS builder
FROM node:24.14.1-bullseye-slim AS builder
RUN corepack enable
# Install build tools required to compile native addons (e.g. better-sqlite3) on ARM
@@ -15,7 +15,7 @@ COPY ./docker/package.json ./docker/pnpm-workspace.yaml /usr/src/app/
# We have to use --no-frozen-lockfile due to CKEditor patches
RUN pnpm install --no-frozen-lockfile --prod && pnpm rebuild
FROM node:24.15.0-bullseye-slim
FROM node:24.14.1-bullseye-slim
# Create a non-root user with configurable UID/GID
ARG USER=trilium
ARG UID=1001

View File

@@ -30,11 +30,11 @@
"proxy-nginx-subdir": "docker run --name trilium-nginx-subdir --rm --network=host -v ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro nginx:latest"
},
"dependencies": {
"@ai-sdk/anthropic": "3.0.69",
"@ai-sdk/google": "3.0.63",
"@ai-sdk/anthropic": "3.0.71",
"@ai-sdk/google": "3.0.64",
"@ai-sdk/openai": "3.0.53",
"@modelcontextprotocol/sdk": "^1.12.1",
"ai": "6.0.161",
"ai": "6.0.168",
"better-sqlite3": "12.9.0",
"html-to-text": "9.0.5",
"js-yaml": "4.1.1",
@@ -58,7 +58,7 @@
"@types/ejs": "3.1.5",
"@types/escape-html": "1.0.4",
"@types/express-http-proxy": "1.6.7",
"@types/express-session": "1.19.0",
"@types/express-session": "1.18.2",
"@types/fs-extra": "11.0.4",
"@types/html": "1.0.4",
"@types/ini": "4.1.1",

View File

@@ -16,7 +16,7 @@
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@wxt-dev/auto-icons": "1.1.1",
"wxt": "0.20.23"
"wxt": "0.20.22"
},
"dependencies": {
"cash-dom": "8.1.5"

View File

@@ -19,7 +19,7 @@
"@preact/preset-vite": "2.10.5",
"eslint": "10.2.0",
"eslint-config-preact": "2.0.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"user-agent-data-types": "0.4.3",
"vite": "8.0.8",
"vitest": "4.1.4"

View File

@@ -75,7 +75,7 @@
"rollup-plugin-webpack-stats": "3.1.1",
"tslib": "2.8.1",
"tsx": "4.21.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"typescript-eslint": "8.58.2",
"vite": "8.0.8",
"vite-plugin-dts": "4.5.4",

View File

@@ -27,7 +27,7 @@
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.7.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.4",
"webdriverio": "9.27.0"

View File

@@ -28,7 +28,7 @@
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.7.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.4",
"webdriverio": "9.27.0"

View File

@@ -30,7 +30,7 @@
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.7.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.4",
"webdriverio": "9.27.0"

View File

@@ -30,7 +30,7 @@
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.7.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.4",
"webdriverio": "9.27.0"

View File

@@ -30,7 +30,7 @@
"eslint-config-ckeditor5": ">=9.1.0",
"stylelint": "17.7.0",
"stylelint-config-ckeditor5": ">=9.1.0",
"typescript": "6.0.3",
"typescript": "6.0.2",
"vite-plugin-svgo": "2.0.0",
"vitest": "4.1.4",
"webdriverio": "9.27.0"

View File

@@ -37,6 +37,6 @@
"esbuild": "0.28.0",
"eslint": "10.2.0",
"highlight.js": "11.11.1",
"typescript": "6.0.3"
"typescript": "6.0.2"
}
}

View File

@@ -121,8 +121,3 @@ iframe.pdf-view {
.ck-content .ck-content-widget.footnote-section .ck-content-widget__type-around__button_after {
display: none;
}
.ck-content .todo-list .todo-list__label > input:before {
background-color: var(--background-primary);
border-color: var(--text-primary) !important;
}

478
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff