mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/main' into feat/tree-context-menu/relocate-duplicate-note-command
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/checks.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/checks.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | name: Checks | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |   pull_request_target: | ||||||
|  |     types: [synchronize] | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   main: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     permissions: | ||||||
|  |       contents: write | ||||||
|  |     steps: | ||||||
|  |       - name: Check if PRs have conflicts | ||||||
|  |         uses: eps1lon/actions-label-merge-conflict@v3 | ||||||
|  |         with: | ||||||
|  |           dirtyLabel: "merge-conflicts" | ||||||
|  |           repoToken: "${{ secrets.GITHUB_TOKEN }}" | ||||||
| @@ -35,13 +35,13 @@ | |||||||
|     "chore:generate-openapi": "tsx bin/generate-openapi.js" |     "chore:generate-openapi": "tsx bin/generate-openapi.js" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": {     |   "devDependencies": {     | ||||||
|     "@playwright/test": "1.53.2", |     "@playwright/test": "1.54.1", | ||||||
|     "@stylistic/eslint-plugin": "5.1.0",         |     "@stylistic/eslint-plugin": "5.1.0",         | ||||||
|     "@types/express": "5.0.3",     |     "@types/express": "5.0.3",     | ||||||
|     "@types/node": "22.16.2",     |     "@types/node": "22.16.3",     | ||||||
|     "@types/yargs": "17.0.33", |     "@types/yargs": "17.0.33", | ||||||
|     "@vitest/coverage-v8": "3.2.4", |     "@vitest/coverage-v8": "3.2.4", | ||||||
|     "eslint": "9.30.1", |     "eslint": "9.31.0", | ||||||
|     "eslint-plugin-simple-import-sort": "12.1.1", |     "eslint-plugin-simple-import-sort": "12.1.1", | ||||||
|     "esm": "3.2.25", |     "esm": "3.2.25", | ||||||
|     "jsdoc": "4.0.4", |     "jsdoc": "4.0.4", | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
|     "url": "https://github.com/TriliumNext/Notes" |     "url": "https://github.com/TriliumNext/Notes" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@eslint/js": "9.30.1", |     "@eslint/js": "9.31.0", | ||||||
|     "@excalidraw/excalidraw": "0.18.0", |     "@excalidraw/excalidraw": "0.18.0", | ||||||
|     "@fullcalendar/core": "6.1.18", |     "@fullcalendar/core": "6.1.18", | ||||||
|     "@fullcalendar/daygrid": "6.1.18", |     "@fullcalendar/daygrid": "6.1.18", | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "dotenv": "17.1.0", |     "dotenv": "17.2.0", | ||||||
|     "electron": "37.2.0" |     "electron": "37.2.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -17,6 +17,6 @@ | |||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "dotenv": "17.1.0" |     "dotenv": "17.2.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
| @@ -88,7 +88,7 @@ | |||||||
|     "multer": "2.0.1", |     "multer": "2.0.1", | ||||||
|     "normalize-strings": "1.1.1", |     "normalize-strings": "1.1.1", | ||||||
|     "ollama": "0.5.16", |     "ollama": "0.5.16", | ||||||
|     "openai": "5.8.3", |     "openai": "5.9.0", | ||||||
|     "rand-token": "1.0.1", |     "rand-token": "1.0.1", | ||||||
|     "safe-compare": "1.1.4", |     "safe-compare": "1.1.4", | ||||||
|     "sanitize-filename": "1.6.3", |     "sanitize-filename": "1.6.3", | ||||||
|   | |||||||
							
								
								
									
										24
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								package.json
									
									
									
									
									
								
							| @@ -27,20 +27,20 @@ | |||||||
