Skip to content

Commit 70fcceb

Browse files
wormeymanrenovate[bot]claude
authored
Combine the weekly dependency batch into one PR (#97)
* Update dependency Microsoft.AspNetCore.OpenApi to 8.0.30 * Update dependency pinia to v4.0.3 * Update dotnet monorepo * Update dependency Microsoft.NET.Test.Sdk to 18.9.0 * Sync the documented SDK floor with global.json The dotnet monorepo bump raises the global.json pin from 10.0.302 to 10.0.400. CLAUDE.md names that version too and says to keep the two in sync, so update it in the same change. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LkE6H4p3B9aQcecFweu1Qi --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 152484f commit 70fcceb

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FactorioTools is a Factorio oil-field (outpost) blueprint planner. Given a bluep
88

99
## Prerequisites
1010

11-
- **.NET SDK 10.0.302** (pinned in `global.json`, `rollForward: latestMajor`). This is a floor, not an exact pin - `latestMajor` means any newer 10.x SDK works, but an *older* one now fails, so raising this number raises the bar for every contributor. Keep it in sync with `global.json`; CI installs exactly this version via `setup-dotnet`'s `global-json-file`.
11+
- **.NET SDK 10.0.400** (pinned in `global.json`, `rollForward: latestMajor`). This is a floor, not an exact pin - `latestMajor` means any newer 10.x SDK works, but an *older* one now fails, so raising this number raises the bar for every contributor. Keep it in sync with `global.json`; CI installs exactly this version via `setup-dotnet`'s `global-json-file`.
1212
- **Git submodules are required** (`FluteSharp`, `delaunator-sharp`, `CSharp.lua`). Clone/update with `git submodule update --init --recursive`. CI checks out with `submodules: recursive`.
1313
- Node 24 (Active LTS) for the Vue front-end.
1414
- The browser-WASM project needs `dotnet workload restore`.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.302",
3+
"version": "10.0.400",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

src/BlazorWebApp/BlazorWebApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.10" />
21-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.10" PrivateAssets="all" />
20+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.11" />
21+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.11" PrivateAssets="all" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

src/FactorioTools.Cli/FactorioTools.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="System.CommandLine" Version="2.0.10" />
16+
<PackageReference Include="System.CommandLine" Version="2.0.11" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/WebApp/WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
front-end, so the migration's cost/risk is not justified right now. Revisit only if
4242
the API is hosted again or the OpenAPI contract needs to change.
4343
-->
44-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.29" />
44+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.30" />
4545
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
4646
</ItemGroup>
4747

src/vue/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/FactorioTools.Test/FactorioTools.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
3131
<!--
3232
The Verify family must move together, and it is only free to move because this
3333
project is on xunit v3.

0 commit comments

Comments
 (0)