bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Breaking changes: Bump @microsoft/vscode-azext-utils from 2.1.0 to 2.3.1 in /src/vscode-bicep

Open dependabot[bot] opened this issue 1 year ago • 9 comments

Bumps @microsoft/vscode-azext-utils from 2.1.0 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

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13307)

dependabot[bot] avatar Feb 11 '24 23:02 dependabot[bot]

Test this change out locally with the following install scripts (Action run 8149348797)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8149348797
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8149348797"
    
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8149348797
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8149348797"
    

github-actions[bot] avatar Feb 11 '24 23:02 github-actions[bot]

Test Results

    65 files   -     34      65 suites   - 34   21m 38s :stopwatch: - 18m 0s 10 675 tests +    10  10 674 :white_check_mark: +    10  1 :zzz: ±0  0 :x: ±0  25 151 runs   - 12 615  25 149 :white_check_mark:  - 12 614  2 :zzz:  - 1  0 :x: ±0 

Results for commit e8bca785. ± Comparison against base commit 1323e4f0.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Feb 11 '24 23:02 github-actions[bot]

@dependabot show ignore conditions

StephenWeatherford avatar Feb 13 '24 22:02 StephenWeatherford

@dependabot show vscode-azext-utils ignore conditions

StephenWeatherford avatar Feb 13 '24 22:02 StephenWeatherford

No ignore conditions found for the dependency vscode-azext-utils

dependabot[bot] avatar Feb 13 '24 22:02 dependabot[bot]

@dependabot show all ignore conditions

StephenWeatherford avatar Feb 13 '24 22:02 StephenWeatherford

No ignore conditions found for the dependency all

dependabot[bot] avatar Feb 13 '24 22:02 dependabot[bot]

@dependabot recreate

StephenWeatherford avatar Feb 26 '24 23:02 StephenWeatherford

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Mar 05 '24 00:03 dependabot[bot]

Superseded by #13568.

dependabot[bot] avatar Mar 10 '24 23:03 dependabot[bot]