Bump dependencies#123
Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: Bump Dependencies and Clean Up Dev DependenciesChore🔧 Updated SAP Cloud SDK dependencies to their latest major version, removed the unused Changes
PR Bot InformationVersion:
💌 Have ideas or want to contribute? Create an issue and share your thoughts with us! Made with ❤️ by Hyperspace. |
There was a problem hiding this comment.
The PR is mostly clean — bumping Cloud SDK from v3 to v4, removing the unused chai dependency, and upgrading Jest to v30 are all straightforward improvements. However, there is one substantive issue: @sap/cds was dropped from devDependencies while new test files that directly require('@sap/cds') were added in the same PR, which will cause test runs to fail in a clean install where the peer dependency is not present.
PR Bot Information
Version: 1.20.11 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- LLM:
anthropic--claude-4.6-sonnet - Correlation ID:
8db31130-37e4-11f1-9d15-a7f96093dfdf - File Content Strategy: Full file content
- Event Trigger:
pull_request.opened
Bumping Cloud SDK dependencies. Remove chai as it was unused. Add cds-types for CAP types.