Skip to content

Commit 8131c7f

Browse files
authored
Merge pull request #263 from gitfool/renovate/minor
2 parents 1733c83 + 1c64c8c commit 8131c7f

File tree

8 files changed

+80
-80
lines changed

8 files changed

+80
-80
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
show-progress: false
2727

2828
- name: Cache packages
29-
uses: actions/cache@v4.1.2
29+
uses: actions/cache@v4.2.0
3030
with:
3131
path: ${{ env.NUGET_PACKAGES }}
3232
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.DOCKER_TOKEN }}
4141

4242
- name: Setup buildx
43-
uses: docker/setup-buildx-action@v3.7.1
43+
uses: docker/setup-buildx-action@v3.9.0
4444

4545
- name: Export runtime
4646
uses: crazy-max/[email protected]

Cli/Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
3434
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
3535
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
36-
<PackageReference Include="Polly" Version="8.4.2" />
36+
<PackageReference Include="Polly" Version="8.5.2" />
3737
<PackageReference Include="Serilog" Version="4.1.0" />
3838
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
3939
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />

Cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM mcr.microsoft.com/dotnet/runtime:8.0.10-jammy
2+
FROM mcr.microsoft.com/dotnet/runtime:8.0.12-jammy
33

44
LABEL org.opencontainers.image.source=https://github.com/gitfool/BoardGameGeek.Dungeon
55

Cli/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
},
8383
"Polly": {
8484
"type": "Direct",
85-
"requested": "[8.4.2, )",
86-
"resolved": "8.4.2",
87-
"contentHash": "/qfe/eoHQ9tJOGVmJ/y+fUvK5nHDrS0EZ/DguwYXGN8gnDwlUWdmPqUqoj0PJvg8awELac+9YL7W0GOd1vTORg==",
85+
"requested": "[8.5.2, )",
86+
"resolved": "8.5.2",
87+
"contentHash": "vbXsGgkG86nG+TOwY+SmtrGrRHmHH0DQaxtILx//d3Dz/ocJ8izSNYzdvU2gEtWa/LDD8zJLvD3HdjEkdlvkhg==",
8888
"dependencies": {
89-
"Polly.Core": "8.4.2"
89+
"Polly.Core": "8.5.2"
9090
}
9191
},
9292
"Serilog": {
@@ -163,8 +163,8 @@
163163
},
164164
"FluentValidation": {
165165
"type": "Transitive",
166-
"resolved": "11.10.0",
167-
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
166+
"resolved": "11.11.0",
167+
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
168168
},
169169
"Microsoft.Bcl.AsyncInterfaces": {
170170
"type": "Transitive",
@@ -431,8 +431,8 @@
431431
},
432432
"Polly.Core": {
433433
"type": "Transitive",
434-
"resolved": "8.4.2",
435-
"contentHash": "BpE2I6HBYYA5tF0Vn4eoQOGYTYIK1BlF5EXVgkWGn3mqUUjbXAr13J6fZVbp7Q3epRR8yshacBMlsHMhpOiV3g=="
434+
"resolved": "8.5.2",
435+
"contentHash": "1MJKdxv4zwDmiWvYvVN24DsrWUfgQ4F83voH8bhbtLMdPuGy8CfTUzsgQhvyrl1a7hrM6f/ydwLVdVUI0xooUw=="
436436
},
437437
"Serilog.Extensions.Logging": {
438438
"type": "Transitive",
@@ -473,14 +473,14 @@
473473
},
474474
"YamlDotNet": {
475475
"type": "Transitive",
476-
"resolved": "16.2.0",
477-
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
476+
"resolved": "16.3.0",
477+
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
478478
},
479479
"library": {
480480
"type": "Project",
481481
"dependencies": {
482-
"FluentValidation": "[11.10.0, )",
483-
"YamlDotNet": "[16.2.0, )"
482+
"FluentValidation": "[11.11.0, )",
483+
"YamlDotNet": "[16.3.0, )"
484484
}
485485
}
486486
}

Library/Library.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="FluentValidation" Version="11.10.0" />
8-
<PackageReference Include="YamlDotNet" Version="16.2.0" />
7+
<PackageReference Include="FluentValidation" Version="11.11.0" />
8+
<PackageReference Include="YamlDotNet" Version="16.3.0" />
99
</ItemGroup>
1010
</Project>

