Skip to content

deps: upgrade all dependencies to latest#72

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 10, 2026
Merged

deps: upgrade all dependencies to latest#72
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades all dependencies to their latest installable versions.

Changes

  • cli/go.mod: github.com/azure/azure-dev/cli/azd v1.27.0 -> v1.27.1

Already at latest (no change)

  • tools/scenario/go.mod: mage, yaml.v3, modernc.org/sqlite all current.
  • cli/package.json: sharp, @azure/identity, tsx at latest. openai 6.46.0 skipped (published 2026-07-09, within the 7-day release-age cooldown).
  • web/package.json: astro, tailwindcss, @tailwindcss/vite, @astrojs/mdx, @types/node, tsx at latest; @jongio/azd-web-core at 2.4.1 (latest).

Verification

  • go build ./src/... clean (+ windows/linux/darwin-amd64/darwin-arm64 cross-builds)
  • go test -short ./src/... all pass (-race covered by CI; no local cgo)
  • gofmt -l ./src clean, go vet clean
  • golangci-lint run ./src/... 0 issues
  • govulncheck ./src/... no called vulnerabilities
  • tools/scenario build + tests pass

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

Bump github.com/azure/azure-dev/cli/azd from v1.27.0 to v1.27.1.
All other Go, npm, and pnpm dependencies are already at their latest
installable versions (openai 6.46.0 skipped: within 7-day release-age cooldown).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 10, 2026
@jongio jongio added the deps Dependency updates label Jul 10, 2026
@github-actions

github-actions Bot commented Jul 10, 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 Jul 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.2.4-pr72) is ready for testing!

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/install-pr.ps1) } -PrNumber 72 -Version 0.2.4-pr72"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-copilot/main/cli/scripts/install-pr.sh | bash -s 72 0.2.4-pr72

Uninstall

PowerShell (Windows):

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

Bash (macOS/Linux):

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

Build Info:

@jongio
jongio merged commit a763f7d into main Jul 10, 2026
14 checks passed
@jongio
jongio deleted the deps/upgrade-all branch July 10, 2026 19:43
github-actions Bot added a commit that referenced this pull request Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant