@bhsd/codemirror-mediawiki 3.6.4 → 3.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/codemirror.d.ts +1 -0
- package/dist/codemirror.js +3 -2
- package/dist/color.js +1 -1
- package/dist/fold.d.ts +1 -1
- package/dist/lua.js +2 -0
- package/dist/main.min.js +18 -18
- package/dist/mediawiki.js +2 -1
- package/dist/mw.min.js +26 -26
- package/dist/mwConfig.js +2 -10
- package/dist/static.js +1 -1
- package/dist/statusBar.js +1 -1
- package/dist/token.d.ts +2 -1
- package/dist/token.js +19 -13
- package/dist/wiki.min.js +22 -22
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +18 -16
package/i18n/en.json
CHANGED
package/i18n/zh-hans.json
CHANGED
package/i18n/zh-hant.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhsd/codemirror-mediawiki",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.6",
|
|
4
4
|
"description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mediawiki",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"build": "npm run build:css && rm -rf dist/ && npm run build:demo && npm run build:core && npm run build:wiki && npm run build:mw && eslint --no-config-lookup -c eslint.dist.mjs dist/*.min.js",
|
|
44
44
|
"lint:ts": "tsc --noEmit && tsc --project mw/tsconfig.json --noEmit && tsc --project test/tsconfig.json --noEmit && tsc --project bundle/tsconfig.json --noEmit && eslint --cache .",
|
|
45
45
|
"lint:css": "stylelint **/*.css",
|
|
46
|
-
"lint": "
|
|
46
|
+
"lint:md": "markdownlint-cli2 '**/*.md'",
|
|
47
|
+
"lint": "npm run lint:ts && npm run lint:css && npm run lint:md",
|
|
47
48
|
"prof": "node --prof test/dist/test/prof.js && node --prof-process isolate-0x*-v8.log > test/prof.txt && gsed -i '0,/Bottom up/d' test/prof.txt && rm isolate-0x*-v8.log",
|
|
48
49
|
"server": "npm run test:end; http-server .. -c-1 --cors -s &",
|
|
49
50
|
"test": "mocha test/dist/test/*.test.js && mocha --reporter=progress test/dist/test/test.js",
|
|
@@ -63,43 +64,44 @@
|
|
|
63
64
|
"@codemirror/lang-json": "^6.0.2",
|
|
64
65
|
"@codemirror/lang-vue": "^0.1.3",
|
|
65
66
|
"@codemirror/legacy-modes": "^6.5.2",
|
|
66
|
-
"@codemirror/lint": "^6.9.
|
|
67
|
+
"@codemirror/lint": "^6.9.2",
|
|
67
68
|
"@codemirror/search": "^6.5.11",
|
|
68
69
|
"@codemirror/state": "^6.5.2",
|
|
69
70
|
"@codemirror/view": "^6.38.6",
|
|
70
71
|
"cm6-theme-nord": "^0.2.0",
|
|
71
|
-
"wikiparser-node": "^1.
|
|
72
|
+
"wikiparser-node": "^1.32.0"
|
|
72
73
|
},
|
|
73
74
|
"devDependencies": {
|
|
74
75
|
"@bhsd/cm-util": "^0.1.0",
|
|
75
|
-
"@bhsd/code-standard": "^1.3.
|
|
76
|
+
"@bhsd/code-standard": "^1.3.2",
|
|
76
77
|
"@bhsd/stylelint-util": "^0.1.0",
|
|
77
78
|
"@bhsd/test-util": "^0.2.1",
|
|
78
79
|
"@stylistic/eslint-plugin": "^5.5.0",
|
|
79
80
|
"@stylistic/stylelint-plugin": "^4.0.0",
|
|
80
|
-
"@types/eslint": "^8.56.
|
|
81
|
+
"@types/eslint": "^8.56.12",
|
|
81
82
|
"@types/jquery": "^3.5.33",
|
|
82
83
|
"@types/mocha": "^10.0.10",
|
|
83
|
-
"@types/node": "^24.
|
|
84
|
+
"@types/node": "^24.10.1",
|
|
84
85
|
"@types/oojs-ui": "^0.49.4",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
86
|
-
"@typescript-eslint/parser": "^8.46.
|
|
87
|
-
"esbuild": "^0.25.
|
|
88
|
-
"eslint": "^9.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
87
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
88
|
+
"esbuild": "^0.25.12",
|
|
89
|
+
"eslint": "^9.39.1",
|
|
89
90
|
"eslint-plugin-es-x": "^9.1.2",
|
|
90
91
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
91
|
-
"eslint-plugin-jsdoc": "^61.1
|
|
92
|
+
"eslint-plugin-jsdoc": "^61.2.1",
|
|
92
93
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
93
94
|
"eslint-plugin-promise": "^7.2.1",
|
|
94
95
|
"eslint-plugin-regexp": "^2.10.0",
|
|
95
96
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
96
97
|
"http-server": "^14.1.1",
|
|
97
|
-
"luacheck-browserify": "^0.9.
|
|
98
|
-
"
|
|
98
|
+
"luacheck-browserify": "^0.9.1",
|
|
99
|
+
"markdownlint-cli2": "^0.19.0",
|
|
100
|
+
"mocha": "^11.7.5",
|
|
99
101
|
"monaco-editor": "^0.53.0",
|
|
100
|
-
"stylelint": "^16.
|
|
102
|
+
"stylelint": "^16.26.1",
|
|
101
103
|
"stylelint-config-recommended": "^17.0.0",
|
|
102
|
-
"stylelint-plugin-use-baseline": "^1.0
|
|
104
|
+
"stylelint-plugin-use-baseline": "^1.1.0",
|
|
103
105
|
"types-mediawiki": "^2.0.0",
|
|
104
106
|
"typescript": "^5.9.3"
|
|
105
107
|
}
|