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

Bump the nuget group across 7 directories with 1 update #8608

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Bumps the nuget group with 1 update in the /src/dotnet/APIView/APIViewWeb directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/identity-resolution directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.AccessManagement directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Azure directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Stores.AzureActiveDirectory directory: Azure.Identity.

Updates Azure.Identity from 1.11.0 to 1.11.4

Updates Azure.Identity from 1.11.3 to 1.11.4

Updates Azure.Identity from 1.11.0 to 1.11.4

Updates Azure.Identity from 1.11.3 to 1.11.4

Updates Azure.Identity from 1.11.0 to 1.11.4

Updates Azure.Identity from 1.11.0 to 1.11.4

Updates Azure.Identity from 1.11.0 to 1.11.4

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the nuget group with 1 update in the /src/dotnet/APIView/APIViewWeb directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/identity-resolution directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.AccessManagement directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Azure directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Stores.AzureActiveDirectory directory: Azure.Identity.


Updates `Azure.Identity` from 1.11.0 to 1.11.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `Azure.Identity` from 1.11.0 to 1.11.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `Azure.Identity` from 1.11.0 to 1.11.4

Updates `Azure.Identity` from 1.11.0 to 1.11.4

Updates `Azure.Identity` from 1.11.0 to 1.11.4

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the .NET label Jul 11, 2024
@dependabot dependabot bot requested a review from JimSuplizio as a code owner July 11, 2024 23:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
@dependabot dependabot bot requested a review from a team as a code owner July 11, 2024 23:26
@weshaggard
Copy link
Member

@hallipr it looks like your change to global.json impacted some of the other CI builds like Apiview. We should either move those forward or figure out how to fix these. What I don't understand is why some like apiview are failing but not others I suspect it is because they are targeting .NET 7. @chidozieononiwu do you think we can update apiview to .net 8?

@weshaggard
Copy link
Member

Created PR #8619 to update net7 to net8

The windows agent only has 8.0.302 on the machine so lowering the version.
@weshaggard weshaggard merged commit 075e386 into main Jul 12, 2024
19 checks passed
@weshaggard weshaggard deleted the dependabot/nuget/src/dotnet/APIView/APIViewWeb/nuget-b57480f83f branch July 12, 2024 17:20
@weshaggard
Copy link
Member

Turns out it was an issue with the version of .NET SDK which wasn't on the windows agents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant