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 in /src with 26 updates #213

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2024

Bumps the deps group in /src with 31 updates:

Package From To
FluentValidation 11.9.0 11.9.1
Microsoft.AspNetCore.DataProtection.Abstractions 8.0.2 8.0.4
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 8.0.1
Nox.Secrets.Abstractions 7.0.204 7.0.232
Nox.Solution 7.0.204 7.0.232
Nox.Yaml 7.0.204 7.0.232
YamlDotNet 15.1.1 15.1.2
Spectre.Console 0.48.0 0.49.0
Spectre.Console.Cli 0.48.0 0.49.0
Azure.Identity 1.10.4 1.11.2
Microsoft.Identity.Client 4.59.0 4.60.3
Nox.Secrets.Azure 7.0.204 7.0.232
Azure.Identity 1.10.4 1.11.0
Microsoft.Identity.Client 4.59.0 4.60.1
Azure.ResourceManager 1.10.1 1.11.1
Azure.ResourceManager.KeyVault 1.2.0 1.2.1
Azure.ResourceManager 1.10.1 1.11.0
Azure.ResourceManager.Resources 1.7.0 1.7.1
Microsoft.Graph 5.43.0 5.49.0
System.IdentityModel.Tokens.Jwt 7.3.1 7.4.1
Microsoft.Data.SqlClient 5.1.5 5.2.0
Microsoft.PowerShell.Commands.Diagnostics 7.4.1 7.4.2
System.Management.Automation 7.4.1 7.4.2
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.2 8.0.4
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.2 8.0.4
Microsoft.Identity.Web 2.17.0 2.18.0
Azure.Identity 1.10.4 1.11.1
System.IdentityModel.Tokens.Jwt 7.3.1 7.5.0
Nox.Types 7.0.204 7.0.232
Nox.Secrets 7.0.204 7.0.232
System.IO.Abstractions 20.0.15 20.0.34

Updates FluentValidation from 11.9.0 to 11.9.1

Release notes

Sourced from FluentValidation's releases.

11.9.1

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.9.1

Fix issue with CascadeMode on child validators (#2207)

Changes in 11.9.0

  • Fix memory leak in NotEmptyValidator/EmptyValidator (#2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#2182)
  • Add builds for .net 8

Changes in 11.8.1

  • Fix unintentional behavioural changes in introduced in the previous release as part of #2158

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)
  • Add Tajik language (#2108)
  • Fixed some typos in Validator Extension docblocks (#2118)

Changes in 11.5.2

  • Resolve issue with ruleset propagation for multiple levels of child rules (#2097)

Changes in 11.5.1

  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #2069 for migration steps)
  • Deprecated the Transform and TransformAsync methods (See #2072 for migration steps)

Changes in 11.5.0

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.9.1 - 23 Apr 2024 Fix issue with CascadeMode on child validators (#2207)

Commits
  • a0eaeae Fix issue with how CascadeMode.Stop works when set inside a child validator
  • a5a5700 Fix test failing due to differences in DateTime.ToString behaviour on differe...
  • 65c4827 Fix test caused by change in DateTime.ToString
  • 207d2a6 replace english "and" with german "und" (#2206)
  • 4df7f57 fix: minor polish translation fixes
  • 834f18a Fixed typo in NorwegianNynorskLanguage.cs
  • 195696a Attempt to fix docs build
  • 0022ffa Added norwegian nynorsk language translation
  • a796e46 Remove unused variable
  • See full diff in compare view

Updates Microsoft.AspNetCore.DataProtection.Abstractions from 8.0.2 to 8.0.4

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.Abstractions's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates Nox.Secrets.Abstractions from 7.0.204 to 7.0.232

Commits

Updates Nox.Solution from 7.0.204 to 7.0.232

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.232

Release notes

Sourced from Nox.Yaml's releases.

v7.0.232

No release notes provided.

v7.0.231

No release notes provided.

v7.0.230

No release notes provided.

v7.0.229

No release notes provided.

v7.0.228

No release notes provided.

v7.0.227

No release notes provided.

v7.0.226

No release notes provided.

v7.0.225

No release notes provided.

v7.0.224

No release notes provided.

v7.0.223

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.222...v7.0.223

v7.0.222

No release notes provided.

v7.0.221

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.220...v7.0.221

v7.0.220

No release notes provided.

v7.0.219

No release notes provided.

... (truncated)

Commits
  • d03cda2 Merge pull request #1483 from NoxOrg/feature/901-Add-IsRequired-Param
  • cf58ef7 update sonar suggestions
  • 72611ec add Required Param to Ui components
  • 22e63e9 Merge pull request #1482 from NoxOrg/feature/NOX-877
  • ecf7ca0 Fixed readme
  • 60d54e0 Replaced direct db calls with PUT api calls in enumeration tests
  • 60b88a7 Resolving conflicts
  • e4881f9 Merge pull request #1479 from NoxOrg/feature/NOX-878
  • 08034db resolved merge conflicts;
  • c0ef461 Resolving conflicts
  • Additional commits viewable in compare view

Updates YamlDotNet from 15.1.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters
Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • See full diff in compare view

Updates Nox.Yaml from 7.0.204 to 7.0.232

Release notes

Sourced from Nox.Yaml's releases.

v7.0.232

No release notes provided.

v7.0.231

No release notes provided.

v7.0.230

No release notes provided.

v7.0.229

No release notes provided.

v7.0.228

No release notes provided.

v7.0.227

No release notes provided.

v7.0.226

No release notes provided.

v7.0.225

No release notes provided.

v7.0.224

No release notes provided.

v7.0.223

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.222...v7.0.223

v7.0.222

No release notes provided.

v7.0.221

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.220...v7.0.221

v7.0.220

No release notes provided.

v7.0.219

No release notes provided.

... (truncated)

Commits
  • d03cda2 Merge pull request #1483 from NoxOrg/feature/901-Add-IsRequired-Param
  • cf58ef7 update sonar suggestions
  • 72611ec add Required Param to Ui components
  • 22e63e9 Merge pull request #1482 from NoxOrg/feature/NOX-877
  • ecf7ca0 Fixed readme
  • 60d54e0 Replaced direct db calls with PUT api calls in enumeration tests
  • 60b88a7 Resolving conflicts
  • e4881f9 Merge pull request #1479 from NoxOrg/feature/NOX-878
  • 08034db resolved merge conflicts;
  • c0ef461 Resolving conflicts
  • Additional commits viewable in compare view

Updates YamlDotNet from 15.1.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters
Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • See full diff in compare view

Updates Spectre.Console from 0.48.0 to 0.49.0

Release notes

Sourced from Spectre.Console's releases.

0.49.0

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.48.0...0.49.0

Commits
  • 71f762f Add token representation to remaining arguments
  • 95bff47 Expose raw arguments on the command context
  • de04619 chore: Update dependency Roslynator.Analyzers to v4.12.1
  • ecdfdd4 Please upvote 👍 if you are interested in it (#1491)
  • a893a96 Top Issues GitHub Action (#1488)
  • ff7282e Adding test and update render to fix issue with rendering separator when head...
  • eb38f76 Fixing #1507 AddDelegate uses an abstract type when used in a branch (#1509)
  • fc0b553 Revert "Fixed render issue where writeline inside status caused corrupt outpu...
  • 1a3249c Improve XmlDoc output (#1503)
  • 43f9ae9 Pipe character for listing options - Fully implemented and tested.
  • Additional commits viewable in compare view

Updates Spectre.Console.Cli from 0.48.0 to 0.49.0

Release notes

Sourced from Spectre.Console.Cli's releases.

0.49.0

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.48.0...0.49.0

Commits
  • 71f762f Add token representation to remaining arguments
  • 95bff47 Expose raw arguments on the command context
  • de04619 chore: Update dependency Roslynator.Analyzers to v4.12.1
  • ecdfdd4 Please upvote 👍 if you are interested in it (#1491)
  • a893a96 Top Issues GitHub Action (#1488)
  • ff7282e Adding test and update render to fix issue with rendering separator when head...
  • eb38f76 Fixing #1507 AddDelegate uses an abstract type when used in a branch (#1509)
  • fc0b553 Revert "Fixed render issue where writeline inside status caused corrupt outpu...
  • 1a3249c Improve XmlDoc output (#1503)
  • 43f9ae9 Pipe character for listing options - Fully implemented and tested.
  • Additional commits viewable in compare view

Updates Spectre.Console from 0.48.0 to 0.49.0

Release notes

Sourced from Spectre.Console's releases.

0.49.0

What's Changed

New Contributors

Full Changelog: spectreconsole/spectre.console@0.48.0...0.49.0

Commits<...

Description has been truncated

Bumps the deps group in /src with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.0` | `11.9.1` |
| [Microsoft.AspNetCore.DataProtection.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.232` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.232` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.232` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.1` | `15.1.2` |
| [Spectre.Console](https://github.com/spectreconsole/spectre.console) | `0.48.0` | `0.49.0` |
| [Spectre.Console.Cli](https://github.com/spectreconsole/spectre.console) | `0.48.0` | `0.49.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.4` | `1.11.2` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.59.0` | `4.60.3` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.232` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.4` | `1.11.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.59.0` | `4.60.1` |
| [Azure.ResourceManager](https://github.com/Azure/azure-sdk-for-net) | `1.10.1` | `1.11.1` |
| [Azure.ResourceManager.KeyVault](https://github.com/Azure/azure-sdk-for-net) | `1.2.0` | `1.2.1` |
| [Azure.ResourceManager](https://github.com/Azure/azure-sdk-for-net) | `1.10.1` | `1.11.0` |
| [Azure.ResourceManager.Resources](https://github.com/Azure/azure-sdk-for-net) | `1.7.0` | `1.7.1` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.43.0` | `5.49.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.4.1` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.1.5` | `5.2.0` |
| [Microsoft.PowerShell.Commands.Diagnostics](https://github.com/PowerShell/PowerShell) | `7.4.1` | `7.4.2` |
| [System.Management.Automation](https://github.com/PowerShell/PowerShell) | `7.4.1` | `7.4.2` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.17.0` | `2.18.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.4` | `1.11.1` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.5.0` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.204` | `7.0.232` |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.232` |
| [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) | `20.0.15` | `20.0.34` |


Updates `FluentValidation` from 11.9.0 to 11.9.1
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.9.0...11.9.1)

Updates `Microsoft.AspNetCore.DataProtection.Abstractions` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

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

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

Updates `Nox.Yaml` from 7.0.204 to 7.0.232
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.232)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Nox.Yaml` from 7.0.204 to 7.0.232
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.232)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Spectre.Console` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](spectreconsole/spectre.console@0.48.0...0.49.0)

Updates `Spectre.Console.Cli` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](spectreconsole/spectre.console@0.48.0...0.49.0)

Updates `Spectre.Console` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/spectreconsole/spectre.console/releases)
- [Commits](spectreconsole/spectre.console@0.48.0...0.49.0)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Azure.Identity` from 1.10.4 to 1.11.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.2)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.3
- [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.59.0...4.60.3)

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

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

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

Updates `Nox.Yaml` from 7.0.204 to 7.0.232
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.232)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Azure.Identity` from 1.10.4 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.2)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.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.59.0...4.60.3)

Updates `Azure.ResourceManager` from 1.10.1 to 1.11.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager_1.10.1...Azure.ResourceManager_1.11.1)

Updates `Azure.ResourceManager.KeyVault` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.KeyVault_1.2.0...Azure.ResourceManager.KeyVault_1.2.1)

Updates `Azure.ResourceManager` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager_1.10.1...Azure.ResourceManager_1.11.1)

Updates `Azure.ResourceManager.Resources` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.Resources_1.7.0...Azure.ResourceManager.Resources_1.7.1)

Updates `Azure.ResourceManager` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager_1.10.1...Azure.ResourceManager_1.11.1)

Updates `Microsoft.Graph` from 5.43.0 to 5.49.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@5.43.0...v5.49.0)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.4.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.3.1...v7.4.1)

Updates `Microsoft.Data.SqlClient` from 5.1.5 to 5.2.0
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.5...V5.2.0)

Updates `Microsoft.PowerShell.Commands.Diagnostics` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.1...v7.4.2)

Updates `System.Management.Automation` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.1...v7.4.2)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

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

Updates `Azure.Identity` from 1.10.4 to 1.11.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.2)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.3
- [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.59.0...4.60.3)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.5.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.3.1...v7.4.1)

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

Updates `Nox.Yaml` from 7.0.204 to 7.0.232
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.232)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

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

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

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

Updates `Nox.Yaml` from 7.0.204 to 7.0.232
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.232)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

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

Updates `Azure.Identity` from 1.10.4 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.2)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.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.59.0...4.60.3)

Updates `System.IO.Abstractions` from 20.0.15 to 20.0.34
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v20.0.15...v20.0.34)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  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: YamlDotNet
  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: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Spectre.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Spectre.Console.Cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Spectre.Console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager.KeyVault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Azure.ResourceManager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager.Resources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Azure.ResourceManager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.PowerShell.Commands.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.Management.Automation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  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-minor
  dependency-group: deps
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: YamlDotNet
  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: YamlDotNet
  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: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Apr 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

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

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-b6b80027a8 branch April 29, 2024 09:09
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