chore(extensions): migrate to Jest 30#3010
Merged
christoph-jerolimov merged 1 commit intoMay 5, 2026
Merged
Conversation
Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0 and fix test incompatibilities for Jest 30 and JSDOM 27. Resolves: https://redhat.atlassian.net/browse/RHDHBUGS-3064 Signed-off-by: Jon Koops <jonkoops@gmail.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3010 +/- ##
=======================================
Coverage 60.75% 60.75%
=======================================
Files 2067 2067
Lines 63769 63769
Branches 16613 16613
=======================================
Hits 38742 38742
Misses 23783 23783
Partials 1244 1244
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
djanickova
pushed a commit
to djanickova/rhdh-plugins
that referenced
this pull request
May 11, 2026
* fix(cost-management): resolve 6 CVEs via linkifyjs resolution and msw v2 upgrade Pin linkifyjs to 4.3.2 to fix Prototype Pollution & XSS (CVE-2025-8101). Upgrade msw from v1 to v2 in frontend and backend plugin devDependencies, removing the transitive @xmldom/xmldom@0.8.10 dependency and its 5 High severity CVEs (XML injection, DoS, CDATA/comment/processing instruction injection). Made-with: Cursor * fix(cost-management): resolve 2 critical CVEs via scoped Yarn resolutions Add scoped resolutions to fix fast-xml-parser entity encoding bypass (CVE redhat-developer#3087, CVSS 9.3) and form-data unsafe random boundary generation (CVE redhat-developer#3010, CVSS 9.4) without affecting other consumers of these packages. - @aws-sdk/core/fast-xml-parser: 4.4.1 -> 4.5.4 - request/form-data: 2.3.3 -> 2.5.4 - @types/request/form-data: 2.5.3 -> 2.5.4 Made-with: Cursor
lokanandaprabhu
pushed a commit
to lokanandaprabhu/rhdh-plugins
that referenced
this pull request
May 14, 2026
* fix(cost-management): resolve 6 CVEs via linkifyjs resolution and msw v2 upgrade Pin linkifyjs to 4.3.2 to fix Prototype Pollution & XSS (CVE-2025-8101). Upgrade msw from v1 to v2 in frontend and backend plugin devDependencies, removing the transitive @xmldom/xmldom@0.8.10 dependency and its 5 High severity CVEs (XML injection, DoS, CDATA/comment/processing instruction injection). Made-with: Cursor * fix(cost-management): resolve 2 critical CVEs via scoped Yarn resolutions Add scoped resolutions to fix fast-xml-parser entity encoding bypass (CVE redhat-developer#3087, CVSS 9.3) and form-data unsafe random boundary generation (CVE redhat-developer#3010, CVSS 9.4) without affecting other consumers of these packages. - @aws-sdk/core/fast-xml-parser: 4.4.1 -> 4.5.4 - request/form-data: 2.3.3 -> 2.5.4 - @types/request/form-data: 2.5.3 -> 2.5.4 Made-with: Cursor
lokanandaprabhu
pushed a commit
to lokanandaprabhu/rhdh-plugins
that referenced
this pull request
May 14, 2026
Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0 and fix test incompatibilities for Jest 30 and JSDOM 27. Resolves: https://redhat.atlassian.net/browse/RHDHBUGS-3064 Signed-off-by: Jon Koops <jonkoops@gmail.com>
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.



Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0 and fix test incompatibilities for Jest 30 and JSDOM 27.
Resolves: https://redhat.atlassian.net/browse/RHDHBUGS-3064