chore(deps): nextcloud-vue 2.35.1 - #3376
Merged
Merged
Conversation
openregister's bootstrap is what populates the integration registry, so a leaf fix only reaches the fleet when THIS app is rebuilt. dossiq bumping its own copy changed nothing about the registered descriptors, which is how a fix that was correct in the library still showed the old behaviour on a case. 2.35.1 brings: - the notes leaf rendering its widget surface in a tab panel, so the panel gets the inline compose textarea and the widget's own styling instead of the sidebar component's - the registry carrying bareWidget through registration, without which the flag above is dropped and the opt-in silently does nothing - a contact moment leaf sourced from pipelinq - array-mode dynamic properties Verified on the running instance rather than from the version number: the registry now reports bareWidget true for notes, the tabbed panel renders CnNotesCard with a textarea, and it draws no card of its own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-specs | ✅ | ||||
| test-l10n | ✅ | ||||
| test-l10n-parity | ✅ | ||||
| format | ✅ | ||||
| check-schema-l10n | ✅ | ||||
| check-l10n-js | ✅ | ||||
| composer | ✅ | ✅ 174/174 | |||
| npm | ✅ | ✅ 543/543 | |||
| 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-03 13:49 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.
openregister's bootstrap is what populates the integration registry, so a leaf fix only reaches the fleet when this app is rebuilt.
That is worth stating plainly because it cost me two wrong conclusions. dossiq bumping its own copy of the library changed nothing about the registered descriptors, so a fix that was correct in the library still showed the old behaviour on a case, and every static check agreed with me.
What 2.35.1 brings
bareWidgetthrough registration. Without this the flag above is dropped by the normaliser and the opt-in silently does nothing.Verified on the running instance, not from the version number
After this bump and rebuild, on a live dossiq case:
window.OCA.OpenRegister.integrations.get('notes').bareWidgetistrueCnNotesCardwith atextareacn-sidebar-tabmarkupCnDetailCardof its own, so there is no card nested inside the tabs cardThe registry also now lists
contactmomentamong its 30 integrations.🤖 Generated with Claude Code