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 17 updates #306

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2024

Bumps the all-dependencies group with 18 updates:

Package From To
System.Linq.Dynamic.Core 1.4.6 1.4.8
AWSSDK.S3 3.7.405 3.7.405.11
Quartz 3.13.0 3.13.1
Quartz.AspNetCore 3.13.0 3.13.1
QuestPDF 2024.10.1 2024.10.3
Sentry.Serilog 4.12.1 4.13.0
Serilog 4.0.2 2.10.0
Serilog 4.0.2 4.1.0
ZiggyCreatures.FusionCache 1.4.0 1.4.1
ActualLab.Fusion 9.5.45 9.5.59
ActualLab.Fusion.Blazor 9.5.45 9.5.59
ActualLab.Fusion.Ext.Services 9.5.45 9.5.59
ActualLab.Generators 9.5.45 9.5.59
Blazor-ApexCharts 3.5.0 4.0.0
MudBlazor 7.12.1 7.15.0
FluentAssertions 6.12.1 6.12.2
cake.tool 4.0.0 4.2.0
dotnet-ef 8.0.8 8.0.10

Updates System.Linq.Dynamic.Core from 1.4.6 to 1.4.8

Changelog

Sourced from System.Linq.Dynamic.Core's changelog.

v1.4.8 (31 October 2024)

  • #851 - Throw ArgumentException when expression has invalid compare (e.g. string with int) [bug] contributed by StefH
  • #849 - 1.4.7 Regression -- NullReferenceException from invalid expression instead of ArgumentException [bug]

v1.4.7 (26 October 2024)

  • #847 - Fixed String.Concat when types differ [bug] contributed by StefH
  • #845 - String concatenations fails with System.ArgumentException during parsing [bug]
Commits

Updates AWSSDK.S3 from 3.7.405 to 3.7.405.11

Commits

Updates Quartz from 3.13.0 to 3.13.1

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.13.1

What's Changed

Full Changelog: quartznet/quartznet@v3.13.0...v3.13.1

Changelog

Sourced from Quartz's changelog.

Release 3.13.1, Nov 2 2024

