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 deps group across 1 directory with 12 updates #237

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps the deps group with 12 updates in the /src directory:

Package From To
Nox.Secrets.Abstractions 7.0.234 7.0.235
Nox.Solution 7.0.234 7.0.235
Nox.Yaml 7.0.234 7.0.235
Nox.Yaml 7.0.234 7.0.235
Microsoft.Identity.Client 4.61.0 4.61.1
Nox.Secrets.Azure 7.0.234 7.0.235
Nox.Secrets.Abstractions 7.0.234 7.0.235
Nox.Solution 7.0.234 7.0.235
Nox.Yaml 7.0.234 7.0.235
Microsoft.Graph 5.52.0 5.54.0
Elastic.Apm.NetCoreAll 1.27.0 1.27.1
Microsoft.Identity.Web 2.18.1 2.18.2
Swashbuckle.AspNetCore 6.6.1 6.6.2
Nox.Types 7.0.234 7.0.235
Nox.Yaml 7.0.234 7.0.235
Nox.Secrets 7.0.234 7.0.235
Nox.Secrets.Abstractions 7.0.234 7.0.235
Nox.Solution 7.0.234 7.0.235
Nox.Yaml 7.0.234 7.0.235
Nox.Secrets.Azure 7.0.234 7.0.235
Microsoft.NET.Test.Sdk 17.9.0 17.10.0

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.235

Commits

Updates Nox.Solution from 7.0.234 to 7.0.235

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.235

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.235

Commits

Updates Microsoft.Identity.Client from 4.61.0 to 4.61.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Commits

Updates Nox.Secrets.Azure from 7.0.234 to 7.0.235

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.235

Commits

Updates Nox.Solution from 7.0.234 to 7.0.235

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.235

Commits

Updates Microsoft.Graph from 5.52.0 to 5.54.0

Changelog

Sourced from Microsoft.Graph's changelog.

[5.54.0] - 2024-05-23

  • Latest metadata updates from 21st May 2024.

[5.53.0] - 2024-05-16

  • Latest metadata updates from 14th May 2024.
Commits
  • 9d53fd5 Merge pull request #2513 from microsoftgraph/dev
  • d6387be Merge pull request #2504 from microsoftgraph/kiota/v1.0/pipelinebuild/149875
  • 372bf0e Merge branch 'dev' into kiota/v1.0/pipelinebuild/149875
  • 95e708d update changelog
  • 648432b Merge pull request #2512 from microsoftgraph/dependabot/nuget/Microsoft.NET.T...
  • 5ebd1e9 Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0
  • 9525460 Merge branch 'dev' into kiota/v1.0/pipelinebuild/149875
  • 6ec3fba Fix language_option_id parameter in setting language (#2509)
  • 6b7e35e Update generated files with build 149875
  • b8ab11b Merge pull request #2498 from microsoftgraph/dependabot/github_actions/action...
  • Additional commits viewable in compare view

Updates Elastic.Apm.NetCoreAll from 1.27.0 to 1.27.1

Release notes

Sourced from Elastic.Apm.NetCoreAll's releases.

v1.27.1

What's Changed

Full Changelog: elastic/apm-agent-dotnet@v1.27.0...v1.27.1

Changelog

Sourced from Elastic.Apm.NetCoreAll's changelog.

==== 1.27.1 - 2024/05/16

===== Bug fixes

[[release-notes-1.27.0]]

Commits

Updates Microsoft.Identity.Web from 2.18.1 to 2.18.2

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.
Commits

Updates Swashbuckle.AspNetCore from 6.6.1 to 6.6.2

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.6.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2

Commits
  • fe87e6d Fix exceptions generating default values (#2895)
  • d5cd28e Fix interceptor JSON casing
  • 432c417 Do not run IHostedService implementations (#2880)
  • 26c78cb Disable parallel build (#2894)
  • ac588fe Fix serialization of AdditionalItems
  • 91c936b Fix IDE suggestions
  • a0f4bb4 Only restore packages when needed
  • ecce973 Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#2903)
  • 76ec39d Fix schema generation for C# 9 positional record with no example (#2901)
  • 828b7df Replace br tags in XML comments with new lines (#2899)
  • Additional commits viewable in compare view

Updates Nox.Types from 7.0.234 to 7.0.235

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.235

Commits

Updates Nox.Secrets from 7.0.234 to 7.0.235

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.235

Commits

Updates Nox.Solution from 7.0.234 to 7.0.235

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.235

Commits

Updates Nox.Secrets.Azure from 7.0.234 to 7.0.235

Commits

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

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

Bumps the deps group with 12 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.235` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.235` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.235` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.1` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.235` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.235` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.52.0` | `5.54.0` |
| [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.27.0` | `1.27.1` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.18.1` | `2.18.2` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.1` | `6.6.2` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.234` | `7.0.235` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.235` |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.235` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.235` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.235` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |



Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.235)

Updates `Nox.Yaml` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.235)

Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.61.0...4.61.1)

Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.235)

Updates `Microsoft.Graph` from 5.52.0 to 5.54.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet@v5.52.0...v5.54.0)

Updates `Elastic.Apm.NetCoreAll` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/elastic/apm-agent-dotnet/releases)
- [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-dotnet@v1.27.0...v1.27.1)

Updates `Microsoft.Identity.Web` from 2.18.1 to 2.18.2
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/2.18.2/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.18.1...2.18.2)

Updates `Swashbuckle.AspNetCore` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2)

Updates `Nox.Types` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Types/releases)
- [Commits](https://github.com/NoxOrg/Nox.Types/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.235)

Updates `Nox.Secrets` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.235)

Updates `Nox.Secrets.Azure` from 7.0.234 to 7.0.235
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

---
updated-dependencies:
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Elastic.Apm.NetCoreAll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-aa579664d0 branch May 27, 2024 09:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants