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 dependencies #253

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

Bump dependencies #253

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Manager Type Update
FluentAssertions (source) 6.12.0 -> 6.12.1 age adoption passing confidence nuget nuget patch
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence nuget nuget minor
YamlDotNet (source) 16.0.0 -> 16.1.0 age adoption passing confidence nuget nuget minor
docker/login-action v3.2.0 -> v3.3.0 age adoption passing confidence github-actions action minor
docker/setup-buildx-action v3.4.0 -> v3.6.1 age adoption passing confidence github-actions action minor
mcr.microsoft.com/dotnet/runtime 8.0.7-jammy -> 8.0.8-jammy age adoption passing confidence dockerfile final patch

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.1

Compare Source

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

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

aaubry/YamlDotNet (YamlDotNet)

v16.1.0: Release 16.1.0

What's Changed
New Contributors

Full Changelog: aaubry/YamlDotNet@v16.0.0...v16.1.0

docker/login-action (docker/login-action)

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

dotnet/runtime (mcr.microsoft.com/dotnet/runtime)

v8.0.8: .NET 8.0.8

Compare Source

Release


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from gitfool as a code owner July 22, 2024 09:51
@renovate renovate bot added the dependencies Changes that only affect dependencies label Jul 22, 2024
Copy link

github-actions bot commented Jul 22, 2024

coverage

File Coverage Lines Branches
All files 1% 0% 1%
BoardGameGeek.Dungeon.AsyncCommandBase`1 0% 0% 100%
BoardGameGeek.Dungeon.Authenticator 0% 0% 0%
BoardGameGeek.Dungeon.CommandBase`1 0% 0% 100%
BoardGameGeek.Dungeon.ConfigCommand 0% 0% 0%
BoardGameGeek.Dungeon.ConfigCommand 0% 0% 100%
BoardGameGeek.Dungeon.Extensions.ResiliencePipelineExtensions 0% 0% 100%
BoardGameGeek.Dungeon.GetPlaysCommand 0% 0% 0%
BoardGameGeek.Dungeon.GetPlaysCommand 0% 0% 100%
BoardGameGeek.Dungeon.GetStatsCommand 0% 0% 0%
BoardGameGeek.Dungeon.GetStatsCommand 0% 0% 100%
BoardGameGeek.Dungeon.HostBuilderExtensions 0% 0% 0%
BoardGameGeek.Dungeon.HostTypeRegistrar 0% 0% 0%
BoardGameGeek.Dungeon.HostTypeResolver 0% 0% 0%
BoardGameGeek.Dungeon.LoginCommand 0% 0% 100%
BoardGameGeek.Dungeon.LoginCommand 0% 0% 100%
BoardGameGeek.Dungeon.LogPlayCommand 0% 0% 100%
BoardGameGeek.Dungeon.LogPlayCommand 0% 0% 0%
BoardGameGeek.Dungeon.Models.Collection 0% 0% 100%
BoardGameGeek.Dungeon.Models.Game 52% 29% 75%
BoardGameGeek.Dungeon.Models.Play 30% 11% 50%
BoardGameGeek.Dungeon.Models.Player 0% 0% 100%
BoardGameGeek.Dungeon.Models.Stats 0% 0% 100%
BoardGameGeek.Dungeon.Models.Summary 0% 0% 100%
BoardGameGeek.Dungeon.Models.Thing 0% 0% 100%
BoardGameGeek.Dungeon.Models.ThingLink 0% 0% 100%
BoardGameGeek.Dungeon.Processor 0% 0% 0%
BoardGameGeek.Dungeon.Program 0% 0% 100%
BoardGameGeek.Dungeon.Recorder 0% 0% 100%
BoardGameGeek.Dungeon.Renderer 0% 0% 0%
BoardGameGeek.Dungeon.Services.BggService 0% 0% 0%
BoardGameGeek.Dungeon.Services.CollectionItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.CollectionItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.CollectionItemStatus 0% 0% 0%
BoardGameGeek.Dungeon.Services.PlayItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayItemStringValue 0% 0% 100%
BoardGameGeek.Dungeon.Services.PlayPlayer 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItem 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemIntegerValue 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemLink 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItemName 0% 0% 100%
BoardGameGeek.Dungeon.Services.ThingItems 0% 0% 100%
BoardGameGeek.Dungeon.Services.UserPlays 0% 0% 100%
BoardGameGeek.Dungeon.SourceContextUqnEnricher 0% 0% 0%
BoardGameGeek.Dungeon.AssemblyExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ConfigExtensions 0% 0% 100%
BoardGameGeek.Dungeon.ConfigTypeInspector 0% 0% 100%
BoardGameGeek.Dungeon.ExpressionHelpers 0% 0% 0%
BoardGameGeek.Dungeon.ObjectExtensions 0% 0% 0%
BoardGameGeek.Dungeon.StringExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ValidationExtensions 0% 0% 0%
BoardGameGeek.Dungeon.ValidationLanguageManager 0% 0% 100%

Minimum allowed coverage is 80%

Generated by 🐒 cobertura-action against 91e82c2

@renovate renovate bot changed the title Bump docker/login-action action to v3.3.0 Bump dependencies Jul 22, 2024
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 84d3ed2 to 8cdd3b7 Compare July 29, 2024 16:50
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 068c03c to 65f618f Compare August 20, 2024 15:07
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 71afb46 to a6420b9 Compare September 5, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that only affect dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants