diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e2f95036..ff37da6b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -778,7 +778,73 @@ TODO: 1 BETA DOCS: This would have caught Joyce's errors in js code, also maybe there is a linter for other things too which woudl help with css issues etc +working version: + "monaco-editor": "^0.21.3", + "monaco-editor-webpack-plugin": "^2.1.0", +https://github.com/microsoft/monaco-editor/tree/main/webpack-plugin + +monaco-editor@0.19.2 '0.19.2' +monaco-editor@0.19.3 '0.19.3' +monaco-editor@0.20.0 '0.20.0' +monaco-editor@0.21.0 '0.21.0' +monaco-editor@0.21.1 '0.21.1' +monaco-editor@0.21.2 '0.21.2' +monaco-editor@0.21.3 '0.21.3' +monaco-editor@0.22.0 '0.22.0' +monaco-editor@0.22.1 '0.22.1' +monaco-editor@0.22.2 '0.22.2' +monaco-editor@0.22.3 '0.22.3' +monaco-editor@0.23.0 '0.23.0' +monaco-editor@0.24.0 '0.24.0' +monaco-editor@0.25.0 '0.25.0' +monaco-editor@0.25.1 '0.25.1' +monaco-editor@0.25.2 '0.25.2' +monaco-editor@0.26.0 '0.26.0' +monaco-editor@0.26.1 '0.26.1' +monaco-editor@0.27.0 '0.27.0' +monaco-editor@0.28.0 '0.28.0' +monaco-editor@0.28.1 '0.28.1' +monaco-editor@0.29.0 '0.29.0' +monaco-editor@0.29.1 '0.29.1' +monaco-editor@0.30.0 '0.30.0' +monaco-editor@0.30.1 '0.30.1' +monaco-editor@0.31.0 '0.31.0' +monaco-editor@0.31.1 '0.31.1' + +C:\data\code\raven-client\ayanova>npm show monaco-editor-webpack-plugin@* version +monaco-editor-webpack-plugin@1.0.0 '1.0.0' +monaco-editor-webpack-plugin@1.1.0 '1.1.0' +monaco-editor-webpack-plugin@1.2.0 '1.2.0' +monaco-editor-webpack-plugin@1.2.1 '1.2.1' +monaco-editor-webpack-plugin@1.3.0 '1.3.0' +monaco-editor-webpack-plugin@1.4.0 '1.4.0' +monaco-editor-webpack-plugin@1.5.0 '1.5.0' +monaco-editor-webpack-plugin@1.5.1 '1.5.1' +monaco-editor-webpack-plugin@1.5.2 '1.5.2' +monaco-editor-webpack-plugin@1.5.3 '1.5.3' +monaco-editor-webpack-plugin@1.5.4 '1.5.4' +monaco-editor-webpack-plugin@1.6.0 '1.6.0' +monaco-editor-webpack-plugin@1.7.0 '1.7.0' +monaco-editor-webpack-plugin@1.8.0 '1.8.0' +monaco-editor-webpack-plugin@1.8.1 '1.8.1' +monaco-editor-webpack-plugin@1.8.2 '1.8.2' +monaco-editor-webpack-plugin@1.9.0 '1.9.0' +monaco-editor-webpack-plugin@1.9.1 '1.9.1' +monaco-editor-webpack-plugin@2.0.0 '2.0.0' +monaco-editor-webpack-plugin@2.1.0 '2.1.0' +monaco-editor-webpack-plugin@3.0.0 '3.0.0' +monaco-editor-webpack-plugin@3.0.1 '3.0.1' +monaco-editor-webpack-plugin@3.1.0 '3.1.0' +monaco-editor-webpack-plugin@4.0.0 '4.0.0' +monaco-editor-webpack-plugin@4.1.0 '4.1.0' +monaco-editor-webpack-plugin@4.1.1 '4.1.1' +monaco-editor-webpack-plugin@4.1.2 '4.1.2' +monaco-editor-webpack-plugin@4.2.0 '4.2.0' +monaco-editor-webpack-plugin@5.0.0 '5.0.0' +monaco-editor-webpack-plugin@6.0.0 '6.0.0' +monaco-editor-webpack-plugin@7.0.0 '7.0.0' +monaco-editor-webpack-plugin@7.0.1 '7.0.1' - 1: Report templates code go through every report, look at javascript in preparedata and determine if any weirdnesses for example the customer z_replaceCarriage return with space code is using an undeclared variable n (which is also redundant anyway) ((javascript is insanely forgiving)) diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index d1522860..a6a9a1b5 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -21,8 +21,8 @@ "jwt-decode": "^3.1.2", "luxon": "^1.28.0", "marked": "^1.2.9", - "monaco-editor": "^0.21.3", - "monaco-editor-webpack-plugin": "^2.1.0", + "monaco-editor": "^0.22.3", + "monaco-editor-webpack-plugin": "^3.1.0", "nprogress": "^0.2.0", "register-service-worker": "^1.7.2", "vue": "^2.6.14", @@ -10126,19 +10126,19 @@ } }, "node_modules/monaco-editor": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.21.3.tgz", - "integrity": "sha512-9N7wATLpi+googstvtm6IKg97vPQ77FDYEpkow5tLriM/VJ0DaTRyUP4UVzcoH7KlPDX+e/rE7/imcOUeGkT6g==" + "version": "0.22.3", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.22.3.tgz", + "integrity": "sha512-RM559z2CJbczZ3k2b+ouacMINkAYWwRit4/vs0g2X/lkYefDiu0k2GmgWjAuiIpQi+AqASPOKvXNmYc8KUSvVQ==" }, "node_modules/monaco-editor-webpack-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-2.1.0.tgz", - "integrity": "sha512-DG7Dpo/ItWEOl/BG2egc/UIiHoCbHjq0EOF0E6eJQT+6QNZBOfSVU4GxaXG+kQJXB8rauxli96Xp1ITnNLZtSw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.1.0.tgz", + "integrity": "sha512-TP5NkCAV0OeFTry5k/d60KR7CkhTXL4kgJKtE3BzjgbDb5TGEPEhoKmHBrSa6r7Oc0sNbPLZhKD/TP2ig7A+/A==", "dependencies": { "loader-utils": "^2.0.0" }, "peerDependencies": { - "monaco-editor": "0.21.x", + "monaco-editor": "0.22.x || 0.23.x || 0.24.x", "webpack": "^4.5.0 || 5.x" } }, @@ -24759,14 +24759,14 @@ "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "monaco-editor": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.21.3.tgz", - "integrity": "sha512-9N7wATLpi+googstvtm6IKg97vPQ77FDYEpkow5tLriM/VJ0DaTRyUP4UVzcoH7KlPDX+e/rE7/imcOUeGkT6g==" + "version": "0.22.3", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.22.3.tgz", + "integrity": "sha512-RM559z2CJbczZ3k2b+ouacMINkAYWwRit4/vs0g2X/lkYefDiu0k2GmgWjAuiIpQi+AqASPOKvXNmYc8KUSvVQ==" }, "monaco-editor-webpack-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-2.1.0.tgz", - "integrity": "sha512-DG7Dpo/ItWEOl/BG2egc/UIiHoCbHjq0EOF0E6eJQT+6QNZBOfSVU4GxaXG+kQJXB8rauxli96Xp1ITnNLZtSw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.1.0.tgz", + "integrity": "sha512-TP5NkCAV0OeFTry5k/d60KR7CkhTXL4kgJKtE3BzjgbDb5TGEPEhoKmHBrSa6r7Oc0sNbPLZhKD/TP2ig7A+/A==", "requires": { "loader-utils": "^2.0.0" }, diff --git a/ayanova/package.json b/ayanova/package.json index e1167538..cf5d5609 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -22,8 +22,8 @@ "jwt-decode": "^3.1.2", "luxon": "^1.28.0", "marked": "^1.2.9", - "monaco-editor": "^0.21.3", - "monaco-editor-webpack-plugin": "^2.1.0", + "monaco-editor": "^0.22.3", + "monaco-editor-webpack-plugin": "^3.1.0", "nprogress": "^0.2.0", "register-service-worker": "^1.7.2", "vue": "^2.6.14", diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 8e9db8cc..e7573777 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -315,6 +315,7 @@ v-if="showWiki()" :cols="currentView == view.SPLIT_VIEW ? 6 : 12" > +