@bhsd/codemirror-mediawiki 3.12.0 → 3.12.2
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/LICENSE +19 -0
- package/dist/bidi.js +9 -8
- package/dist/codemirror.js +5 -5
- package/dist/constants.d.ts +2 -1
- package/dist/constants.js +2 -1
- package/dist/escape.js +3 -3
- package/dist/fold.d.ts +4 -4
- package/dist/fold.js +22 -19
- package/dist/hover.js +3 -3
- package/dist/html.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/inlay.js +2 -2
- package/dist/javascript.d.ts +3 -3
- package/dist/javascript.js +30 -9
- package/dist/json.d.ts +8 -0
- package/dist/json.js +108 -0
- package/dist/keymap.d.ts +1 -1
- package/dist/keymap.js +18 -3
- package/dist/lint.js +2 -2
- package/dist/lintsource.js +7 -7
- package/dist/lua.d.ts +16 -0
- package/dist/lua.js +65 -9
- package/dist/main.min.js +31 -29
- package/dist/matchBrackets.d.ts +3 -6
- package/dist/matchBrackets.js +61 -24
- package/dist/matchTag.d.ts +5 -5
- package/dist/matchTag.js +8 -8
- package/dist/mediawiki.d.ts +1 -2
- package/dist/mediawiki.js +4 -9
- package/dist/mw.min.js +34 -32
- package/dist/ref.d.ts +2 -2
- package/dist/ref.js +5 -5
- package/dist/signature.js +13 -13
- package/dist/static.d.ts +3 -0
- package/dist/static.js +3 -0
- package/dist/theme.d.ts +1 -1
- package/dist/theme.js +21 -3
- package/dist/token.d.ts +8 -5
- package/dist/token.js +17 -4
- package/dist/util.d.ts +22 -4
- package/dist/util.js +45 -4
- package/dist/vue.js +2 -2
- package/dist/wiki.min.js +34 -32
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +13 -13
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.12.
|
|
3
|
+
"version": "3.12.2",
|
|
4
4
|
"description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mediawiki",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/bhsd-harry/codemirror-mediawiki/issues"
|
|
13
13
|
},
|
|
14
|
-
"license": "GPL-2.0",
|
|
14
|
+
"license": "GPL-2.0-or-later",
|
|
15
15
|
"files": [
|
|
16
16
|
"/i18n/",
|
|
17
17
|
"/dist/*.js",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@bhsd/browser": "^0.3.0",
|
|
55
|
-
"@bhsd/cm-util": "^0.
|
|
55
|
+
"@bhsd/cm-util": "^1.0.0",
|
|
56
56
|
"@bhsd/codemirror-css-color-picker": "^6.3.2",
|
|
57
|
-
"@bhsd/common": "^
|
|
58
|
-
"@bhsd/lezer-abusefilter": "^0.1
|
|
57
|
+
"@bhsd/common": "^2.0.0",
|
|
58
|
+
"@bhsd/lezer-abusefilter": "^0.2.1",
|
|
59
59
|
"@bhsd/stylelint-util": "^1.0.1",
|
|
60
60
|
"@codemirror/autocomplete": "^6.20.1",
|
|
61
|
-
"@codemirror/commands": "^6.10.
|
|
61
|
+
"@codemirror/commands": "^6.10.3",
|
|
62
62
|
"@codemirror/language": "^6.12.2",
|
|
63
63
|
"@codemirror/lang-css": "^6.3.1",
|
|
64
64
|
"@codemirror/lang-html": "^6.4.11",
|
|
@@ -68,20 +68,20 @@
|
|
|
68
68
|
"@codemirror/legacy-modes": "^6.5.2",
|
|
69
69
|
"@codemirror/lint": "^6.9.5",
|
|
70
70
|
"@codemirror/search": "^6.6.0",
|
|
71
|
-
"@codemirror/state": "^6.
|
|
72
|
-
"@codemirror/view": "^6.
|
|
71
|
+
"@codemirror/state": "^6.6.0",
|
|
72
|
+
"@codemirror/view": "^6.40.0",
|
|
73
73
|
"@eslint/js": "^9.39.4",
|
|
74
74
|
"cm6-theme-nord": "^0.2.0",
|
|
75
75
|
"eslint": "^9.39.4",
|
|
76
76
|
"globals": "^17.4.0",
|
|
77
77
|
"luacheck-browserify": "^0.10.1",
|
|
78
|
-
"stylelint": "^17.
|
|
78
|
+
"stylelint": "^17.5.0",
|
|
79
79
|
"wikiparser-node": "^1.36.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@bhsd/code-standard": "^2.1.1",
|
|
83
|
-
"@bhsd/nodejs": "^0.
|
|
84
|
-
"@bhsd/test-util": "^0.
|
|
83
|
+
"@bhsd/nodejs": "^1.0.0",
|
|
84
|
+
"@bhsd/test-util": "^0.4.0",
|
|
85
85
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
86
86
|
"@stylistic/stylelint-plugin": "^5.0.1",
|
|
87
87
|
"@types/eslint": "^9.6.1",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@types/oojs-ui": "^0.49.4",
|
|
92
92
|
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
93
93
|
"@typescript-eslint/parser": "^8.57.0",
|
|
94
|
-
"esbuild": "^0.27.
|
|
94
|
+
"esbuild": "^0.27.4",
|
|
95
95
|
"eslint-plugin-es-x": "^9.5.0",
|
|
96
96
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
97
97
|
"eslint-plugin-jsdoc": "^62.7.1",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"http-server": "^14.1.1",
|
|
103
103
|
"markdownlint-cli2": "^0.21.0",
|
|
104
104
|
"mocha": "^11.7.5",
|
|
105
|
-
"monaco-editor": "
|
|
105
|
+
"monaco-editor": "~0.53.0",
|
|
106
106
|
"stylelint-config-recommended": "^18.0.0",
|
|
107
107
|
"stylelint-plugin-use-baseline": "^1.2.7",
|
|
108
108
|
"types-mediawiki": "^2.0.0",
|