Skip to content

build(deps): bump the all-dependencies group with 6 updates#110

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/all-dependencies-c1ffa3580a
Closed

build(deps): bump the all-dependencies group with 6 updates#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/all-dependencies-c1ffa3580a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2025

Bumps the all-dependencies group with 6 updates:

Package From To
FluentValidation 11.11.0 12.0.0
FluentValidation.DependencyInjectionExtensions 11.11.0 12.0.0
OpenTelemetry.Instrumentation.AspNetCore 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Http 1.11.1 1.12.0
OpenTelemetry.Instrumentation.Runtime 1.11.1 1.12.0
xunit.runner.visualstudio 3.0.2 3.1.0

Updates FluentValidation from 11.11.0 to 12.0.0

Release notes

Sourced from FluentValidation's releases.

12.0.0

Release notes

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

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#2027)
  • Remove the ability to disable the root-model null check (#2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Downloads

Binaries can be downloaded from nuget:

Changelog

Sourced from FluentValidation's changelog.

12.0.0 - 5 May 2025 Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 6. Add support for dependent rules for custom rules (#2170) Removes deprecated DI extensions Removes deprecated transform methods (#2027) Remove the ability to disable the root-model null check (#2069) Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths (#2136) Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Commits
  • 5365d92 Prepare for 12.0 release
  • 52c7531 Update docs
  • 469a5b7 Update docs for auto-registration recommendation
  • fd4028c Use discard for unused lambda arguments (#2302)
  • 49c0da4 Update copyright
  • 53b565e Update docs
  • e88796a Rename ScalePrecisionValidatorTests -> PrecisionScaleValidatorTests
  • c715c03 Revert change to ScalePrecisionValidatorTests
  • f0d51d2 Use decimal scale to simplify PrecisionScaleValidator (#2295)
  • 52e2147 Align Func arguments of comparable rules (#2297)
  • Additional commits viewable in compare view

Updates FluentValidation.DependencyInjectionExtensions from 11.11.0 to 12.0.0

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

12.0.0

Release notes

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

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#2027)
  • Remove the ability to disable the root-model null check (#2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Downloads

Binaries can be downloaded from nuget:

Changelog

Sourced from FluentValidation.DependencyInjectionExtensions's changelog.

12.0.0 - 5 May 2025 Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 6. Add support for dependent rules for custom rules (#2170) Removes deprecated DI extensions Removes deprecated transform methods (#2027) Remove the ability to disable the root-model null check (#2069) Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths (#2136) Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#2283)

Commits
  • 5365d92 Prepare for 12.0 release
  • 52c7531 Update docs
  • 469a5b7 Update docs for auto-registration recommendation
  • fd4028c Use discard for unused lambda arguments (#2302)
  • 49c0da4 Update copyright
  • 53b565e Update docs
  • e88796a Rename ScalePrecisionValidatorTests -> PrecisionScaleValidatorTests
  • c715c03 Revert change to ScalePrecisionValidatorTests
  • f0d51d2 Use decimal scale to simplify PrecisionScaleValidator (#2295)
  • 52e2147 Align Func arguments of comparable rules (#2297)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

Instrumentation.AWS-1.12.0

Instrumentation.Runtime-1.12.0

Instrumentation.Quartz-1.12.0-beta.1

Instrumentation.Process-1.12.0-beta.1

Instrumentation.Http-1.12.0

... (truncated)

Commits
  • 0078f1e [release] Prepare release Instrumentation.AWS-1.12.0 (#2759)
  • f8e1ea2 [release] Prepare release Instrumentation.Runtime-1.12.0 (#2756)
  • 93d2318 [release] Prepare release Instrumentation.Quartz-1.12.0-beta.1 (#2754)
  • 71492d2 [release] Prepare release Instrumentation.Process-1.12.0-beta.1 (#2752)
  • ce97967 [release] Instrumentation.Http- stable release 1.12.0 updates (#2749)
  • 7f73ab4 [release] Prepare release Instrumentation.Http-1.12.0 (#2748)
  • fa91974 [release] Instrumentation.AspNetCore- stable release 1.12.0 updates (#2742)
  • 76d6a64 [release] Prepare release Instrumentation.GrpcNetClient-1.12.0-beta.1 (#2746)
  • ac9a0a3 [release] Prepare release Instrumentation.EntityFrameworkCore-1.12.0-beta.1 (...
  • 01dcd67 [release] Prepare release Instrumentation.AspNetCore-1.12.0 (#2739)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Http from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

Instrumentation.AWS-1.12.0

Instrumentation.Runtime-1.12.0

Instrumentation.Quartz-1.12.0-beta.1

Instrumentation.Process-1.12.0-beta.1

Instrumentation.Http-1.12.0

... (truncated)

Commits
  • 0078f1e [release] Prepare release Instrumentation.AWS-1.12.0 (#2759)
  • f8e1ea2 [release] Prepare release Instrumentation.Runtime-1.12.0 (#2756)
  • 93d2318 [release] Prepare release Instrumentation.Quartz-1.12.0-beta.1 (#2754)
  • 71492d2 [release] Prepare release Instrumentation.Process-1.12.0-beta.1 (#2752)
  • ce97967 [release] Instrumentation.Http- stable release 1.12.0 updates (#2749)
  • 7f73ab4 [release] Prepare release Instrumentation.Http-1.12.0 (#2748)
  • fa91974 [release] Instrumentation.AspNetCore- stable release 1.12.0 updates (#2742)
  • 76d6a64 [release] Prepare release Instrumentation.GrpcNetClient-1.12.0-beta.1 (#2746)
  • ac9a0a3 [release] Prepare release Instrumentation.EntityFrameworkCore-1.12.0-beta.1 (...
  • 01dcd67 [release] Prepare release Instrumentation.AspNetCore-1.12.0 (#2739)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Instrumentation.Runtime from 1.11.1 to 1.12.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Runtime's releases.

Instrumentation.AWS-1.12.0

Instrumentation.Runtime-1.12.0

Instrumentation.Quartz-1.12.0-beta.1

Instrumentation.Process-1.12.0-beta.1

Instrumentation.Http-1.12.0

... (truncated)

Commits
  • 0078f1e [release] Prepare release Instrumentation.AWS-1.12.0 (#2759)
  • f8e1ea2 [release] Prepare release Instrumentation.Runtime-1.12.0 (#2756)
  • 93d2318 [release] Prepare release Instrumentation.Quartz-1.12.0-beta.1 (#2754)
  • 71492d2 [release] Prepare release Instrumentation.Process-1.12.0-beta.1 (#2752)
  • ce97967 [release] Instrumentation.Http- stable release 1.12.0 updates (#2749)
  • 7f73ab4 [release] Prepare release Instrumentation.Http-1.12.0 (#2748)
  • fa91974 [release] Instrumentation.AspNetCore- stable release 1.12.0 updates (#2742)
  • 76d6a64 [release] Prepare release Instrumentation.GrpcNetClient-1.12.0-beta.1 (#2746)
  • ac9a0a3 [release] Prepare release Instrumentation.EntityFrameworkCore-1.12.0-beta.1 (...
  • 01dcd67 [release] Prepare release Instrumentation.AspNetCore-1.12.0 (#2739)
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 3.0.2 to 3.1.0

Commits
  • 00ab0a9 v3.1.0
  • fac4d85 Skip tests during discovery that have duplicate unique IDs, since they won't ...
  • 2a4863b Move potentially throwing app domain cleanup code inside of try/catch
  • dcc4678 Filter out duplicate test warnings caused by Test Explorer passing duplicates...
  • 3ae7409 Send warning message when disabling long running test detection and test time...
  • a05e9cb Latest dependencies (and bump to net8.0 due to xunit.v3.runner.utility 2.x ne...
  • 6c5b6a1 Use -tl:off for Test targets
  • 428a422 Bump up to 3.1.0 due to new .NET 8 requirement
  • 385eb55 Update build commands to ensure minimum .NET SDK is 9
  • e2c61c2 xunit/xunit#3075: Attempt to resolve dictionary throwing for duplicate key
  • Additional commits viewable in compare view

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 all-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.11.0` | `12.0.0` |
| [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) | `11.11.0` | `12.0.0` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [OpenTelemetry.Instrumentation.Runtime](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.11.1` | `1.12.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.2` | `3.1.0` |


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

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

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Instrumentation.AWS-1.12.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Instrumentation.AWS-1.12.0)

Updates `OpenTelemetry.Instrumentation.Runtime` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Instrumentation.AWS-1.12.0)

Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@winromulus winromulus enabled auto-merge (squash) May 6, 2025 09:47
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2025

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

@dependabot dependabot Bot closed this May 7, 2025
auto-merge was automatically disabled May 7, 2025 10:02

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/nuget/all-dependencies-c1ffa3580a branch May 7, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant