Skip to content

⬆️ Update 4 vendored dependencies#3093

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
update-vendor
Open

⬆️ Update 4 vendored dependencies#3093
github-actions[bot] wants to merge 1 commit into
masterfrom
update-vendor

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

📦 Automatically updated 4 dependencies

Name Old Version New Version Build Status
🚀 git-for-windows 2.52.0.windows.1 2.55.0.windows.2 Build status
⬆️ clink 1.9.5 1.9.27
🚀 windows-terminal 1.23.12811.0 1.24.11321.0 Terminal Build Status
⬆️ clink-completions 0.6.7 0.6.9 Build status

Release notes for updated vendors

git-for-windows

Release notes · Compare changes

Minor changelog

Git for Windows v2.55.0.windows.2

Changes since Git for Windows v2.55.0 (June 29th 2026)

Following the MSYS2 project, on which Git for Windows is based, Windows 8.1 support will be dropped after Git for Windows v2.55.

Bug Fixes

Filename SHA-256
Git-2.55.0.2-64-bit.exe 74300da8dfe0d844c5449ffb809662f8eeac47916f83730c879c4084890c6c0e
Git-2.55.0.2-arm64.exe 3df091fc297001ea9592554ee630111ea27b2d33b137859d08c4971abb319a7c
PortableGit-2.55.0.2-64-bit.7z.exe b20d42da3afa228e9fa6174480de820282667e799440d655e308f700dfa0d0df
PortableGit-2.55.0.2-arm64.7z.exe 65b913a56a62d7a91fc11a2eecb08422aaa34332d3b2ea39457d2eda02c2f99c
MinGit-2.55.0.2-64-bit.zip e3ea2944cea4b3fabcd69c7c16...

Release notes truncated; open the release link for the full text.

Git for Windows v2.55.0.windows.1

[!IMPORTANT]
NTLM support was inadvertently disabled completely in this release. Please hold off from upgrading if you still rely on NTLM authentication.

Changes since Git for Windows v2.54.0 (April 20th 2026)

Following the MSYS2 project, on which Git for Windows is based, Windows 8.1 support will be dropped after Git for Windows v2.55.

New Features

Release notes truncated; open the release link for the full text.

Git for Windows v2.55.0-rc2.windows.1

Changes since Git for Windows v2.54.0 (April 20th 2026)

Following the MSYS2 project, on which Git for Windows is based, Windows 8.1 support will be dropped after Git for Windows v2.55.

New Features

Release notes truncated; open the release link for the full text.

Git for Windows v2.55.0-rc1.windows.1

Changes since Git for Windows v2.54.0 (April 20th 2026)

Following the MSYS2 project, on which Git for Windows is based, Windows 8.1 support will be dropped after Git for Windows v2.55.

New Features

Release notes truncated; open the release link for the full text.

Git for Windows v2.55.0-rc0.windows.1

Changes since Git for Windows v2.54.0 (April 20th 2026)

Following the MSYS2 project, on which Git for Windows is based, Windows 8.1 support will be dropped after Git for Windows v2.55.

