The GitHub Actions job "Build Docker Image" on streampark.git/dev has failed.
Run started by GitHub user GOODBOY008 (triggered by GOODBOY008).

Head commit for run:
2d51eb00265c8b94d34eebb18e29e0e54ea08e4b / oregonknuths 
<[email protected]>
[hotfix][console-webapp] Upgrade Vue to 3.5.0 to resolve peer dependency 
conflict (#4318)

Fixes docker-push build failure where vue-router requires Vue 3.5.0+
but Vue 3.3.4 was installed, causing:

  ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies
  └─┬ vue-router
    └── ✕ unmet peer vue@^3.5.0: found 3.3.13

Changes:
- vue: ^3.3.4 → ^3.5.0
- @vue/runtime-core: ^3.3.4 → ^3.5.0
- @vue/shared: ^3.3.4 → ^3.5.0
- @vue/compiler-sfc: ^3.3.4 → ^3.5.0

Vue 3.5 is backward compatible with 3.3. Verified with:
- pnpm install (dependencies resolve cleanly)
- Production build (successful)
- TypeScript type checking (no new errors)

This fix enables docker-push workflow to successfully build images.

Report URL: https://github.com/apache/streampark/actions/runs/21887741632

With regards,
GitHub Actions via GitBox

Reply via email to