NoxOrg / Nox

Source generator for Nox solutions
MIT License
6 stars 3 forks source link

Bump the dependencies group across 1 directory with 21 updates #1504

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 21 updates in the / directory:

Package From To
Azure.Core 1.39.0 1.40.0
Azure.Identity 1.11.3 1.12.0
Azure.Core 1.39.0 1.40.0
Microsoft.CodeAnalysis.Common 4.9.2 4.10.0
Microsoft.CodeAnalysis.CSharp 4.9.2 4.10.0
Microsoft.CodeAnalysis.Common 4.9.2 4.10.0
Microsoft.CodeAnalysis.CSharp.Workspaces 4.9.2 4.10.0
Microsoft.CodeAnalysis.Common 4.9.2 4.10.0
Microsoft.CodeAnalysis.CSharp 4.9.2 4.10.0
Microsoft.CodeAnalysis.Workspaces.Common 4.9.2 4.10.0
Microsoft.Identity.Web 2.19.0 2.19.1
Azure.Identity 1.11.3 1.11.4
Microsoft.Identity.Web.UI 2.19.0 2.19.1
Microsoft.Identity.Web 2.19.0 2.19.1
Azure.Identity 1.11.3 1.11.4
Elastic.Apm.SerilogEnricher 8.11.0 8.11.1
Elastic.CommonSchema.Serilog 8.11.0 8.11.1
Hangfire 1.8.12 1.8.14
MassTransit 8.2.2 8.2.3
MassTransit.Azure.ServiceBus.Core 8.2.2 8.2.3
MassTransit 8.2.2 8.2.3
Azure.Identity 1.11.3 1.11.4
MassTransit.EntityFrameworkCore 8.2.2 8.2.3
MassTransit 8.2.2 8.2.3
MediatR 12.2.0 12.3.0
FluentValidation 11.9.1 11.9.2
YamlDotNet 15.1.6 15.3.0
Serilog.Settings.Configuration 8.0.0 8.0.1
Testcontainers 3.8.0 3.9.0
Testcontainers.MsSql 3.8.0 3.9.0
Testcontainers 3.8.0 3.9.0
Testcontainers.PostgreSql 3.8.0 3.9.0
Testcontainers 3.8.0 3.9.0

Updates Azure.Core from 1.39.0 to 1.40.0

Release notes

Sourced from Azure.Core's releases.

Azure.Core_1.40.0

1.40.0 (2024-06-06)

