Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updated Microsoft.PowerShell.SDK from 7.5.0 to 7.5.3.

Release notes

Sourced from Microsoft.PowerShell.SDK's releases.

7.5.3

## 7.5.3

General Cmdlet Updates and Fixes

  • Fix Out-GridView by replacing the use of obsolete BinaryFormatter with custom implementation. (#​25559)
  • Remove OnDeserialized and Serializable attributes from Microsoft.Management.UI.Internal project (#​25831)
  • Make the interface IDeepCloneable internal (#​25830)

Tools

  • Add CodeQL suppressions (#​25972)

Tests

  • Fix updatable help test for new content (#​25944)

Build and Packaging Improvements

Update to .NET SDK 9.0.304
  • Make logical template name consistent between pipelines (#​25991)
  • Update container images to use mcr.microsoft.com for Linux and Azure Linux (#​25986)
  • Add build to vPack Pipeline (#​25975)
  • Remove AsyncSDL from Pipelines Toggle Official/NonOfficial Runs (#​25964)
  • Update branch for release (#​25942)

Documentation and Help Content

  • Fix typo in CHANGELOG for script filename suggestion (#​25963)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • 9155706FF141819DC3F253A991A01DAECA898D94DDAFFBC76BC5EAE952118FA8
  • powershell-7.5.3-1.cm.aarch64.rpm
    • AD956A0610B72BC24C4A628E8B9083AEBA9191A9AC8E8FC86B0DDAD2D9E826AC
  • powershell-7.5.3-1.cm.x86_64.rpm
    • 14B88AEDEA81023F28D2F67F6DA0B8712D1ABD3359A0F6F2C3EA047AAE93BD71
  • powershell-7.5.3-1.rh.x86_64.rpm
    ... (truncated)

7.5.2

## 7.5.2 - 2025-06-24

Engine Updates and Fixes

  • Move .NET method invocation logging to after the needed type conversion is done for method arguments (#​25357)

General Cmdlet Updates and Fixes

  • Set standard handles explicitly when starting a process with -NoNewWindow (#​25324)
  • Make inherited protected internal instance members accessible in class scope. (#​25547) (Thanks @​mawosoft!)
  • Remove the old fuzzy suggestion and fix the local script file name suggestion (#​25330)
  • Fix PSMethodInvocationConstraints.GetHashCode method (#​25306) (Thanks @​crazyjncsu!)

Build and Packaging Improvements

Update to .NET SDK 9.0.301

  • Correct Capitalization Referencing Templates (#​25673)
  • Publish .msixbundle package as a VPack (#​25621)
  • Update ThirdPartyNotices for v7.5.2 (#​25658)
  • Manually update SqlClient in TestService
  • Update cgmanifest
  • Update package references
  • Update .NET SDK to latest version
  • Change linux packaging tests to ubuntu latest (#​25639)
  • Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#​25633)
  • Move MSIXBundle to Packages and Release to GitHub (#​25517)
  • Use new variables template for vPack (#​25435)

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • 319450B2ADCBB9FC3F0E7EB347B85CA066F47097508FBC80F8AFCC80B2419716
  • powershell-7.5.2-1.cm.aarch64.rpm
    • 7726766F5BDB0A38A154FACF15A8B870BB3B753CC155BDB138A4ED670A9F3047
  • powershell-7.5.2-1.cm.x86_64.rpm
    ... (truncated)

7.5.1

[7.5.1]

Engine Updates and Fixes

  • Fallback to AppLocker after WldpCanExecuteFile (#​25305)

Code Cleanup

  • Cleanup old release pipelines (#​25236)

Tools

  • Do not run labels workflow in the internal repository (#​25343)
  • Update CODEOWNERS (#​25321)
  • Check GitHub token availability for Get-Changelog (#​25328)
  • Update PowerShell team members in releaseTools.psm1 (#​25302)

Build and Packaging Improvements

Update to .NET SDK 9.0.203

  • Finish 7.5.0 release (#​24855)
  • Add CodeQL suppressions for PowerShell intended behavior (#​25375)
  • Update to .NET SDK 9.0.203 (#​25373)
  • Switch to ubuntu-lastest for CI (#​25374)
  • Add default .NET install path for SDK validation (#​25338)
  • Combine GitHub and Nuget Release Stage (#​25371)
  • Add Windows Store Signing to MSIX bundle (#​25370)
  • Update test result processing to use NUnitXml format and enhance logging for better clarity (#​25344)
  • Fix MSIX stage in release pipeline (#​25345)
  • Make GitHub Workflows work in the internal mirror (#​25342)
  • Update security extensions (#​25322)
  • Disable SBOM generation on set variables job in release build (#​25340)
  • Update GitHub Actions to work in private GitHub repo (#​25332)
  • Revert "Cleanup old release pipelines (#​25201)" (#​25335)
  • Remove call to NuGet (#​25334)
  • Simplify PR Template (#​25333)
  • ... (truncated)

    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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: Microsoft.PowerShell.SDK
  dependency-version: 7.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #31.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.PowerShell.SDK-7.5.3 branch October 20, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant