ministryofjustice / CFO-CaseAssessmentTrackingSystem

About HMPPS Creating Future Opportunities (CFO) - Case Assessment and Tracking System (CATS). Used to ratify the payments to non-government organisations who have been commissioned to deliver externally funded programmes by HMPPS CFO to offenders.
https://www.CreatingFutureOpportunities.gov.uk
MIT License
3 stars 2 forks source link

deps: bump the all-dependencies group with 17 updates #311

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the all-dependencies group with 18 updates:

Package From To
ClosedXML 0.104.1 0.104.2
FluentValidation 11.10.0 11.11.0
FluentValidation.DependencyInjectionExtensions 11.10.0 11.11.0
Microsoft.AspNetCore.Components.Web 8.0.10 8.0.11
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore 8.0.10 8.0.11
Microsoft.EntityFrameworkCore 8.0.10 9.0.0
Microsoft.Extensions.Localization.Abstractions 8.0.10 9.0.0
System.Linq.Dynamic.Core 1.4.6 1.4.9
Microsoft.AspNetCore.Identity.EntityFrameworkCore 8.0.10 8.0.11
Microsoft.EntityFrameworkCore 8.0.10 8.0.11
Microsoft.Extensions.Identity.Core 8.0.10 8.0.11
AWSSDK.S3 3.7.405 3.7.406.2
IPAddressRange 6.0.0 6.1.0
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 8.0.10 8.0.11
Microsoft.EntityFrameworkCore.Design 8.0.10 9.0.0
FluentAssertions 6.12.1 6.12.2
cake.tool 4.2.0 5.0.0
dotnet-ef 8.0.10 9.0.0

Updates ClosedXML from 0.104.1 to 0.104.2

Release notes

Sourced from ClosedXML's releases.

0.104.2

What's Changed

Full Changelog: https://github.com/ClosedXML/ClosedXML/compare/0.104.1...0.104.2

Commits


Updates FluentValidation from 11.10.0 to 11.11.0

Release notes

Sourced from FluentValidation's releases.

11.11.0

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.11.0

  • Add additional overload of WithState that takes a context (#2276)

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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.11.0 - 16 Nov 2024 Add additional overload of WithState that takes a context (#2276)

Commits
  • c8c6400 Update version and changelog
  • 8f9a24b Simplify test implementation
  • 7a82579 Add WithState(...) overload with access to ValidationContext<T>
  • f534dca move to LangVersion>12
  • 0b4867d leverage MSBuildThisFileDirectory to simplify path resolution
  • 4566c4f remove LegacyRulesetSplit
  • f322bb3 remove some redundant casts
  • 550ec5f move SignAssembly to props and remove redundant DelaySign
  • bc2eb7b remove some redundant private set
  • 3cc76cd remove some usings
  • Additional commits viewable in compare view


Updates FluentValidation from 11.10.0 to 11.11.0

Release notes

Sourced from FluentValidation's releases.

11.11.0

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.11.0

  • Add additional overload of WithState that takes a context (#2276)

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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.11.0 - 16 Nov 2024 Add additional overload of WithState that takes a context (#2276)

Commits
  • c8c6400 Update version and changelog
  • 8f9a24b Simplify test implementation
  • 7a82579 Add WithState(...) overload with access to ValidationContext<T>
  • f534dca move to LangVersion>12
  • 0b4867d leverage MSBuildThisFileDirectory to simplify path resolution
  • 4566c4f remove LegacyRulesetSplit
  • f322bb3 remove some redundant casts
  • 550ec5f move SignAssembly to props and remove redundant DelaySign
  • bc2eb7b remove some redundant private set
  • 3cc76cd remove some usings
  • Additional commits viewable in compare view


Updates FluentValidation.DependencyInjectionExtensions from 11.10.0 to 11.11.0

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

11.11.0

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.11.0

  • Add additional overload of WithState that takes a context (#2276)

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)

... (truncated)

Changelog

Sourced from FluentValidation.DependencyInjectionExtensions's changelog.

11.11.0 - 16 Nov 2024 Add additional overload of WithState that takes a context (#2276)

Commits
  • c8c6400 Update version and changelog
  • 8f9a24b Simplify test implementation
  • 7a82579 Add WithState(...) overload with access to ValidationContext<T>
  • f534dca move to LangVersion>12
  • 0b4867d leverage MSBuildThisFileDirectory to simplify path resolution
  • 4566c4f remove LegacyRulesetSplit
  • f322bb3 remove some redundant casts
  • 550ec5f move SignAssembly to props and remove redundant DelaySign
  • bc2eb7b remove some redundant private set
  • 3cc76cd remove some usings
  • Additional commits viewable in compare view


Updates Microsoft.AspNetCore.Components.Web from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.Components.Web's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Microsoft.AspNetCore.DataProtection.EntityFrameworkCore from 8.0.10 to 8.0.11

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.EntityFrameworkCore's releases.

.NET 8.0.11

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11

Commits


Updates Microsoft.EntityFrameworkCore from 8.0.10 to 9.0.0

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.Localization.Abstractions from 8.0.10 to 9.0.0

Release notes

Sourced from Microsoft.Extensions.Localization.Abstractions's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits
  • af22eff Merged PR 44451: [internal/release/9.0] Update dependencies from dnce... _Description has been truncated_
dependabot[bot] commented 1 week ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml