Skip to content

Commit 778ea60

Browse files
authored
chore: sync dependency, CI action versions, TS config, and wiki test/system layout (#11)
1 parent 6bc29d6 commit 778ea60

10 files changed

Lines changed: 20 additions & 25 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"publish:offline": "npm run clean && tiddlywiki-plugin-dev publish --offline"
2222
},
2323
"engines": {
24-
"node": ">=16"
24+
"node": ">=20"
2525
},
2626
"husky": {
2727
"hooks": {

tsconfig.json

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
{
2-
"extends": "@modern-js/tsconfig/base.json",
3-
"compilerOptions": {
4-
"declaration": false,
5-
"jsx": "react-jsx",
6-
"noEmit": true,
7-
"typeRoots": [
8-
"node_modules/@types",
9-
"node_modules/tw5-typed"
10-
],
11-
"lib": [
12-
"DOM",
13-
"ESNext"
14-
],
15-
"baseUrl": "./"
16-
},
17-
"include": [
18-
"src",
19-
"*.json",
20-
"wiki/*.info",
21-
"*.mjs",
22-
"*.js"
23-
]
24-
}
1+
{
2+
"extends": "@modern-js/tsconfig/base.json",
3+
"compilerOptions": {
4+
"declaration": false,
5+
"jsx": "react-jsx",
6+
"module": "NodeNext",
7+
"moduleResolution": "NodeNext",
8+
"noEmit": true,
9+
"types": ["node", "tw5-typed"],
10+
"lib": ["DOM", "ESNext"]
11+
},
12+
"include": ["src", "*.json", "wiki/*.info", "*.mjs", "*.js", "src/**/*.d.ts", "wiki/tiddlers/tests/playwright/**/*.ts"]
13+
}
14+
File renamed without changes.
File renamed without changes.

wiki/tiddlers/$__plugins_Modern.TiddlyDev_doc.json renamed to wiki/tiddlers/system/$__plugins_Modern.TiddlyDev_doc.json

File renamed without changes.

wiki/tiddlers/$__plugins_tiddlywiki_codemirror.json renamed to wiki/tiddlers/system/$__plugins_tiddlywiki_codemirror.json

File renamed without changes.

wiki/tiddlers/$__plugins_tiddlywiki_codemirror.json.meta renamed to wiki/tiddlers/system/$__plugins_tiddlywiki_codemirror.json.meta

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
title: $:/config/FileSystemPaths
2+
3+
[is[system]!has[draft.of]search-replace:g:regexp[/|\\],[_]addprefix[system/]]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)