chore(deps): bump @conduction/nextcloud-vue to 3.0.0-vue3.4 - #2317
Merged
Conversation
Patch bump on the existing 3.x (Vue 3) line — no migration required. Verified from the lockfile: - @conduction/nextcloud-vue resolves to exactly 3.0.0-vue3.4 - vue3-apexcharts stays at 1.8.0 (< 1.9.0; 1.9.0+ is proprietary and incompatible with our EUPL-1.2 licensing) — no override added
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| composer | ✅ | ✅ 174/174 | |||
| npm | ✅ | ✅ 713/713 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ |
Quality workflow — 2026-08-03 22:28 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
@conduction/nextcloud-vuefrom3.0.0-vue3.3to3.0.0-vue3.4, pinned exactly (no caret, no tilde).Patch bump on the existing 3.x / Vue 3 line — this is not a major migration.
Lockfile verification
Read out of
package-lock.jsonitself (notpackage.json, notnpm ls):@conduction/nextcloud-vue3.0.0-vue3.4vue3-apexcharts1.8.0apexcharts(core)4.7.0lockfileVersion: 3, 2338 package entries, 1.2 MB — sane, not a collapsed/empty resolve.overridescontains no//key (a//key makes npm resolve zero deps while reporting "up to date").Install chain:
rm -rf package-lock.json node_modules->npm install(npm 11.13.0 / node 22.22.0) ->npm install --package-lock-only(npm 10.9.8 / node 20.20.2) ->npm ci(npm 10.9.8).Breaking surface — three removed components
3.0.0removesCnFlowCanvas,CnEditFlowsModalandCnFlowCanvasModal. OpenRegister owns the flow engine, so it is the app most likely to reference them.Grep of the built output (
js/, built withUSE_LOCAL_LIB=false):js/CnFlowCanvasCnEditFlowsModalCnFlowCanvasModalCnFlowEditModalThe positive control is non-zero, so the three zeros are real absences rather than a broken query.
src/greps clean for all three removed names as well. The flow components OpenRegister actually imports areCnFlowSidebar,CnFlowIndexPage,CnFlowDetail— all still present in the library. No app code was deleted or rewritten.Local gates
USE_LOCAL_LIB=false npm run buildnpm run lintnpm test(jest)composer check:strictwas not run: this is a JS-only dependency pin and touches no PHP.Note on
docs/features.jsonRunning the build executes the
prebuildfeatures-manifest generator, which rewritesdocs/features.jsoninto a different schema shape ({schemaVersion, generatedAt, features[]}with 5 entries) than the committed flat array (20 entries). This drift is pre-existing and unrelated to this PR — it was reproduced by running the generator on a pristine checkout of the base SHA41f2963, which produces the identical divergent output. The generated file is therefore deliberately not included in this commit.