Skip to content

chore(deps): refresh the shared Conduction locks - #706

Merged
rubenvdlinde merged 3 commits into
developmentfrom
chore/fleet-shared-deps-20260822
Aug 22, 2026
Merged

chore(deps): refresh the shared Conduction locks#706
rubenvdlinde merged 3 commits into
developmentfrom
chore/fleet-shared-deps-20260822

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Weekly refresh of the two shared Conduction packages. Lock-only - both are
already declared with caret ranges that permit these versions, so what this app
accepts is unchanged; only what it currently resolves to moves.

package was now
conduction/hydra-gates v1.8.2 v1.9.0
@conduction/nextcloud-vue 2.10.1 2.11.1

Why this is automated. Nothing here was ever pinned on purpose. The caret
always allowed the newer release; the lockfile is what froze it, and nobody
re-resolves a lock unless they happen to be touching dependencies. Measured
across the fleet on 2026-08-20: every app sat on hydra-gates v1.8.0 while
v1.8.1 was out, and fourteen sat below nc-vue 2.7.0 - twelve of them on 2.3.0.
Neither number was a decision.

Why it is a PR and not a push. Because a shared bump is not always safe and
this repository's suite is what knows. Taking hydra-gates v1.8.1 added
patchObject() to a published interface, which is a load-time fatal for any
concrete test double implementing it without the method - the suite dies before
a single test runs. Two apps needed stub updates first.

If this PR is red, fix it on this branch. While it stays open the weekly run
skips this app entirely and will not touch your commits - it never force-pushes
and never reuses a branch.

Opened by fleet-shared-dep-bump.yml in ConductionNL/.github.

hydra-gates v1.8.2 -> v1.9.0
nc-vue      2.10.1 -> 2.11.1

Lock-only: both packages are already declared with caret ranges that
permit these versions, so nothing about what this app ACCEPTS changes
- only what it currently resolves to. Opened by the weekly fleet
shared-dependency bump, because a lock nobody re-resolves is a pin
nobody chose.

Merging is gated by this repository's own suite, deliberately: taking
hydra-gates v1.8.1 added patchObject() to a published interface, which
is a load-time fatal for any concrete double that implements it without
the method. CI is the only thing that can tell a safe bump from that.
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/stackiq @ 573904d

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue-demi
test-l10n
format
composer ✅ 130/130
npm ✅ 703/703
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman ⏭️
Playwright
Hydra gates

Quality workflow — 2026-08-22 06:42 UTC

Download the full PDF report from the workflow artifacts.

…ading

hydra-gates v1.9.0 removed `OCA\OpenRegister\Contract\` from its runtime psr-4
autoload (ConductionNL/.github#531). The removal was correct — that prefix is
longer than openregister's own, so a vendored copy in ANY app defined the
contract for the whole process — but it was verified against PHPUnit only.

Psalm never runs the test bootstrap; it resolves types through the composer
autoload map. So the guarded require added to this app's bootstrap does nothing
for it, and 213 UndefinedClass errors appeared for a class the app typehints but
does not own.

This is the same situation as the decidesk event stubs already in this file: a
sibling Nextcloud app supplies the type at runtime, so it is absent from the
analysis path and gets declared here. A stub teaches the analyser the shape
without putting the class back into the runtime autoloader, which is what caused
the original defect.

Measured in this checkout on the real v1.9.0: 213 errors before, 0 after —
"No errors found!", psalm exit 0.
… host

gate-94 (retired-git-host-metadata, ConductionNL/.github#546) flags the shipped
URLs in this app's metadata — website, bugs, repository and screenshots — as
pointing at codeberg.org. GitHub is the only host.

Two things changed together, and only one of them is the host:

    codeberg.org/Conduction/softwarecatalog  ->  github.com/ConductionNL/stackiq

The Codeberg URLs still carried the app's PRE-RENAME name. Swapping only the
host would have produced github.com/ConductionNL/softwarecatalog, which resolves today
purely because GitHub redirects a renamed repo — and stops the moment anyone
creates a repo at the old path.

Screenshots move to raw.githubusercontent.com rather than a github.com/raw
redirect, and every one was fetched rather than assumed: HTTP 200 each. A green
gate with dead image URLs would be worse than the finding it silenced.

Not caused by this branch's lock bump — gate-94 landed at 02:18 UTC, after this
app's last development run, so the PR runs are simply the first measured against
it. Pre-existing debt, newly visible.
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/stackiq @ cab04f1

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue-demi
test-l10n
format
composer ✅ 130/130
npm ✅ 703/703
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman ⏭️
Playwright
Hydra gates

Quality workflow — 2026-08-22 07:58 UTC

Download the full PDF report from the workflow artifacts.

@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/stackiq @ a18cab7

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue-demi
test-l10n
format
composer ✅ 130/130
npm ✅ 703/703
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman ⏭️
Playwright
Hydra gates

Quality workflow — 2026-08-22 08:17 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit fe82198 into development Aug 22, 2026
81 checks passed
@rubenvdlinde
rubenvdlinde deleted the chore/fleet-shared-deps-20260822 branch August 22, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant