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 #214

Merged
merged 1 commit into from
Oct 21, 2023
Merged

Bump dependencies #214

merged 1 commit into from
Oct 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Manager Type Update
FluentAssertions (source) 6.11.0 -> 6.12.0 age adoption passing confidence nuget nuget minor
FluentValidation (source) 11.7.1 -> 11.8.0 age adoption passing confidence nuget nuget minor
Microsoft.NET.Test.Sdk 17.7.0 -> 17.7.2 age adoption passing confidence nuget nuget patch
Serilog.Settings.Configuration 7.0.0 -> 7.0.1 age adoption passing confidence nuget nuget patch
YamlDotNet (source) 13.1.1 -> 13.7.1 age adoption passing confidence nuget nuget minor
actions/cache v3.3.1 -> v3.3.2 age adoption passing confidence github-actions action patch
actions/checkout v3.5.3 -> v3.6.0 age adoption passing confidence github-actions action minor
docker/setup-buildx-action v2.9.1 -> v2.10.0 age adoption passing confidence github-actions action minor
mcr.microsoft.com/dotnet/runtime 7.0.10-jammy -> 7.0.12-jammy age adoption passing confidence dockerfile final patch
xunit 2.5.0 -> 2.5.3 age adoption passing confidence nuget nuget patch
xunit.runner.visualstudio (source) 2.5.0 -> 2.5.3 age adoption passing confidence nuget nuget patch

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.0

Compare Source

What's Changed
New features
Improvements
Fixes
Documentation
Others
New Contributors

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

JeremySkinner/fluentvalidation (FluentValidation)

v11.8.0

Compare Source

