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/823
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 5/13/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.201`
---
### 📝 Commits (7)
- [`e4bc74f`](https://github.com/LGUG2Z/komorebi/commit/e4bc74f7eaf498444fecd2cb4405e95191336b12) fix(wm): no directional focus for monocle + max
- [`f0c8143`](https://github.com/LGUG2Z/komorebi/commit/f0c81435033545f8745247d33eb1d1c51a692120) feat(wm): add noop cross-monitor-move-behaviour
- [`349508d`](https://github.com/LGUG2Z/komorebi/commit/349508dd16f60deb4a805376512c8e4b4b9fe58a) perf(wm): ignore same-workspace switch requests
- [`f027038`](https://github.com/LGUG2Z/komorebi/commit/f02703876a441dd7fecbb5c8bf5a9b423bf641ec) fix(borders): reap untracked hwnds in destroy_all
- [`9fd0c7b`](https://github.com/LGUG2Z/komorebi/commit/9fd0c7bf39c4dbd47dad2d9dcc37ea5a9102539c) refactor(clippy): apply lints
- [`08377cb`](https://github.com/LGUG2Z/komorebi/commit/08377cbffc13e94c27de7a4b80d7e7e34cbc0a40) fix(wm): restart bm and wsr notif handlers on fail
- [`1d3a388`](https://github.com/LGUG2Z/komorebi/commit/1d3a3888f3ce475d5158aab28db58b24aafa935a) chore(deps): bump serde from 1.0.200 to 1.0.201
### 📊 Changes
**11 files changed** (+376 additions, -276 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+4 -4)
📝 `komorebi-core/src/arrangement.rs` (+84 -79)
📝 `komorebi-core/src/lib.rs` (+2 -0)
📝 `komorebi/src/border_manager/border.rs` (+21 -1)
📝 `komorebi/src/border_manager/mod.rs` (+191 -148)
📝 `komorebi/src/process_command.rs` (+13 -3)
📝 `komorebi/src/process_event.rs` (+9 -11)
📝 `komorebi/src/window.rs` (+1 -1)
📝 `komorebi/src/window_manager.rs` (+17 -0)
📝 `komorebi/src/windows_api.rs` (+0 -8)
📝 `komorebi/src/workspace_reconciliator.rs` (+34 -21)
</details>
### 📄 Description
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.201</h2>
<ul>
<li>Resolve unexpected_cfgs warning (<a href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/b4f1bc16ffe9650750695db59bcb786033a929be"><code>b4f1bc1</code></a> Release 1.0.201</li>
<li><a href="https://github.com/serde-rs/serde/commit/029ab46f7185b2dcf9ec986a87142bb7e7fc97a4"><code>029ab46</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a> from dtolnay/checkcfg</li>
<li><a href="https://github.com/serde-rs/serde/commit/220ca0ca9dddba8cc19d19968af7988ca3fc7d7c"><code>220ca0c</code></a> Resolve unexpected_cfgs warning</li>
<li><a href="https://github.com/serde-rs/serde/commit/20306f493a4c943459e7492caf4dbcfca717790d"><code>20306f4</code></a> Fix cfg on test_systemtime_overflow</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/823
Author: @dependabot[bot]
Created: 5/13/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/serde-1.0.201📝 Commits (7)
e4bc74ffix(wm): no directional focus for monocle + maxf0c8143feat(wm): add noop cross-monitor-move-behaviour349508dperf(wm): ignore same-workspace switch requestsf027038fix(borders): reap untracked hwnds in destroy_all9fd0c7brefactor(clippy): apply lints08377cbfix(wm): restart bm and wsr notif handlers on fail1d3a388chore(deps): bump serde from 1.0.200 to 1.0.201📊 Changes
11 files changed (+376 additions, -276 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
komorebi-core/src/arrangement.rs(+84 -79)📝
komorebi-core/src/lib.rs(+2 -0)📝
komorebi/src/border_manager/border.rs(+21 -1)📝
komorebi/src/border_manager/mod.rs(+191 -148)📝
komorebi/src/process_command.rs(+13 -3)📝
komorebi/src/process_event.rs(+9 -11)📝
komorebi/src/window.rs(+1 -1)📝
komorebi/src/window_manager.rs(+17 -0)📝
komorebi/src/windows_api.rs(+0 -8)📝
komorebi/src/workspace_reconciliator.rs(+34 -21)📄 Description
Bumps serde from 1.0.200 to 1.0.201.
Release notes
Sourced from serde's releases.
Commits
b4f1bc1Release 1.0.201029ab46Merge pull request #2737 from dtolnay/checkcfg220ca0cResolve unexpected_cfgs warning20306f4Fix cfg on test_systemtime_overflowDependabot 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.