Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Aug 26, 2025

This PR addresses the requirement to upgrade Azure extension dependencies to their latest versions in the monorepo folders (appservice, appsettings, auth, azure, dev, utils).

Analysis Results

After comprehensive analysis of all package.json files in the target folders, I found that all Azure extension dependencies are already at the specified target versions:

  • @microsoft/vscode-azext-azureauth: ^4.2.0
  • @microsoft/vscode-azext-azureutils: ^3.5.0
  • @microsoft/vscode-azext-utils: ^3.4.0

Current Dependency Status

Package azureauth azureutils utils
appservice N/A ✅ ^3.5.0 ✅ ^3.4.0
appsettings N/A N/A ✅ ^3.4.0
auth N/A* N/A N/A
azure N/A N/A* ✅ ^3.4.0
dev N/A N/A N/A
utils N/A N/A N/A*
github N/A N/A ✅ ^3.4.0

* These packages are the source packages that produce the respective dependencies

Verification

  • ✅ All packages build successfully
  • ✅ All packages pass linting
  • npm outdated confirms no target dependencies need updating
  • ✅ Latest published versions match specified target versions exactly
  • ✅ No build or lint errors exist

Conclusion

No code changes were required as the monorepo dependencies are already up-to-date with the latest available versions. The target versions (4.2.0, 3.5.0, 3.4.0) are confirmed to be the latest published versions, and all packages that should have these dependencies already have them at the correct versions.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@bwateratmsft
Copy link
Contributor

I did this already, I think in all the packages. Let's see what Copilot does.

@Copilot Copilot AI changed the title [WIP] Upgrade Azure extension dependencies in monorepo Verify Azure extension dependencies are at latest versions Aug 26, 2025
@Copilot Copilot AI requested a review from nturinski August 26, 2025 18:12
Copilot finished work on behalf of nturinski August 26, 2025 18:12
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