chore(deps): sync dependency versions from netrock (Aug 2026) - #100
Merged
Conversation
- .NET framework packages 10.0.5 -> 10.0.11 (incl. dotnet-ef tool) - Aspire hosting 13.2.0 -> 13.4.6 and AppHost SDK 13.2.0 -> 13.4.6 - CommunityToolkit.Aspire 13.1.1 -> 13.4.0 - Microsoft.Extensions.* 10.4.0 -> 10.9.0 - OpenTelemetry 1.15.x -> 1.17.0 (EF Core instrumentation 1.17.0-beta.1) - SkiaSharp 3.119.2 -> 4.151.1, NSubstitute 5.3.0 -> 6.2.0 - xunit.runner.visualstudio 3.1.5 -> 4.0.0, coverlet 8.0.1 -> 10.0.1 - JetBrains.Annotations 2025.2.4 -> 2026.2.0 - AWSSDK.S3, MailKit, Hangfire, Npgsql, Scalar, Serilog, Test.Sdk minor bumps Source: fpindej/netrock#523 and #524.
- ESLint 9 -> 10, Vite 7 -> 8, Vitest 3 -> 4, vite-plugin-svelte 6 -> 7 - TypeScript 5.9 -> 6.0, prettier-plugin-svelte 3 -> 4, @lucide/svelte 1.x - SvelteKit 2.70, Svelte 5.56, Tailwind 4.3, paraglide 2.24, bits-ui 2.18 - @types/node 22 -> 24, pnpm 10.29.3 -> 10.34.5, Node 24 Docker images Adaptations carried over from netrock: - vitest 4: clearMocks in vite.config.ts, constructible Image stub in crop.test.ts - eslint 10 no-useless-assignment: bind:ref in sidebar-trigger - prettier 3.9 formatting of textarea.svelte Source: fpindej/netrock#523.
- actions/checkout v4 -> v7, actions/setup-node v4 -> v7 - actions/setup-dotnet v4 -> v6, pnpm/action-setup v5 -> v6 - Node.js 22 -> 24 in CI and web Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Not included (template content lag, separate sync): netrock removed
Asp.Versioning.Mvc.ApiExplorer(netrock#496); templates still reference it and its code.Test Plan
pnpm test && pnpm build && pnpm --filter @netrock/web check- greendotnet build(0 warnings) anddotnet test -c Release- 968 passedpnpm install --frozen-lockfile,pnpm check(0 errors),pnpm test(286 passed),pnpm build