PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
622 stars 213 forks source link

Bump Microsoft.PowerShell.SDK from 7.3.0 to 7.3.1 #1972

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.PowerShell.SDK from 7.3.0 to 7.3.1.

Release notes

Sourced from Microsoft.PowerShell.SDK's releases.

v7.3.1 Release of PowerShell

7.3.1 - 2022-12-13

Engine Updates and Fixes

  • Remove TabExpansion for PSv2 from remote session configuration (Internal 23331)
  • Add sqlcmd to list to use legacy argument passing (#18645 #18646)
  • Change exec from alias to function to handle arbitrary args (#18644)
  • Fix Switch-Process to copy the current env to the new process (#18632)
  • Fix issue when completing the first command in a script with an empty array expression (#18355)
  • Fix Switch-Process to set termios appropriate for child process (#18572)
  • Fix native access violation (#18571)

Tests

Build and Packaging Improvements

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • D8CD0FE9D8462435D875B034D1DD3E0A1223CD6A62F867F4CE2FF4BE7D899491
  • powershell_7.3.1-1.deb_amd64.deb
    • C23B461A443AB87F9C11CE69FB625A01D7FD141F30CA42BEC7A86CEFED79EBAC
  • powershell-7.3.1-1.cm.x86_64.rpm

... (truncated)

Commits
  • 555c1a6 Merged PR 23537: 7.3 change log
  • eb612c0 Merged PR 23331: Remove TabExpansion from remote session configuration
  • af8d716 Merged PR 23330: Update packages
  • cf30cd3 [release/v7.3.1] Apply expected file permissions to linux files after authent...
  • 32c0361 Remove gcloud because it's resolved to a .ps1 script (#18646)
  • ef787cf Add gcloud and sqlcmd to list to use legacy argument passing (#18645)
  • f4a70cb [release/v7.3.1] Change exec from alias to function to handle arbitrary arg...
  • 15666cf [release/v7.3.1] Fix Switch-Process to copy the current env to the new proces...
  • fb46702 Fix issue when completing the first command in a script with an empty array e...
  • 645249b [release/v7.3.1] Fix Switch-Process to set termios appropriate for child ...
  • 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)
andyleejordan commented 1 year ago

We can't merge this, the 7.3.1 package is broken: https://github.com/PowerShell/PowerShell/issues/18782

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.