Skip to content

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

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

chore(deps): refresh the shared Conduction locks#327
rubenvdlinde merged 2 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/launchpad @ f876c55

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

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

Download the full PDF report from the workflow artifacts.

… 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/launchpad  ->  github.com/ConductionNL/launchpad

The Codeberg URLs still carried the app's PRE-RENAME name. Swapping only the
host would have produced github.com/ConductionNL/launchpad, 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 github.com/ghraw 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/launchpad @ 2a6a1f1

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

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

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit e14ad0d into development Aug 22, 2026
41 of 68 checks passed
@rubenvdlinde
rubenvdlinde deleted the chore/fleet-shared-deps-20260822 branch August 22, 2026 08:24
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