mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1544] [CLOSED] chore(deps): bump uuid from 1.17.0 to 1.18.0 #1454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1544
Author: @dependabot[bot]
Created: 8/26/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/uuid-1.18.0📝 Commits (10+)
d763c33refactor(animation): force app rerendersb2f908ffix(cli): fix typo in the toggle-pause docs8ef180fchore(deps): bump clap from 4.5.41 to 4.5.450a65c6dchore(deps): bump reqwest from 0.12.22 to 0.12.23ce0255efeat(config): add work-area-offset per workspace0a96c4atest(wm): remove nonexistent window from container141c59atest(wm): cycle windows in an empty container3896d97test(wm): float nonexistent window1130809test(wm): toggle maximize a nonexistent window13f9899test(wm): toggle monocle on nonexistent container📊 Changes
13 files changed (+1010 additions, -116 deletions)
View changed files
📝
Cargo.lock(+11 -11)📝
docs/cli/toggle-pause.md(+1 -1)📝
komorebi/src/core/mod.rs(+1 -0)📝
komorebi/src/process_command.rs(+8 -0)📝
komorebi/src/static_config.rs(+4 -0)📝
komorebi/src/window.rs(+11 -2)📝
komorebi/src/window_manager.rs(+209 -0)📝
komorebi/src/windows_api.rs(+22 -0)📝
komorebi/src/workspace.rs(+6 -1)📝
komorebic.lib.ahk(+4 -0)📝
komorebic/src/main.rs(+34 -1)📝
schema.bar.json(+667 -100)📝
schema.json(+32 -0)📄 Description
Bumps uuid from 1.17.0 to 1.18.0.
Release notes
Sourced from uuid's releases.
Commits
60a49ebMerge pull request #839 from uuid-rs/cargo/v1.18.0eb8c697prepare for 1.18.0 release281f26fMerge pull request #838 from uuid-rs/chore/time-conversion2d67ab2don't use allocated values in errorsc284ed5wrap the error type used in time conversions87a4359Merge pull request #835 from dcormier/main8927396Merge pull request #837 from uuid-rs/fix/lifetime-syntaxes6dfb4b1Conversions betweenTimestampandstd::time::SystemTimeb508383fix up mismatched_lifetime_syntaxes lintDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.