From 24f0c243e1782387f3cffa1fc00fd1766461d6c4 Mon Sep 17 00:00:00 2001 From: Conduction Release Bot Date: Wed, 12 Aug 2026 23:56:58 +0200 Subject: [PATCH] chore(deps): pin @conduction/nextcloud-vue to 2.2.0-vue3.16 Moves the pin from 2.2.0-vue3.9 to the current vue3 dist-tag. vue3.16 ships the shared scripts/ directory (13 check scripts including check-integration-parity.js) in the published tarball and fixes that checker so it can no longer report a pass while correlating nothing. This unblocks hydra gate-24, which on 2.2.0-vue3.9 cannot find its own checker and therefore verifies nothing. Lockfile regenerated with npm 10.8.2 to match the Node 20 / npm 10 toolchain used in CI; npm ci verified from a clean node_modules. Verified locally: npm run build, npm run test:unit (18 files / 283 tests), eslint and stylelint all pass. No call-site migration was needed. --- package-lock.json | 50 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb1c21b0..fe7ddb33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "EUPL-1.2", "dependencies": { - "@conduction/nextcloud-vue": "2.2.0-vue3.9", + "@conduction/nextcloud-vue": "2.2.0-vue3.16", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "~2.5.2", "@nextcloud/capabilities": "^1.2.1", @@ -545,9 +545,9 @@ } }, "node_modules/@conduction/nextcloud-vue": { - "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==", + "version": "2.2.0-vue3.16", + "resolved": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.2.0-vue3.16.tgz", + "integrity": "sha512-eqKSYzS8hrvqzedbgwAch5M/rn2uPEBDBccZZPIRVZ/XrQMYd0yzseTCLyalsBDrWtdb9HoTOp5OBW+p2WFdwQ==", "license": "EUPL-1.2", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -1718,9 +1718,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3067,9 +3064,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3084,9 +3078,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3101,9 +3092,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3118,9 +3106,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3135,9 +3120,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3152,9 +3134,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3169,9 +3148,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3186,9 +3162,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3203,9 +3176,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3220,9 +3190,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3237,9 +3204,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3254,9 +3218,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3271,9 +3232,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 88449c25..c00b1810 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { - "@conduction/nextcloud-vue": "2.2.0-vue3.9", + "@conduction/nextcloud-vue": "2.2.0-vue3.16", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "~2.5.2", "@nextcloud/capabilities": "^1.2.1",