Skip to content

deps: upgrade all dependencies to latest#138

Merged
jongio merged 2 commits into
mainfrom
deps/upgrade
Jun 25, 2026
Merged

deps: upgrade all dependencies to latest#138
jongio merged 2 commits into
mainfrom
deps/upgrade

Conversation

@jongio

@jongio jongio commented Jun 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgrades all Node dependencies in the web workspace to latest versions.
  • Upgrades Go module dependencies in cli to latest compatible versions.
  • Regenerates pnpm and Go lock/module metadata.

Validation

  • go build ./... in cli passed.
  • go test ./... in cli passed.
  • pnpm run build in web passed.
  • pnpm --if-present run test in web passed (no web test script present).

- Upgrade web dependencies to Astro 7, @astrojs/mdx 7, astro-expressive-code 0.44, Tailwind 4.3.1, and @types/node 26
- Upgrade Go dependencies including azure-dev/cli/azd 1.26.0, mcp-go 0.55.1, Azure SDK modules, OpenTelemetry, and golang.org/x modules
- Regenerate pnpm-lock.yaml and Go module sums

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jun 25, 2026
@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions Bot added a commit that referenced this pull request Jun 25, 2026
Fixes the Preflight Checks spell-check failure on CHANGELOG.md so the
dependency upgrade PR can pass CI.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.4.8-pr138) is ready for testing!

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.ps1) } -PrNumber 138 -Version 0.4.8-pr138"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.sh | bash -s 138 0.4.8-pr138

Uninstall

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.ps1) } -PrNumber 138"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.sh | bash -s 138

Build Info:

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.

1 participant