chore(deps): bump @conduction/nextcloud-vue to 1.0.0-beta.6#319
Merged
Conversation
Pulls in the live-updates plugin (subscribe/unsubscribe via notify_push, polling fallback, refcounted listeners, in-flight fetch dedup). Also brings in upstream KPI aggregation hooks, manifest-driven page renderer, and several months of bug fixes accumulated since 0.1.0-beta.17. Compatibility adjustments required by the bump: - @nextcloud/axios pinned to ~2.5.2 via overrides + direct dep. v2.6.0 dropped its CJS exports condition, breaking @nextcloud/vue's CJS bundle and webpack 5's require resolution. - webpack.config.js gains an explicit SCSS rule. The library now ships components with <style lang="scss"> blocks (CnCard, CnDataTable, etc), and the existing rules array doesn't include sass-loader by default. Build green: 2 informational bundle-size warnings, 0 errors.
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ❌ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ❌ | ||||
| stylelint | ❌ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ❌ | ❌ | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-09 13:55 UTC
Download the full PDF report from the workflow artifacts.
4 tasks
rubenvdlinde
added a commit
that referenced
this pull request
May 21, 2026
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.
Brings the live-updates plugin (notify_push subscriptions, polling fallback, in-flight fetch dedup) plus 5+ months of upstream improvements since 0.1.0-beta.17.
Compatibility adjustments
~2.5.2viaoverrides+ direct dep. v2.6.0 dropped its CJS exports condition; @nextcloud/vue's CJS bundle requires axios via CJS and breaks otherwise.<style lang="scss">(CnCard, CnDataTable, etc.); the procest webpack module.rules override didn't include sass-loader.Verification
npm run build— 2 informational bundle-size warnings, 0 errorsWhy now
Companion to OR PR #1453 (live-updates backend). With this bump the procest dashboard widgets can subscribe to OR object events for real-time KPI/case updates instead of polling.