@bhsd/codemirror-mediawiki 3.11.3 → 3.11.4

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.11.3",
2
+ "version": "3.11.4",
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.11.3",
2
+ "version": "3.11.4",
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.11.3",
2
+ "version": "3.11.4",
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.11.3",
3
+ "version": "3.11.4",
4
4
  "description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
5
5
  "keywords": [
6
6
  "mediawiki",
@@ -43,7 +43,7 @@
43
43
  "lint:css": "stylelint **/*.css",
44
44
  "lint:md": "markdownlint-cli2 '**/*.md'",
45
45
  "lint": "npm run lint:ts && npm run lint:css && npm run lint:md",
46
- "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",
46
+ "prof": "node test/dist/test/prof.js",
47
47
  "server": "npm run test:end; http-server .. -c-1 --cors -s &",
48
48
  "test": "mocha test/dist/test/*.test.js && mocha test/dist/test/test.js",
49
49
  "test:end": "pkill -x http-server",
@@ -62,7 +62,7 @@
62
62
  "@codemirror/language": "^6.12.2",
63
63
  "@codemirror/lang-css": "^6.3.1",
64
64
  "@codemirror/lang-html": "^6.4.11",
65
- "@codemirror/lang-javascript": "^6.2.4",
65
+ "@codemirror/lang-javascript": "^6.2.5",
66
66
  "@codemirror/lang-json": "^6.0.2",
67
67
  "@codemirror/lang-vue": "^0.1.3",
68
68
  "@codemirror/legacy-modes": "^6.5.2",
@@ -70,12 +70,14 @@
70
70
  "@codemirror/search": "^6.6.0",
71
71
  "@codemirror/state": "^6.5.4",
72
72
  "@codemirror/view": "^6.39.13",
73
+ "@eslint/js": "^9.39.4",
73
74
  "cm6-theme-nord": "^0.2.0",
74
75
  "globals": "^17.4.0",
75
- "wikiparser-node": "^1.35.2"
76
+ "wikiparser-node": "^1.36.0"
76
77
  },
77
78
  "devDependencies": {
78
79
  "@bhsd/code-standard": "^2.1.0",
80
+ "@bhsd/nodejs": "^0.1.1",
79
81
  "@bhsd/test-util": "^0.3.0",
80
82
  "@stylistic/eslint-plugin": "^5.9.0",
81
83
  "@stylistic/stylelint-plugin": "^5.0.1",
@@ -87,7 +89,7 @@
87
89
  "@typescript-eslint/eslint-plugin": "^8.54.0",
88
90
  "@typescript-eslint/parser": "^8.54.0",
89
91
  "esbuild": "^0.27.3",
90
- "eslint": "^9.39.3",
92
+ "eslint": "^9.39.4",
91
93
  "eslint-plugin-es-x": "^9.5.0",
92
94
  "eslint-plugin-eslint-comments": "^3.2.0",
93
95
  "eslint-plugin-jsdoc": "^62.7.1",