deps: upgrade all dependencies to latest#72
Merged
Merged
Conversation
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>
Contributor
|
🚀 Website Preview
Preview has been cleaned up as the PR was closed. |
Contributor
🚀 Test This PRA preview build ( 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-pr72UninstallPowerShell (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 72Build Info:
|
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
Upgrades all dependencies to their latest installable versions.
Changes
cli/go.mod:github.com/azure/azure-dev/cli/azdv1.27.0->v1.27.1Already 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.openai6.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 (-racecovered by CI; no local cgo)gofmt -l ./srcclean,go vetcleangolangci-lint run ./src/...0 issuesgovulncheck ./src/...no called vulnerabilitiestools/scenariobuild + tests passCo-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com