chore(deps): update dependency system.management.automation to 7.6.0-preview.5 #17
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.
This PR contains the following updates:
7.6.0-preview.3->7.6.0-preview.5Release Notes
PowerShell/PowerShell (System.Management.Automation)
v7.6.0-preview.5: Release of PowerShell7.6.0-preview.5
Engine Updates and Fixes
POWERSHELL_DIAGNOSTICS_OPTOUT(#26086)RemoteHyperVSocket(#26057)stderroutput of console host to respectNO_COLOR(#24391)sshPATH check inSSHConnectionInfowhen the default Runspace is not available (#25780) (Thanks @jborean93!)PSForEachandPSWhereas aliases for the PowerShell intrinsic methodsWhereandForeach(#25511) (Thanks @powercode!)General Cmdlet Updates and Fixes
IsScreenReaderActive()check fromConsoleHost(#26118)ConvertFrom-Jsonto ignore comments inside array literals (#14553) (#26050) (Thanks @MatejKafka!)-Debugto not trigger theShouldProcessprompt (#26081)Register-ArgumentCompleter -NativeFallbackto support registering a cover-all completer for native commands (#25230)Write-Hostto respectOutputRendering = PlainText(#21188)$usingexpression support inInvoke-Command(#24025) (Thanks @jborean93!)HelpMessagefor tool tip in parameter completion (#25108) (Thanks @jborean93!)SessionState" (#25792)MethodInvocationtrace for overload tracing (#21320) (Thanks @jborean93!)-ProgressActionfor advanced functions (#24591) (Thanks @cmkb3!)FileSystemProvider.CreateDirectory(#24615) (Thanks @Tadas!)-Targetas literal inNew-Item(#25186) (Thanks @GameMicrowave!)ArrayLiteralAstandParenExpressionAst(#25303) (Thanks @MartinGC94!)[bigint]casting (#25396) (Thanks @AbishekPonmudi!)NullReferenceExceptionwhen writing progress records to console from multiple threads (#25440) (Thanks @kborowinski!)Get-Serviceto ignore common errors when retrieving non-critical properties for a service (#24245) (Thanks @jborean93!)Join-StringArgument Completer (#25283) (Thanks @ArmaanMcleod!)Out-GridViewby replacing use of obsoleteBinaryFormatterwith custom implementation (#25497) (Thanks @mawosoft!)PSDiagnosticsmodule to work for PowerShell 7 (#25590)Code Cleanup
We thank the following contributors!
@xtqqczze, @mawosoft, @ArmaanMcleod
ConsoleControlstructs (#26063) (Thanks @xtqqczze!)FileStreamBackReader.NativeMethodstype (#26062) (Thanks @xtqqczze!)CS0618suppressions from Variant APIs (#26006) (Thanks @xtqqczze!).csfiles end with exactly one newline (#25968) (Thanks @xtqqczze!)CA2105rule suppression (#25938) (Thanks @xtqqczze!)CA1703rule suppression (#25955) (Thanks @xtqqczze!)CA2240rule suppression (#25957) (Thanks @xtqqczze!)CA1701rule suppression (#25948) (Thanks @xtqqczze!)CA2233rule suppression (#25951) (Thanks @xtqqczze!)CA1026rule suppression (#25934) (Thanks @xtqqczze!)CA1059rule suppression (#25940) (Thanks @xtqqczze!)CA2118rule suppression (#25924) (Thanks @xtqqczze!)System.Runtime.Versioningattributes (#25926) (Thanks @xtqqczze!)Microsoft.PowerShell.Commands.Utility(#25892) (Thanks @xtqqczze!)Microsoft.PowerShell.Commands.Management(#25849) (Thanks @xtqqczze!)IDeepCloneableinternal to minimize confusion (#25552)OnDeserializedandSerializableattributes fromMicrosoft.Management.UI.Internalproject (#25548)CompletionDisplayInfoMapperdelegate (#25395) (Thanks @ArmaanMcleod!)Tools
Tests
PSScriptAnalyzerwarnings in tests and build scripts (#25864)PSForEachandPSWheremethods (#25519)Build and Packaging Improvements
We thank the following contributors!
@alerickson, @senerh, @RichardSlater, @xtqqczze
ThreadJobmodule and updatePSReadLineto 2.4.4-beta4 (#26120).globalconfigand other files at the root of the repo (#26034)Microsoft.PowerShell.PSResourceGetto 1.2.0-preview3 (#26056) (Thanks @alerickson!)Microsoft.PowerShell.Native(#26041)DOTNET_SKIP_FIRST_TIME_EXPERIENCEwithDOTNET_NOLOGO(#25946) (Thanks @xtqqczze!).msixbundlepackage as a VPack (#25612)agrc/create-reminder-actionfrom 1.1.17 to 1.1.18 (#25416)UseDotnettask and use thedotnet-installscript (#26093)Documentation and Help Content
SHA256 Hashes of the release artifacts
v7.6.0-preview.4: Release of PowerShell7.6.0-preview.4
Breaking Changes
WildcardPattern.Escapeto escape lone backticks correctly (#25211) (Thanks @ArmaanMcleod!)-ChildPathparameter tostring[]forJoin-Pathcmdlet (#24677) (Thanks @ArmaanMcleod!)PowerShell 7.6-preview.4 includes the following updated modules:
The ThreadJob module was renamed to Microsoft.PowerShell.ThreadJob. There is no difference
in the functionality of the module. To ensure backward compatibility for scripts that use the old
name, the ThreadJob v2.1.0 module is a proxy module that points to the
Microsoft.PowerShell.ThreadJob v2.2.0.
Engine Updates and Fixes
PipelineStopTokentoCmdletwhich will be signaled when the pipeline is stopping (#24620) (Thanks @jborean93!)WldpCanExecuteFile(#24912)General Cmdlet Updates and Fixes
-OutVariableassignments within the sameCommandAstwhen inferring variables (#25224) (Thanks @MartinGC94!)Microsoft.PowerShell.PSResourceGetversion inPSGalleryModules.csproj(#25135)TypeName.GetReflectionType()to work when theTypeNameinstance represents a generic type definition within aGenericTypeName(#24985)SystemPolicypublic APIs visible but non-op on Unix platforms so that they can be included inPowerShellStandard.Library(#25051)-NoNewWindow(#25061)Import-Module -Prefixto override default prefix in manifest (#20409) (Thanks @MartinGC94!)Get-Helpapproach to findabout_*.help.txtfiles with correct locale for completions (#24194) (Thanks @MartinGC94!)Code Cleanup
We thank the following contributors!
@ArmaanMcleod, @pressRtowin
CompletionRequiresQuotesto clarify implementation (#25223) (Thanks @ArmaanMcleod!)QuoteCompletionTextmethod to CompletionHelpers class (#25180) (Thanks @ArmaanMcleod!)escapeparameter fromCompletionRequiresQuotes(#25178) (Thanks @ArmaanMcleod!)HandleDoubleAndSingleQuoteto have less nesting logic (#25179) (Thanks @ArmaanMcleod!)Array.Emptyinstead of collection[](#25137) (Thanks @ArmaanMcleod!)Tools
Tests
HandleDoubleAndSingleQuotein CompletionHelpers class (#25181) (Thanks @ArmaanMcleod!)Build and Packaging Improvements
Microsoft.PowerShell.ThreadJobandThreadJobmodules (#25232)10.0.100-preview.2(#25154)(#25225)NoWarn NU1605to System.ServiceModel.* (#25219)Documentation and Help Content
SHA256 Hashes of the release artifacts
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.