Skip to content

deps: upgrade all dependencies to latest#485

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

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

Conversation

@jongio

@jongio jongio commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Dependency upgrade

Automated full dependency sweep across all real manifests (cli/go.mod, cli/dashboard, web, cli/package.json).

Go (cli/go.mod)

  • github.com/azure/azure-dev/cli/azd v1.27.0 -> v1.27.1
  • github.com/prometheus/common v0.69.0 -> v0.70.0 (indirect)

Ran go get -u ./... + go mod tidy. All other direct and indirect modules were already at their latest compatible versions.

npm (cli, cli/dashboard, web)

No changes. web is fully up to date. cli and cli/dashboard only offered typescript 7.0.2, which was published 2026-07-08 and is inside the 7-day min-release-age cooldown, so it was intentionally skipped.

Validation

  • go build ./...: clean
  • go vet ./...: clean
  • go test ./...: all packages pass
  • golangci-lint run: 0 issues

npm projects were left untouched (no manifest or lockfile changes), so their builds are unaffected by this PR.

- github.com/azure/azure-dev/cli/azd v1.27.0 -> v1.27.1
- github.com/prometheus/common v0.69.0 -> v0.70.0 (indirect)

npm manifests (cli, cli/dashboard, web) already at latest installable
versions; typescript 7.0.2 skipped (published 2026-07-08, within the
7-day min-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
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.66%. Comparing base (07ef07b) to head (cb1f6fa).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
- Coverage   60.72%   60.66%   -0.06%     
==========================================
  Files         223      223              
  Lines       28410    28410              
==========================================
- Hits        17252    17235      -17     
- Misses       9982    10001      +19     
+ Partials     1176     1174       -2     
Flag Coverage Δ
unittests 60.66% <ø> (-0.06%) ⬇️

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 f0e9b03 into main Jul 10, 2026
23 checks passed
@jongio
jongio deleted the deps/upgrade-all branch July 10, 2026 19:47
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