mirror of
https://github.com/zadam/trilium.git
synced 2026-05-23 05:31:29 +02:00
Compare commits
1 Commits
main
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
938a5ad139 |
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(gh issue *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
--donate-button-color: #e33f3b;
|
||||
|
||||
&.nightly {
|
||||
--modal-background-color: #f6eefd ;
|
||||
--modal-background-color: #f2e1ff;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
478
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user