|   "private": true, |   "private": true, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@electron/rebuild": "4.0.1", |     "@electron/rebuild": "4.0.1", | ||||||
|     "@nx/devkit": "21.2.2", |     "@nx/devkit": "21.2.3", | ||||||
|     "@nx/esbuild": "21.2.2", |     "@nx/esbuild": "21.2.3", | ||||||
|     "@nx/eslint": "21.2.2", |     "@nx/eslint": "21.2.3", | ||||||
|     "@nx/eslint-plugin": "21.2.2", |     "@nx/eslint-plugin": "21.2.3", | ||||||
|     "@nx/express": "21.2.2", |     "@nx/express": "21.2.3", | ||||||
|     "@nx/js": "21.2.2", |     "@nx/js": "21.2.3", | ||||||
|     "@nx/node": "21.2.2", |     "@nx/node": "21.2.3", | ||||||
|     "@nx/playwright": "21.2.2", |     "@nx/playwright": "21.2.3", | ||||||
|     "@nx/vite": "21.2.2", |     "@nx/vite": "21.2.3", | ||||||
|     "@nx/web": "21.2.2", |     "@nx/web": "21.2.3", | ||||||
|     "@playwright/test": "^1.36.0", |     "@playwright/test": "^1.36.0", | ||||||
|     "@triliumnext/server": "workspace:*", |     "@triliumnext/server": "workspace:*", | ||||||
|     "@types/express": "^5.0.0", |     "@types/express": "^5.0.0", | ||||||
|     "@types/node": "22.16.2", |     "@types/node": "22.16.3", | ||||||
|     "@vitest/coverage-v8": "^3.0.5", |     "@vitest/coverage-v8": "^3.0.5", | ||||||
|     "@vitest/ui": "^3.0.0", |     "@vitest/ui": "^3.0.0", | ||||||
|     "chalk": "5.4.1", |     "chalk": "5.4.1", | ||||||
| @@ -54,7 +54,7 @@ | |||||||
|     "jiti": "2.4.2", |     "jiti": "2.4.2", | ||||||
|     "jsdom": "~26.1.0", |     "jsdom": "~26.1.0", | ||||||
|     "jsonc-eslint-parser": "^2.1.0", |     "jsonc-eslint-parser": "^2.1.0", | ||||||
|     "nx": "21.2.2", |     "nx": "21.2.3", | ||||||
|     "react-refresh": "^0.17.0", |     "react-refresh": "^0.17.0", | ||||||
|     "rollup-plugin-webpack-stats": "2.1.0", |     "rollup-plugin-webpack-stats": "2.1.0", | ||||||
|     "tslib": "^2.3.0", |     "tslib": "^2.3.0", | ||||||
|   | |||||||
| @@ -62,6 +62,6 @@ | |||||||
|     "codemirror-lang-elixir": "4.0.0", |     "codemirror-lang-elixir": "4.0.0", | ||||||
|     "codemirror-lang-hcl": "0.1.0", |     "codemirror-lang-hcl": "0.1.0", | ||||||
|     "codemirror-lang-mermaid": "0.5.0", |     "codemirror-lang-mermaid": "0.5.0", | ||||||
|     "eslint-linter-browserify": "9.30.1" |     "eslint-linter-browserify": "9.31.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										2287
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2287
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,8 +1,15 @@ | |||||||
| { | { | ||||||
|     "$schema": "https://docs.renovatebot.com/renovate-schema.json", |     "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||||
|   "extends": ["config:recommended"], |     "extends": [ | ||||||
|   "schedule": ["before 3am"], |         "config:recommended" | ||||||
|   "labels": ["dependencies", "renovate"], |     ], | ||||||
|  |     "schedule": [ | ||||||
|  |         "before 3am" | ||||||
|  |     ], | ||||||
|  |     "labels": [ | ||||||
|  |         "dependencies", | ||||||
|  |         "renovate" | ||||||
|  |     ], | ||||||
|     "prHourlyLimit": 0, |     "prHourlyLimit": 0, | ||||||
|     "prConcurrentLimit": 0, |     "prConcurrentLimit": 0, | ||||||
|     "branchConcurrentLimit": 0, |     "branchConcurrentLimit": 0, | ||||||
| @@ -34,6 +41,13 @@ | |||||||
|                 "ckeditor5-premium-features" |                 "ckeditor5-premium-features" | ||||||
|             ], |             ], | ||||||
|             "groupName": "ckeditor monorepo" |             "groupName": "ckeditor monorepo" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "matchPackageNames": [ | ||||||
|  |                 "@sveltejs/**", | ||||||
|  |                 "svelte" | ||||||
|  |             ], | ||||||
|  |             "groupName": "svelte monorepo" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user