Skip to content

⬆️ Update 4 vendored dependencies#1

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Dec 23, 2024

Copy link
Copy Markdown

📦 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.29
🚀 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.29

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.29

  • Added new Lua APIs to query Readline's kill-ring (see rl.getkillringcount() and etc).
  • Changed oh-my-posh.clinkprompt to work around an issue where in error cases oh-my-posh can accidentally emit a bash script instead of a Lua script.
  • Fixed how popup lists distributed column widths when fitting them into the terminal width; they were meant to be distributed evenly but were accidentally skewed.
  • Fixed macro text limit in rl.getkeybindings(); it was being limited as though the clink-help command was invoked, but the Lua function shou...

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

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

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

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) cmderdev/cmder#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 cmderdev/cmder#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 cmderdev/cmder#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 cmderdev/cmder#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.

@sourcery-ai

sourcery-ai Bot commented Dec 23, 2024

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This pull request updates 2 vendored dependencies: git-for-windows from 2.47.0.windows.1 to 2.48.0-rc0.windows.1 and clink from 1.7.3 to 1.7.6. The changes are implemented by modifying the sources.json file.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated git-for-windows dependency
  • Updated version from 2.47.0.windows.1 to 2.48.0-rc0.windows.1
vendor/sources.json
Updated clink dependency
  • Updated version from 1.7.3 to 1.7.6
vendor/sources.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, github-actions[bot]!). We assume it knows what it's doing!

@github-actions github-actions Bot changed the title Updates to 2 vendored dependencies Updates to 3 vendored dependencies Dec 25, 2024
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from 4506737 to 774c5ea Compare December 31, 2024 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from e938af1 to 2aff690 Compare February 2, 2025 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from f541578 to 5d51253 Compare February 13, 2025 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from b6f6458 to cdee7d1 Compare February 28, 2025 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from 6d53032 to be402b1 Compare March 11, 2025 13:46
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 87f758f to 12a81c3 Compare March 21, 2025 13:45
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 6b52148 to 3d8271b Compare April 14, 2025 13:48
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 7e8caef to e7bb0cf Compare May 4, 2025 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from 2c8bd54 to c99050e Compare June 9, 2025 13:52
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 7137c1e to f198972 Compare June 17, 2025 13:52
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 7146342 to ff5f2b1 Compare September 12, 2025 13:45
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from f058230 to 1ffbe54 Compare September 30, 2025 13:49
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 51e196e to 96fd044 Compare October 17, 2025 13:47
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from 0337e65 to ae5bd03 Compare October 28, 2025 13:50
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from bb9a394 to e3f870f Compare November 8, 2025 13:44
@github-actions github-actions Bot force-pushed the update-vendor branch 2 times, most recently from a81bf92 to bc7147d Compare November 18, 2025 13:50
@github-actions github-actions Bot force-pushed the update-vendor branch 4 times, most recently from 7c3485e to e70e7dc Compare November 28, 2025 13:49
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from 390d717 to 1a4a643 Compare January 17, 2026 13:48
@github-actions github-actions Bot force-pushed the update-vendor branch 3 times, most recently from 3d54a44 to ade1715 Compare January 29, 2026 14:23
….29, 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

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