chore: upgrade to CDS 10, patch security vulns#1546
Merged
chgeo merged 5 commits intoJul 9, 2026
Conversation
Contributor
Author
devinea
approved these changes
Jul 9, 2026
devinea
left a comment
Contributor
There was a problem hiding this comment.
package updates lgtm. Thanks
chgeo
reviewed
Jul 9, 2026
chgeo
left a comment
Contributor
There was a problem hiding this comment.
Thanks for moving this ahead.
See my comments.
chgeo
approved these changes
Jul 9, 2026
Contributor
Author
|
@chgeo Could you please merge and edit branch protection rules so that the Node 20 build is no longer required? |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the whole CAP stack to v10 and fixes a batch of npm audit issues. All README commands pass locally (npm ci, cds watch, npm run build:ui,
mbt build, npm test).
CAP stack
Security
Test fixes
Build fixes
CI fixes (follow-up)
Three failures on the first CI run:
10.x → brace-expansion 5.x which gets hoisted to root. karma → minimatch 3.x then loads brace-expansion as a direct function call — an API that 5.x dropped. Fixed by pinning brace-expansion 1.x and balanced-match 1.x as nested lock entries under karma/minimatch/. Not fixable via overrides since npm won't create 3-level-deep nesting automatically.
Added local .npmrc with os=any cpu=any so every npm install produces a cross-platform lockfile going forward - npmrc is gitignored, so the fix is local only.