Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Pull request overview
Updates the hack/bicep-types-radius/src/autorest.bicep Node workspace to ensure the transitive dependency handlebars resolves to a patched version, addressing a critical vulnerability.
Changes:
- Add a pnpm override to force
handlebarsto>=4.7.9. - Update the pnpm lockfile to reflect
handlebars@4.7.9resolution.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| hack/bicep-types-radius/src/autorest.bicep/package.json | Adds pnpm.overrides to force handlebars to a patched version. |
| hack/bicep-types-radius/src/autorest.bicep/pnpm-lock.yaml | Records the override and updates the resolved handlebars version to 4.7.9. |
Files not reviewed (1)
- hack/bicep-types-radius/src/autorest.bicep/pnpm-lock.yaml: Language not supported
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11534 +/- ##
==========================================
- Coverage 51.23% 51.22% -0.01%
==========================================
Files 699 699
Lines 44050 44050
==========================================
- Hits 22567 22564 -3
Misses 19328 19328
- Partials 2155 2158 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Bump the transitive dependency
handlebarsfrom 4.7.8 to 4.7.9. This adds a pnpm override inhack/bicep-types-radius/src/autorest.bicep/package.jsonto force resolution ofhandlebarsto>=4.7.9.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: