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 dependencies group across 1 directory with 9 updates #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

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

Package From To
Microsoft.Bcl.TimeProvider 9.0.0-preview.7.24405.7 9.0.0
Microsoft.Extensions.Logging 8.0.0 9.0.0
Microsoft.Extensions.Logging 8.0.0 9.0.0
Microsoft.Extensions.Logging.Console 8.0.0 9.0.0
FluentAssertions 6.12.0 6.12.2
Microsoft.Extensions.Logging 8.0.0 9.0.0
Microsoft.Extensions.Logging.Debug 8.0.0 9.0.0
Microsoft.Extensions.TimeProvider.Testing 9.0.0-preview.7.24412.10 9.0.0
Microsoft.NET.Test.Sdk 17.10.0 17.11.1
xunit 2.9.0 2.9.2
dotnet-reportgenerator-globaltool 5.3.8 5.4.1

Updates Microsoft.Bcl.TimeProvider from 9.0.0-preview.7.24405.7 to 9.0.0

Release notes

Sourced from Microsoft.Bcl.TimeProvider's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Extensions.Logging.Console from 8.0.0 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates FluentAssertions from 6.12.0 to 6.12.2

Release notes

Sourced from FluentAssertions's releases.

6.12.2

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #2390, #2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #2445, #2511
  • BeEquivalentTo with a custom comparer can now handle null values - #2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

Commits

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

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Bcl.TimeProvider](https://github.com/dotnet/runtime) | `9.0.0-preview.7.24405.7` | `9.0.0` |
| [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.2` |
| [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions) | `9.0.0-preview.7.24412.10` | `9.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.1` |
| [xunit](https://github.com/xunit/xunit) | `2.9.0` | `2.9.2` |
| [dotnet-reportgenerator-globaltool](https://github.com/danielpalme/ReportGenerator) | `5.3.8` | `5.4.1` |



Updates `Microsoft.Bcl.TimeProvider` from 9.0.0-preview.7.24405.7 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0-preview.7.24405.7...v9.0.0)

Updates `Microsoft.Extensions.Logging` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `Microsoft.Extensions.Logging` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `Microsoft.Extensions.Logging.Console` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

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

Updates `Microsoft.Extensions.Logging` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `Microsoft.Extensions.Logging.Debug` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `Microsoft.Extensions.TimeProvider.Testing` from 9.0.0-preview.7.24412.10 to 9.0.0
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](dotnet/extensions@v9.0.0-preview.7.24412.10...v9.0.0)

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

Updates `xunit` from 2.9.0 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.0...v2-2.9.2)

Updates `dotnet-reportgenerator-globaltool` from 5.3.8 to 5.4.1
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](danielpalme/ReportGenerator@v5.3.8...v5.4.1)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.TimeProvider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging.Debug
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

The following labels could not be found: dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants