From 39a3333f432164ba7131d8f98c743be555b2bf8e Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Mon, 10 Aug 2026 12:51:56 +0200 Subject: [PATCH] chore(deps): pin @conduction/nextcloud-vue to 2.2.0-vue3.9 Follow-up to #474, which pinned 2.2.0-vue3.7. The vue3 dist-tag moved twice more while the fleet wave was running (vue3.7 -> vue3.8 -> vue3.9). The fleet converges on 2.2.0-vue3.9. Verified on npm 10.8.2, the version CI runs: - control (pin unchanged): 0-line diff - npm ci: exit 0 - installed off disk: one copy, 2.2.0-vue3.9, peer vue ^3.5.0 - build: exit 0, 3 warnings at 2.2.0-vue3.7 and at 2.2.0-vue3.9 - vitest: 20 files / 220 passed at both versions - jest: 9 suites / 120 passed at both versions - bundle: 103,623,179 -> 103,637,764 bytes (+14,585, +0.01%) 2.2.0-vue3.9 is not pre-verified against our apps the way 2.2.0-vue3.7 was, so the run above is the verification. No regression. --- 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 87af9df6..c4bcc068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/core": "^7.29.0", "@codemirror/lang-json": "^6.0.0", - "@conduction/nextcloud-vue": "2.2.0-vue3.7", + "@conduction/nextcloud-vue": "2.2.0-vue3.9", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.1", @@ -2069,9 +2069,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "version": "2.2.0-vue3.7", - "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.2.0-vue3.7.tgz", - "integrity": "sha512-x0aj0ACfLUDIak3/A51jVyxCPWPIFYfhv7FG2WIQA5+WKfxfJ2rzt8mIl65AmW646PZxsOz4iPo1pCm3EUeuIQ==", + "version": "2.2.0-vue3.9", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.2.0-vue3.9.tgz", + "integrity": "sha512-9HC1dhYfCqw7JeZ3mn4Zr260iBCWlWa/1slrPTdmIbODvbWlf82guAZEnMq17XvWmDJRcAVNBzYtIT2kWwZutA==", "license": "EUPL-1.2", "dependencies": { "@ckpack/vue-color": "^1.6.0", diff --git a/package.json b/package.json index 21d6210e..82fb9624 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@babel/core": "^7.29.0", "@codemirror/lang-json": "^6.0.0", - "@conduction/nextcloud-vue": "2.2.0-vue3.7", + "@conduction/nextcloud-vue": "2.2.0-vue3.9", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.1",