From d5f9b15e39d67ccd2ea4a1eee0fac8d0a39a6a34 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Thu, 16 May 2024 16:29:42 +0100 Subject: [PATCH] Update VE core submodule to master (27296e0e3) New changes: 8a1eda8af build: Updating jsdoc-wmf-theme to 1.0.1 7e2e7ebaa JSDoc: Fix generated documentation of Storage objects 2a0229ea1 JSDoc: Fix more warnings 227a38f79 JSDoc: Use upstream version of externals plugin e1b2cbc3b Localisation updates from https://translatewiki.net. a588efb7c Convert inline functions to arrow functions so context variables can be removed 2a12cfd15 Localisation updates from https://translatewiki.net. 27296e0e3 Disable MutationObserver in ve.ce.Surface Deleted files: - build/jsdoc-externals.js Bug: T230323 Bug: T365052 Change-Id: Ia9710a52cf407c1b1cc11216ed9e54cf89e3478d --- .jsdoc.json | 4 ++-- lib/ve | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.jsdoc.json b/.jsdoc.json index 56eb4ce826..05a4c7a48e 100644 --- a/.jsdoc.json +++ b/.jsdoc.json @@ -16,9 +16,9 @@ "plugins/markdown", "node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules", "node_modules/jsdoc-wmf-theme/plugins/betterlinks", + "node_modules/jsdoc-wmf-theme/plugins/externals", "node_modules/jsdoc-wmf-theme/plugins/summarize", - "node_modules/jsdoc-class-hierarchy", - "lib/ve/build/jsdoc-externals.js" + "node_modules/jsdoc-class-hierarchy" ], "source": { "include": [ "modules/ve-mw", "modules/ve-mw-collab" ], diff --git a/lib/ve b/lib/ve index 2738127416..27296e0e38 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 2738127416f0523ba2fb1b52f2e2e8f05318a395 +Subproject commit 27296e0e38520299095329d158ff790e239272e4