deps: upgrade all dependencies to latest#485
Merged
Merged
Conversation
- 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>
Contributor
|
🚀 Website Preview
Preview has been cleaned up as the PR was closed. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
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/azdv1.27.0 -> v1.27.1github.com/prometheus/commonv0.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.
webis fully up to date.cliandcli/dashboardonly offeredtypescript7.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 ./...: cleango vet ./...: cleango test ./...: all packages passgolangci-lint run: 0 issuesnpm projects were left untouched (no manifest or lockfile changes), so their builds are unaffected by this PR.