Library/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"net8.0": {
55
"FluentValidation": {
66
"type": "Direct",
7-
"requested": "[11.10.0, )",
8-
"resolved": "11.10.0",
9-
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
7+
"requested": "[11.11.0, )",
8+
"resolved": "11.11.0",
9+
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
1010
},
1111
"YamlDotNet": {
1212
"type": "Direct",
13-
"requested": "[16.2.0, )",
14-
"resolved": "16.2.0",
15-
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
13+
"requested": "[16.3.0, )",
14+
"resolved": "16.3.0",
15+
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
1616
}
1717
}
1818
}

Tests/Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="coverlet.collector" Version="6.0.2" />
14+
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1515
<PackageReference Include="FakeItEasy" Version="8.3.0" />
1616
<PackageReference Include="FluentAssertions" Version="6.12.2" />
1717
<PackageReference Include="JunitXml.TestLogger" Version="4.1.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
19-
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.5" />
20-
<PackageReference Include="xunit" Version="2.9.2" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
19+
<PackageReference Include="Serilog.Sinks.XUnit" Version="3.0.19" />
20+
<PackageReference Include="xunit" Version="2.9.3" />
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
2222
</ItemGroup>
2323

Tests/packages.lock.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"coverlet.collector": {
66
"type": "Direct",
7-
"requested": "[6.0.2, )",
8-
"resolved": "6.0.2",
9-
"contentHash": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A=="
7+
"requested": "[6.0.4, )",
8+
"resolved": "6.0.4",
9+
"contentHash": "lkhqpF8Pu2Y7IiN7OntbsTtdbpR1syMsm2F3IgX6ootA4ffRqWL5jF7XipHuZQTdVuWG/gVAAcf8mjk8Tz0xPg=="
1010
},
1111
"FakeItEasy": {
1212
"type": "Direct",
@@ -34,35 +34,35 @@
3434
},
3535
"Microsoft.NET.Test.Sdk": {
3636
"type": "Direct",
37-
"requested": "[17.11.1, )",
38-
"resolved": "17.11.1",
39-
"contentHash": "U3Ty4BaGoEu+T2bwSko9tWqWUOU16WzSFkq6U8zve75oRBMSLTBdMAZrVNNz1Tq12aCdDom9fcOcM9QZaFHqFg==",
37+
"requested": "[17.12.0, )",
38+
"resolved": "17.12.0",
39+
"contentHash": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==",
4040
"dependencies": {
41-
"Microsoft.CodeCoverage": "17.11.1",
42-
"Microsoft.TestPlatform.TestHost": "17.11.1"
41+
"Microsoft.CodeCoverage": "17.12.0",
42+
"Microsoft.TestPlatform.TestHost": "17.12.0"
4343
}
4444
},
4545
"Serilog.Sinks.XUnit": {
4646
"type": "Direct",
47-
"requested": "[3.0.5, )",
48-
"resolved": "3.0.5",
49-
"contentHash": "+Lp5sBCcdtb7b2Kpjr6rtgg9ZWFCM8Tlp2dlFkfvBfFQd3Zw81HQdP5FKXggLAwbE8tX/i5odAIhjly9C5jUrw==",
47+
"requested": "[3.0.19, )",
48+
"resolved": "3.0.19",
49+
"contentHash": "TlibhWRbxB2fl+w5XEtRtzuxsceDF18bNJIXsmDiHqlK+KN6PSKDeDQq1rEa3V712q0ouvKbYAiVCE+5DOkYdQ==",
5050
"dependencies": {
51-
"Serilog": "2.12.0",
51+
"Serilog": "4.1.0",
5252
"xunit.abstractions": "2.0.3",
53-
"xunit.extensibility.core": "2.4.2",
54-
"xunit.extensibility.execution": "2.4.2"
53+
"xunit.extensibility.core": "2.9.2",
54+
"xunit.extensibility.execution": "2.9.2"
5555
}
5656
},
5757
"xunit": {
5858
"type": "Direct",
59-
"requested": "[2.9.2, )",
60-
"resolved": "2.9.2",
61-
"contentHash": "7LhFS2N9Z6Xgg8aE5lY95cneYivRMfRI8v+4PATa4S64D5Z/Plkg0qa8dTRHSiGRgVZ/CL2gEfJDE5AUhOX+2Q==",
59+
"requested": "[2.9.3, )",
60+
"resolved": "2.9.3",
61+
"contentHash": "TlXQBinK35LpOPKHAqbLY4xlEen9TBafjs0V5KnA4wZsoQLQJiirCR4CbIXvOH8NzkW4YeJKP5P/Bnrodm0h9Q==",
6262
"dependencies": {
63-
"xunit.analyzers": "1.16.0",
64-
"xunit.assert": "2.9.2",
65-
"xunit.core": "[2.9.2]"
63+
"xunit.analyzers": "1.18.0",
64+
"xunit.assert": "2.9.3",
65+
"xunit.core": "[2.9.3]"
6666
}
6767
},
6868
"xunit.runner.visualstudio": {
@@ -81,8 +81,8 @@
8181
},
8282
"FluentValidation": {
8383
"type": "Transitive",
84-
"resolved": "11.10.0",
85-
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
84+
"resolved": "11.11.0",
85+
"contentHash": "cyIVdQBwSipxWG8MA3Rqox7iNbUNUTK5bfJi9tIdm4CAfH71Oo5ABLP4/QyrUwuakqpUEPGtE43BDddvEehuYw=="
8686
},
8787
"Flurl": {
8888
"type": "Transitive",
@@ -115,8 +115,8 @@
115115
},
116116
"Microsoft.CodeCoverage": {
117117
"type": "Transitive",
118-
"resolved": "17.11.1",
119-
"contentHash": "nPJqrcA5iX+Y0kqoT3a+pD/8lrW/V7ayqnEJQsTonSoPz59J8bmoQhcSN4G8+UJ64Hkuf0zuxnfuj2lkHOq4cA=="
118+
"resolved": "17.12.0",
119+
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
120120
},
121121
"Microsoft.Extensions.Configuration": {
122122
"type": "Transitive",
@@ -403,18 +403,18 @@
403403
},
404404
"Microsoft.TestPlatform.ObjectModel": {
405405
"type": "Transitive",
406-
"resolved": "17.11.1",
407-
"contentHash": "E2jZqAU6JeWEVsyOEOrSW1o1bpHLgb25ypvKNB/moBXPVsFYBPd/Jwi7OrYahG50J83LfHzezYI+GaEkpAotiA==",
406+
"resolved": "17.12.0",
407+
"contentHash": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==",
408408
"dependencies": {
409409
"System.Reflection.Metadata": "1.6.0"
410410
}
411411
},
412412
"Microsoft.TestPlatform.TestHost": {
413413
"type": "Transitive",
414-
"resolved": "17.11.1",
415-
"contentHash": "DnG+GOqJXO/CkoqlJWeDFTgPhqD/V6VqUIL3vINizCWZ3X+HshCtbbyDdSHQQEjrc2Sl/K3yaxX6s+5LFEdYuw==",
414+
"resolved": "17.12.0",
415+
"contentHash": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==",
416416
"dependencies": {
417-
"Microsoft.TestPlatform.ObjectModel": "17.11.1",
417+
"Microsoft.TestPlatform.ObjectModel": "17.12.0",
418418
"Newtonsoft.Json": "13.0.1"
419419
}
420420
},
@@ -443,16 +443,16 @@
443443
},
444444
"Polly": {
445445
"type": "Transitive",
446-
"resolved": "8.4.2",
447-
"contentHash": "/qfe/eoHQ9tJOGVmJ/y+fUvK5nHDrS0EZ/DguwYXGN8gnDwlUWdmPqUqoj0PJvg8awELac+9YL7W0GOd1vTORg==",
446+
"resolved": "8.5.2",
447+
"contentHash": "vbXsGgkG86nG+TOwY+SmtrGrRHmHH0DQaxtILx//d3Dz/ocJ8izSNYzdvU2gEtWa/LDD8zJLvD3HdjEkdlvkhg==",
448448
"dependencies": {
449-
"Polly.Core": "8.4.2"
449+
"Polly.Core": "8.5.2"
450450
}
451451
},
452452
"Polly.Core": {
453453
"type": "Transitive",
454-
"resolved": "8.4.2",
455-
"contentHash": "BpE2I6HBYYA5tF0Vn4eoQOGYTYIK1BlF5EXVgkWGn3mqUUjbXAr13J6fZVbp7Q3epRR8yshacBMlsHMhpOiV3g=="
454+
"resolved": "8.5.2",
455+
"contentHash": "1MJKdxv4zwDmiWvYvVN24DsrWUfgQ4F83voH8bhbtLMdPuGy8CfTUzsgQhvyrl1a7hrM6f/ydwLVdVUI0xooUw=="
456456
},
457457
"Serilog": {
458458
"type": "Transitive",
@@ -580,43 +580,43 @@
580580
},
581581
"xunit.analyzers": {
582582
"type": "Transitive",
583-
"resolved": "1.16.0",
584-
"contentHash": "hptYM7vGr46GUIgZt21YHO4rfuBAQS2eINbFo16CV/Dqq+24Tp+P5gDCACu1AbFfW4Sp/WRfDPSK8fmUUb8s0Q=="
583+
"resolved": "1.18.0",
584+
"contentHash": "OtFMHN8yqIcYP9wcVIgJrq01AfTxijjAqVDy/WeQVSyrDC1RzBWeQPztL49DN2syXRah8TYnfvk035s7L95EZQ=="
585585
},
586586
"xunit.assert": {
587587
"type": "Transitive",
588-
"resolved": "2.9.2",
589-
"contentHash": "QkNBAQG4pa66cholm28AxijBjrmki98/vsEh4Sx5iplzotvPgpiotcxqJQMRC8d7RV7nIT8ozh97957hDnZwsQ=="
588+
"resolved": "2.9.3",
589+
"contentHash": "/Kq28fCE7MjOV42YLVRAJzRF0WmEqsmflm0cfpMjGtzQ2lR5mYVj1/i0Y8uDAOLczkL3/jArrwehfMD0YogMAA=="
590590
},
591591
"xunit.core": {
592592
"type": "Transitive",
593-
"resolved": "2.9.2",
594-
"contentHash": "O6RrNSdmZ0xgEn5kT927PNwog5vxTtKrWMihhhrT0Sg9jQ7iBDciYOwzBgP2krBEk5/GBXI18R1lKvmnxGcb4w==",
593+
"resolved": "2.9.3",
594+
"contentHash": "BiAEvqGvyme19wE0wTKdADH+NloYqikiU0mcnmiNyXaF9HyHmE6sr/3DC5vnBkgsWaE6yPyWszKSPSApWdRVeQ==",
595595
"dependencies": {
596-
"xunit.extensibility.core": "[2.9.2]",
597-
"xunit.extensibility.execution": "[2.9.2]"
596+
"xunit.extensibility.core": "[2.9.3]",
597+
"xunit.extensibility.execution": "[2.9.3]"
598598
}
599599
},
600600
"xunit.extensibility.core": {
601601
"type": "Transitive",
602-
"resolved": "2.9.2",
603-
"contentHash": "Ol+KlBJz1x8BrdnhN2DeOuLrr1I/cTwtHCggL9BvYqFuVd/TUSzxNT5O0NxCIXth30bsKxgMfdqLTcORtM52yQ==",
602+
"resolved": "2.9.3",
603+
"contentHash": "kf3si0YTn2a8J8eZNb+zFpwfoyvIrQ7ivNk5ZYA5yuYk1bEtMe4DxJ2CF/qsRgmEnDr7MnW1mxylBaHTZ4qErA==",
604604
"dependencies": {
605605
"xunit.abstractions": "2.0.3"
606606
}
607607
},
608608
"xunit.extensibility.execution": {
609609
"type": "Transitive",
610-
"resolved": "2.9.2",
611-
"contentHash": "rKMpq4GsIUIJibXuZoZ8lYp5EpROlnYaRpwu9Zr0sRZXE7JqJfEEbCsUriZqB+ByXCLFBJyjkTRULMdC+U566g==",
610+
"resolved": "2.9.3",
611+
"contentHash": "yMb6vMESlSrE3Wfj7V6cjQ3S4TXdXpRqYeNEI3zsX31uTsGMJjEw6oD5F5u1cHnMptjhEECnmZSsPxB6ChZHDQ==",
612612
"dependencies": {
613-
"xunit.extensibility.core": "[2.9.2]"
613+
"xunit.extensibility.core": "[2.9.3]"
614614
}
615615
},
616616
"YamlDotNet": {
617617
"type": "Transitive",
618-
"resolved": "16.2.0",
619-
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
618+
"resolved": "16.3.0",
619+
"contentHash": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA=="
620620
},
621621
"bgg-dungeon": {
622622
"type": "Project",
@@ -628,7 +628,7 @@
628628
"Microsoft.Extensions.Hosting": "[8.0.1, )",
629629
"Microsoft.Extensions.Options": "[8.0.2, )",
630630
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
631-
"Polly": "[8.4.2, )",
631+
"Polly": "[8.5.2, )",
632632
"Serilog": "[4.1.0, )",
633633
"Serilog.Enrichers.Thread": "[4.0.0, )",
634634
"Serilog.Extensions.Hosting": "[8.0.0, )",
@@ -642,8 +642,8 @@
642642
"library": {
643643
"type": "Project",
644644
"dependencies": {
645-
"FluentValidation": "[11.10.0, )",
646-
"YamlDotNet": "[16.2.0, )"
645+
"FluentValidation": "[11.11.0, )",
646+
"YamlDotNet": "[16.3.0, )"
647647
}
648648
}
649649
}

0 commit comments

Comments
 (0)