Skip to content

Release: merge development into beta - #522

Merged
rubenvdlinde merged 9 commits into
betafrom
development
Aug 31, 2026
Merged

Release: merge development into beta#522
rubenvdlinde merged 9 commits into
betafrom
development

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR to sync development changes to beta for beta release.

Merging this PR will trigger the beta release workflow.

Reminder: Add a major, minor, or patch label to this PR to control the version bump. Default is patch.

github-actions Bot and others added 5 commits August 30, 2026 19:08
The 1.1.8-beta.20260830190821 release bumped the version on beta. Without this,
development stays behind beta and the next development -> beta promotion
conflicts on the version file.

Version files resolve to development's side, which is the higher line,
so this never moves a version backwards.
The 1.1.10-beta.20260831003553 release bumped the version on beta. Without this,
development stays behind beta and the next development -> beta promotion
conflicts on the version file.

Version files resolve to development's side, which is the higher line,
so this never moves a version backwards.
…260831012108

chore(sync): carry beta back into development
Picks up the fix for the Buildiq edit button, which had disappeared from
every host app in the fleet.

The shared library gated the button on `useAppStatus('openbuild')`, an
`OC.appswebroots` lookup keyed by the Nextcloud app id. That id moved when
Buildiq shipped `<id>buildiq</id>`, so the lookup missed, availability
stayed false, and the button rendered nothing: no error, no failed
request, no console warning. 2.25.1 checks the current id and falls back
to the legacy one.

The caret range already permitted the newer library, so the lockfile pin
was the thing actually holding this app back.

Lockfile edited surgically rather than regenerated: a full re-resolve
rewrote ~3000 lines and pulled in 161 unrelated transitive packages. Only
version, resolved, integrity and the widened pinia peer range change. The
integrity hash was checked against the published tarball bytes, and
`npm ci` was run against the result.
@github-actions

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/thematiq @ 6def303

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

Quality workflow — 2026-08-31 03:00 UTC

Download the full PDF report from the workflow artifacts.

…1.10-beta.20260831003553

chore(release): sync beta back into development
…1.8-beta.20260830190821

chore(release): sync beta back into development
@github-actions

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/thematiq @ cb49878

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

Quality workflow — 2026-08-31 05:33 UTC

Download the full PDF report from the workflow artifacts.

github-actions Bot and others added 2 commits August 31, 2026 07:34
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
hydra-gates v1.10.0 -> v1.10.0
nc-vue      2.25.1 -> 2.26.0

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.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/thematiq @ 37416ef

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

Quality workflow — 2026-08-31 05:41 UTC

Download the full PDF report from the workflow artifacts.

@github-actions

Copy link
Copy Markdown
Contributor Author

Quality Report — ConductionNL/thematiq @ 4b1f0f5

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

Quality workflow — 2026-08-31 06:20 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit 2281c93 into beta Aug 31, 2026
89 checks passed
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