oregonknuths opened a new pull request, #4318:
URL: https://github.com/apache/streampark/pull/4318

   ### What is the purpose of the pull request
   
   Fix Docker image build failure caused by Vue peer dependency conflict. The 
build has been failing since September 11, 2025 with:
   ```
   ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies
   └─┬ vue-router
     └── ✕ unmet peer vue@^3.5.0: found 3.3.13
   ```
   
   ### Brief change log
   
   - Upgrade `vue` from `^3.3.4` to `^3.5.0`
   - Upgrade `@vue/runtime-core` from `^3.2.41` to `^3.5.0`
   - Upgrade `@vue/shared` from `^3.2.41` to `^3.5.0`
   - Upgrade `@vue/compiler-sfc` from `^3.2.41` to `^3.5.0`
   
   ### Verifying this change
   
   This change is already covered by existing tests:
   - Frontend workflow: Build and type checking passed
   - E2E workflow: Build and 4 E2E tests passed (MemberManagementTest, 
TokenManagementTest, AlarmTest, VariableManagementTest)
   
   The fix has been verified on fork with successful CI runs.
   
   ### Does this pull request potentially affect one of the following parts
   
   - [ ] Dependencies (add/update license info, not modify or delete license)
   - [x] The public API
   - [ ] The serializers
   - [ ] The runtime per-job or per-task
   - [ ] Anything that affects deployment
   
   ### Documentation
   
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (not applicable)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to