microsoft / vscode-azurearcenabledmachines

Azure Arc-enabled machines for Visual Studio Code
MIT License
3 stars 2 forks source link

Bump the microsoft-vscode group with 2 updates #31

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the microsoft-vscode group with 2 updates: @microsoft/vscode-azext-azureutils and @microsoft/vscode-azext-utils.

Updates @microsoft/vscode-azext-azureutils from 2.0.5 to 3.0.0

Release notes

Sourced from @​microsoft/vscode-azext-azureutils's releases.

microsoft-vscode-azext-azureappservice v3.0.0

  • Moved to azext-utils 2.2.0
  • Moved to azext-azureutils 3.0.0
  • Updated SiteNameStep to be ready for Azure agent integration

microsoft-vscode-azext-azureutils v3.0.0

  • Moved to azext-utils 2.2.0
  • Updated LocationListStep to be ready for Azure agent integration

microsoft-vscode-azext-azureappservice v2.3.6

microsoft-vscode-azext-azureappservice v2.3.5

Fixes

microsoft-vscode-azext-azureappservice v2.3.4

microsoft-vscode-azext-azureappservice v2.3.3

microsoft-vscode-azext-azureappservice v2.3.2

microsoft-vscode-azext-azureappservice v2.3.1

microsoft-vscode-azext-utils v2.3.1

  • Fix not setting context right in AzureWizard during skip execute

microsoft-vscode-azext-azureappservice v2.3.0

microsoft-vscode-azext-utils v2.3.0

  • Standardizes what it means to "skipExeucte" for AzureWizard, via adding an option to AzureWizard for skipExecute. When set to true this will:
    • Remove all executeSteps and replaces them with an execute step which simply throws a UserCancelledError
    • Replaces any ExecuteActivityContext properties from the context with ones that avoid outputting Azure activities
  • Have runQuickPickWizard respect showLoadingPrompt.
  • Add a SimpleCommandConfig which makes it easy to simply expose a command without have to make any wizard changes. Good for when just getting started and trying out exposing a command.
  • Change names of some types (technically breaking, but only agent extension has used these types so far in any "merged" capacity, do not need to move to a new major version number for utils).

microsoft-vscode-azext-azureappservice v2.2.7

What's Changed

microsoft-vscode-azext-azureappservice v2.2.6

... (truncated)

Commits


Updates @microsoft/vscode-azext-utils from 2.1.5 to 2.3.1

Release notes

Sourced from @​microsoft/vscode-azext-utils's releases.

microsoft-vscode-azext-azureappservice v2.3.1

microsoft-vscode-azext-utils v2.3.1

  • Fix not setting context right in AzureWizard during skip execute

microsoft-vscode-azext-azureappservice v2.3.0

microsoft-vscode-azext-utils v2.3.0

  • Standardizes what it means to "skipExeucte" for AzureWizard, via adding an option to AzureWizard for skipExecute. When set to true this will:
    • Remove all executeSteps and replaces them with an execute step which simply throws a UserCancelledError
    • Replaces any ExecuteActivityContext properties from the context with ones that avoid outputting Azure activities
  • Have runQuickPickWizard respect showLoadingPrompt.
  • Add a SimpleCommandConfig which makes it easy to simply expose a command without have to make any wizard changes. Good for when just getting started and trying out exposing a command.
  • Change names of some types (technically breaking, but only agent extension has used these types so far in any "merged" capacity, do not need to move to a new major version number for utils).

microsoft-vscode-azext-azureappservice v2.2.7

What's Changed

microsoft-vscode-azext-azureappservice v2.2.6

microsoft-vscode-azext-azureappservice v2.2.5

microsoft-vscode-azext-azureappservice v2.2.4

microsoft-vscode-azext-azureappservice v2.2.3

microsoft-vscode-azext-azureappservice v2.2.2

microsoft-vscode-azext-azureappservice v2.2.1

Added

microsoft-vscode-azext-utils v2.2.0

Added various types and classes to use when integrating functionality into the Azure agent extension. This includes:

Integration

  • ExtensionAgentMetadata: the metadata an extension adds to its package.json which provides integration information for the agent extension.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by azcode-bot, a new releaser for @​microsoft/vscode-azext-utils since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
andyleejordan commented 9 months ago

@dependabot rebase