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/1016
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/30/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/egui-phosphor-0.7.1`
---
### 📝 Commits (2)
- [`04cde3f`](https://github.com/LGUG2Z/komorebi/commit/04cde3f757e09be3832442e5b6fd5f86631fa3c8) feat(wm): add all matching strats for ws rules
- [`e21840f`](https://github.com/LGUG2Z/komorebi/commit/e21840f0001174505bc410537ccb705ab4078202) chore(deps): bump egui-phosphor from 0.6.0 to 0.7.1
### 📊 Changes
**7 files changed** (+233 additions, -281 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+57 -16)
📝 `komorebi-bar/Cargo.toml` (+1 -1)
📝 `komorebi/src/core/config_generation.rs` (+8 -0)
📝 `komorebi/src/lib.rs` (+3 -4)
📝 `komorebi/src/process_command.rs` (+76 -77)
📝 `komorebi/src/static_config.rs` (+37 -131)
📝 `komorebi/src/window_manager.rs` (+51 -52)
</details>
### 📄 Description
Bumps [egui-phosphor](https://github.com/amPerl/egui-phosphor) from 0.6.0 to 0.7.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/amPerl/egui-phosphor/blob/main/CHANGELOG.md">egui-phosphor's changelog</a>.</em></p>
<blockquote>
<h1>egui-phosphor changelog</h1>
<h2>0.7.0 - 2024-09-30</h2>
<ul>
<li>Updated to egui 0.29
<ul>
<li><a href="https://redirect.github.com/amPerl/egui-phosphor/pull/25">#25</a> by <a href="https://github.com/crumblingstatue"><code>@crumblingstatue</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amPerl/egui-phosphor/commit/87e39e777d57a40309dd02ccfbf53d769e181d2f"><code>87e39e7</code></a> bump for alignment fix</li>
<li><a href="https://github.com/amPerl/egui-phosphor/commit/f953b7b32946ccdbf08262ebefa34e32c1f13e90"><code>f953b7b</code></a> align adjustment no longer necessary</li>
<li><a href="https://github.com/amPerl/egui-phosphor/commit/f3cd6bfd848211f083470268382214a81146e4dc"><code>f3cd6bf</code></a> bump egui-phosphor to 0.7.0</li>
<li><a href="https://github.com/amPerl/egui-phosphor/commit/23c1feb52e557616282fac1a830ddc6cc646a87e"><code>23c1feb</code></a> Update egui version (<a href="https://redirect.github.com/amPerl/egui-phosphor/issues/25">#25</a>)</li>
<li>See full diff in <a href="https://github.com/amPerl/egui-phosphor/compare/v0.6.0...v0.7.1">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/1016
Author: @dependabot[bot]
Created: 9/30/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/egui-phosphor-0.7.1📝 Commits (2)
04cde3ffeat(wm): add all matching strats for ws rulese21840fchore(deps): bump egui-phosphor from 0.6.0 to 0.7.1📊 Changes
7 files changed (+233 additions, -281 deletions)
View changed files
📝
Cargo.lock(+57 -16)📝
komorebi-bar/Cargo.toml(+1 -1)📝
komorebi/src/core/config_generation.rs(+8 -0)📝
komorebi/src/lib.rs(+3 -4)📝
komorebi/src/process_command.rs(+76 -77)📝
komorebi/src/static_config.rs(+37 -131)📝
komorebi/src/window_manager.rs(+51 -52)📄 Description
Bumps egui-phosphor from 0.6.0 to 0.7.1.
Changelog
Sourced from egui-phosphor's changelog.
Commits
87e39e7bump for alignment fixf953b7balign adjustment no longer necessaryf3cd6bfbump egui-phosphor to 0.7.023c1febUpdate egui version (#25)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 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.