Skip to content

Bump NuGet dependencies (Dependabot PRs #278–#282) + fix session-start hook#283

Merged
zkarachiwala merged 2 commits into
mainfrom
claude/dependabot-issues-doeo4j
Jun 29, 2026
Merged

Bump NuGet dependencies (Dependabot PRs #278–#282) + fix session-start hook#283
zkarachiwala merged 2 commits into
mainfrom
claude/dependabot-issues-doeo4j

Conversation

@zkarachiwala

Copy link
Copy Markdown
Owner

Summary

  • MudBlazor 9.5.0 → 9.6.0 (Web, Client, ComponentTests)
  • Scalar.AspNetCore 2.16.4 → 2.16.6 (Web)
  • Mapster 10.0.8 → 10.0.10 (Web)
  • Microsoft.Playwright.Xunit 1.60.0 → 1.61.0 (Playwright)
  • Microsoft.NET.Test.Sdk 18.6.0 → 18.7.0 (Tests, ComponentTests, Playwright)
  • Fix .claude/hooks/session-start.sh: the hook was failing silently because it called apt-get install dotnet-sdk-10.0 without first registering the Microsoft package feed. Added a step to download and install packages-microsoft-prod.deb for the detected Ubuntu version before running apt-get update.

Closes #278, #279, #280, #281, #282

Test plan

  • 173 unit tests passing (dotnet test TimeTracker.Tests --filter "Category!=Container")
  • 22 component tests passing (dotnet test TimeTracker.ComponentTests)

Generated by Claude Code

claude added 2 commits June 29, 2026 05:49
- MudBlazor 9.5.0 → 9.6.0 (Web, Client, ComponentTests)
- Scalar.AspNetCore 2.16.4 → 2.16.6 (Web)
- Mapster 10.0.8 → 10.0.10 (Web)
- Microsoft.Playwright.Xunit 1.60.0 → 1.61.0 (Playwright)
- Microsoft.NET.Test.Sdk 18.6.0 → 18.7.0 (Tests, ComponentTests, Playwright)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017KZdRP8XfCXAP62kMuYgqS
The hook was calling apt-get install dotnet-sdk-10.0 without first
adding the Microsoft package repository, so apt couldn't find the
package. Now downloads packages-microsoft-prod.deb for the detected
Ubuntu version before running apt-get update.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017KZdRP8XfCXAP62kMuYgqS
@zkarachiwala zkarachiwala merged commit d46a4fb into main Jun 29, 2026
4 checks passed
@zkarachiwala zkarachiwala deleted the claude/dependabot-issues-doeo4j branch June 29, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants