abbgrade / PsDac

PsDac connects DacFx and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.SqlServer.DacFx.
https://abbgrade.github.io/PsDac/
MIT License
3 stars 3 forks source link

Bump System.Management.Automation from 7.2.5 to 7.2.6 in /src/PsDac #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps System.Management.Automation from 7.2.5 to 7.2.6.

Release notes

Sourced from System.Management.Automation's releases.

v7.2.6 Release of PowerShell

7.2.6 - 2022-08-11

Engine Updates and Fixes

  • Fix ForEach-Object -Parallel when passing in script block variable (#16564)

General Cmdlet Updates and Fixes

  • Make Out-String and Out-File keep string input unchanged (#17455)
  • Update regex used to remove ANSI escape sequences to be more specific to decoration and hyperlinks (#16811)
  • Fix legacy ErrorView types to use $host.PrivateData colors (#17705)
  • Fix Export-PSSession to not throw error when a rooted path is specified for -OutputModule (#17671)

Tests

  • Disable RPM SBOM test. (#17532)

Build and Packaging Improvements

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • A17F7AABB18C96DB502D3A443D62B6576972CBA48F965C6FF6342C7552B154AA
  • powershell_7.2.6-1.deb_amd64.deb
    • A0D810FE381B77E4BFB99CC67F713F6D483545E94BDEB4150524C085CF20E2DA
  • powershell-7.2.6-1.cm.x86_64.rpm
    • 9FA82FD880452E903D45121E036AB114AB22DE3682C57C7E31C89CF6A44853E7
  • powershell-7.2.6-1.rh.x86_64.rpm
    • CDA2593C9B360DBFFA5AC42FD836721F9B4CEE0743CD035613CC303C04311149

... (truncated)

Commits
  • 5d4b1b7 Merged PR 22095: Changelog for v7.2.6
  • eb2c4ac Update Wix manifest
  • 56a6002 Merged PR 22065: Update .NET 6 SDK version and xunit packages
  • f153a64 Fix ForEach-Object -Parallel when passing in script block variable (#16564)...
  • c446ba0 Make Out-String and Out-File keep string input unchanged (#17455) (#17859)
  • efd3c91 Update regex used to remove ANSI escape sequences to be more specific to deco...
  • 54497ba Fix legacy ErrorView types to use $host.PrivateData colors (#17823)
  • 6caf475 Disable RPM SBOM test. (#17821)
  • d475414 Fix Export-PSSession to not throw error when a rooted path is specified for...
  • f432a77 Add AppX capabilities in MSIX manifest so that PS7 can call the AppX APIs (#1...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #24.