Features Added

  • Added RefreshOn property to AccessToken and updated BearerTokenAuthenticationPolicy to refresh long-lived credentials according to this value (#43836).

Bugs Fixed

  • Fixed User-Agent telemetry so that it properly escapes operating system information if it contains non-ascii characters (#44386).
  • Fixed case where Operation.Id was not being set for incomplete long-running operations (#44098).

Other Changes

  • Improved memory performance for HTTP message sanitization (#43818).
  • Added DynamicallyAccessedMembers attribute to type parameter in Operation<T>.Rehydrate method (#44208).
Commits
  • 242d8af Preparation for release of Azure.Core 1.40.0 (#44398)
  • 40f40d3 Preparation for release of Azure.Core.Experimental 0.1.0-preview.34 (#44399)
  • 79e3270 Increment package version after release of Azure.ResourceManager.EventGrid (#...
  • 3d7d02e Update AutoRest C# version to 3.0.0-beta.20240605.2 (#44413)
  • 94389a0 Update AutoRest C# version to 3.0.0-beta.20240605.1 (#44409)
  • 6183bb6 Add SDK for 2024-06-01-preview API version (#44331)
  • 1bbfc74 fix link (#44404)
  • 890c9db Plumb env vars through deploy test resources (#44388)
  • c9ed525 [Azure.Core] UrlEncode OS description in user-agent header value if it contai...
  • d7f4c01 Client Assertion for OnBehalfOfCredential (#44368)
  • Additional commits viewable in compare view


Updates Azure.Identity from 1.11.3 to 1.12.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.0

1.12.0 (2024-06-17)

Features Added

  • Added AzurePipelinesCredential for authenticating with Azure Pipelines service connections.
  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
  • ClientAssertionCredentialOptions now supports TokenCachePersistenceOptions for configuring token cache persistence.

Azure.Identity_1.12.0-beta.3

1.12.0-beta.3 (2024-06-11)

Features Added

  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.

Breaking Changes

  • The constructor of AzurePipelinesCredential now includes additional required parameters for the Azure Pipelines service connection.

Bugs Fixed

  • Bug fixes for AzurePipelinesCredential
  • Managed identity bug fixes.

Azure.Identity_1.11.4

1.11.4 (2024-06-10)

Bugs Fixed

  • Managed identity bug fixes
Commits


Updates Azure.Core from 1.39.0 to 1.40.0

Release notes

Sourced from Azure.Core's releases.

Azure.Core_1.40.0

1.40.0 (2024-06-06)

Features Added

  • Added RefreshOn property to AccessToken and updated BearerTokenAuthenticationPolicy to refresh long-lived credentials according to this value (#43836).

Bugs Fixed

  • Fixed User-Agent telemetry so that it properly escapes operating system information if it contains non-ascii characters (#44386).
  • Fixed case where Operation.Id was not being set for incomplete long-running operations (#44098).

Other Changes

  • Improved memory performance for HTTP message sanitization (#43818).
  • Added DynamicallyAccessedMembers attribute to type parameter in Operation<T>.Rehydrate method (#44208).
Commits
  • 242d8af Preparation for release of Azure.Core 1.40.0 (#44398)
  • 40f40d3 Preparation for release of Azure.Core.Experimental 0.1.0-preview.34 (#44399)
  • 79e3270 Increment package version after release of Azure.ResourceManager.EventGrid (#...
  • 3d7d02e Update AutoRest C# version to 3.0.0-beta.20240605.2 (#44413)
  • 94389a0 Update AutoRest C# version to 3.0.0-beta.20240605.1 (#44409)
  • 6183bb6 Add SDK for 2024-06-01-preview API version (#44331)
  • 1bbfc74 fix link (#44404)
  • 890c9db Plumb env vars through deploy test resources (#44388)
  • c9ed525 [Azure.Core] UrlEncode OS description in user-agent header value if it contai...
  • d7f4c01 Client Assertion for OnBehalfOfCredential (#44368)
  • Additional commits viewable in compare view


Updates Microsoft.CodeAnalysis.Common from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.Common's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.CSharp from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.Common from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.Common's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.CSharp.Workspaces from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.Common from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.Common's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.CSharp from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.CodeAnalysis.Workspaces.Common from 4.9.2 to 4.10.0

Release notes

Sourced from Microsoft.CodeAnalysis.Workspaces.Common's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits


Updates Microsoft.Identity.Web from 2.19.0 to 2.19.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.19.1

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4
Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.0.0-preview2

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4

New features:

  • Change GetSignedAssertion public API. See issue #2853 for details.
  • Update to latest .NET 9 preview 4. See issue #2877 for details.

Pending Next Release

Commits


Updates Azure.Identity from 1.11.3 to 1.11.4

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.0

1.12.0 (2024-06-17)

Features Added

  • Added AzurePipelinesCredential for authenticating with Azure Pipelines service connections.
  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
  • ClientAssertionCredentialOptions now supports TokenCachePersistenceOptions for configuring token cache persistence.

Azure.Identity_1.12.0-beta.3

1.12.0-beta.3 (2024-06-11)

Features Added

  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.

Breaking Changes

  • The constructor of AzurePipelinesCredential now includes additional required parameters for the Azure Pipelines service connection.

Bugs Fixed

  • Bug fixes for AzurePipelinesCredential
  • Managed identity bug fixes.

Azure.Identity_1.11.4

1.11.4 (2024-06-10)

Bugs Fixed

  • Managed identity bug fixes
Commits


Updates Microsoft.Identity.Web.UI from 2.19.0 to 2.19.1

Release notes

Sourced from Microsoft.Identity.Web.UI's releases.

2.19.1

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4
Changelog

Sourced from Microsoft.Identity.Web.UI's changelog.

3.0.0-preview2

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4

New features:

  • Change GetSignedAssertion public API. See issue #2853 for details.
  • Update to latest .NET 9 preview 4. See issue #2877 for details.

Pending Next Release

Commits


Updates Microsoft.Identity.Web from 2.19.0 to 2.19.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.19.1

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4
Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.0.0-preview2

  • Updated MSAL .Net to 4.61.3
  • Updated Azure.Identity to 1.11.4

New features:

  • Change GetSignedAssertion public API. See issue #2853 for details.
  • Update to latest .NET 9 preview 4. See issue #2877 for details.

Pending Next Release

Commits


Updates Azure.Identity from 1.11.3 to 1.11.4

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.0

1.12.0 (2024-06-17)

Features Added

  • Added AzurePipelinesCredential for authenticating with Azure Pipelines service connections.
  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
  • ClientAssertionCredentialOptions now supports TokenCachePersistenceOptions for configuring token cache persistence.

Azure.Identity_1.12.0-beta.3

1.12.0-beta.3 (2024-06-11)

Features Added

  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.

Breaking Changes

  • The constructor of AzurePipelinesCredential now includes additional required parameters for the Azure Pipelines service connection.

Bugs Fixed

  • Bug fixes for AzurePipelinesCredential
  • Managed identity bug fixes.

Azure.Identity_1.11.4

1.11.4 (2024-06-10)

Bugs Fixed

  • Managed identity bug fixes
Commits


Updates Elastic.Apm.SerilogEnricher from 8.11.0 to 8.11.1

Release notes

Sourced from Elastic.Apm.SerilogEnricher's releases.

8.11.1

https://github.com/elastic/ecs-dotnet/compare/8.11.0...8.11.1

View the full list of issues and PRs

Commits
  • 69a0822 Fixing disposed channel after config refresh (#396)
  • dfcdf93 Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 in the github-action...
  • ebdfbb4 Fix #356 add support for serilog extensions logging bridge and eventid (#393)
  • 6ce0252 Add support for custom event writer (#388)
  • c128995 Rename IncludeTraceId to IncludeActivityData (#391)
  • 0dfb5f1 ci: updatecli signed commits (#390)
  • 6d61edb Skip ActivityData capture for NLog, since doing Layout capture (#379)
  • 49a7d32 ci: use updatecli with GitHub secrets (#389)
  • 4777567 Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-action...
  • 8136f2c github-action: use actions/attest-build-provenance (#382)
  • Additional commits viewable in compare view


Updates Elastic.CommonSchema.Serilog from 8.11.0 to 8.11.1

Release notes

Sourced from Elastic.CommonSchema.Serilog's releases.

8.11.1

https://github.com/elastic/ecs-dotnet/compare/8.11.0...8.11.1

View the full list of issues and PRs

Commits
  • 69a0822 Fixing disposed channel after config refresh (#396)
  • dfcdf93 Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 in the github-action...
  • ebdfbb4 Fix #356 add support for serilog extensions logging bridge and eventid (#393)
  • 6ce0252 Add support for custom event writer (#388)
  • c128995 Rename IncludeTraceId to IncludeActivityData (#391)
  • 0dfb5f1 ci: updatecli signed commits (#390)
  • 6d61edb Skip ActivityData capture for NLog, since doing Layout capture (#379)
  • 49a7d32 ci: use updatecli with GitHub secrets (#389)
  • 4777567 Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-action...
  • 8136f2c github-action: use actions/attest-build-provenance (#382)
  • Additional commits viewable in compare view


Updates Hangfire from 1.8.12 to 1.8.14

Commits
  • 51647c2 Bump version to 1.8.14 and add release notes
  • 3ff91d8 Limit NewItemInQueueEvents keys to a specific storage
  • 42e608b Use per-queue signaling for same-process workers
  • 4d88beb Don't use the deprecated GetCancellationEvent method
  • 07b9ca7 Update TaskExtensions.cs
  • 825c6c8 Update CancellationTokenExtentions.cs
  • 4ced644 Prefer using CancellationToken.WaitHandle again
  • b928ca3 Convert into using declaration instead of using blocks
  • 0238a89 Add a special case for serializing/deserializing empty arguments list
  • 17f8d0e Less allocatey way of working with IStateHandler
  • Additional commits viewable in compare view


Updates MassTransit from 8.2.2 to 8.2.3

Commits
  • ff9de5c Fixed #5255 - Newtonsoft not setting raw message headers properly when copyin...
  • 7099536 Fixed #5245 - Support for PostgreSQL host with multiple host names and/or ports
  • 5a0cac2 Added SQL transport to latency benchmark
  • f358ac7 Match case on Id column for prettiness
  • 806e196 Upgrade vulnerable packages (#5258)
  • 813a446 Update docs regarding serializer/deserializer
  • 8348aea Fixed #5251 - removed gRPC from documentation
  • a414629 Check if endpoint is stopping before allowing messages to be dispatched to th...
  • 5400fbc Updated package versions
  • 1353a8a Fix summaries of overloads referring to message type while no messageType par...
  • Additional commits viewable in compare view


Updates MassTransit.Azure.ServiceBus.Core from 8.2.2 to 8.2.3

Commits
  • ff9de5c Fixed #5255 - Newtonsoft not setting raw message headers properly when copyin...
  • 7099536 Fixed #5245 - Support for PostgreSQL host with multiple host names and/or ports
  • 5a0cac2 Added SQL transport to latency benchmark
  • f358ac7 Match case on Id column for prettiness
  • 806e196 Upgrade vulnerable packages (#5258)
  • 813a446 Update docs regarding serializer/deserializer
  • 8348aea Fixed #5251 - removed gRPC from documentation
  • a414629 Check if endpoint is stopping before allowing messages to be dispatched to th...
  • 5400fbc Updated package versions
  • 1353a8a Fix summaries of overloads referring to message type while no messageType par...
  • Additional commits viewable in compare view


Updates MassTransit from 8.2.2 to 8.2.3

Commits
  • ff9de5c Fixed #5255 - Newtonsoft not setting raw message headers properly when copyin...
  • 7099536 Fixed #5245 - Support for PostgreSQL host with multiple host names and/or ports
  • 5a0cac2 Added SQL transport to latency benchmark
  • f358ac7 Match case on Id column for prettiness
  • 806e196 Upgrade vulnerable packages (#5258)
  • 813a446 Update docs regarding serializer/deserializer
  • 8348aea Fixed #5251 - removed gRPC from documentation
  • a414629 Check if endpoint is stopping before allowing messages to be dispatched to th...
  • 5400fbc Updated package versions
  • 1353a8a Fix summaries of overloads referring to message type while no messageType par...
  • Additional commits viewable in compare view


Updates Azure.Identity from 1.11.3 to 1.11.4

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.0

1.12.0 (2024-06-17)

Features Added

  • Added AzurePipelinesCredential for authenticating with Azure Pipelines service connections.
  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.
  • ClientAssertionCredentialOptions now supports TokenCachePersistenceOptions for configuring token cache persistence.

Azure.Identity_1.12.0-beta.3

1.12.0-beta.3 (2024-06-11)

Features Added

  • OnBehalfOfCredential now supports client assertion callbacks for acquiring tokens on behalf of a user.
  • All credentials now support setting RefreshOn value if received from MSAL.
  • ManagedIdentityCredential sets RefreshOn value of half the token lifetime for AccessTokens with an ExpiresOn value greater than 2 hours in the future.

Breaking Changes

  • The constructor of AzurePipelinesCredential now includes additional required parameters for the Azure Pipelines service connection.

Bugs Fixed

  • Bug fixes for AzurePipelinesCredential
  • Managed identity bug fixes.

Azure.Identity_1.11.4

1.11.4 (2024-06-10)

Bugs Fixed

  • Managed identity bug fixes
Commits


Updates MassTransit.EntityFrameworkCore from 8.2.2 to 8.2.3

Commits
  • ff9de5c Fixed #5255 - Newtonsoft not setting raw message headers properly when copyin...
  • 7099536 Fixed #5245 - Support for PostgreSQL host with multiple host names and/or ports
  • 5a0cac2 Added SQL transport to latency benchmark
  • f358ac7 Match case on Id column for prettiness
  • 806e196 Upgrade vulnerable packages (#5258)
  • 813a446 Update docs regarding serializer/deserializer
  • 8348aea Fixed #5251 - removed gRPC from documentation
  • a414629 Check if endpoint is stopping before allowing messages to be dispatched to th...
  • 5400fbc Updated package versions
  • 1353a8a Fix summaries of overloads referring to message type while no messageType par...
  • Additional commits viewable in compare view


Updates MassTransit from 8.2.2 to 8.2.3

Commits
  • ff9de5c Fixed #5255 - Newtonsoft not setting raw message headers properly when copyin...
  • 7099536 Fixed #5245 - Support for PostgreSQL host with multiple host names and/or ports
  • 5a0cac2 Added SQL transport to latency benchmark
  • f358ac7 Match case on Id column for prettiness
  • 806e196 Upgrade vulnerable packages (#5258)
  • 813a446 Update docs regarding serializer/deserializer
  • 8348aea Fixed #5251 - removed gRPC from documentation
  • a414629 Check if endpoint is stopping before allowing messages to be dispatched to th...
  • 5400fbc Updated package versions
  • 1353a8a Fix summaries of overloads referring to message type while no messageType par...
  • Additional commits viewable in compare view


Updates MediatR from 12.2.0 to 12.3.0

Release notes

Sourced from MediatR's releases.

v12.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/jbogard/MediatR/compare/v12.2.0...v12.3.0

Commits
  • 3b8bf44 Merge pull request #1013 from zachpainter77/master
  • b3147c8 Merge pull request #1017 from thompson-tomo/chore/#1016_AddReadmeToBasePackage
  • 1552d92 remove Lamar Dependency
  • 338482e convert to use... _Description has been truncated_
dependabot[bot] commented 5 months ago

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.

dependabot[bot] commented 5 months ago

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.

dependabot[bot] commented 5 months ago

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.

dependabot[bot] commented 5 months ago

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.

dependabot[bot] commented 5 months ago

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.

dependabot[bot] commented 5 months ago

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