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

Commit d3aabad

Browse files
authored
Merge branch 'develop' into renovate/tsx-4.x-lockfile
2 parents 5c3a699 + 571c93c commit d3aabad

File tree

5 files changed

+485
-321
lines changed

5 files changed

+485
-321
lines changed

_regroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "22.15.31",
4242
"@types/yargs": "17.0.33",
4343
"@vitest/coverage-v8": "3.2.3",
44-
"eslint": "9.28.0",
44+
"eslint": "9.29.0",
4545
"eslint-plugin-simple-import-sort": "12.1.1",
4646
"esm": "3.2.25",
4747
"jsdoc": "4.0.4",

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/TriliumNext/Notes"
1111
},
1212
"dependencies": {
13-
"@eslint/js": "9.28.0",
13+
"@eslint/js": "9.29.0",
1414
"@excalidraw/excalidraw": "0.18.0",
1515
"@fullcalendar/core": "6.1.17",
1616
"@fullcalendar/daygrid": "6.1.17",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"private": true,
2828
"devDependencies": {
2929
"@electron/rebuild": "4.0.1",
30-
"@nx/devkit": "21.1.3",
31-
"@nx/esbuild": "21.1.3",
32-
"@nx/eslint": "21.1.3",
33-
"@nx/eslint-plugin": "21.1.3",
34-
"@nx/express": "21.1.3",
35-
"@nx/js": "21.1.3",
36-
"@nx/node": "21.1.3",
37-
"@nx/playwright": "21.1.3",
38-
"@nx/vite": "21.1.3",
39-
"@nx/web": "21.1.3",
30+
"@nx/devkit": "21.2.0",
31+
"@nx/esbuild": "21.2.0",
32+
"@nx/eslint": "21.2.0",
33+
"@nx/eslint-plugin": "21.2.0",
34+
"@nx/express": "21.2.0",
35+
"@nx/js": "21.2.0",
36+
"@nx/node": "21.2.0",
37+
"@nx/playwright": "21.2.0",
38+
"@nx/vite": "21.2.0",
39+
"@nx/web": "21.2.0",
4040
"@playwright/test": "^1.36.0",
4141
"@triliumnext/server": "workspace:*",
4242
"@types/express": "^5.0.0",
@@ -53,7 +53,7 @@
5353
"jiti": "2.4.2",
5454
"jsdom": "~26.1.0",
5555
"jsonc-eslint-parser": "^2.1.0",
56-
"nx": "21.1.3",
56+
"nx": "21.2.0",
5757
"react-refresh": "^0.17.0",
5858
"rollup-plugin-webpack-stats": "2.0.7",
5959
"tslib": "^2.3.0",

packages/codemirror/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@codemirror/lang-html": "6.4.9",
2525
"@codemirror/lang-javascript": "6.2.4",
2626
"@codemirror/lang-json": "6.0.1",
27-
"@codemirror/lang-markdown": "6.3.2",
27+
"@codemirror/lang-markdown": "6.3.3",
2828
"@codemirror/lang-php": "6.0.1",
2929
"@codemirror/lang-vue": "0.1.3",
3030
"@codemirror/lang-xml": "6.1.0",
3131
"@codemirror/legacy-modes": "6.5.1",
3232
"@codemirror/search": "6.5.11",
33-
"@codemirror/view": "6.37.1",
33+
"@codemirror/view": "6.37.2",
3434
"@fsegurai/codemirror-theme-abcdef": "6.2.0",
3535
"@fsegurai/codemirror-theme-abyss": "6.2.0",
3636
"@fsegurai/codemirror-theme-android-studio": "6.2.0",
@@ -61,6 +61,6 @@
6161
"@ssddanbrown/codemirror-lang-twig": "1.0.0",
6262
"codemirror-lang-hcl": "0.1.0",
6363
"codemirror-lang-mermaid": "0.5.0",
64-
"eslint-linter-browserify": "9.28.0"
64+
"eslint-linter-browserify": "9.29.0"
6565
}
6666
}

0 commit comments

Comments
 (0)