This release contains small improvements and fixes.

  • CHANGES

    • Backport make DirtyFlagMap implement IReadOnlyDictionary (#2617)
  • FIXES

    • Use invariant culture for StdAdoConstants SQL formatting (#2570)
    • OpenTracing: using IJobDiagnosticData instead of IJobExecutionContext (#2578)
Commits

Updates Quartz from 3.13.0 to 3.13.1

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.13.1

What's Changed

Full Changelog: quartznet/quartznet@v3.13.0...v3.13.1

Changelog

Sourced from Quartz's changelog.

Release 3.13.1, Nov 2 2024

This release contains small improvements and fixes.

  • CHANGES

    • Backport make DirtyFlagMap implement IReadOnlyDictionary (#2617)
  • FIXES

    • Use invariant culture for StdAdoConstants SQL formatting (#2570)
    • OpenTracing: using IJobDiagnosticData instead of IJobExecutionContext (#2578)
Commits

Updates Quartz.AspNetCore from 3.13.0 to 3.13.1

Release notes

Sourced from Quartz.AspNetCore's releases.

Quartz.NET 3.13.1

What's Changed

Full Changelog: quartznet/quartznet@v3.13.0...v3.13.1

Changelog

Sourced from Quartz.AspNetCore's changelog.

Release 3.13.1, Nov 2 2024

This release contains small improvements and fixes.

  • CHANGES

    • Backport make DirtyFlagMap implement IReadOnlyDictionary (#2617)
  • FIXES

    • Use invariant culture for StdAdoConstants SQL formatting (#2570)
    • OpenTracing: using IJobDiagnosticData instead of IJobExecutionContext (#2578)
Commits

Updates QuestPDF from 2024.10.1 to 2024.10.3

Release notes

Sourced from QuestPDF's releases.

2024.10.3

  • Improved the layout debugging engine by fixing rare exceptions and increasing stability.
  • Updated the Skia dependency to version m131.
  • Changed conformance level to PDF/A-3b (confirmed with Adobe Acrobat Pro).
  • Strong-named the official nuget package.

2024.10.2

  • Fixed parsing of color values from both strings and uint.
  • Fixed a rare memory leak issue occurring on certain CPU architectures.
Commits
  • b4974e5 2024.10.3
  • f00ae09 Update main.yml
  • 532768c Changed build configuration
  • 7bfbbbd Changed location of NugetStrongNameSigningKeyForQuestPDF.snk
  • 090eb51 Update QuestPDF.csproj
  • a2a4244 Published NugetStrongNameSigningKeyForQuestPDF.snk
  • be96747 Integrated nuget strong-name signing
  • ab5ced8 Initial 2024.10.3 release notes
  • e5a83e4 Updated documentation regarding PDF/A-3b conformance
  • a939a2e Updated native dependencies
  • Additional commits viewable in compare view

Updates Sentry.Serilog from 4.12.1 to 4.13.0

Release notes

Sourced from Sentry.Serilog's releases.

4.13.0

Features

  • Limited experimental support for Session Replay Recording on Android (#3552)

Fixes

  • When using OTel and ASP.NET Core the SDK could try to process OTel spans after the SDK had been closed (#3726)

Dependencies

4.12.2

Features

  • Android - allow logcat attachments to be previewed in Sentry (#3711)
  • Added a SetBeforeScreenshotCapture callback to the options: allowing the user to set an action before the screenshot is taken (#3661)
  • Make Sentry.AspNetCore.Blazor.WebAssembly generally available. (#3674)

Fixes

  • Events from NDK on Android will report sdk.name sentry.native.android.dotnet (#3682)

Dependencies

Changelog

Sourced from Sentry.Serilog's changelog.

4.13.0

Features

  • Limited experimental support for Session Replay Recording on Android (#3552)

Fixes

  • When using OTel and ASP.NET Core the SDK could try to process OTel spans after the SDK had been closed (#3726)

Dependencies

4.12.2

Features

  • Android - allow logcat attachments to be previewed in Sentry (#3711)
  • Added a SetBeforeScreenshotCapture callback to the options: allowing the user to set an action before the screenshot is taken (#3661)
  • Make Sentry.AspNetCore.Blazor.WebAssembly generally available. (#3674)

Fixes

  • Events from NDK on Android will report sdk.name sentry.native.android.dotnet (#3682)

Dependencies

Commits
  • 47d3dbf release: 4.13.0
  • 0e56f36 chore: update scripts/update-cli.ps1 to 2.38.2 (#3728)
  • ad80795 Session Replay: Recording on Android (#3552)
  • 3bcab16 Fixed: processing spans after SDK is closed (OTel and ASP.NET Core) (#3726)
  • 8037991 Merge branch 'release/4.12.2'
  • aefc752 release: 4.12.2
  • 44d0c69 Feat: Allow logcat attachments to be previewed in Sentry (#3711)
  • 0b13b7a chore: update scripts/update-cli.ps1 to 2.38.1 (#3720)
  • a2bdc82 chore: update modules/sentry-native to 0.7.11 (#3715)
  • a5de71f build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#3713)
  • Additional commits viewable in compare view

Updates Serilog from 4.0.2 to 2.10.0

Commits
  • 24b67c6 Merge pull request #1473 from serilog/dev
  • 33f1fd5 Merge pull request #1452 from rafaelsc/bugfix/jsonFormater
  • 94d9e1a Nitpicks - whitespace, slightly more specific test description
  • d98fca5 Update and reformat CHANGES.md
  • 23cae3c Remove testes that have data that not happens in Serilog
  • 1a6f9b1 Merge branch 'dev' into bugfix/jsonFormater
  • 1582b86 Merge pull request #15 from serilog/dev
  • 308208e Merge pull request #1472 from skomis-mm/subMinLvl
  • 89ec7f3 removed inheriting minimum level from other places
  • b60795c failing test fix try
  • Additional commits viewable in compare view

Updates Serilog from 4.0.2 to 4.1.0

Commits
  • 24b67c6 Merge pull request #1473 from serilog/dev
  • 33f1fd5 Merge pull request #1452 from rafaelsc/bugfix/jsonFormater
  • 94d9e1a Nitpicks - whitespace, slightly more specific test description
  • d98fca5 Update and reformat CHANGES.md
  • 23cae3c Remove testes that have data that not happens in Serilog
  • 1a6f9b1 Merge branch 'dev' into bugfix/jsonFormater
  • 1582b86 Merge pull request #15 from serilog/dev
  • 308208e Merge pull request #1472 from skomis-mm/subMinLvl
  • 89ec7f3 removed inheriting minimum level from other places
  • b60795c failing test fix try
  • Additional commits viewable in compare view

Updates ZiggyCreatures.FusionCache from 1.4.0 to 1.4.1

Release notes

Sourced from ZiggyCreatures.FusionCache's releases.

v1.4.1

This is a small version, just to update some transitive packages with security vulnerabilities.

⚠️ Update vulnerable dependencies

The affected transitive packages are:

  • System.Text.Json
  • MessagePack
  • Microsoft.Extensions.Caching.Memory

To that to update Microsoft.Extensions.Caching.Memory, an update for System.Diagnostics.DiagnosticSource was also needed.

This is all.

PS: if you have some time, please read the Tagging proposal (eg: evict by tag + clear), which is planned for v2.0. This will be one of the biggest and most important features of FusionCache ever. Any help is welcome!

Commits

Updates ActualLab.Fusion from 9.5.45 to 9.5.59

Commits

Updates ActualLab.Fusion from 9.5.45 to 9.5.59

Commits

Updates ActualLab.Fusion.Blazor from 9.5.45 to 9.5.59

Commits

Updates ActualLab.Fusion from 9.5.45 to 9.5.59

Commits

Updates ActualLab.Fusion.Ext.Services from 9.5.45 to 9.5.59

Commits

Updates ActualLab.Generators from 9.5.45 to 9.5.59

Commits

Updates Blazor-ApexCharts from 3.5.0 to 4.0.0

Release notes

Sourced from Blazor-ApexCharts's releases.

Release v4.0.0

What's Changed

New Contributors

Full Changelog: apexcharts/Blazor-ApexCharts@v3.5.0...v4.0.0

Commits

Updates MudBlazor from 7.12.1 to 7.15.0

Release notes

Sourced from MudBlazor's releases.

MudBlazor v7.15.0

What's Changed

New Features

Other Changes

Full Changelog: MudBlazor/MudBlazor@v7.14.0...v7.15.0

MudBlazor v7.14.0

What's Changed

New Features

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v7.13.0...v7.14.0

MudBlazor v7.13.0

What's Changed

Bug Fixes

Full Changelog: MudBlazor/MudBlazor@v7.12.0...v7.13.0

Commits

Updates FluentAssertions from 6.12.1 to 6.12.2

Release notes

Sourced from FluentAssertions's releases.

6.12.2

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

Commits
  • c6cd85c Better support for default interface and explicitly implemented properties (#...
  • See full diff in compare view

Updates cake.tool from 4.0.0 to 4.2.0

Release notes

Sourced from cake.tool's releases.

v4.2.0

As part of this release we had 1 issue closed.

Bug

SHA256 Hashes of the release artifacts

  • dd5b9b04a3e194aa43611c4321c166b5f8a4de14ce6aa39176e7cf0b1ae3b137 Cake.Cli.4.2.0.nupkg

  • 26a7559b3ca5196a4f9da2321fd4905be5884e302e572644eb29942f82141589 Cake.Common.4.2.0.nupkg

  • 1ff1be8c9b09f1fc84e44b0f931af76da17d850d3d8455cfaa6f5dffe3d9c277 Cake.Core.4.2.0.nupkg

  • a154727c54233b6a0b87a8b4289e98ec0e2d5407725db271e448f21a9e074d5d Cake.DotNetTool.Module.4.2.0.nupkg

  • 810b60cdacbb6c18667fb9b684d682325e6d6677530db588200f41b837ff6590 Cake.DotNetTool.Module.4.2.0.snupkg

  • 145d7bc4a7d83509ab1dc38bdc85133ff37711c3fa5089a86a80ada1c8e5f02f Cake.Frosting.4.2.0.nupkg

  • 6be7d39f1f74fdb90483b5dec874e9fe6871a8056719762e924b8131c6601a96 Cake.Frosting.Template.4.2.0.nupkg

  • d9a7a9a866f5fe5f47c6df6d7d854b1eb6f6c374553e415aaec54ffbcb1dab45 Cake.NuGet.4.2.0.nupkg

  • b3e9832b48224b34b4bb8b5020997cefb14c7ff83c69e3d42338c579c0c98eaf Cake.Testing.4.2.0.nupkg

  • 137fcde202e318bb45043c2a74f924d2b9855e09a632854e47d583ddc9f4cc8f Cake.Testing.Xunit.4.2.0.nupkg

  • 0812da46aebc9b97c9cadf81b3b42a67e17591603550d52936e71d153fb98062 Cake.Tool.4.2.0.nupkg

v4.1.0

As part of this release we had 39 issues closed.

Features

Improvements

... (truncated)

Changelog

Sourced from cake.tool's changelog.

New in 4.2.0 (Released 2024/10/23)

  • #4374 Argument 'foo' was not set" after update to 4.1 in Cake Frosting.

New in 4.1.0 (Released 2024/10/22)

  • 4353 Add DotNetListReference alias for dotnet list reference command.
  • 4352 Add DotNetRemoveReference alias for dotnet remove reference command .
  • 4334 Add DotNetSearchPackage Alias for dotnet package search.
  • 4282 Add DotNetAddReference alias for dotnet add reference command.
  • 4224 Add DotNetListPackage alias for dotnet list package command.
  • 4363 Update System.Reflection.Metadata to 8.0.1.
  • 4364 Update Microsoft.Extensions.DependencyInjection to 8.0.1.
  • 4362 Update NuGet.* to 6.11.1.
  • 4359 Update Microsoft.IdentityModel.JsonWebTokens to 8.1.2.
  • 4358 Update Autofac to 8.1.1.
  • 4355 Different target argument values depending on specifying --target or --Target.
  • 4351 Use NuGet Client built-in Settings Utility to Get Enabled Sources.
  • 4349 GitHubActionCommand DownloadArtifact is not using the latest @​v4 Version.
  • 4343 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.11.0.
  • 4342 Update Basic.Reference.Assemblies.* to 1.7.9.
  • 4341 Update Autofac to 8.1.0.
  • 4340 Update NuGet.* to 6.11.0.
  • 4335 Add ReportGenerator missing markdown report types.
  • 4331 GitHubActionCommand UploadArtifact is not using the latest @​v4 Version.
  • 4322 FakeFileSystem throws on linux, when it is created on a Windows FakeEnvironment.
  • 4306 Update Autofac to 8.0.0.
  • 4305 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.9.2.
  • 4304 Update Basic.Reference.Assemblies.* to 1.5.0.
  • 4303 Update Microsoft.NET.Test.Sdk to 17.9.0.
  • 4302 Update Verify.Xunit to 23.5.2.
  • 4301 Update xunit to 2.7.0.
  • 4300 Update NuGet.* to 6.9.1.
  • 4299 Update NuGet.Packaging to 6.8.1.
  • 4278 Update Spectre.Console to 0.49.1.
  • 4276 Update NuGet.* to 6.8.0.
  • 4274 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.8.0.
Commits
  • 4aa65cf Merge branch 'release/4.2.0'
  • d2ed1de (build) Updated version and release notes
  • 13fe6c3 Merge pull request #4375 from devlead/feature/gh-4374
  • 5fae5cf (GH-4374) Fix Frosting argument parsing
  • 795eed0 (build) Updated Cake Tool to version 4.1.0
  • a431822 Merge branch 'release/4.1.0' into develop
  • 9f35e1f Merge pull request #4371 from ssg/patch-1
  • 1b92197 Fix the link for "Setting up a new project"
  • ef27ea3 Merge branch 'release/4.1.0'
  • b98af68 (build) Updated version and release notes
  • Additional commits viewable in compare view

Updates dotnet-ef from 8.0.8 to 8.0.10

Release notes

Sourced from dotnet-ef's releases.

.NET 8.0.10

Release

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 18 updates:

| Package | From | To |
| --- | --- | --- |
| [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) | `1.4.6` | `1.4.8` |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.405` | `3.7.405.11` |
| [Quartz](https://github.com/quartznet/quartznet) | `3.13.0` | `3.13.1` |
| [Quartz.AspNetCore](https://github.com/quartznet/quartznet) | `3.13.0` | `3.13.1` |
| [QuestPDF](https://github.com/QuestPDF/library) | `2024.10.1` | `2024.10.3` |
| [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `4.12.1` | `4.13.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.0.2` | `2.10.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.0.2` | `4.1.0` |
| [ZiggyCreatures.FusionCache](https://github.com/ZiggyCreatures/FusionCache) | `1.4.0` | `1.4.1` |
| [ActualLab.Fusion](https://github.com/ActualLab/Fusion) | `9.5.45` | `9.5.59` |
| [ActualLab.Fusion.Blazor](https://github.com/ActualLab/Fusion) | `9.5.45` | `9.5.59` |
| [ActualLab.Fusion.Ext.Services](https://github.com/ActualLab/Fusion) | `9.5.45` | `9.5.59` |
| [ActualLab.Generators](https://github.com/ActualLab/Fusion) | `9.5.45` | `9.5.59` |
| [Blazor-ApexCharts](https://github.com/apexcharts/Blazor-ApexCharts) | `3.5.0` | `4.0.0` |
| [MudBlazor](https://github.com/MudBlazor/MudBlazor) | `7.12.1` | `7.15.0` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `6.12.2` |
| [cake.tool](https://github.com/cake-build/cake) | `4.0.0` | `4.2.0` |
| [dotnet-ef](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` |


Updates `System.Linq.Dynamic.Core` from 1.4.6 to 1.4.8
- [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
- [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zzzprojects/System.Linq.Dynamic.Core/commits)

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

Updates `Quartz` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/v3.13.1/changelog.md)
- [Commits](quartznet/quartznet@v3.13.0...v3.13.1)

Updates `Quartz` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/v3.13.1/changelog.md)
- [Commits](quartznet/quartznet@v3.13.0...v3.13.1)

Updates `Quartz.AspNetCore` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/v3.13.1/changelog.md)
- [Commits](quartznet/quartznet@v3.13.0...v3.13.1)

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

Updates `Sentry.Serilog` from 4.12.1 to 4.13.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@4.12.1...4.13.0)

Updates `Serilog` from 4.0.2 to 2.10.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v2.10.0)

Updates `Serilog` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.0.2...v2.10.0)

Updates `ZiggyCreatures.FusionCache` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/ZiggyCreatures/FusionCache/releases)
- [Commits](ZiggyCreatures/FusionCache@v1.4.0...v1.4.1)

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

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

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

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

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

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

Updates `Blazor-ApexCharts` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/apexcharts/Blazor-ApexCharts/releases)
- [Commits](apexcharts/Blazor-ApexCharts@v3.5.0...v4.0.0)

Updates `MudBlazor` from 7.12.1 to 7.15.0
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v7.12.1...v7.15.0)

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

Updates `cake.tool` from 4.0.0 to 4.2.0
- [Release notes](https://github.com/cake-build/cake/releases)
- [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
- [Commits](cake-build/cake@v4.0.0...v4.2.0)

Updates `dotnet-ef` from 8.0.8 to 8.0.10
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.8...v8.0.10)

---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  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: Quartz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Quartz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Quartz.AspNetCore
  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: Sentry.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ZiggyCreatures.FusionCache
  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-patch
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion
  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-patch
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ActualLab.Fusion.Ext.Services
  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-patch
  dependency-group: all-dependencies
- dependency-name: Blazor-ApexCharts
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: cake.tool
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dotnet-ef
  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 Nov 10, 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

@carlsixsmith-moj carlsixsmith-moj deleted the dependabot/nuget/all-dependencies-051cdf1f1f branch November 10, 2024 08:31
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