Update @microsoft/vscode-azext-azureappservice to 4.2.3#4950
Update @microsoft/vscode-azext-azureappservice to 4.2.3#4950alexweininger merged 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the extension’s dependency on @microsoft/vscode-azext-azureappservice from 4.2.1 to 4.2.3, pulling in upstream bug fixes (notably improved App Service Plan listing performance for EP/WS plans) and a transitive security bump.
Changes:
- Bump
@microsoft/vscode-azext-azureappserviceto^4.2.3inpackage.json. - Update
package-lock.jsonto lock@microsoft/vscode-azext-azureappserviceto4.2.3(resolved URL + integrity hash).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the declared dependency version for @microsoft/vscode-azext-azureappservice. |
| package-lock.json | Locks the upgraded package to 4.2.3 and updates its resolved tarball + integrity. |
| "@azure/core-rest-pipeline": "^1.11.0", | ||
| "@azure/storage-blob": "^12.5.0", | ||
| "@microsoft/vscode-azext-azureappservice": "^4.2.1", | ||
| "@microsoft/vscode-azext-azureappservice": "^4.2.3", |
There was a problem hiding this comment.
The updated @microsoft/vscode-azext-azureappservice version (4.2.3) declares an engines.vscode requirement of ^1.105.0 (see package-lock), but this extension’s engines.vscode is ^1.104.0. If the library uses any 1.105-only VS Code APIs, this bump could break builds or runtime for users on 1.104. Please either (1) bump this extension’s VS Code engine (and keep @types/vscode in sync) after validating compatibility, or (2) pin to a vscode-azext-azureappservice version whose VS Code engine requirement matches 1.104.
| "@microsoft/vscode-azext-azureappservice": "^4.2.3", | |
| "@microsoft/vscode-azext-azureappservice": "4.2.2", |
Updates
@microsoft/vscode-azext-azureappservicefrom4.2.1to4.2.3.Bug fixes included in this upgrade
Other changes