chore(deps): pin @conduction/nextcloud-vue to 2.2.0-vue3.9 - #258
Merged
Conversation
Follow-up to #257, 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 at 2.2.0-vue3.7 and at 2.2.0-vue3.9 - vitest: 8 files / 81 passed at both versions - css/ output byte-identical (2,684,041 B), as expected for a devDependency the CSS/icon build does not consume
Contributor
Quality Report — ConductionNL/nldesign @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| test-l10n | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 2/2 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ❌ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-10 10:56 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
Hard-pins
@conduction/nextcloud-vueto exactly2.2.0-vue3.9(from2.2.0-vue3.7), the currentvue3dist-tag head.Follow-up to #257. The tag moved twice more while the fleet wave was running —
vue3.7→vue3.8→vue3.9— because every merge to nc-vue'sfeat/vue-3cuts a publish. The fleet converges on2.2.0-vue3.9.No caret, no range:
^2.2.0does not match a prerelease, andlatest/betaare the retired Vue 2 lineage.Lockfile control (npm 10.8.2)
Generated with npm 10.8.2, the version CI runs. Under npm 10 the control is a clean no-op — the
@gouvfr/dsfr-*stubs that npm 11 injected during the 3.7 pin are already in the lockfile and stay put.Verification
npm ciunder npm 10.8.2: exit 0.2.2.0-vue3.9, peervue ^3.5.0.2.2.0-vue3.9resolves;3.0.0/3.0.0-vue3.0return E404.2.2.0-vue3.9is not pre-verified against our apps the way2.2.0-vue3.7was, so this run is the verification:vue3.7)vue3.9)npm ci(npm 10.8.2)npm run buildnpm run test:unit(vitest)css/outputBundle delta: 0 bytes — expected, since
@conduction/nextcloud-vueis adevDependencyhere and nldesign's build is CSS/fonts/icons only. No regression.