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 other group with 15 updates #560

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps the other group with 15 updates:

Package From To
Autofac 7.0.1 7.1.0
Azure.Identity 1.9.0 1.10.0
MassTransit.EntityFrameworkCore 8.0.16 8.1.0
MassTransit 8.0.16 8.1.0
IdentityModel 6.1.0 6.2.0
Dapper 2.0.143 2.0.151
Serilog.Settings.Configuration 7.0.0 7.0.1
Google.Apis.Auth 1.61.0 1.62.0
Microsoft.IdentityModel.Tokens 6.32.1 6.32.3
System.IdentityModel.Tokens.Jwt 6.32.1 6.32.3
OpenTelemetry 1.5.1 1.6.0
Ory.Kratos.Client 0.13.1 1.0.0
BenchmarkDotNet 0.13.6 0.13.8
FluentAssertions 6.11.0 6.12.0
NSubstitute 5.0.0 5.1.0

Updates Autofac from 7.0.1 to 7.1.0

Release notes

Sourced from Autofac's releases.

v7.1.0

What's Changed

  • Fix #1388: Re-enabled RegsiterTypes filtering. This was an accidental behavior regression where the RegisterTypes method wouldn't filter out non-registerable types.
  • RegisterType<T> and RegisterType(Type t) will now throw when non-registerable types are provided, for example containerBuilder.RegisterType<IInterface>() (you can't register interfaces - you can register things As<IInterface>). This used to throw at container build time; now it throws at RegisterType time and it has a more precise error message so you can handle these issues more proactively.

Full Changelog: autofac/Autofac@v7.0.1...v7.1.0

Commits
  • 331a693 Semver => 7.1.0
  • 17e22eb Merge pull request #1389 from autofac/feature/registertypes-filtering
  • 36da90d Convert all '!= null' to 'is not null'
  • 13b3fee Tests for value type registrations.
  • 5e0b472 Better message for invalid RegisterType calls.
  • aab6734 Centralize check for potential to do reflection activation.
  • 80d1978 Spelling word.
  • 1fde081 Refactor and update naming for scanning utilities.
  • ea6a125 Share "concrete type" filter between assembly and type scanning.
  • 7996d57 Housekeeping: parameterised => parameterized.
  • Additional commits viewable in compare view

Updates Azure.Identity from 1.9.0 to 1.10.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.10.0

1.10.0 (2023-08-14)

Features Added

  • Added BrowserCustomization property to InteractiveBrowserCredential to enable web view customization for interactive authentication.

Bugs Fixed

  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • Fixed an issue where AzurePowerShellCredential fails to parse the token response from Azure PowerShell. #22638

Azure.Identity_1.10.0-beta.1

1.10.0-beta.1 (2023-07-17)

Features Added

  • Continuous Access Evaluation (CAE) is now configurable per-request by setting the IsCaeEnabled property of TokenRequestContext via its constructor.
  • Added IsSupportLoggingEnabled property to TokenCredentialOptions which equates to passing 'true' for the enablePiiLogging parameter to the 'WithLogging' method on the MSAL client builder.

Bugs Fixed

  • Fixed an issue with TokenCachePersistenceOptions where credentials in the same process would share the same cache, even if they had different configured names.
  • ManagedIdentityCredential now ignores empty ClientId values. #37100
  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • When utilizing EnvironmentCredential from DefaultAzureCredential the credential will now override the TENANT_ID environment value if the TenantId value is set in DefaultAzureCredentialOptions.

Other Changes

  • All developer credentials in the DefaultAzureCredential credential chain will fall through to the next credential in the chain on any failure. Previously, some exceptions would throw AuthenticationFailedException, which stops further progress in the chain.
Commits

Updates MassTransit.EntityFrameworkCore from 8.0.16 to 8.1.0

Commits
  • dcc278e Added additional constructor overload for prefix only on Kebab/Snake case end...
  • 9a6916d Fixed #4573 - empty strings should not be removed from the dictionary, not su...
  • 8256246 Retargeted PR #4571 - Changed ActiveMQ to use overloaded SendAsync instead of...
  • 0185878 Update to latest version of Marten [Breaking] (#4563)
  • 49c64fb Added a new, single method to add all three transactional outbox entities to ...
  • 95075e4 Added more missing obsolete attributes
  • f9deb98 Change RabbitMQ transport to not call Clear when using External auth
  • 15c44ca Removed Obsolete Property, added a bunch of obsolete attributes
  • a40b063 Added JobTypeSaga.Name property to the saga map
  • fc4fb14 Add job type name to help diagnose problems.
  • Additional commits viewable in compare view

Updates MassTransit from 8.0.16 to 8.1.0

Commits
  • dcc278e Added additional constructor overload for prefix only on Kebab/Snake case end...
  • 9a6916d Fixed #4573 - empty strings should not be removed from the dictionary, not su...
  • 8256246 Retargeted PR #4571 - Changed ActiveMQ to use overloaded SendAsync instead of...
  • 0185878 Update to latest version of Marten [Breaking] (#4563)
  • 49c64fb Added a new, single method to add all three transactional outbox entities to ...
  • 95075e4 Added more missing obsolete attributes
  • f9deb98 Change RabbitMQ transport to not call Clear when using External auth
  • 15c44ca Removed Obsolete Property, added a bunch of obsolete attributes
  • a40b063 Added JobTypeSaga.Name property to the saga map
  • fc4fb14 Add job type name to help diagnose problems.
  • Additional commits viewable in compare view

Updates IdentityModel from 6.1.0 to 6.2.0

Release notes

Sourced from IdentityModel's releases.

6.2.0

What's Changed

New Contributors

Full Changelog: IdentityModel/IdentityModel@6.1.0...6.2.0

Commits
  • 88dda0f Add IsTrimmable Annotation and convert json serialization to use source gener...
  • See full diff in compare view

Updates Dapper from 2.0.143 to 2.0.151

Release notes

Sourced from Dapper's releases.

2.0.151

Commits

Updates Serilog.Settings.Configuration from 7.0.0 to 7.0.1

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v7.0.1

  • #388 - case-insensitive parsing for level overrides (@​sungam3r)
  • #391 - relax check for existence of Using section in configuration when publishing in single-file mode (@​0xced)
Commits

Updates Google.Apis.Auth from 1.61.0 to 1.62.0

Commits

Updates Microsoft.IdentityModel.Tokens from 6.32.1 to 6.32.3

Release notes

Sourced from Microsoft.IdentityModel.Tokens's releases.

6.32.3

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #2258 for details.
Changelog

Sourced from Microsoft.IdentityModel.Tokens's changelog.

6.32.3

Bug fixes:

  • Fix logging messages. See #2288 for details.

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #2258 for details.
Commits

Updates System.IdentityModel.Tokens.Jwt from 6.32.1 to 6.32.3

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

6.32.3

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #2258 for details.
Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

6.32.3

Bug fixes:

  • Fix logging messages. See #2288 for details.

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #2258 for details.
Commits

Updates OpenTelemetry from 1.5.1 to 1.6.0

Release notes

Sourced from OpenTelemetry's releases.

core-1.6.0-rc.1

OpenTelemetry

  • Experimental Feature Added an opt-in feature to aggregate any metric measurements that were dropped due to reaching the max MetricPoints limit. When this feature is enabled, SDK would aggregate such measurements using a reserved MetricPoint with a single tag with key as otel.metric.overflow and value as true. The feature is turned-off by default. You can enable it by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE to true before setting up the MeterProvider. (#4737)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • Excluded attributes corresponding to LogRecord.EventId, LogRecord.CategoryName and LogRecord.Exception from the exported data. This is done as the semantic conventions for these attributes are not yet stable. (#4781)

  • Added extension method for configuring export processor options for otlp log exporter. (#4733)

  • Added support for configuring the metric exporter's temporality using the environment variable OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE as defined in the specification. (#4667)

OpenTelemetry.Exporter.Prometheus.AspNetCore

OpenTelemetry.Exporter.Prometheus.HttpListener

OpenTelemetry.Extensions.Hosting

  • Experimental (pre-release builds only): Added Logs Bridge API implementation (OpenTelemetryBuilder.WithLogging). (#4735)

1.6.0-alpha.1

OpenTelemetry

... (truncated)

Commits
  • 5cc1f39 [build] Fix more ordering issues with ExposeExperimentalFeatures compiler swi...
  • 268d29a [build] Fix ordering issues with ExposeExperimentalFeatures compiler switch (...
  • 4427e88 Update CHANGELOG for 1.6.0 (#4827)
  • a0084f2 [sdk] Hardcode known histograms using seconds (#4820)
  • 74ca717 [otlp] Update changelog to indicate breaking change between pre-release and s...
  • 34544bd Bump actions/checkout from 3 to 4 (#4824)
  • 72d0a6c [otlp] Add note on ilogger scopes (#4818)
  • 759d540 [OpenTracing.Shim] TracerShim constructor (#4812)
  • 1da0297 Implement OTLP retry mechanism (#4616)
  • bb1253e Add otlp log and trace exporter benchmarks (#4807)
  • Additional commits viewable in compare view

Updates Ory.Kratos.Client from 0.13.1 to 1.0.0

Commits

Updates BenchmarkDotNet from 0.13.6 to 0.13.8

Release notes

Sourced from BenchmarkDotNet's releases.

0.13.8

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.8.html

Highlights

This release contains important bug fixes.

What's Changed

New Contributors

Full Changelog: dotnet/BenchmarkDotNet@v0.13.7...v0.13.8

BenchmarkDotNet v0.13.7

This release contains a bunch of important bug fixes.

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.7.html

What's Changed

New Contributors

... (truncated)

Commits
  • f8de1e9 Prepare v0.13.8 changelog
  • e2e888c Use Roslyn Toolchain by default if no build settings are changed.
  • b035d90 feat: add text justification style (#2410)
  • 2a8bab5 Fixed nullability warnings for some files from BenchmarkDotNet project
  • 3860e4a Removed redundant check
  • 83fc5ed Updated CodeAnnotations to the actual version
  • 2d763cf Enable nullability for BenchmarkDotNet.Annotations
  • d391085 Update stub decoding for .NET 8 for disassemblers (#2416)
  • e0c667f - update the templates install command to reflect dotnet cli updates (#2415)
  • c35dcb2 Refactor out base TextLogger from StreamLogger (#2406)
  • Additional commits viewable in compare view

Updates FluentAssertions from 6.11.0 to 6.12.0

Release notes

Sourced from FluentAssertions's releases.

6.12.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

New Contributors

... (truncated)

Commits
  • 340af80 Merge pull request #2270 from dennisdoomen/Release612
  • a6f615b Updated the release number
  • 3aa84ad Added Qodana batch
  • 3c635b9 Qodana scan: Use raw string: XmlElementAssertionSpecs
  • c5d4d07 Qodana scan: Use raw string: XElementAssertionSpecs
  • 38f6707 Qodana scan: Use raw string: XDocumentAssertionSpecs
  • 1ab324b Qodana scan: Potentially misleading parameter name in lambda or local function
  • ca6dcbf Tweak qodana.yaml
  • 7873005 Qodana scan: Convert constructor into member initializers
  • 4537b20 Qodana scan: Put local function after 'return' or 'continue'
  • Additional commits viewable in compare view

Updates NSubstitute from 5.0.0 to 5.1.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
IdentityModel [>= 5.a, < 6]

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 other group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [Autofac](https://github.com/autofac/Autofac) | `7.0.1` | `7.1.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.9.0` | `1.10.0` |
| [MassTransit.EntityFrameworkCore](https://github.com/MassTransit/MassTransit) | `8.0.16` | `8.1.0` |
| [MassTransit](https://github.com/MassTransit/MassTransit) | `8.0.16` | `8.1.0` |
| [IdentityModel](https://github.com/IdentityModel/IdentityModel) | `6.1.0` | `6.2.0` |
| [Dapper](https://github.com/DapperLib/Dapper) | `2.0.143` | `2.0.151` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `7.0.0` | `7.0.1` |
| [Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client) | `1.61.0` | `1.62.0` |
| [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.32.1` | `6.32.3` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.32.1` | `6.32.3` |
| [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.5.1` | `1.6.0` |
| [Ory.Kratos.Client](https://github.com/ory/sdk) | `0.13.1` | `1.0.0` |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.6` | `0.13.8` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` |
| NSubstitute | `5.0.0` | `5.1.0` |


Updates `Autofac` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v7.0.1...v7.1.0)

Updates `Azure.Identity` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.9.0...Azure.Identity_1.10.0)

Updates `MassTransit.EntityFrameworkCore` from 8.0.16 to 8.1.0
- [Commits](MassTransit/MassTransit@v8.0.16...v8.1.0)

Updates `MassTransit` from 8.0.16 to 8.1.0
- [Commits](MassTransit/MassTransit@v8.0.16...v8.1.0)

Updates `IdentityModel` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/IdentityModel/IdentityModel/releases)
- [Commits](IdentityModel/IdentityModel@6.1.0...6.2.0)

Updates `Dapper` from 2.0.143 to 2.0.151
- [Release notes](https://github.com/DapperLib/Dapper/releases)
- [Commits](DapperLib/Dapper@2.0.143...2.0.151)

Updates `Serilog.Settings.Configuration` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](https://github.com/serilog/serilog-settings-configuration/commits)

Updates `Google.Apis.Auth` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/googleapis/google-api-dotnet-client/releases)
- [Commits](https://github.com/googleapis/google-api-dotnet-client/commits)

Updates `Microsoft.IdentityModel.Tokens` from 6.32.1 to 6.32.3
- [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@6.32.1...6.32.3)

Updates `System.IdentityModel.Tokens.Jwt` from 6.32.1 to 6.32.3
- [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@6.32.1...6.32.3)

Updates `OpenTelemetry` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.5.1...core-1.6.0)

Updates `Ory.Kratos.Client` from 0.13.1 to 1.0.0
- [Release notes](https://github.com/ory/sdk/releases)
- [Commits](https://github.com/ory/sdk/commits)

Updates `BenchmarkDotNet` from 0.13.6 to 0.13.8
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.6...v0.13.8)

Updates `FluentAssertions` from 6.11.0 to 6.12.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.11.0...6.12.0)

Updates `NSubstitute` from 5.0.0 to 5.1.0

---
updated-dependencies:
- dependency-name: Autofac
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: MassTransit.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: IdentityModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Dapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Google.Apis.Auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: OpenTelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Ory.Kratos.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #560 (be47fd9) into v8.0-preview (de3dac1) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           v8.0-preview     #560   +/-   ##
=============================================
  Coverage         66.64%   66.64%           
=============================================
  Files               194      194           
  Lines              4434     4434           
=============================================
  Hits               2955     2955           
  Misses             1479     1479           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

Superseded by #562.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/nuget/other-ab2dd60d6e branch September 11, 2023 16:31
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