Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 16 u…
Browse files Browse the repository at this point in the history
…pdates (#240)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: just-seba <[email protected]>
  • Loading branch information
dependabot[bot] and just-seba authored Oct 25, 2024
1 parent 8cf7a41 commit 248676c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ root = true
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.props]
indent_style = space
indent_size = 2

[*.csproj]
indent_style = space
indent_size = 2
4 changes: 2 additions & 2 deletions server/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"swashbuckle.aspnetcore.cli": {
"version": "6.8.1",
"version": "6.9.0",
"commands": [
"swagger"
]
Expand All @@ -21,7 +21,7 @@
]
},
"dotnet-ef": {
"version": "8.0.8",
"version": "8.0.10",
"commands": [
"dotnet-ef"
]
Expand Down
21 changes: 16 additions & 5 deletions server/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[*.props]
indent_style = space
indent_size = 2

[*.csproj]
indent_style = space
indent_size = 2

[*.cs]
# CS8019: Unnecessary using directive
# IDE0005: Remove unnecessary using directives
Expand All @@ -11,6 +19,14 @@ dotnet_diagnostic.CS1573.severity = none
# CA1716: Identifiers should not match keywords
dotnet_diagnostic.CA1716.severity = suggestion

# Riok.Mapperly
# RMG012: Source member was not found for target member
dotnet_diagnostic.RMG012.severity = error

# RMG020: Source member is not mapped to any target member
dotnet_diagnostic.RMG020.severity = silent

# StyleCop
# S3267: Loops should be simplified with "LINQ" expressions
dotnet_diagnostic.S3267.severity = suggestion

Expand Down Expand Up @@ -125,12 +141,7 @@ dotnet_diagnostic.IDE0010.severity = warning
# IDE0072: Populate switch expression
dotnet_diagnostic.IDE0072.severity = warning

# Riok.Mapperly
# RMG012: Source member was not found for target member
dotnet_diagnostic.RMG012.severity = error

# RMG020: Source member is not mapped to any target member
dotnet_diagnostic.RMG020.severity = silent

[*{Request,Query,Command}.cs]
# S2094: Classes should not be empty
Expand Down
4 changes: 2 additions & 2 deletions server/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<ItemGroup Condition="'$(ProjectName.EndsWith(`Test`))' == 'true'">
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="FluentAssertions.Analyzers" Version="0.33.0">
<PackageReference Include="FluentAssertions.Analyzers" Version="0.34.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand All @@ -51,6 +51,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
<PackageReference Include="Verify.Xunit" Version="27.0.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion server/src/OpenEMS.Analytics/OpenEMS.Analytics.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion server/src/OpenEMS.Application/OpenEMS.Application.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Riok.Mapperly" Version="3.6.0" />
<PackageReference Include="Riok.Mapperly" Version="4.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenEMS.Domain\OpenEMS.Domain.csproj" />
Expand Down
10 changes: 5 additions & 5 deletions server/src/OpenEMS.Infrastructure/OpenEMS.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<ItemGroup>
<PackageReference Include="crozone.AsyncResetEvents" Version="1.0.2" />
<PackageReference Include="DotNetCore.CAP" Version="8.2.0" />
<PackageReference Include="DotNetCore.CAP.PostgreSql" Version="8.2.0" />
<PackageReference Include="DotNetCore.CAP.RabbitMQ" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
<PackageReference Include="DotNetCore.CAP" Version="8.3.0" />
<PackageReference Include="DotNetCore.CAP.PostgreSql" Version="8.3.0" />
<PackageReference Include="DotNetCore.CAP.RabbitMQ" Version="8.3.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
</ItemGroup>

</Project>
10 changes: 5 additions & 5 deletions server/src/OpenEMS.Server/OpenEMS.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
<ItemGroup>
<PackageReference Include="BetterStack.Logs.Serilog" Version="1.1.0" />
<PackageReference Include="crozone.AsyncResetEvents" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.10">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Scrutor" Version="5.0.1" />
<PackageReference Include="Sentry.Serilog" Version="4.11.0" />
<PackageReference Include="Sentry.Serilog" Version="4.12.1" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenEMS.Infrastructure\OpenEMS.Infrastructure.csproj" />
Expand Down

0 comments on commit 248676c

Please sign in to comment.