Skip to content

Conversation

jeremymeng
Copy link
Member

This PR re-enables reporting of available major upgrades for our external dependencies using pnpm outdated command.

@Copilot Copilot AI review requested due to automatic review settings August 26, 2025 18:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR re-enables the external dependency upgrade monitoring system by switching from pnpm update --latest to pnpm outdated --format json --recursive for better detection of available major version upgrades. The changes improve the accuracy and reliability of dependency upgrade reporting.

Key changes:

  • Replaces the previous approach of running updates and parsing git diff output with a more direct method using pnpm's outdated command
  • Re-enables GitHub issue creation for dependency upgrades that was previously commented out
  • Adds proper JSON parsing and filtering to exclude Azure-internal packages from upgrade reporting
Comments suppressed due to low confidence (1)

eng/scripts/check-external-dependency.ps1:11

  • The deprecated dependency regex variable is removed but may still be referenced elsewhere in the codebase. Consider verifying that this variable is not used in other parts of the script or related files.
)

@jeremymeng jeremymeng merged commit 33a6e60 into main Sep 2, 2025
16 checks passed
@jeremymeng jeremymeng deleted the pnpm/list-outdated branch September 2, 2025 17:21
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.

3 participants