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 13 updates #245

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group with 13 updates:

Package From To
MediatR 12.4.0 12.4.1
AWSSDK.S3 3.7.401.1 3.7.402.11
QuestPDF 2024.7.2 2024.7.3
ActualLab.Fusion 9.1.8 9.3.12
ActualLab.Fusion.Blazor 9.1.8 9.3.12
Microsoft.AspNetCore.Components.Web 8.0.8 9.0.0-rc.1.24452.1
ActualLab.Fusion.Ext.Services 9.1.8 9.3.12
ActualLab.Generators 9.1.8 9.3.12
MudBlazor 7.6.0 7.8.0
FluentAssertions 6.12.0 6.12.1
Microsoft.NET.Test.Sdk 17.11.0 17.11.1
Moq 4.20.70 4.20.72
NUnit 4.2.1 4.2.2

Updates MediatR from 12.4.0 to 12.4.1

Release notes

Sourced from MediatR's releases.

v12.4.1

What's Changed

Full Changelog: https://github.com/jbogard/MediatR/compare/v12.4.0...v12.4.1

Commits
  • fb30902 Merge pull request #1057 from zachpainter77/master
  • 32b512e Make auto registration of generic handlers opt in.
  • 6abee0c Remove Missing Constraints logic
  • See full diff in compare view


Updates AWSSDK.S3 from 3.7.401.1 to 3.7.402.11

Commits


Updates QuestPDF from 2024.7.2 to 2024.7.3

Release notes

Sourced from QuestPDF's releases.

2024.7.3

  • Introduced FontDiscoveryPaths setting for specifying directories for automatic font registration and improved font search performance.
  • Updated native dependencies: from skia m126 to m128.
  • Improved the exception message related to the "Any CPU" architecture incompatibility.
Commits
  • e192706 2024.7.3 Release
  • 6982612 Updated dependencies
  • fdc8acd Improved the exception message related to the "Any CPU" architecture incompat...
  • a06dac4 Updated native dependencies: from skia m126 to m128.
  • 30dd0f4 Add custom font discovery paths
  • 30c0c2c Update README.md
  • See full diff in compare view


Updates ActualLab.Fusion from 9.1.8 to 9.3.12

Commits


Updates ActualLab.Fusion.Blazor from 9.1.8 to 9.3.12

Commits


Updates ActualLab.Fusion from 9.1.8 to 9.3.12

Commits


Updates Microsoft.AspNetCore.Components.Web from 8.0.8 to 9.0.0-rc.1.24452.1

Release notes

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

.NET 9.0 RC 1

Release

.NET 9.0 Preview 7

Release

.NET 9.0 Preview 6

Release

.NET 9 Preview 5

Release

.NET 9 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

Commits


Updates ActualLab.Fusion.Ext.Services from 9.1.8 to 9.3.12

Commits


Updates ActualLab.Fusion from 9.1.8 to 9.3.12

Commits


Updates ActualLab.Generators from 9.1.8 to 9.3.12

Commits


Updates MudBlazor from 7.6.0 to 7.8.0

Release notes

Sourced from MudBlazor's releases.

MudBlazor v7.8.0

What's Changed

Bug Fixes

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v7.7.0...v7.8.0

MudBlazor v7.7.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v7.6.0...v7.7.0

Commits


Updates FluentAssertions from 6.12.0 to 6.12.1

Release notes

Sourced from FluentAssertions's releases.

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: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1

Commits
  • a8e7f17 Update qodana
  • d58e0b5 Turn off RoslynAnalyzers in Qodana WF (#2504)
  • 2181217 Remove unused usings
  • 2c3a012 Make implicit usage more explicit
  • 1d5d64f Do not use UsingLineBreaks for [Not]BeSameAs
  • c30fc7a Fixed BeEquivalentTo when using a custom comparer targeting nullable types ...
  • f9b770b Make ThrowWithinAsync respect canceled tasks (#2614)
  • f204cf3 Simplify deferred allocation with local function
  • a3644b0 Only allocate Lazy<> and lambda when necessary
  • f3b4564 Ensured that nested assertion scopes produce a nested context (#2607)
  • Additional commits viewable in compare view


Updates Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1

Commits
  • 58dbd02 Revert "Do not publish to BAR when RTM version is built"
  • aa62848 Do not publish to BAR when RTM version is built
  • d824a2f Bump 17.11.1
  • ed4ac92 Forward error output from testhost as info (#5193)
  • See full diff in compare view


Updates Moq from 4.20.70 to 4.20.72

Release notes

Sourced from Moq's releases.

v4.20.72

What's Changed

🔨 Other

Full Changelog: https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72

v4.20.71

What's Changed

🔨 Other

New Contributors

Full Changelog: https://github.com/devlooped/moq/compare/v4.20.70...v4.20.71

Changelog

Sourced from Moq's changelog.

v4.20.72 (2024-09-07)

Full Changelog

:hammer: Other:

  • Question: Sponsorable Attribute in release v4.20.71 #1513

:twisted_rightwards_arrows: Merged:

v4.20.71 (2024-09-03)

Full Changelog

:bug: Fixed bugs:

  • Documentation link gives 404 #1495
  • Documentation link is broken #1487

:hammer: Other:

  • Documentation Unavailable Online #1473
  • Some source code files is filled with comments like: "Unmerged change from project " #1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #1433
  • Default value ILookup<> in loose mode is null #1391
  • Verifying a protected method when the exact parameter types are not statically known #1339

:twisted_rightwards_arrows: Merged:

Commits
  • 959fc51 Remove unused attribute
  • ede9996 ⬆️ Bump files with dotnet-file sync
  • f8db318 🖉 Update changelog with v4.20.71
  • aecc471 ⬆️ Bump files with dotnet-file sync
  • 99d243b Fix whitespace in test project
  • ac56c3d Fix repo variable actions context
  • ac3a8aa Prereleases ship only to CI feed
  • ea92109 Bump Microsoft.Extensions.Logging.Abstractions in the extensions group
  • 4bdb19a Remove SourceLink which is now built-in the SDK
  • c0a33bd Use windows agent for build, variable for publish
  • Additional commits viewable in compare view


Updates NUnit from 4.2.1 to 4.2.2

Release notes

Sourced from NUnit's releases.

NUnit 4.2.2

Hotfix for fixing regression bug #4802

What's Changed

Full Changelog: https://github.com/nunit/nunit/compare/4.2.1...4.2.2

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month 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