chore(deps): pin @conduction/nextcloud-vue to 2.2.0-vue3.16 - #109
Merged
Conversation
Moves the pin from 2.2.0-vue3.9 to the current vue3 dist-tag. The lockfile was regenerated with npm 10.8.2 to match the npm version CI runs (engines: npm ^10.0.0); npm ci was verified from a clean node_modules. Verified locally: npm ci, build, 58 vitest files / 641 tests, lint (eslint plus the manifest, initial-state and translation-domain checks), stylelint — all pass.
Contributor
Quality Report — ConductionNL/launchpad @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| composer | ✅ | ✅ 104/104 | |||
| npm | ✅ | ✅ 548/548 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ❌ |
Quality workflow — 2026-08-12 22: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.
Moves the
@conduction/nextcloud-vuepin from2.2.0-vue3.9to2.2.0-vue3.16, the currentvue3dist-tag. Exact pin kept (no caret — on a prerelease line a caret silently pulls in component changes).Seven prereleases of component change, so this is a real dependency bump rather than a config edit.
Lockfile
Regenerated with npm 10.8.2, matching
engines: { npm: "^10.0.0" }and the npm version CI runs.npm ciwas then verified from a cleannode_modules— the exact operation CI performs — and succeeded.Verification (measured locally on this branch)
npm ci(npm 10.8.2, from cleannode_modules)npm run buildnpm test(vitest)npm run lintcheck:manifest,lint:initial-stateandlint:translation-domainall OKnpm run stylelintEverything is green, so no
developmentcomparison run was needed to attribute a failure. This app has the largest test suite of the batch, which makes it the strongest single piece of evidence that thevue3.9tovue3.16component line is safe to adopt.No call sites needed migrating — no component API this app uses moved across the seven prereleases.
Note on gate-24 (integration-parity)
This repo carries no
scripts/check-integration-parity.sh, and gate-24 is guarded by the presence of that file, so gate-24 does not execute here either before or after this bump.