Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix(deps): use pre-built beta.108 git-SHA while Actions OIDC is blocked#663

Merged
rubenvdlinde merged 1 commit into
developmentfrom
fix/nc-vue-cnDataTable-string-columns
May 27, 2026
Merged

fix(deps): use pre-built beta.108 git-SHA while Actions OIDC is blocked#663
rubenvdlinde merged 1 commit into
developmentfrom
fix/nc-vue-cnDataTable-string-columns

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

  • Points @conduction/nextcloud-vue to the pre-built dist-committed branch SHA (14572a47) on ConductionNL/nextcloud-vue which carries the beta.108 fix
  • CnDataTable.effectiveColumns() now handles string-array columns: cols.map(c => typeof c === 'string' ? { key: c, label: c } : c)
  • This was blocked because GitHub Actions OIDC is 500-ing on nc-vue, preventing the v1.0.0-beta.108 npm release from publishing

When to swap back

Once v1.0.0-beta.108 publishes to npm properly, replace the git-SHA reference with:
"@conduction/nextcloud-vue": "^1.0.0-beta.108"

Test plan

  • Build passes (npm run build)
  • Table views render real data instead of

…-SHA fallback)

nc-vue v1.0.0-beta.108 contains the CnDataTable string-array column fix
(cols.map(c => typeof c === 'string' ? { key: c, label: c } : c)) but
GitHub Actions OIDC is 500-ing so the npm release never published.

This pins to the dist-committed branch SHA 14572a471fa908e5e7b8070246bb089a7569f36a
on ConductionNL/nextcloud-vue which carries the pre-built dist/ files.

When beta.108 eventually publishes to npm via Actions, swap back to:
  "@conduction/nextcloud-vue": "^1.0.0-beta.108"
@rubenvdlinde rubenvdlinde merged commit 363471b into development May 27, 2026
@rubenvdlinde rubenvdlinde deleted the fix/nc-vue-cnDataTable-string-columns branch May 27, 2026 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant