Skip to content

Fix: Update Vue and related dependencies to version 3.5.0 to resolve peer dependency conflict#4324

Closed
GOODBOY008 wants to merge 1 commit intoapache:devfrom
GOODBOY008:dev
Closed

Fix: Update Vue and related dependencies to version 3.5.0 to resolve peer dependency conflict#4324
GOODBOY008 wants to merge 1 commit intoapache:devfrom
GOODBOY008:dev

Conversation

@GOODBOY008
Copy link
Member

@GOODBOY008 GOODBOY008 commented Jan 17, 2026

Summary

  • Updated Vue from ^3.3.4 to ^3.5.0 to resolve peer dependency conflict with vue-router@^4.2.4
  • Updated @vue/runtime-core, @vue/shared, and @vue/compiler-sfc to ^3.5.0 for consistency
  • Fixes Docker build failure caused by pnpm peer dependency mismatch

Background

The Docker CI build was failing with the following error:

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

This occurred because vue-router@^4.2.4 requires vue@^3.5.0, but the project was using vue@3.3.4.

Changes

Updated the following dependencies in streampark-console/streampark-console-webapp/package.json:

  • 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

Copilot AI review requested due to automatic review settings January 17, 2026 03:49
@GOODBOY008
Copy link
Member Author

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Vue and related core dependencies from version 3.3.4 to 3.5.0 to resolve a peer dependency conflict that was causing Docker CI build failures. The update ensures compatibility with vue-router@^4.2.4 which requires Vue 3.5.0 or higher.

Changes:

  • Updated Vue core from 3.3.4 to 3.5.0
  • Updated Vue compiler and runtime packages to match the core version
  • All updates maintain version consistency across the Vue ecosystem

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link

@GOODBOY008 GOODBOY008 closed this Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant