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

deps: bump the all-dependencies group with 13 updates #245

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2024

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: jbogard/MediatR@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: MudBlazor/MudBlazor@v7.7.0...v7.8.0

MudBlazor v7.7.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@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: fluentassertions/fluentassertions@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: microsoft/vstest@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: devlooped/moq@v4.20.71...v4.20.72

v4.20.71

What's Changed

🔨 Other

New Contributors

Full Changelog: devlooped/moq@v4.20.70...v4.20.71

Changelog

Sourced from Moq's changelog.

v4.20.72 (2024-09-07)

Full Changelog

🔨 Other:

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

🔀 Merged:

v4.20.71 (2024-09-03)

Full Changelog

🐛 Fixed bugs:

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

🔨 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

🔀 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: nunit/nunit@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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [MediatR](https://github.com/jbogard/MediatR) | `12.4.0` | `12.4.1` |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.401.1` | `3.7.402.11` |
| [QuestPDF](https://github.com/QuestPDF/library) | `2024.7.2` | `2024.7.3` |
| [ActualLab.Fusion](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.3.12` |
| [ActualLab.Fusion.Blazor](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.3.12` |
| [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `8.0.8` | `9.0.0-rc.1.24452.1` |
| [ActualLab.Fusion.Ext.Services](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.3.12` |
| [ActualLab.Generators](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.3.12` |
| [MudBlazor](https://github.com/MudBlazor/MudBlazor) | `7.6.0` | `7.8.0` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.0` | `17.11.1` |
| [Moq](https://github.com/moq/moq) | `4.20.70` | `4.20.72` |
| [NUnit](https://github.com/nunit/nunit) | `4.2.1` | `4.2.2` |


Updates `MediatR` from 12.4.0 to 12.4.1
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v12.4.0...v12.4.1)

Updates `AWSSDK.S3` from 3.7.401.1 to 3.7.402.11
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `QuestPDF` from 2024.7.2 to 2024.7.3
- [Release notes](https://github.com/QuestPDF/library/releases)
- [Commits](QuestPDF/QuestPDF@2024.7.2...2024.7.3)

Updates `ActualLab.Fusion` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `ActualLab.Fusion.Blazor` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `ActualLab.Fusion` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `Microsoft.AspNetCore.Components.Web` from 8.0.8 to 9.0.0-rc.1.24452.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.8...v9.0.0-rc.1.24452.1)

Updates `ActualLab.Fusion.Ext.Services` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `ActualLab.Fusion` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `ActualLab.Generators` from 9.1.8 to 9.3.12
- [Commits](https://github.com/ActualLab/Fusion/commits)

Updates `MudBlazor` from 7.6.0 to 7.8.0
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v7.6.0...v7.8.0)

Updates `FluentAssertions` from 6.12.0 to 6.12.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.12.0...6.12.1)

Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.0...v17.11.1)

Updates `Moq` from 4.20.70 to 4.20.72
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](moq/moq.spikes@v4.20.70...v4.20.72)

Updates `NUnit` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: MediatR
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: QuestPDF
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion.Blazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion.Ext.Services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ActualLab.Generators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: MudBlazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@carlsixsmith-moj carlsixsmith-moj deleted the dependabot/nuget/all-dependencies-caaef32874 branch September 16, 2024 12:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant