From f4d2ddcddf4420a736ad1abf82b30db30b52bb42 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Thu, 3 Sep 2026 15:39:17 +0200 Subject: [PATCH] chore(deps): nextcloud-vue 2.35.1 openregister's bootstrap is what populates the integration registry, so a leaf fix only reaches the fleet when THIS app is rebuilt. dossiq bumping its own copy changed nothing about the registered descriptors, which is how a fix that was correct in the library still showed the old behaviour on a case. 2.35.1 brings: - the notes leaf rendering its widget surface in a tab panel, so the panel gets the inline compose textarea and the widget's own styling instead of the sidebar component's - the registry carrying bareWidget through registration, without which the flag above is dropped and the opt-in silently does nothing - a contact moment leaf sourced from pipelinq - array-mode dynamic properties Verified on the running instance rather than from the version number: the registry now reports bareWidget true for notes, the tabbed panel renders CnNotesCard with a textarea, and it draws no card of its own. Co-Authored-By: Claude Opus 5 (1M context) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90f6a2679..89be8642f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "EUPL-1.2", "dependencies": { "@codemirror/lang-json": "^6.0.1", - "@conduction/nextcloud-vue": "^2.31.1", + "@conduction/nextcloud-vue": "^2.35.1", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/capabilities": "^1.2.1", @@ -2289,9 +2289,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "version": "2.31.1", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.31.1.tgz", - "integrity": "sha512-tF1/7yNaBgxj5iHhpNuxVdUrPugfy2ePQZILl7y+fFJTq68tR7WPs8EqPin8aaCBc6ZxgWp1ciyY+NW9rXBMYA==", + "version": "2.35.1", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.35.1.tgz", + "integrity": "sha512-PgcUCtBaqPVT/ZQNUs8Hnrk8n9r4qQQiaGDzPWeY7P6aqgPO+kEhpJEssmfV5Q8CwB5Cw5AgJHGI7aOIGVAlsw==", "license": "EUPL-1.2", "dependencies": { "@ckpack/vue-color": "^1.6.0", diff --git a/package.json b/package.json index d0bfe0b57..9d46c38da 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ }, "dependencies": { "@codemirror/lang-json": "^6.0.1", - "@conduction/nextcloud-vue": "^2.31.1", + "@conduction/nextcloud-vue": "^2.35.1", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0", "@nextcloud/capabilities": "^1.2.1",