Skip to content

chore: resolve open dependabot security alerts#253

Open
jonathannorris wants to merge 2 commits into
mainfrom
chore/dependabot-alerts
Open

chore: resolve open dependabot security alerts#253
jonathannorris wants to merge 2 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

Resolved 7 open Dependabot security alerts in test/angular-integration by upgrading vulnerable dependencies.

Dependabot Alerts Resolved

Alert Package Severity Fix
#57 vite high Bumped to ^6.4.3 in devDependencies and overrides
#58 vite medium Bumped to ^6.4.3 in devDependencies and overrides
#56 @babel/core low Added @babel/core: ^7.29.6 override (transitive via @angular/compiler-cli)
#54 @angular/core high Upgraded Angular from 19.x to 20.3.25 (no patch exists for 19.x line)
#55 @angular/common high Upgraded Angular from 19.x to 20.3.25 (no patch exists for 19.x line)
#53 @angular/common high Upgraded Angular from 19.x to 20.3.25 (no patch exists for 19.x line)
#52 @angular/compiler medium Upgraded Angular from 19.x to 20.3.25 (no patch exists for 19.x line)

The Angular 19.x vulnerabilities have no patch in the 19.x line; the advisories are fixed in Angular 20.3.25+. The integration test suite has been upgraded to Angular 20 accordingly, along with compatible versions of @openfeature/angular-sdk (1.3.1), @angular/compiler-cli, @analogjs/vitest-angular, and TypeScript (~5.8.0, required by Angular 20).

All 58 integration tests pass after the upgrade.

- vite ^6.4.2 -> ^6.4.3 (medium/high, alerts #57 #58)
- @babel/core transitive -> ^7.29.6 via override (low, alert #56)
- @angular/common, @angular/core, @angular/compiler 19.x -> 20.3.25 (high/medium, alerts #52 #53 #54 #55)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jonathannorris, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 513abe7b-1e54-47e4-9bac-e2810eb0146f

📥 Commits

Reviewing files that changed from the base of the PR and between 784196c and dfa7292.

⛔ Files ignored due to path filters (1)
  • test/angular-integration/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • test/angular-integration/package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Angular integration test project dependencies to address outstanding Dependabot security alerts by upgrading Angular/Vite and related tooling, plus adding targeted npm overrides.

Changes:

  • Upgraded Angular dependencies from 19.2.25 to 20.3.25 and aligned Angular-related dev tooling (@angular/compiler-cli, typescript).
  • Bumped Vite from 6.4.2 to 6.4.3 (including an override) and refreshed the lockfile accordingly.
  • Added an override for @babel/core to address a transitive vulnerability.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.

File Description
test/angular-integration/package.json Updates Angular/Vite/TypeScript versions and adds @babel/core override to resolve security alerts.
test/angular-integration/package-lock.json Regenerates the lockfile to reflect the dependency upgrades and new overrides.
Files not reviewed (1)
  • test/angular-integration/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/angular-integration/package-lock.json
Comment thread test/angular-integration/package.json
Comment thread test/angular-integration/package.json Outdated
Address Copilot review feedback on PR #253: @openfeature/angular-sdk
1.3.1 requires @openfeature/web-sdk ^1.9.0 as a peer dependency, but
package.json still allowed ^1.7.3. Bump the declared range to match
and regenerate the lockfile.

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@jonathannorris jonathannorris marked this pull request as ready for review July 6, 2026 14:24
@jonathannorris jonathannorris enabled auto-merge July 6, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants