From 934f196f5d6106c99c80f56643884580dd9ff566 Mon Sep 17 00:00:00 2001 From: intellij-powershell automation Date: Sat, 16 Mar 2024 22:48:46 +0000 Subject: [PATCH 1/2] Update PSScriptAnalyzer to v1.22.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a952b0c4..c1465882 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ kotlin.stdlib.default.dependency=false # 30 MiB: maxUnpackedPluginBytes=31457280 -psScriptAnalyzerVersion=1.21.0 -psScriptAnalyzerSha256Hash=66353f139f4f1ffaa532fdeed965e70afbb8400b4810b6b2b91e091119aa6fad +psScriptAnalyzerVersion=1.22.0 +psScriptAnalyzerSha256Hash=71BFB9EB58E19D4B662F4494A7D572A724B60E0588848DCFF34195A0E08AE1BE psesVersion=3.18.0 psesSha256Hash=b5624eeae84e4a23e1ef2b9516d29a9e0df02640470987a9f95757c05faee926 From 77af1251d878d002cd807d610b37c9c2cbf6ddfe Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 17 Mar 2024 00:18:45 +0100 Subject: [PATCH 2/2] Docs: document the PowerShellEditorServices upgrade --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b506907..bc97c6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] (2.6.0) ### Changed +- **Requirement update!** If you set the plugin to use PowerShell (aka PowerShell Core, as opposed to Windows PowerShell), then PowerShell 7.2.11 is the minimal supported version + + The requirements related to Windows PowerShell version are not changed. - [#229](https://github.com/ant-druha/intellij-powershell/issues/229): the **PowerShell** run configuration will now save all the files before executing This fixes the cases when the started configuration wasn't using the latest version of an edited script file. - [#51: Update PowerShellEditorServices](https://github.com/ant-druha/intellij-powershell/issues/51) to v3.18.0 - +- PowerShellEditorServices have been updated to the latest v1.22.0 ### Removed - The plugin no longer bundles Plaster that was a part of an older PowerShellEditorServices distribution, even though it wasn't used by the plugin.