From cd310afe1a1de3f2742a72aec4874dcb70ad83d5 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 18 Aug 2025 21:01:40 +0200 Subject: [PATCH] chore: update `@nextcloud/vue` to v8.29.0 Signed-off-by: Ferdinand Thiessen --- __tests__/mock-window.js | 8 +++- .../__snapshots__/CalDavSettings.spec.js.snap | 46 +++++++++---------- core/js/tests/specHelper.js | 1 + package-lock.json | 11 ++--- package.json | 2 +- 5 files changed, 37 insertions(+), 31 deletions(-) diff --git a/__tests__/mock-window.js b/__tests__/mock-window.js index e0c8607dc22..12edf36171e 100644 --- a/__tests__/mock-window.js +++ b/__tests__/mock-window.js @@ -2,7 +2,13 @@ * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ -window.OC = { ...window.OC } +window.OC = { + ...window.OC, + config: { + version: '32.0.0', + ...(window.OC?.config ?? {}), + }, +} window.OCA = { ...window.OCA } window.OCP = { ...window.OCP } diff --git a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap index fdbe09f5b5e..361c31f7a5c 100644 --- a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap +++ b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap @@ -4,18 +4,18 @@ exports[`CalDavSettings > interactions 1`] = `

Calendar server

interactions 1`] = ` .

@@ -127,8 +127,8 @@ exports[`CalDavSettings > interactions 1`] = ` Please make sure to properly set up interactions 1`] = `

@@ -200,30 +200,30 @@ exports[`CalDavSettings > interactions 1`] = ` Birthday calendars will be generated by a background job.
Hence they will not be available immediately after enabling but will show up after some time.

@@ -277,8 +277,8 @@ exports[`CalDavSettings > interactions 1`] = ` Please make sure to properly set up interactions 1`] = ` .
Notifications are sent via background jobs, so these must occur often enough.

@@ -361,21 +361,21 @@ exports[`CalDavSettings > interactions 1`] = ` Reminders are always sent to organizers and attendees.

diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js index 77958488df7..47aab044194 100644 --- a/core/js/tests/specHelper.js +++ b/core/js/tests/specHelper.js @@ -92,6 +92,7 @@ OC.config = { session_lifetime: 600 * 1000, session_keepalive: false, blacklist_files_regex: '\.(part|filepart)$', + version: '32.0.0', }; OC.appConfig = { core: {} diff --git a/package-lock.json b/package-lock.json index 97b968f8c14..2d093341adc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.5", "@nextcloud/upload": "^1.10.0", - "@nextcloud/vue": "^8.28.0", + "@nextcloud/vue": "^8.29.0", "@simplewebauthn/browser": "^13.1.2", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0", @@ -4440,9 +4440,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.28.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.28.0.tgz", - "integrity": "sha512-m0Ei6LpySq5OBb2zNqOx5vasDsmmiDTYtCoWb20ZBCT3+uk3D2m02US9g+1dS4v/Gb4BcwFLYm5mwlRH9zNERw==", + "version": "8.29.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.29.1.tgz", + "integrity": "sha512-fJtKBmO1Al4SWZDsb2s+wmS1k+TkMQ+2Basx/M3VQsrczTpWqXOabsYdJR0ZoZgkL0suDPgK3p5OOEomWvLewA==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -4494,8 +4494,7 @@ "vue2-datepicker": "^3.11.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/vue-select": { diff --git a/package.json b/package.json index 527088e1a55..3eb1d4e6241 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.5", "@nextcloud/upload": "^1.10.0", - "@nextcloud/vue": "^8.28.0", + "@nextcloud/vue": "^8.29.0", "@simplewebauthn/browser": "^13.1.2", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0",