chore(deps): pin @conduction/nextcloud-vue to 2.2.0-vue3.7 - #778
Merged
Conversation
Hard pin to the vue3 dist-tag head (2.2.0-vue3.7), up from 2.2.0-vue3.3. Verified: - lockfile control (pin unchanged): 0-line diff, so the 8-line lock change is attributable to this bump alone; no other package re-resolved - installed off disk after npm ci: one copy, 2.2.0-vue3.7, peer vue ^3.5.0 - build: exit 0, 3 warnings before and after - vitest: 32 files / 330 passed before and after - bundle: 66,317,565 -> 66,327,229 bytes (+9,664, +0.01%)
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-vue3-compile | ✅ | ||||
| test-l10n | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 552/552 | |||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ❌ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-10 09:36 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.7(from2.2.0-vue3.3), the currentvue3dist-tag head.No caret, no range:
^2.2.0does not match2.2.0-vue3.7(caret ranges do not cross prerelease boundaries), andlatest/betaare the retired Vue 2 lineage.Lockfile control (run first)
Regenerated with the pin unchanged before applying the bump:
The whole lock diff is this bump. No other package added, removed or re-resolved.
Verification
npm ci: exactly one copy,2.2.0-vue3.7, peervue ^3.5.0.2.2.0-vue3.7resolves;3.0.0/3.0.0-vue3.0return E404 (3.x depublished).vue3.3)vue3.7)npm cinpm run buildnpm run test:unit(vitest)js/)Bundle delta: +9,664 B (+0.01%).
Part of a fleet-wide pin to
2.2.0-vue3.7across 8 repos.