Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has breaking changes: Bump @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1 in /src/vscode-bicep #13514

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2024

Bumps @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1.

Release notes

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

microsoft-vscode-azext-azureutils v3.0.1

Added

  • Filtering private network storage accounts that would cause Function App creation to fail

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

... (truncated)

Commits
  • efd6201 azure: Filter out storage accounts that deny public requests (#1698)
  • c840d9d appservice: Bump version and update app service sdk to 14.0.0 (#1697)
  • d99390d Switch to option for saying what SiteNameStep is for instead of passing in ag...
  • ebbff1a If ignore array is empty, pass in null as undefined defaults to using exclude...
  • 0f13c69 build: Have a default credscan suppressions file (#1691)
  • c54c8b3 Fix not setting context right in AzureWizard during skip execute (#1692)
  • dd91e33 New changes & types for agent integration (#1690)
  • 135a37f Change default job name to "Root" (#1689)
  • 7ca0f05 Changes for azure agent integration (#1680)
  • ba31b91 build: Try reducing the unshared yaml (#1688)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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//pull/13514)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@microsoft/vscode-azext-azureutils](https://github.com/Microsoft/vscode-azuretools) from 2.0.3 to 3.0.1.
- [Release notes](https://github.com/Microsoft/vscode-azuretools/releases)
- [Commits](microsoft/vscode-azuretools@microsoft-vscode-azext-azureutils-v2.0.3...microsoft-vscode-azext-azureutils-v3.0.1)

---
updated-dependencies:
- dependency-name: "@microsoft/vscode-azext-azureutils"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2024
Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@microsoft-github-policy-service microsoft-github-policy-service bot added the auto-merge Automatically merge this PR label Mar 3, 2024
Copy link
Contributor

github-actions bot commented Mar 4, 2024

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

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

Copy link
Contributor

github-actions bot commented Mar 4, 2024

Test Results

    66 files   -     33      66 suites   - 33   23m 27s ⏱️ - 17m 56s
10 719 tests +     5  10 716 ✅ +     4  2 💤 ±0  1 ❌ +1 
25 334 runs   - 12 579  25 329 ✅  - 12 578  4 💤  - 2  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 39ba911. ± Comparison against base commit 54042b3.

♻️ This comment has been updated with latest results.

auto-merge was automatically disabled March 5, 2024 00:59

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2024

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.

@StephenWeatherford StephenWeatherford changed the title Bump @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1 in /src/vscode-bicep Has breaking changes: Bump @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1 in /src/vscode-bicep Mar 7, 2024
@StephenWeatherford
Copy link
Contributor

Forcing rebuild

@StephenWeatherford
Copy link
Contributor

Forcing rebuild

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge this PR dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant