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 18 updates #254

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 18 updates:

Package From To
ClosedXML 0.104.0-preview2 0.104.0-rc1
FluentValidation 11.9.2 11.10.0
FluentValidation.DependencyInjectionExtensions 11.9.2 11.10.0
MediatR 12.4.0 12.4.1
AWSSDK.S3 3.7.401.1 3.7.403.1
QuestPDF 2024.7.2 2024.7.3
ZiggyCreatures.FusionCache 1.3.0 1.4.0
ActualLab.Fusion 9.1.8 9.4.11
MemoryPack.Generator 1.21.1 1.21.2
ActualLab.Fusion.Blazor 9.1.8 9.4.11
Microsoft.AspNetCore.Components.Web 8.0.8 9.0.0-rc.1.24452.1
ActualLab.Fusion.Ext.Services 9.1.8 9.4.11
ActualLab.Generators 9.1.8 9.4.11
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 ClosedXML from 0.104.0-preview2 to 0.104.0-rc1

Release notes

Sourced from ClosedXML's releases.

0.104-rc1

A release candidate 1 for 0.104.0.

Of course, this includes all stuff from 0.103.0-beta. Version 0.103 never got a non-beta release.

OpenXML SDK

OpenXML SDK has released version 3.0.1. The 0.104-rc1 uses it as a dependency.

Pivot tables

The internal structure of pivot tables, along with most other features, has been completely overhauled. This update should significantly reduce crashes when loading and saving workbooks containing pivot tables.

The main issue with the previous internal structure was that it didn't align with the structure used by OOXML. This was problematic because we need to support all valid files. As a result, we have to handle a wide range of inputs and correctly convert them to our internal structure, which is rather hard. A more clear 1:1 mapping with OOXML is much simpler and more reliable.

AutoFilter

The Autofilter feature has been revamped, which includes some API changes. Its behavior is now more closely aligned with how Excel operates. The XML documentation provides detailed explanations, and there is a dedicated documentation page. Several bugs have also been fixed.

For more details, refer to the Autofilter section of the migration guide.

CommonCrawl dataset

When workbook is a valid one, ClosedXML shouldn't throw on load. That is a rather high priority (more than saving or manipulation). Unfortunately, that is hard to find such areas that cause most problems.

One of activities that was going in a background is trying to use excel files around the internet (found by CommonCrawl) to evaluate how bad it is. There aren't results yet, but it is something that is going on.

What's Changed

Breaking changes

AutoFilter

Formulas

... (truncated)

Commits
  • 17f9f57 Bump version for release candidate 1
  • 22324e9 Add a test for Adobe jpg
  • 1b56ff3 Trust length of each section in JPG decoder
  • 863e2f0 Fix name of the APP identifier
  • 5e71020 Update JpegInfoReader.cs
  • 3bfcf6a Fix typo
  • 11e0539 Add styling of area based on pivot field values
  • 8538fbd Add XML documentation
  • 8a87ab7 Remove redundant word in comment
  • 610abcd Can style pivot value and axis field intersection
  • Additional commits viewable in compare view

Updates FluentValidation from 11.9.2 to 11.10.0

Release notes

Sourced from FluentValidation's releases.

11.10.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.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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.10.0 - 15 Sep 2024 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)

Commits

Updates FluentValidation.DependencyInjectionExtensions from 11.9.2 to 11.10.0

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

11.10.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.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)

... (truncated)

Changelog

Sourced from FluentValidation.DependencyInjectionExtensions's changelog.

11.10.0 - 15 Sep 2024 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)

Commits

Updates FluentValidation from 11.9.2 to 11.10.0

Release notes

Sourced from FluentValidation's releases.

11.10.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.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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.10.0 - 15 Sep 2024 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)

Commits

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

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 ZiggyCreatures.FusionCache from 1.3.0 to 1.4.0

Release notes

Sourced from ZiggyCreatures.FusionCache's releases.

v1.4.0

[!IMPORTANT] Although when updating to a new version it's the norm to update all referenced packages at once, this time is even more important. Because of a small change in the IFusionCacheSerializer interface, it is highly suggested to update all packages, including in transitive dependencies.

🚀 Add support for RecyclableMemoryStream to serializers (docs)

It is now possible to use RecyclableMemoryStreams with some of the supported serializers. It's opt-in, meaning totally optional, and it's possible to use the default configuration or to specify one in the constructor, for maximum control and to fine-tune it however we want.

Thanks @​viniciusvarzea for the suggestion!

See here for the original issue.

🔭 Better observability for GET operations (docs)

Community user @​dotTrench noticed that when using OpenTelemetry, GET activities (TryGet, GetOrDefault, etc) were not including a useful bit of information: the hit/miss status. While adding support for it via an extra tag, it was also noticed that it was not including another useful bit of information: the stale/fresh status. Now this is solved, thanks to 2 new tags.

See here for the original issue.

💣 Throw specific exception when factory fails without fail-safe (docs)

Since v1.3.0 it's possible to trigger a factory fail without throwing an exception, so that fail-safe can kick in and do its thing.

But what happens if fail-safe is not enabled or if there's no stale value to fall back to?

Previously a plain Exception was being thrown, but that is hardly a best practice: now a more specific exception type has been created and will be thrown instead, namely FusionCacheFactoryException.

See here for the original issue.

🛑 Add cancellation support to serializers (docs)

Previously serializers did not support cancellation: now this is supported, via the standard CancellationTokens.

Thanks @​b-c-lucas for noticing it!

See here for the original issue.

🚀 Better perf for FusionCacheProvider (docs)

Community user @​MarkCiliaVincenti contributed with a PR that improved the performance of FusionCacheProvider, used with Named Caches, thanks to the use of FrozenDictionary.

See here for the original PR.

... (truncated)

Commits

Updates ActualLab.Fusion from 9.1.8 to 9.4.11

Commits

Updates MemoryPack.Generator from 1.21.1 to 1.21.2

Release notes

Sourced from MemoryPack.Generator's releases.

Ver.1.21.2

What's Changed

New Contributors

Full Changelog: Cysharp/MemoryPack@1.21.1...1.21.2

Commits
  • 1d361dc ci: fix upload artifact to use Cysharp/Actions
  • 94409a6 feat: Update package.json to 1.21.2
  • 43548e8 Merge pull request #331 from kostasbesson/feature/issue-300
  • 7e70a28 Merge pull request #313 from Safekick/issue-309-fix
  • 6c99ca3 Update README.md
  • dcfe341 Merge pull request #312 from Cysharp/feature/unittest
  • 1f5a9a7 ci: change release unity version to 2022 [skip ci]
  • 0db59e4 chore: update RuntimeUnitTestToolkit to 2.6.1
  • 1a19f74 [issue-300] Add diagnostic rule MEMPACK041 to prevent VersionTolerant on unma...
  • b429878 Addressing issue 309:
  • Additional commits viewable in compare view

Updates ActualLab.Fusion.Blazor from 9.1.8 to 9.4.11

Commits

Updates ActualLab.Fusion from 9.1.8 to 9.4.11

Commits

Updates MemoryPack.Generator from 1.21.1 to 1.21.2

Release notes

Sourced from MemoryPack.Generator's releases.

Ver.1.21.2

What's Changed

New Contributors

Full Changelog: Cysharp/MemoryPack@1.21.1...1.21.2

Commits
  • 1d361dc ci: fix upload artifact to use Cysharp/Actions
  • 94409a6 feat: Update package.json to 1.21.2
  • 43548e8 Merge pull request #331 from kostasbesson/feature/issue-300
  • 7e70a28 Merge pull request #313 from Safekick/issue-309-fix
  • 6c99ca3 Update README.md
  • dcfe341 Merge pull request #312 from Cysharp/feature/unittest
  • 1f5a9a7 ci: change release unity version to 2022 [skip ci]
  • 0db59e4 chore: update RuntimeUnitTestToolkit to 2.6.1
  • 1a19f74 [issue-300] Add diagnostic rule MEMPACK041 to prevent VersionTolerant on unma...
  • b429878 Addressing issue 309:
  • Additional commits viewable in compare view

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

Commits

Updates ActualLab.Fusion from 9.1.8 to 9.4.11

Commits

