Skip to content

fix(deps): update dependencies to latest stable versions#199

Merged
jongio merged 1 commit into
mainfrom
auto/dependencies/2026-05-17
May 18, 2026
Merged

fix(deps): update dependencies to latest stable versions#199
jongio merged 1 commit into
mainfrom
auto/dependencies/2026-05-17

Conversation

@jongio
Copy link
Copy Markdown
Owner

@jongio jongio commented May 17, 2026

Summary

Updates all outdated dependencies to their latest stable versions across Go modules, dashboard, and website packages.

All unit tests and linting pass after these updates.

Updated Packages

Go Modules (cli/go.mod)

Package Before After
azure-dev/cli/azd v1.25.0 v1.25.1
magefile/mage v1.16.0 v1.17.2
mark3labs/mcp-go v0.53.0 v0.54.0
google.golang.org/grpc (indirect) v1.81.0 v1.81.1
charmbracelet/x/exp/slice (indirect) 20260511 20260517

Dashboard (cli/dashboard/package.json)

Package Before After
lucide-react ^1.14.0 ^1.16.0
@types/node ^25.7.0 ^25.8.0
@vitejs/plugin-react ^6.0.1 ^6.0.2
eslint ^10.3.0 ^10.4.0
vite ^8.0.12 ^8.0.13

Website (web/package.json)

Package Before After
@astrojs/mdx ^5.0.4 ^5.0.6
astro ^6.3.1 ^6.3.3
@types/node ^25.7.0 ^25.8.0
tsx ^4.21.0 ^4.22.1

Verification

  • Unit tests: passed
  • Linting (golangci-lint): passed (0 issues)

Go modules:
- azure-dev/cli/azd v1.25.0 -> v1.25.1
- magefile/mage v1.16.0 -> v1.17.2
- mark3labs/mcp-go v0.53.0 -> v0.54.0
- google.golang.org/grpc v1.81.0 -> v1.81.1 (indirect)
- charmbracelet/x/exp/slice updated (indirect)

Dashboard (cli/dashboard):
- lucide-react ^1.14.0 -> ^1.16.0
- @types/node ^25.7.0 -> ^25.8.0
- @vitejs/plugin-react ^6.0.1 -> ^6.0.2
- eslint ^10.3.0 -> ^10.4.0
- vite ^8.0.12 -> ^8.0.13

Website (web):
- @astrojs/mdx ^5.0.4 -> ^5.0.6
- astro ^6.3.1 -> ^6.3.3
- @types/node ^25.7.0 -> ^25.8.0
- tsx ^4.21.0 -> ^4.22.1

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio added dependencies Pull requests that update a dependency file automated Filed by automated analysis labels May 17, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.06%. Comparing base (bcfcad3) to head (e90d023).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
- Coverage   57.08%   57.06%   -0.03%     
==========================================
  Files         158      158              
  Lines       22736    22736              
==========================================
- Hits        12979    12974       -5     
- Misses       8958     8963       +5     
  Partials      799      799              
Flag Coverage Δ
unittests 57.06% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jongio jongio merged commit b9ddf6a into main May 18, 2026
18 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Filed by automated analysis dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant