Merge remote-tracking branch 'origin/main' into refactor/replace_jsdom

This commit is contained in:
Elian Doran 2025-09-29 09:22:36 +03:00
commit 848dc51a7a
No known key found for this signature in database
8 changed files with 189 additions and 201 deletions

View File

@ -73,7 +73,7 @@
"@types/mark.js": "8.11.12", "@types/mark.js": "8.11.12",
"@types/tabulator-tables": "6.2.11", "@types/tabulator-tables": "6.2.11",
"copy-webpack-plugin": "13.0.1", "copy-webpack-plugin": "13.0.1",
"happy-dom": "18.0.1", "happy-dom": "19.0.1",
"script-loader": "0.7.2", "script-loader": "0.7.2",
"vite-plugin-static-copy": "3.1.2" "vite-plugin-static-copy": "3.1.2"
} }

View File

@ -86,7 +86,7 @@
"clone_to_selected_note": "選択したノートにクローン", "clone_to_selected_note": "選択したノートにクローン",
"no_path_to_clone_to": "クローン先のパスが存在しません。", "no_path_to_clone_to": "クローン先のパスが存在しません。",
"note_cloned": "ノート \"{{clonedTitle}}\" は \"{{targetTitle}}\" にクローンされました", "note_cloned": "ノート \"{{clonedTitle}}\" は \"{{targetTitle}}\" にクローンされました",
"clone_notes_to": "ノートをクローンして...", "clone_notes_to": "ノートをクローン...",
"help_on_links": "ヘルプへのリンク" "help_on_links": "ヘルプへのリンク"
}, },
"delete_notes": { "delete_notes": {
@ -396,9 +396,9 @@
"protect-subtree": "サブツリーを保護", "protect-subtree": "サブツリーを保護",
"unprotect-subtree": "サブツリーの保護を解除", "unprotect-subtree": "サブツリーの保護を解除",
"copy-clone": "コピー/クローン", "copy-clone": "コピー/クローン",
"clone-to": "クローンして...", "clone-to": "クローン...",
"cut": "カット", "cut": "カット",
"move-to": "移動して...", "move-to": "移動...",
"paste-into": "貼り付け", "paste-into": "貼り付け",
"paste-after": "後ろに貼り付け", "paste-after": "後ろに貼り付け",
"duplicate": "複製", "duplicate": "複製",
@ -671,7 +671,7 @@
"note_paths": { "note_paths": {
"title": "ノートパス", "title": "ノートパス",
"clone_button": "ノートを新しい場所にクローン...", "clone_button": "ノートを新しい場所にクローン...",
"intro_placed": "このノートは以下のパスに置かれ:", "intro_placed": "このノートは以下のパスに置かれています:",
"intro_not_placed": "このノートはまだノートツリーに配置されていません。", "intro_not_placed": "このノートはまだノートツリーに配置されていません。",
"archived": "アーカイブされた", "archived": "アーカイブされた",
"search": "検索", "search": "検索",
@ -1104,7 +1104,7 @@
"display_relations": "表示するリレーション名をカンマで区切って指定します。それ以外のリレーション名は非表示になります。", "display_relations": "表示するリレーション名をカンマで区切って指定します。それ以外のリレーション名は非表示になります。",
"hide_relations": "非表示にするリレーション名をカンマで区切って指定します。それ以外のリレーションは表示されます。", "hide_relations": "非表示にするリレーション名をカンマで区切って指定します。それ以外のリレーションは表示されます。",
"template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されます", "template": "このノートは、新しいノートを作成するときに利用可能なテンプレートの選択肢に表示されます",
"toc": "<code>#toc</code> または <code>#toc=show</code><code> は目次を強制的に表示し、<code>#toc=hide</code> は目次を強制的に非表示にします。ラベルが存在しない場合は、グローバル設定が適用されます", "toc": "<code>#toc</code> または <code>#toc=show</code> は目次を強制的に表示し、<code>#toc=hide</code> は目次を強制的に非表示にします。ラベルが存在しない場合は、グローバル設定が適用されます",
"color": "ノートツリー、リンクなどのノートの色を定義します。 'red' や #a13d5f などの有効な CSS カラー値を使用します", "color": "ノートツリー、リンクなどのノートの色を定義します。 'red' や #a13d5f などの有効な CSS カラー値を使用します",
"keyboard_shortcut": "このノートにすぐにジャンプするキーボードショートカットを定義します。例: 「ctrl+alt+e」。変更を有効にするには、フロントエンドをリロードする必要があります。", "keyboard_shortcut": "このノートにすぐにジャンプするキーボードショートカットを定義します。例: 「ctrl+alt+e」。変更を有効にするには、フロントエンドをリロードする必要があります。",
"keep_current_hoisting": "このリンクを開いても、ノートが現在のホイストされたサブツリーに表示できない場合でも、ホイストは変更されません。", "keep_current_hoisting": "このリンクを開いても、ノートが現在のホイストされたサブツリーに表示できない場合でも、ホイストは変更されません。",
@ -1586,7 +1586,7 @@
}, },
"inherited_attribute_list": { "inherited_attribute_list": {
"title": "継承属性", "title": "継承属性",
"no_inherited_attributes": "継承属性はありません。" "no_inherited_attributes": "継承属性はありません。"
}, },
"note_map": { "note_map": {
"open_full": "拡大表示", "open_full": "拡大表示",

View File

@ -34,7 +34,7 @@
"@triliumnext/commons": "workspace:*", "@triliumnext/commons": "workspace:*",
"@triliumnext/server": "workspace:*", "@triliumnext/server": "workspace:*",
"copy-webpack-plugin": "13.0.1", "copy-webpack-plugin": "13.0.1",
"electron": "38.1.2", "electron": "38.2.0",
"@electron-forge/cli": "7.9.0", "@electron-forge/cli": "7.9.0",
"@electron-forge/maker-deb": "7.9.0", "@electron-forge/maker-deb": "7.9.0",
"@electron-forge/maker-dmg": "7.9.0", "@electron-forge/maker-dmg": "7.9.0",

View File

@ -12,7 +12,7 @@
"@triliumnext/desktop": "workspace:*", "@triliumnext/desktop": "workspace:*",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"copy-webpack-plugin": "13.0.1", "copy-webpack-plugin": "13.0.1",
"electron": "38.1.2", "electron": "38.2.0",
"fs-extra": "11.3.2" "fs-extra": "11.3.2"
}, },
"scripts": { "scripts": {

View File

@ -81,7 +81,7 @@
"debounce": "2.2.0", "debounce": "2.2.0",
"debug": "4.4.3", "debug": "4.4.3",
"ejs": "3.1.10", "ejs": "3.1.10",
"electron": "38.1.2", "electron": "38.2.0",
"electron-debug": "4.1.0", "electron-debug": "4.1.0",
"electron-window-state": "5.0.3", "electron-window-state": "5.0.3",
"escape-html": "1.0.3", "escape-html": "1.0.3",

View File

@ -51,12 +51,12 @@
"eslint-config-prettier": "^10.0.0", "eslint-config-prettier": "^10.0.0",
"eslint-plugin-playwright": "^2.0.0", "eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-hooks": "5.2.0",
"happy-dom": "~18.0.0", "happy-dom": "~19.0.0",
"jiti": "2.6.0", "jiti": "2.6.0",
"jsdom": "~26.1.0", "jsdom": "~26.1.0",
"jsonc-eslint-parser": "^2.1.0", "jsonc-eslint-parser": "^2.1.0",
"react-refresh": "^0.17.0", "react-refresh": "^0.17.0",
"rollup-plugin-webpack-stats": "2.1.4", "rollup-plugin-webpack-stats": "2.1.5",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"tsx": "4.20.6", "tsx": "4.20.6",
"typescript": "~5.9.0", "typescript": "~5.9.0",

View File

@ -16,7 +16,7 @@
"@codemirror/lang-xml": "6.1.0", "@codemirror/lang-xml": "6.1.0",
"@codemirror/legacy-modes": "6.5.1", "@codemirror/legacy-modes": "6.5.1",
"@codemirror/search": "6.5.11", "@codemirror/search": "6.5.11",
"@codemirror/view": "6.38.3", "@codemirror/view": "6.38.4",
"@fsegurai/codemirror-theme-abcdef": "6.2.2", "@fsegurai/codemirror-theme-abcdef": "6.2.2",
"@fsegurai/codemirror-theme-abyss": "6.2.2", "@fsegurai/codemirror-theme-abyss": "6.2.2",
"@fsegurai/codemirror-theme-android-studio": "6.2.2", "@fsegurai/codemirror-theme-android-studio": "6.2.2",

364
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff