From 936ff1a4fe3cddeef03217a7feb0601cf3247d9b Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Fri, 29 May 2026 03:34:53 -0400 Subject: [PATCH] chore: bump psake to 5.0.4 Bump the pinned psake build dependency from 4.9.1 to 5.0.4 (latest stable). The repo uses no features removed in psake 5.0: build.ps1 invokes psake with an explicit -BuildFile and reads $psake.build_success, and there is no OutputHandler/ColoredOutput/$framework or standalone-runner usage. Standalone validation on this repo before propagating to the other modules. 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 e8df00a..86c8c12 100644 --- a/build.depend.psd1 +++ b/build.depend.psd1 @@ -14,7 +14,7 @@ } } 'psake' = @{ - Version = '4.9.1' + Version = '5.0.4' } 'BuildHelpers' = @{ Version = '2.0.16'