chore: upgrade @microsoft/vscode-azext-eng to 1.1.0-alpha.1#1107
Merged
bwateratmsft merged 6 commits intoJun 18, 2026
Conversation
Copilot
AI
changed the title
[WIP] Update @microsoft/vscode-azext-eng to latest alpha version
chore: upgrade @microsoft/vscode-azext-eng to 1.1.0-alpha.1
Jun 18, 2026
- Fix indentation of 'tsx' entry in devDependencies - Revert package-lock.json to original, then incrementally update: esbuild 0.27.3 → 0.28.1 (required peer dep from azext-eng 1.1.0-alpha.1) + tsx and azext-eng additions with their ESLint sub-dependencies only
Contributor
|
@copilot a few important corrections for this change — please address all of them:
|
Contributor
Author
All four points are already satisfied in the current state:
|
bwateratmsft
approved these changes
Jun 18, 2026
alexweininger
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades
@microsoft/vscode-azext-engto1.1.0-alpha.1, which promotestsxto an optional peer dependency and bumps the requiredesbuildpeer to^0.28.0.Changes
package.json— bump@microsoft/vscode-azext-engto1.1.0-alpha.1; add"esbuild": "*"and"tsx": "*"as explicit dev dependenciespackage-lock.json— regenerated with minimal changes;esbuildresolves to0.28.1;tsxresolves to4.22.4(which usesesbuild ~0.28.0), ensuring only a single version ofesbuildis installedContainerAppListStep.ts,pickContainer.ts— remove useless= []initialisers on variables that are unconditionally reassigned in every branch (no-useless-assignment)addWorkspaceProject.ts— pass{ cause: e }when re-throwing a newErrorover a caught error (preserve-caught-error)Original prompt