From 6924bcb8b5d40440df325563899f803eb86fcc50 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 12 Apr 2026 04:57:37 +0330 Subject: [PATCH] Log vendor semantic version parsing failure Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.ps1 b/scripts/update.ps1 index 2d1b5d1..dd047ff 100644 --- a/scripts/update.ps1 +++ b/scripts/update.ps1 @@ -340,7 +340,7 @@ foreach ($s in $sources) { # If semantic versioning fails, treat as unknown (potentially breaking) $changeType = "unknown" $hasBreakingChanges = $true - Write-Verbose "Could not parse version as semantic version, treating as potentially breaking" + Write-Verbose "Could not parse version as semantic version for dependency '$($s.name)' (old: '$($s.version)', new: '$version'), treating as potentially breaking" } $updateDetails += @{