New Features

  • Comes with [Git v2...

Release notes truncated; open the release links for the full text.

clink

Release notes · Compare changes

Patch changelog

v1.9.27

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.27

  • Added new suggestionlist.max_width setting to override the default width of the suggestion list.
  • Changed clink.onhistory() to let the handler function return a string to override what is saved to history.
  • Fixed scrolling jitter while trying to scroll the legacy conhost terminal while Lua scripts are trying to refresh the prompt in the background (e.g. async prompt filtering or animated prompts); refreshing the prompt is paused while the legacy conhost terminal is scrolled, and resumes after the prompt and input line are fully visible again....

Release notes truncated; open the release link for the full text.

v1.9.26

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.26

  • Added new bindable commands clink-show-suggestion-list and clink-cancel-suggestion-list, for more specific control than clink-toggle-suggestion-list.
  • Added the console codepage to clink info and clink-diagnostics output.
  • Changed how coloring the command word works with remote paths/files:
    • Disable coloring the command word with absolute remote paths/files, instead of coloring it as "unrecognized".
    • Allow coloring the command word with relative remote paths/files, i.e. when the current directory is a remote drive, instead of coloring it as "unrecognized" (this can be disabled by setting the `...

Release notes truncated; open the release link for the full text.

v1.9.25

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.25

  • Added new suggestionlist.autooff setting to optionally automatically disable the suggestion list after each use (ended by Esc or Enter).

v1.9.24

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.24

  • Fixed #871; bad argument error in prompt.lua within the VS Code embedded terminal.

v1.9.23

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.23

  • Added new Lua API clink.addpackagepath() which simplifies adding a search path for shared Lua modules.
  • Added a workaround for #870 by automatically disabling Clink's shell integration support whenever a prompt filter has already inserted its own shell integration codes.

v1.9.22

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

#...

Release notes truncated; open the release links for the full text.

windows-terminal

Release notes · Compare changes

Minor changelog

Windows Terminal Preview v1.25.1322.0

This is the fourth servicing release for Terminal! We've fixed a couple of our more annoying issues, and added a new feature thanks to @ltrzesniewski for configuring the new URL warning dialog.

These release notes include changes from v1.25.1241.0 so that you don't need to go read those separately.

Changes

  • You can now change the behavior of the URL warning dialog with the new safeUriSchemes setting (JSON safeUriSchemes, array of strings, default []) (#20207) (thanks @ltrzesniewski!)
  • We have disabled store licensing checks on startup, which should improve launch performance and reliability and prevent the store from deciding that nobody is allowed to run Terminal (#20163)

Bug Fixes

  • We will no longer attempt to allocate too much memory or crash with an access violation on certain specially-crafted Sixel images (#20213)
  • Overridden tab titles should no longer spontaneously reset to Default or Windows PowerShell or the default for any given profile (#20214) (thanks @imsh!)
  • Terminal windows should no longer shrink by one row or column at a time every time you exit neovim (#20183)
  • Terminal's WM_COPYDATA handler will no longer accept outra...

Release notes truncated; open the release link for the full text.

Windows Terminal v1.24.11321.0

Finally! Terminal Stable is getting all of the fun bug fixes that landed in preview over the past couple releases.

Changes

  • Terminal will now display a warning dialog if you attempt to open a URL that might harm your computer (as voted by a bunch of security researchers) (#20065) (#20096)
    • ... and you can change its behavior with the new safeUriSchemes setting (JSON safeUriSchemes, array of strings, default []) (#20207) (thanks @ltrzesniewski!)
  • We have disabled store licensing checks on startup, which should improve launch performance and reliability and prevent the store from deciding that nobody is allowed to run Terminal (#20163)
  • We've reworked how text selection is handled when an application requests mouse mode; Shift clicks will no longer extend an existing selection and positioning will use absolute coordinates rather than selecting the nearest half cell (#19973)
  • Terminal will now assert focus when you drag and drop a file on it (#20003) (thanks @etbala!)

Bug Fixes

  • IME composition will no longer blindly overwrite text to the right of the cursor, but "intelligently" push it further to the right to ensure that it stays vis...

Release notes truncated; open the release link for the full text.

Windows Terminal Preview v1.25.1241.0

This was a short-term bridge release for Windows Terminal Preview that was intended to test our licensing changes before we rolled them out to stable.

Changes

  • We have disabled store licensing checks on startup, which should improve launch performance and reliability and prevent the store from deciding that nobody is allowed to run Terminal (#20163)

Bug Fixes

  • Wordwise selection that starts at a word boundary will no longer select the wrong word (#20084)

Binary files inside the unpackaged distribution archive bear the version number 1.25.260504001-preview.

Windows Terminal Preview v1.25.1171.0

This may be the first time we've released a servicing update for Preview without an associated update to Stable!
Well, at any rate, some of these fixes are destined for stable... eventually.

Bug Fixes

  • IME composition will no longer blindly overwrite text to the right of the cursor, but "intelligently" push it further to the right to ensure that it stays visible (#20041) (thanks @drvoss!)
  • Terminal will now display a warning dialog if you attempt to open a URL that might harm your computer (as voted by a bunch of security researchers) (#20065) (#20096)
  • We have temporarily removed support for OSC 7, as it was causing unintended network accesses and process creation failures (#20116)
  • We will no longer enter a cursor position request report loop for some applications that use the XTerm alternate screen buffer (#20095)

Binary files inside the unpackaged distribution archive bear the version number 1.25.260427001-preview.

Windows Terminal Preview v1.25.923.0

Ah, a Friday servicing release. That's never backfired before.

Changes

  • The "invalid media resource, go get rekt" warning has been toned down (and for now, has been removed entirely in the Stable channel) (#19969)
  • We now support the use of OSC 7 in some circumstances to report the current working directory (#20019)
  • Terminal will once again emit an empty bracketed paste sequence (\e[200~\e[201~) when you attempt to paste an image (e.g. into an agentic coding CLI) (#20037)
  • Terminal will now assert focus when you drag and drop a file on it (#20003) (thanks @etbala!)
  • We've reworked how text selection is handled when an application requests mouse mode; Shift clicks will no longer extend an existing selection and positioning will use absolute coordinates rather than selecting the nearest half cell (#19973)
  • When you restart a session with "Restart Connection", we will now return the terminal to a more sane default state (#19971)

Bug Fixes

  • Console applications will now only receive Ctrl+Z as EOF when they are reading input in the ENABLE_PROCESSED_INPUT mode; this restores the console to its behavior in Windows 7 (#19940)
    *...

Release notes truncated; open the release link for the full text.

[Windows Terminal v1.24.10921.0](https://gith...

Release notes truncated; open the release links for the full text.

clink-completions

Release notes · Compare changes

Patch changelog

v0.6.9

v0.6.8

  • [git] Added support for git reftables.

v0.6.7

  • [git] Always complete local files for git log and git diff.
    • [git] Clean up file and directory completions to properly support Clink enhancements (e.g. match coloring, the mark-directories var in .inputrc, and so on).
    • [git] Be more clear that git branch -d accepts multiple arguments.
    • [git] Tuned the git color used in git.lua to exactly match the official git color.
    • [git] Fixed "chery" typos in git.lua.
    • [git] Fixed [Bug] cmd_commands.lua:256: attempt to call method 'setcmdcommand' (a nil value) #3050; cmd_commands.lua could encounter a Lua error when using Clink versions older than v1.3.45 (Oct 2022).

v0.6.6

  • [git] Adjust completions for git diff and git log so that e.g. git log ./TAB or git log -- TAB list file completions instead of branches or tags.

v0.6.4

  • Fixed script error when completing procdump due to missing pid_complete module.

v0.6.3

  • Speeded up the initial load time of clink-completions by around 35 milliseconds (maybe more or less, depending on the CPU speed). This also speeds up loading Clink in a new command window.
    • Added completions for Rust: cargo, rustc, and rustup.
    • Added completions for the new Windows sudo command.
    • Added completions for procdump from sysinternals.net.
    • [git] Fixed a freeze in git completion when an aliased command starts with the alias name (include zsh and tmux from cygwin #194).
    • Updated dirx completions.
    • Updated reg completions for *.hiv and *.reg files.
    • Updated where completions to handle its $envvar:pattern and path:pattern syntaxes, and to accept / flags in addition to - flags.
    • Fixed script error in npm.lua if package.json file contains percent signs in certain fields (Open cmder as Tab from the file explorer #197).

v0.6.2

  • [.net] Fixed edge case in dotnet add [PROJECT] package completions.

v0.6.1

  • Updated eza completions.
    • [.net] Updated dotnet add [PROJECT] package completions (Git Not working #192).
    • [git] Fixed git status -uno completion.
    • Turned off debug logging in gh completions by default.

...and 30 more releases. Open the compare link for the full range.


Legend

🚀 Minor version update.
⬆️ Patch version update.

Review note: This update only contains minor or patch changes.

Please verify and then Merge the pull request to apply the updates.

@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 207792c to 9f1d919 Compare June 21, 2026 14:26
@DRSDavidSoft DRSDavidSoft added 👆 Dependencies Pull requests that update a dependency file 🗃️ Vendor Pull requests that update vendored dependencies. labels Jun 30, 2026
….27, windows-terminal v1.24.11321.0, clink-completions v0.6.9)
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 🗃️ Vendor Pull requests that update vendored dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] cmd_commands.lua:256: attempt to call method 'setcmdcommand' (a nil value) prompt.lua:107: bad argument #1 to 'explodeansi' in vscode

1 participant