Updates MemoryPack.Generator from 1.21.1 to 1.21.2

Release notes

Sourced from MemoryPack.Generator's releases.

Ver.1.21.2

What's Changed

New Contributors

Full Changelog: Cysharp/MemoryPack@1.21.1...1.21.2

Commits
  • 1d361dc ci: fix upload artifact to use Cysharp/Actions
  • 94409a6 feat: Update package.json to 1.21.2
  • 43548e8 Merge pull request #331 from kostasbesson/feature/issue-300
  • 7e70a28 Merge pull request #313 from Safekick/issue-309-fix
  • 6c99ca3 Update README.md
  • dcfe341 Merge pull request #312 from Cysharp/feature/unittest
  • 1f5a9a7 ci: change release unity version to 2022 [skip ci]
  • 0db59e4 chore: update RuntimeUnitTestToolkit to 2.6.1
  • 1a19f74 [issue-300] Add diagnostic rule MEMPACK041 to prevent VersionTolerant on unma...
  • b429878 Addressing issue 309:
  • Additional commits viewable in compare view

Updates ActualLab.Generators from 9.1.8 to 9.4.11

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

Bumps the all-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [ClosedXML](https://github.com/ClosedXML/ClosedXML) | `0.104.0-preview2` | `0.104.0-rc1` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.2` | `11.10.0` |
| [FluentValidation.DependencyInjectionExtensions](https://github.com/JeremySkinner/fluentvalidation) | `11.9.2` | `11.10.0` |
| [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.403.1` |
| [QuestPDF](https://github.com/QuestPDF/library) | `2024.7.2` | `2024.7.3` |
| [ZiggyCreatures.FusionCache](https://github.com/ZiggyCreatures/FusionCache) | `1.3.0` | `1.4.0` |
| [ActualLab.Fusion](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.4.11` |
| [MemoryPack.Generator](https://github.com/Cysharp/MemoryPack) | `1.21.1` | `1.21.2` |
| [ActualLab.Fusion.Blazor](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.4.11` |
| [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.4.11` |
| [ActualLab.Generators](https://github.com/ActualLab/Fusion) | `9.1.8` | `9.4.11` |
| [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 `ClosedXML` from 0.104.0-preview2 to 0.104.0-rc1
- [Release notes](https://github.com/ClosedXML/ClosedXML/releases)
- [Commits](ClosedXML/ClosedXML@0.104.0-preview2...0.104.0-rc1)

Updates `FluentValidation` from 11.9.2 to 11.10.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.9.2...11.10.0)

Updates `FluentValidation.DependencyInjectionExtensions` from 11.9.2 to 11.10.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.9.2...11.10.0)

Updates `FluentValidation` from 11.9.2 to 11.10.0
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.9.2...11.10.0)

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.403.1
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.403.1)

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 `ZiggyCreatures.FusionCache` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/ZiggyCreatures/FusionCache/releases)
- [Commits](ZiggyCreatures/FusionCache@v1.3.0...v1.4.0)

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

Updates `MemoryPack.Generator` from 1.21.1 to 1.21.2
- [Release notes](https://github.com/Cysharp/MemoryPack/releases)
- [Commits](Cysharp/MemoryPack@1.21.1...1.21.2)

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

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

Updates `MemoryPack.Generator` from 1.21.1 to 1.21.2
- [Release notes](https://github.com/Cysharp/MemoryPack/releases)
- [Commits](Cysharp/MemoryPack@1.21.1...1.21.2)

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.4.11
- [Commits](https://github.com/ActualLab/Fusion/commits)

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

Updates `MemoryPack.Generator` from 1.21.1 to 1.21.2
- [Release notes](https://github.com/Cysharp/MemoryPack/releases)
- [Commits](Cysharp/MemoryPack@1.21.1...1.21.2)

Updates `ActualLab.Generators` from 9.1.8 to 9.4.11
- [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: ClosedXML
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-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: ZiggyCreatures.FusionCache
  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: MemoryPack.Generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: MemoryPack.Generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: MemoryPack.Generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 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

@dependabot dependabot bot deleted the dependabot/nuget/all-dependencies-7feb8bf550 branch September 23, 2024 12:44
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