Release notes

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

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#​2114)
  • Fix Serbian translation of LengthValidator (#​2147)
  • Fix chinese culture codes (#​2151)
  • Add Khmer translations (#​2155)
  • Various performance improvements (#​2158)
  • Fix ChildRules with class hierarchies (#​2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#​2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#​2125)
  • Add PropertyPath placeholder (#​2134)
  • Fix Brazilian Portuguese translation (#​2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#​2120)
  • Fix typo in Russian localization (#​2102)
  • Add Tajik language (#​2108)
  • Fixed some typos in Validator Extension docblocks (#​2118)

Changes in 11.5.2

  • Resolve issue with ruleset propagation for multiple levels of child rules (#​2097)

Changes in 11.5.1

  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #​2069 for migration steps)
  • Deprecated the Transform and TransformAsync methods (See #​2072 for migration steps)

Changes in 11.5.0

  • MemberNameValidatorSelector now supports wildcard indexes in property paths (#​2056)
  • Added overload of TestValidateAsync that accepts a context (#​2052)
  • Minor optimization to regex validator (#​2035)
  • Added Kazakh translations (#​2036)
  • Added Catalan translations and updated Spanish translations (#​2050)
  • Updates to Uzbek Latin and Cyrillic translations (#​2040/#​2041/#​2045)
  • Updates to Italian translations (#​2039)
  • Updates to French translations (#​2065)

Changes in 11.4.0

  • Deprecate ScalePrecision validator and introduce PrecisionScale validator as its replacement (#​2030)

Changes in 11.3.0

  • Add a net7 build
  • Annotate string parameters with StringSyntaxAttribute.Regex in net7 builds (#​1957)
  • Fixes to SourceLink integration (#​2019)
  • Add Uzbek Latin and Cyrillic languages (#​2013)
  • Updates to Danish language (#​2012)

Changes in 11.2.2

  • MemberNameValidatorSelector should make use of PropertyNameResolver when parsing expressions (#​2003)

Changes in 11.2.1

  • Fix test helper Only() not taking into account parent-level unmatched failures (#​1986)

Changes in 11.2.0

  • Resolve issue with unexpected results when with nested Include calls with the MemberNameValidatorSelector (#​1989)
  • Add a new Selector Factory for the Composite Selector (#​1988)

Changes in 11.1.1

  • Fix issue with incorrect rulesets being executed in a child validator when combined with ChildRules (#​1981)
  • Bulgarian translations of default messages (#​1973)

Changes in 11.1.0

  • Added a ToDictionary method to ValidationResult (particularly useful when working with Minimal APIs)-
  • MVC auto validation: Deprecated Implicit validation of child properties (#​1960)
  • MVC auto validation: Deprecated Implicit validation of root collection elements (#​1960)
  • Deprecated InjectValidator (#​1960)
  • Deprecated IValidatorFactory and ServiceProviderValidatorFactory (#​1961)
  • Introduce services.AddFluentValidationAutoValidation() and services.AddFluentValidationClientsideAdapters() as replacements for services.AddFluentValidation() (#​1965)
  • Remove duplication between sync and async validation in the internal model.

Changes in 11.0.3

  • Fix AsyncValidatorInvokedSynchronouslyException being incorrectly thrown when the top-level When method with RuleForEach, even when invoked asynchronously (#​1955)

Changes in 11.0.2

  • Child validator contexts now contain a reference to their parent context (#​1945)
  • Support deserialization of ValidationResult using System.Text.Json (#​1928)

Changes in 11.0.1

  • Fix regression in the Test Helper affecting the With* and Without* assertion methods (#​1937)

Changes in 11.0

  • Throw exceptions when async validator is invoked synchronously (#​1705)
  • Removal deprecated OnFailure/OnAnyFailure callbacks.
  • Remove deprecated RunDefaultMvcValidationAfterFluentValidationExecutes option from ASP.NET integration.
  • Remove deprecated Options property from RuleComponent.
  • Remove deprecated TestHelper methods.
  • Remove non-generic PropertyValidator backwards compatibility layer.
  • Add method Only() to the test helper asserting that no other validation errors were raised.
  • Ensure property covariance is properly handled throughout the internal model (#​1713)

Downloads

Binaries can be downloaded from nuget:

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

v17.7.2

What's Changed

Full Changelog: microsoft/vstest@v17.7.1...v17.7.2

v17.7.1

What's Changed

Full Changelog: microsoft/vstest@v17.7.0...v17.7.1

aaubry/YamlDotNet (YamlDotNet)

v13.7.1: Release 13.7.1

  • Merge pull request #​859 from EdwardCooke/ec-858-static-typeresolver-enums
    Special case on statictyperesolver for enums

v13.7.0: Release 13.7.0

  • Merge pull request #​856 from prochnowc/code-generation-object
    Added support for serialization and deserialization of 'object' to static code generation

  • Merge pull request #​839 from stijnherreman/dateonly-timeonly
    Implement DateOnly and TimeOnly converters.

v13.5.2: Release 13.5.2

  • Merge pull request #​855 from prochnowc/support-collections-with-arrays
    Fix code generation for Dictionary and List which use Array values

v13.5.1: Release 13.5.1

  • Merge pull request #​853 from prochnowc/static-external-model
    Fix multiple use of YamlSerializableAttribute

v13.5.0: Release 13.5.0

  • Merge pull request #​852 from prochnowc/static-external-model
    Add support for including types defined in another assembly in static code generation

v13.4.0: Release 13.4.0

  • Merge pull request #​824 from 64J0/64J0-patch-1
    F# samples

  • Merge pull request #​843 from EdwardCooke/ec-785-callbacks
    Added on onserialized/onserializing and ondeserialized/ondeserializing

v13.3.1: Release 13.3.1

  • Merge pull request #​834 from EdwardCooke/ec-810-nullyamlstreamscalars
    Support null values in YamlScalarNode for YamlStream

  • Merge pull request #​835 from EdwardCooke/ec-817-keynotappliedtoquotedscalars
    Set IsKey on quoted scalar keys

  • Merge pull request #​836 from EdwardCooke/ec-815-datetimeoffset
    Added a DateTimeOffsetConverter with a sample on usage

  • Merge pull request #​837 from EdwardCooke/ec-792-testsinnonenglish
    Fix tests running in cultures using different cultures

  • Merge pull request #​841 from EdwardCooke/ec-838-utfcharsets
    Escaped UTF-16/32 with UTF-8 surrogates

v13.2.0: Release 13.2.0

  • Merge pull request #​821 from rudolfolah/deserialize-generic-objects-error-message-and-sample
    Deserialize generic objects sample

  • Merge pull request #​825 from rbnswartz/rs/optimization-for-scanner
    Use a span to reduce string allocations

  • Merge pull request #​782 from hemnstill/mergingparser_with_aliases_try2
    MergingParser deserializer can now handle nested NodeSequence with aliases (try2)

  • Merge pull request #​778 from rutger-dijkstra/fix-block-level-quoted-strings
    Quoted scalars are flow scalars only if flowLevel > 0

  • Merge pull request #​832 from FyiurAmron/add_missing_methods_and_reorder
    Add missing methods to (de)serializer interfaces and implementations

  • Merge pull request #​827 from tymokvo/add-force-scalar-style
    Add default scalar style

actions/cache (actions/cache)

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

actions/checkout (actions/checkout)

v3.6.0

Compare Source

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

v2.10.0

Compare Source

What's Changed

Full Changelog: docker/setup-buildx-action@v2.9.1...v2.10.0

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

v7.0.12: .NET 7.0.12

Compare Source

Release

v7.0.11: .NET 7.0.11

Compare Source

Release

xunit/xunit (xunit)

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v2.5.3

Compare Source

v2.5.1

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from gitfool as a code owner August 14, 2023 07:16
@renovate renovate bot added the dependencies Changes that only affect dependencies label Aug 14, 2023
@github-actions
Copy link

github-actions bot commented Aug 14, 2023

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.Converters.CookieConverter 0% 0% 100%
BoardGameGeek.Dungeon.Extensions.Utf8JsonReaderExtensions 0% 0% 0%
BoardGameGeek.Dungeon.Extensions.Utf8JsonWriterExtensions 0% 0% 0%
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% 0%
BoardGameGeek.Dungeon.LogPlayCommand 0% 0% 0%
BoardGameGeek.Dungeon.Models.Collection 0% 0% 100%
BoardGameGeek.Dungeon.Models.Game 56% 29% 83%
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 3fcf2d2

@renovate renovate bot changed the title Bump dependency YamlDotNet to v13.2.0 Bump dependencies Aug 16, 2023
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 62d9979 to 141e5fb Compare August 23, 2023 13:21
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from c67db0e to bd016f0 Compare August 29, 2023 10:41
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 7b619a7 to 4c30975 Compare September 12, 2023 20:27
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from a4cbc2f to 9338312 Compare September 20, 2023 15:25
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from 81d82b0 to ed877f4 Compare October 10, 2023 21:52
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from ca9e3df to c920f70 Compare October 17, 2023 00:28
@gitfool gitfool merged commit 09088c2 into main Oct 21, 2023
3 checks passed
@gitfool gitfool deleted the renovate/minor branch October 21, 2023 02:53
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.

None yet

1 participant