[PR #946] [CLOSED] chore(deps): bump clap from 4.5.13 to 4.5.15 #1150

Closed
opened 2026-01-05 14:54:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/946
Author: @dependabot[bot]
Created: 8/12/2024
Status: Closed

Base: masterHead: dependabot/cargo/clap-4.5.15


📝 Commits (2)

  • e647d4e fix(wm): socket cleanup on exit
  • e14ec37 chore(deps): bump clap from 4.5.13 to 4.5.15

📊 Changes

4 files changed (+22 additions, -16 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 komorebi-client/src/lib.rs (+3 -9)
📝 komorebi/src/lib.rs (+1 -1)
📝 komorebi/src/main.rs (+12 -0)

📄 Description

Bumps clap from 4.5.13 to 4.5.15.

Release notes

Sourced from clap's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Changelog

Sourced from clap's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
Commits
  • 4094435 chore: Release
  • 36114c3 docs: Update changelog
  • 918cfed Merge pull request #5610 from Mixu78/powershell_hyphens
  • c55f642 Merge pull request #5648 from epage/cli
  • 219a191 fix(complete): Improve help output
  • 734cac7 feat(complete): Make '--register' optional
  • fa4ccec feat(complete): Make '--shell' optional
  • efdcad1 Merge pull request #5647 from epage/infer
  • e65e463 docs(complete): Have dynamic Shell match static Shell
  • 8a1f9b3 Merge pull request #5646 from epage/powershell
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/946 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.5.15` --- ### 📝 Commits (2) - [`e647d4e`](https://github.com/LGUG2Z/komorebi/commit/e647d4e8796fe87ab0679886bc7b7396986dd17a) fix(wm): socket cleanup on exit - [`e14ec37`](https://github.com/LGUG2Z/komorebi/commit/e14ec374c12922bb71a5df52d0660dfb17e75fbf) chore(deps): bump clap from 4.5.13 to 4.5.15 ### 📊 Changes **4 files changed** (+22 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `komorebi-client/src/lib.rs` (+3 -9) 📝 `komorebi/src/lib.rs` (+1 -1) 📝 `komorebi/src/main.rs` (+12 -0) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.15</h2> <h2>[4.5.15] - 2024-08-10</h2> <h3>Compatiblity</h3> <ul> <li><em>(unstable-ext)</em> <code>Arg::remove</code> changed return types</li> </ul> <h3>Fixes</h3> <ul> <li><em>(unstable-ext)</em> Make <code>Arg::remove</code> return the removed item</li> </ul> <h2>v4.5.14</h2> <h2>[4.5.14] - 2024-08-08</h2> <h3>Features</h3> <ul> <li><em>(unstable-ext)</em> Added <code>Arg::add</code> for attaching arbitrary state, like completion hints, to <code>Arg</code> without <code>Arg</code> knowing about it</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.15] - 2024-08-10</h2> <h3>Compatiblity</h3> <ul> <li><em>(unstable-ext)</em> <code>Arg::remove</code> changed return types</li> </ul> <h3>Fixes</h3> <ul> <li><em>(unstable-ext)</em> Make <code>Arg::remove</code> return the removed item</li> </ul> <h2>[4.5.14] - 2024-08-08</h2> <h3>Features</h3> <ul> <li><em>(unstable-ext)</em> Added <code>Arg::add</code> for attaching arbitrary state, like completion hints, to <code>Arg</code> without <code>Arg</code> knowing about it</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/4094435c88773b80d1cb8821c90b2607fcd4e0ce"><code>4094435</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/36114c35a5ee9e5ba08981e6f48345da86b5e19b"><code>36114c3</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/918cfed43d875e1cf406e8205fb19ef6e4a2a46b"><code>918cfed</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5610">#5610</a> from Mixu78/powershell_hyphens</li> <li><a href="https://github.com/clap-rs/clap/commit/c55f642ac837ab69d3d4395b3781da6eb2007b20"><code>c55f642</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5648">#5648</a> from epage/cli</li> <li><a href="https://github.com/clap-rs/clap/commit/219a1915e9727e61af01472687e9f75333f8edf4"><code>219a191</code></a> fix(complete): Improve help output</li> <li><a href="https://github.com/clap-rs/clap/commit/734cac730ccaaafc92115d6a03f326a2eb90b707"><code>734cac7</code></a> feat(complete): Make '--register' optional</li> <li><a href="https://github.com/clap-rs/clap/commit/fa4ccec694c48e3c5ac9deab10f7026b18d9a730"><code>fa4ccec</code></a> feat(complete): Make '--shell' optional</li> <li><a href="https://github.com/clap-rs/clap/commit/efdcad16e98d62b10741758e1f3cafd4f6941d73"><code>efdcad1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5647">#5647</a> from epage/infer</li> <li><a href="https://github.com/clap-rs/clap/commit/e65e46356d23eb96f279f87847c3fd02118271e1"><code>e65e463</code></a> docs(complete): Have dynamic Shell match static Shell</li> <li><a href="https://github.com/clap-rs/clap/commit/8a1f9b3c47e7b37a8ac3c0d5ca52513c9d0f3ab1"><code>8a1f9b3</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5646">#5646</a> from epage/powershell</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...v4.5.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.13&new-version=4.5.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:16 +01:00
adam closed this issue 2026-01-05 14:54:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1150