@bhsd/codemirror-mediawiki 3.6.3 → 3.6.5

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/i18n/en.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.6.3",
2
+ "version": "3.6.5",
3
3
  "lang": "en",
4
4
  "title": "CodeMirror Addons",
5
5
  "label": "Please select the addons you wish to load",
package/i18n/zh-hans.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.6.3",
2
+ "version": "3.6.5",
3
3
  "lang": "zh-hans",
4
4
  "title": "CodeMirror插件",
5
5
  "label": "请选择您希望加载的插件",
package/i18n/zh-hant.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.6.3",
2
+ "version": "3.6.5",
3
3
  "lang": "zh-hant",
4
4
  "title": "CodeMirror外掛程式",
5
5
  "label": "請選擇您希望載入的外掛程式",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhsd/codemirror-mediawiki",
3
- "version": "3.6.3",
3
+ "version": "3.6.5",
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": "npm run lint:ts && npm run lint:css",
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.1",
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.30.0"
72
+ "wikiparser-node": "^1.31.0"
72
73
  },
73
74
  "devDependencies": {
74
75
  "@bhsd/cm-util": "^0.1.0",
75
- "@bhsd/code-standard": "^1.3.1",
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.10",
81
+ "@types/eslint": "^8.56.12",
81
82
  "@types/jquery": "^3.5.33",
82
83
  "@types/mocha": "^10.0.10",
83
- "@types/node": "^24.9.2",
84
+ "@types/node": "^24.10.1",
84
85
  "@types/oojs-ui": "^0.49.4",
85
- "@typescript-eslint/eslint-plugin": "^8.46.2",
86
- "@typescript-eslint/parser": "^8.46.2",
87
- "esbuild": "^0.25.11",
88
- "eslint": "^9.38.0",
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.11",
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
98
  "luacheck-browserify": "^0.9.0",
98
- "mocha": "^11.7.4",
99
+ "markdownlint-cli2": "^0.19.0",
100
+ "mocha": "^11.7.5",
99
101
  "monaco-editor": "^0.53.0",
100
102
  "stylelint": "^16.25.0",
101
103
  "stylelint-config-recommended": "^17.0.0",
102
- "stylelint-plugin-use-baseline": "^1.0.3",
104
+ "stylelint-plugin-use-baseline": "^1.1.0",
103
105
  "types-mediawiki": "^2.0.0",
104
106
  "typescript": "^5.9.3"
105
107
  }