Skip to content

Update PSReadLine to v2.4.2-beta2 #2240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 1, 2025
Merged

Update PSReadLine to v2.4.2-beta2 #2240

merged 3 commits into from
Jul 1, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 30, 2025

Updates the bundled PSReadLine module from v2.4.1-beta1 to v2.4.2-beta2 per the latest release.

Changes Made

  • Updated PSReadLine version in PowerShellEditorServices.build.ps1 from 2.4.1-beta1 to 2.4.2-beta2
  • Added changelog entry following the established pattern for module updates

Verification

  • ✅ Confirmed PSReadLine v2.4.2-beta2 exists in the PowerShell/PSReadLine repository
  • ✅ Build script syntax validated successfully
  • ✅ Minimal change approach - only 2 lines changed across 2 files

The CI build system will automatically download and use the updated PSReadLine version when building PowerShell Editor Services.

Fixes #2239.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • www.powershellgallery.com
    • Triggering command: pwsh -c Install-Module InvokeBuild -Force -Scope CurrentUser (dns block)
    • Triggering command: pwsh -c Get-PSRepository (dns block)
    • Triggering command: pwsh -c Register-PSRepository -Default; Install-Module InvokeBuild -Force -Scope CurrentUser (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI changed the title [WIP] Update PSReadLine to v2.4.2-beta2 Update PSReadLine to v2.4.2-beta2 Jun 30, 2025
@Copilot Copilot AI requested a review from andyleejordan June 30, 2025 20:43
Copilot finished work on behalf of andyleejordan June 30, 2025 20:43
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost!

@Copilot Copilot AI requested a review from andyleejordan June 30, 2025 20:59
Copilot finished work on behalf of andyleejordan June 30, 2025 20:59
@andyleejordan andyleejordan marked this pull request as ready for review June 30, 2025 21:01
@andyleejordan andyleejordan requested a review from a team as a code owner June 30, 2025 21:01
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@andyleejordan andyleejordan enabled auto-merge (squash) June 30, 2025 21:07
@andyleejordan
Copy link
Member

OK, so who has to approve this? Because we're literally the only two...

@JustinGrote JustinGrote self-requested a review July 1, 2025 21:58
Copy link
Collaborator

@JustinGrote JustinGrote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM?

@andyleejordan andyleejordan merged commit 8d89c94 into main Jul 1, 2025
9 checks passed
@andyleejordan andyleejordan deleted the copilot/fix-2239 branch July 1, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update PSReadLine to v2.4.2-beta2
4 participants