Skip to content

Commit

Permalink
Merge branch 'release/0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sjogren committed Feb 15, 2025
2 parents 699a1da + 806c912 commit 7656ea7
Show file tree
Hide file tree
Showing 29 changed files with 344 additions and 94 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"isRoot": true,
"tools": {
"dotnet-outdated-tool": {
"version": "4.6.4",
"version": "4.6.7",
"commands": [
"dotnet-outdated"
],
"rollForward": false
},
"dotnet-ef": {
"version": "9.0.1",
"version": "9.0.2",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Generate coverage report
uses: danielpalme/ReportGenerator-GitHub-Action@v5
with:
reports: '../**/{coverage.cobertura,cobertura-coverage}.xml'
reports: '../**/coverage.cobertura.xml,../**/cobertura-coverage.xml'
targetdir: 'coverage-report'
historydir: 'coverage-history'
reporttypes: 'Html;MarkdownSummary;MarkdownDeltaSummary;Cobertura'
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- Solution settings -->
<Version>0.0.4</Version>
<Version>0.0.5</Version>
<LangVersion>latest</LangVersion>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
12 changes: 6 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
<GlobalPackageReference Include="Karls.Analyzers" Version="0.4.3" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.12.10" />
<GlobalPackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.10" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.13.0" />
<GlobalPackageReference Include="Roslynator.Formatting.Analyzers" Version="4.13.0" />
<GlobalPackageReference Include="TestableIO.System.IO.Abstractions.Analyzers" Version="2022.0.0" />
</ItemGroup>
<ItemGroup>
Expand All @@ -18,20 +18,20 @@
<PackageVersion Include="Lucene.Net" Version="4.8.0-beta00017" />
<PackageVersion Include="Lucene.Net.Analysis.Common" Version="4.8.0-beta00017" />
<PackageVersion Include="Lucene.Net.QueryParser" Version="4.8.0-beta00017" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.1.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="9.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.1.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Shorthand.Vite" Version="0.2.0" />
<PackageVersion Include="Shouldly" Version="4.3.0" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="21.2.1" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.2.1" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="21.3.1" />
<PackageVersion Include="TestableIO.System.IO.Abstractions.Wrappers" Version="21.3.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="xunit.v3" Version="1.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"version": "9.0.200",
"rollForward": "latestFeature"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions src/Borealis.Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@codecov/vite-plugin": "^1.8.0",
"@popperjs/core": "^2.11.8",
"@stylistic/eslint-plugin-js": "^2.13.0",
"@stylistic/eslint-plugin-js": "^3.1.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@testing-library/dom": "^10.4.0",
"@vitest/browser": "^3.0.4",
Expand All @@ -30,8 +30,8 @@
"bootstrap-icons": "^1.11.3",
"browserslist": "^4.24.4",
"cssnano": "^7.0.6",
"esbuild": "^0.24.2",
"esbuild-plugin-browserslist": "^0.15.0",
"esbuild": "^0.25.0",
"esbuild-plugin-browserslist": "^0.16.0",
"eslint": "^9.19.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-jsdoc": "^50.6.2",
Expand All @@ -45,12 +45,12 @@
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"vite": "^6.0.11",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^3.0.4",
"webdriverio": "^9.7.0"
"webdriverio": "^9.9.0"
}
}
Loading

0 comments on commit 7656ea7

Please sign in to comment.