Skip to content

Bump @microsoft/vscode-azext-utils to 4.1.0#1086

Merged
bwateratmsft merged 2 commits into
mainfrom
copilot/update-vscode-azext-utils
May 28, 2026
Merged

Bump @microsoft/vscode-azext-utils to 4.1.0#1086
bwateratmsft merged 2 commits into
mainfrom
copilot/update-vscode-azext-utils

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 28, 2026

Updates the extension to consume @microsoft/vscode-azext-utils ^4.1.0 and regenerates the lockfile so the bundle resolves to that version. Related azext packages were reviewed and did not require version changes to avoid pulling an older utils release.

  • Dependency update

    • Bumped @microsoft/vscode-azext-utils in package.json from ^4.0.7 to ^4.1.0.
  • Lockfile refresh

    • Re-ran npm install to update package-lock.json and capture the new transitive dependency graph from utils 4.1.0.
  • Bundle resolution

    • Kept @microsoft/vscode-azext-azureutils and @microsoft/vscode-azext-github at their current versions because their declared ranges already admit utils 4.1.0, allowing npm to dedupe to a single installed utils version.
{
  "@microsoft/vscode-azext-azureutils": "^4.0.1",
  "@microsoft/vscode-azext-github": "^2.0.1",
  "@microsoft/vscode-azext-utils": "^4.1.0"
}
Original prompt

Version 4.1.0 of @microsoft/vscode-azext-utils has been released.

  1. Update @microsoft/vscode-azext-utils to ^4.1.0 in package.json.
  2. If @microsoft/vscode-azext-azureutils, @microsoft/vscode-azext-azureappservice, @microsoft/vscode-azext-azureappsettings, or @microsoft/vscode-azext-github are present and require a version of @microsoft/vscode-azext-utils older than 4.1.0, update those packages to their latest versions as well so only utils 4.1.0 ends up in the bundle.
  3. Run npm install to regenerate the lockfile.
  4. Ensure existing tests still pass.

Copilot AI changed the title [WIP] Update @microsoft/vscode-azext-utils to version 4.1.0 Bump @microsoft/vscode-azext-utils to 4.1.0 May 28, 2026
Copilot AI requested a review from bwateratmsft May 28, 2026 15:17
@bwateratmsft bwateratmsft marked this pull request as ready for review May 28, 2026 16:45
@bwateratmsft bwateratmsft requested a review from a team as a code owner May 28, 2026 16:45
@bwateratmsft bwateratmsft enabled auto-merge (squash) May 28, 2026 16:47
@bwateratmsft bwateratmsft merged commit 1555dbf into main May 28, 2026
2 checks passed
@bwateratmsft bwateratmsft deleted the copilot/update-vscode-azext-utils branch May 28, 2026 16:57
MicroFish91 pushed a commit that referenced this pull request May 28, 2026
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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