chore(deps): update dependency microsoft.powershell.consolehost to 7.6.0-preview.4 #13
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
7.6.0-preview.3
->7.6.0-preview.4
Release Notes
PowerShell/PowerShell (Microsoft.PowerShell.ConsoleHost)
v7.6.0-preview.4
: Release of PowerShell7.6.0-preview.4
Breaking Changes
WildcardPattern.Escape
to escape lone backticks correctly (#25211) (Thanks @ArmaanMcleod!)-ChildPath
parameter tostring[]
forJoin-Path
cmdlet (#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
PipelineStopToken
toCmdlet
which will be signaled when the pipeline is stopping (#24620) (Thanks @jborean93!)WldpCanExecuteFile
(#24912)General Cmdlet Updates and Fixes
-OutVariable
assignments within the sameCommandAst
when inferring variables (#25224) (Thanks @MartinGC94!)Microsoft.PowerShell.PSResourceGet
version inPSGalleryModules.csproj
(#25135)TypeName.GetReflectionType()
to work when theTypeName
instance represents a generic type definition within aGenericTypeName
(#24985)SystemPolicy
public APIs visible but non-op on Unix platforms so that they can be included inPowerShellStandard.Library
(#25051)-NoNewWindow
(#25061)Import-Module -Prefix
to override default prefix in manifest (#20409) (Thanks @MartinGC94!)Get-Help
approach to findabout_*.help.txt
files with correct locale for completions (#24194) (Thanks @MartinGC94!)Code Cleanup
We thank the following contributors!
@ArmaanMcleod, @pressRtowin
CompletionRequiresQuotes
to clarify implementation (#25223) (Thanks @ArmaanMcleod!)QuoteCompletionText
method to CompletionHelpers class (#25180) (Thanks @ArmaanMcleod!)escape
parameter fromCompletionRequiresQuotes
(#25178) (Thanks @ArmaanMcleod!)HandleDoubleAndSingleQuote
to have less nesting logic (#25179) (Thanks @ArmaanMcleod!)Array.Empty
instead of collection[]
(#25137) (Thanks @ArmaanMcleod!)Tools
Tests
HandleDoubleAndSingleQuote
in CompletionHelpers class (#25181) (Thanks @ArmaanMcleod!)Build and Packaging Improvements
Microsoft.PowerShell.ThreadJob
andThreadJob
modules (#25232)10.0.100-preview.2
(#25154)(#25225)NoWarn NU1605
to 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.