chore(deps): upgrade @conduction/nextcloud-vue to 3.0.0-vue3.4 - #249
Merged
Conversation
Pin the exact version (no caret). The 3.0.0 major removes CnFlowCanvas, CnEditFlowsModal and CnFlowCanvasModal; this app imports none of them. Peer set is unchanged from 2.1.0-vue3.16, so no new peers are declared. Verified from the lockfile: @conduction/nextcloud-vue 3.0.0-vue3.4 exact, vue3-apexcharts 1.8.0 (below the proprietary 1.9.0 line). Built with USE_LOCAL_LIB=false; built js/ carries CnFlowEditModal and CnAppNav and none of the three removed symbols.
Contributor
Quality Report — ConductionNL/larpingapp @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| composer | ✅ | ✅ 101/101 | |||
| npm | ✅ | ✅ 537/537 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-08-04 05:29 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.
Upgrades
@conduction/nextcloud-vuefrom2.1.0-vue3.16to3.0.0-vue3.4, pinned exactly (no caret).Breaking surface of the 3.0.0 major
Removed components:
CnFlowCanvas,CnEditFlowsModal,CnFlowCanvasModal. This app imports none of them (grep oversrc/: 0 hits). Peer set is unchanged, so nothing new needs declaring.Verification
@conduction/nextcloud-vue=3.0.0-vue3.4exactly;vue3-apexcharts=1.8.0(below the 1.9.0 proprietary line, EUPL-1.2).@babel/traversestays at 7.29.8, unchanged from the base lockfile.rm -rf package-lock.json node_modules-> npm 11install-> npm 10install --package-lock-only-> npm 10ci.USE_LOCAL_LIB=false npm run build— exit 0.js/(33 files): 0 hits for each removed symbol;CnFlowEditModalandCnAppNavpresent (2 files each) as the positive control that the new library shipped.npm run lint: exit 0.npm run test:unit: 35/35 passing across 4 files.Touches only
package.jsonandpackage-lock.json, so it should not conflict with the e2e-enablement branch in #248.