From 079ac5c3d72cf41731d0f54b1f58cb0776c23d8c Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Thu, 28 May 2026 23:50:28 -0400 Subject: [PATCH] chore: bump PSScriptAnalyzer to 1.25.0 Bump the pinned PSScriptAnalyzer build dependency to the latest stable release (1.25.0) on the PowerShell Gallery. Co-Authored-By: Claude Opus 4.8 (1M context) --- build.depend.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.depend.psd1 b/build.depend.psd1 index 0932bd4..1c4d3dc 100644 --- a/build.depend.psd1 +++ b/build.depend.psd1 @@ -23,7 +23,7 @@ Version = '0.7.3' } 'PSScriptAnalyzer' = @{ - Version = '1.24.0' + Version = '1.25.0' } # Parses CHANGELOG.md (Keep a Changelog format) so the Publish task can populate the # built manifest's PSData.ReleaseNotes from the matching version's entry.