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

Update Minor backend dependencies #5017

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Data.Tables (source) 12.8.3 -> 12.9.1 age adoption passing confidence
Azure.Identity (source) 1.12.0 -> 1.13.1 age adoption passing confidence
Azure.Storage.Blobs (source) 12.21.0 -> 12.22.2 age adoption passing confidence
Azure.Storage.Queues (source) 12.19.0 -> 12.20.1 age adoption passing confidence
Bogus 35.6.0 -> 35.6.1 age adoption passing confidence
CliWrap 3.6.6 -> 3.6.7 age adoption passing confidence
DuckDB.NET.Data.Full 1.0.2 -> 1.1.3 age adoption passing confidence
FluentValidation (source) 11.9.2 -> 11.10.0 age adoption passing confidence
FluentValidation.DependencyInjectionExtensions (source) 11.9.2 -> 11.10.0 age adoption passing confidence
GovukNotify 7.1.0 -> 7.2.0 age adoption passing confidence
HtmlAgilityPack (source) 1.11.61 -> 1.11.71 age adoption passing confidence
MSTest.TestFramework 3.5.0 -> 3.6.2 age adoption passing confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Authorization (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.AspNetCore.SpaServices.Extensions (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.Azure.Functions.Worker 1.22.0 -> 1.23.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.ApplicationInsights 1.2.0 -> 1.4.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Extensions.DurableTask 1.1.4 -> 1.1.7 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues 5.4.0 -> 5.5.0 age adoption passing confidence
Microsoft.Azure.Functions.Worker.Sdk 1.17.4 -> 1.18.1 age adoption passing confidence
Microsoft.Azure.SignalR (source) 1.26.0 -> 1.28.0 age adoption passing confidence
Microsoft.Data.SqlClient (source) 5.2.1 -> 5.2.2 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.Extensions.DependencyInjection (source) 8.0.0 -> 8.0.1 age adoption passing confidence
Microsoft.Extensions.Logging.AzureAppServices (source) 8.0.7 -> 8.0.10 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence
MockQueryable.Moq 7.0.1 -> 7.0.3 age adoption passing confidence
Moq 4.20.70 -> 4.20.72 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.4 -> 8.0.10 age adoption passing confidence
Swashbuckle.AspNetCore 6.6.2 -> 6.9.0 age adoption passing confidence
Swashbuckle.AspNetCore.Annotations 6.6.2 -> 6.9.0 age adoption passing confidence
Testcontainers (source) 3.9.0 -> 3.10.0 age adoption passing confidence
Testcontainers.Azurite (source) 3.9.0 -> 3.10.0 age adoption passing confidence
Testcontainers.PostgreSql (source) 3.9.0 -> 3.10.0 age adoption passing confidence
dotnet-ef (source) 8.0.7 -> 8.0.10 age adoption passing confidence
xunit 2.9.0 -> 2.9.2 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Data.Tables)

v12.9.1

Compare Source

12.9.1 (2024-09-17)

Bugs Fixed
  • Fixed an issue that prevented use of stored access policy based SaS Uris by adding a parameterless constructor to TableSasBuilder. The resulting builder can then be modified to include the stored access policy identifier or any other details.
Other Changes
  • Cosmos Table endpoints now support Entra ID authentication.

v12.9.0

Compare Source

12.9.0 (2024-07-22)

Features Added
  • Overload the DeleteEntity method to allow an ITableEntity object as parameter.
Bugs Fixed
  • Fixed an issue where custom models decorated with the DataMemberAttribute that didn't explicitly set a name caused the query filter to be malformed.
Other Changes
  • Reduce List allocations when uploading batches to table storage
bchavez/Bogus (Bogus)

v35.6.1

Release Date: 2024-09-02

  • PR 560: Ensure Belgian National Numbers has padded checksum. Thanks @​vyruz1986!
Tyrrrz/CliWrap (CliWrap)

v3.6.7

Compare Source

What's Changed

New Contributors

Full Changelog: Tyrrrz/CliWrap@3.6.6...3.6.7

Giorgi/DuckDB.NET (DuckDB.NET.Data.Full)

v1.1.2

Compare Source

v1.1.0

Compare Source

JeremySkinner/fluentvalidation (FluentValidation)

v11.10.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.10.0
  • Add WhereAsync as conterpart to Where on collection rules (#​2240)
  • Create IEnumValidator to expose the targeted Enum type of EnumValidator (#​2244)
  • Add Romansh language translations (#​2239)
Changes in 11.9.2
  • ScalePrecisionValidator error message clarification (#​2211)
Changes in 11.9.1
  • Fix issue with CascadeMode on child validators (#​2207)
Changes in 11.9.0
  • Fix memory leak in NotEmptyValidator/EmptyValidator (#​2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#​2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#​2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#​2182)
  • Add builds for .net 8
Changes in 11.8.1
  • Fix unintentional behavioural changes in introduced in the previous release as part of #​2158
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:

zzzprojects/html-agility-pack (HtmlAgilityPack)

v1.11.71

Download the library here

  • MERGED: Pull Request - Fix AOT warning with HtmlNode.GetAttributeValue #​573
  • ADDED: New option OptionEnableBreakLineForInnerText = true, when enabled the br tag will cause a break line for the InnerText

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.70

Download the library here

  • RENAMED: The option added in v1.11.67 from OptionThreatCDataBlockAsComment to OptionTreatCDataBlockAsComment

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.69

Download the library here
  • FIXED: Added the right dll, the v1.11.68 was still containing the dll from v1.11.67

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.68

Download the library here

  • ADDED: OptionThreatCDataBlockAsComment to thread the whole "CDATA" block as a single comment (Issue #​571)

Library Sponsored By

This library is sponsored by Entity Framework Extensions

Entity Framework Extensions

v1.11.66

Download the library here

  • FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin issue #​569

v1.11.65

Download the library here

  • ADDED: A new options OptionWriteEmptyNodesWithoutSpace allows to write "empty node" without the additional space
  • FIXED: Attributes with spaces are not quoted if the attribute was loaded without quotes #​568

v1.11.64

Download the library here

  • MERGED: An attribute read without quotes is written without quotes even after the value has been set #​565

v1.11.63

Download the library here

  • MERGED: Add tfoot to appropriate fields in IsParentExplicitEnd #​563, #​562

v1.11.62

Download the library here

microsoft/testfx (MSTest.TestFramework)

v3.6.2

See the release notes here

v3.6.1

See the release notes here

v3.6.0

See the release notes here

Special shoutout to @​SimonCropp for his exceptional contribution in improving the quality of the repository.

v3.5.2

See the release notes here

v3.5.1

See the release notes here

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

[v8.0.10](https://redirect.github.com/dotnet/aspnetcore/relea


Configuration

📅 Schedule: Branch creation - "every month" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/minor-backend-dependencies branch 7 times, most recently from b073700 to 91fde3f Compare July 8, 2024 11:27
@renovate renovate bot changed the title chore(deps): update minor backend dependencies Update Minor backend dependencies Jul 8, 2024
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 20 times, most recently from a7185c3 to 6ea68ab Compare July 15, 2024 12:56
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 2 times, most recently from 32de6b5 to ac7ca1d Compare July 16, 2024 09:58
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 11 times, most recently from 12f7e0c to 8b683c4 Compare October 22, 2024 10:01
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 4 times, most recently from bf6b4b5 to ec5dd92 Compare October 24, 2024 09:11
@renovate renovate bot changed the title Update Minor backend dependencies chore(deps): update minor backend dependencies Oct 24, 2024
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 4 times, most recently from 1753a42 to 260d83c Compare October 25, 2024 16:26
@renovate renovate bot changed the title chore(deps): update minor backend dependencies Update Minor backend dependencies Oct 30, 2024
@renovate renovate bot changed the title Update Minor backend dependencies chore(deps): update minor backend dependencies Oct 31, 2024
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch from 260d83c to 684d7da Compare October 31, 2024 15:29
@renovate renovate bot changed the title chore(deps): update minor backend dependencies Update Minor backend dependencies Oct 31, 2024
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch 2 times, most recently from 085502d to 82512f9 Compare November 7, 2024 13:13
@renovate renovate bot changed the title Update Minor backend dependencies chore(deps): update minor backend dependencies Nov 7, 2024
@renovate renovate bot changed the title chore(deps): update minor backend dependencies Update Minor backend dependencies Nov 11, 2024
@renovate renovate bot force-pushed the renovate/minor-backend-dependencies branch from 82512f9 to ed66ffa Compare November 11, 2024 22:27
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