chore(gates): take hydra-gates v1.14.0, four minors on from the pin - #1841
Merged
Conversation
composer.lock pinned conduction/hydra-gates at v1.10.0 while decidiq, pipelinq and openregister were already on v1.12.0 and the package had released v1.14.0. Every green Code Quality run on this app was judging it against 2026-08 rules: gate-107's Reports ratchet, gate-108 and gate-47 all landed after the pin and none of them ran here. Verified by running the newly vendored v1.14.0 runner over the full tree from the app directory: 76 of 76 applicable gates ran, exit 0.
rubenvdlinde
requested review from
WilcoLouwerse,
bbrands02 and
rjzondervan
as code owners
September 4, 2026 15:45
Contributor
Quality Report — ConductionNL/integriq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| build | ✅ | ||||
| check-specs | ✅ | ||||
| test-l10n | ✅ | ||||
| format | ✅ | ||||
| check-schema-l10n | ✅ | ||||
| check-l10n-js | ✅ | ||||
| composer | ✅ | ✅ 141/141 | |||
| npm | ✅ | ✅ 537/537 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ⏭️ deferred — runs on the promotion into beta/main, not on a pull request into development | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-09-04 15:51 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.
Why
composer.lockpinnedconduction/hydra-gatesat v1.10.0. decidiq, pipelinq and openregister were already on v1.12.0, and the package has since released v1.14.0.That pin is not cosmetic. Every green Code Quality run on integriq was judging the app against 2026-08 rules. gate-107's Reports ratchet, gate-108 shipped-object-properties and gate-47 security-change-has-tests all landed after v1.10.0, so none of them ran here. The badge was green against a gate set the fleet had moved on from.
What changed
composer update conduction/hydra-gatesonly. Six lines incomposer.lock, no other package touched.Verification
Ran the newly vendored v1.14.0 runner over the full tree from the app directory, with
HYDRA_GATE_BASE_REF=origin/developmentand no--scope-to-diff:No blocking failures. The advisory findings that were already there stay advisory: gate-19 (336 scenarios missing
@e2e), gate-23 (2 rules matched, WARN until 2026-10-03), gate-18 (1 imperative dispatch), gate-60 (2 icon warnings).Next
gate-23's
shared-pdok-via-openconnectorrule flips to BLOCK on 2026-10-03 and it matches integriq's own PDOK adapter, which is the abstraction every other app is told to route through. That needs an exemption in the rule, not a change here. Reported separately.