OpenShock / API

Backend for the OpenShock solution, that enables controlling shock collars over the internet.
GNU Affero General Public License v3.0
15 stars 7 forks source link

build(deps): Bump the nuget-dependencies group with 9 updates #78

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the nuget-dependencies group with 9 updates:

Package From To
Fluid.Core 2.5.0 2.7.0
Microsoft.AspNetCore.SignalR.StackExchangeRedis 8.0.2 8.0.3
Microsoft.EntityFrameworkCore 8.0.2 8.0.3
Microsoft.EntityFrameworkCore.Design 8.0.2 8.0.3
Microsoft.EntityFrameworkCore.Relational 8.0.2 8.0.3
Microsoft.EntityFrameworkCore.Relational 8.0.2 8.0.3
Microsoft.EntityFrameworkCore.Tools 8.0.2 8.0.3
StackExchange.Redis 2.7.27 2.7.33
FlatSharp.Compiler 7.5.1 7.6.0
FlatSharp.Runtime 7.5.1 7.6.0

Updates Fluid.Core from 2.5.0 to 2.7.0

Release notes

Sourced from Fluid.Core's releases.

2.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/sebastienros/fluid/compare/v2.6.0...v2.7.0

v2.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/sebastienros/fluid/compare/v2.5.0...v2.6.0

Commits


Updates Microsoft.AspNetCore.SignalR.StackExchangeRedis from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.AspNetCore.SignalR.StackExchangeRedis's releases.

.NET 8.0.3

Release

Commits


Updates Microsoft.EntityFrameworkCore from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates Microsoft.EntityFrameworkCore.Design from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates Microsoft.EntityFrameworkCore.Relational from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates Microsoft.EntityFrameworkCore.Relational from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates Microsoft.EntityFrameworkCore.Tools from 8.0.2 to 8.0.3

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

Commits


Updates StackExchange.Redis from 2.7.27 to 2.7.33

Release notes

Sourced from StackExchange.Redis's releases.

2.7.33

What's Changed

Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.7.27...2.7.33

Changelog

Sourced from StackExchange.Redis's changelog.

2.7.33

Commits


Updates FlatSharp.Compiler from 7.5.1 to 7.6.0

Release notes

Sourced from FlatSharp.Compiler's releases.

7.6.0

FlatSharp 7.6.0 is a small feature release that adds a couple of quality of life features:

  1. New Match methods on Union types that accept delegates. These aren't the most performant but work well for one-offs or cases where you don't want to implement a Visitor.

  2. Optional support for file visibility on types in FlatSharp-generated code. This reduces the clutter you'll see in your code from FlatSharp. Since file visibility is only supported on C# 11 and above, you will need to opt into this behavior:

         <PropertyGroup>
             <FlatSharpFileVisibility>true</FlatSharpFileVisibility>
         </PropertyGroup>
    

    From the command line: dotnet FlatSharp.Compiler.dll --file-visibility

In addition to these features, FlatSharp's primary unit tests now all run in NativeAOT mode as well as JIT mode thanks to the new NativeAOT-compatible MSTest runner.

What's Changed

Full Changelog: https://github.com/jamescourtney/FlatSharp/compare/7.5.1...7.6.0

Commits


Updates FlatSharp.Runtime from 7.5.1 to 7.6.0

Release notes

Sourced from FlatSharp.Runtime's releases.

7.6.0

FlatSharp 7.6.0 is a small feature release that adds a couple of quality of life features:

  1. New Match methods on Union types that accept delegates. These aren't the most performant but work well for one-offs or cases where you don't want to implement a Visitor.

  2. Optional support for file visibility on types in FlatSharp-generated code. This reduces the clutter you'll see in your code from FlatSharp. Since file visibility is only supported on C# 11 and above, you will need to opt into this behavior:

         <PropertyGroup>
             <FlatSharpFileVisibility>true</FlatSharpFileVisibility>
         </PropertyGroup>
    

    From the command line: dotnet FlatSharp.Compiler.dll --file-visibility

In addition to these features, FlatSharp's primary unit tests now all run in NativeAOT mode as well as JIT mode thanks to the new NativeAOT-compatible MSTest runner.

What's Changed

Full Changelog: https://github.com/jamescourtney/FlatSharp/compare/7.5.1...7.6.0

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